﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,greek-ext,cyrillic-ext,greek,vietnamese,cyrillic,latin-ext);
/* Browser Resetter */

body,div,span,p,a,img,h1,h2,h3,h4,h5,h6,ul,ol,li,blockquote,input{margin:0;padding:0;border:0;outline:0;}

ul,li,ol{list-style:none;}
a{outline: none; text-decoration:none;}

/* ------------------------------ Razor layout */
header, footer, hgroup,
nav, section {direction:rtl;
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
/* page titles */
hgroup.title {
    margin-bottom: 10px;
    /*direction:rtl;*/
    clear:both;
  max-width:970px;
  width:100%;
  float:none;
  margin:0 auto;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

#main-menu1{  
    display: block;
    width: 100%;  height:50px;
    background-color: #34495E;
}

 /* toolbar */
nav {
    margin-bottom: 5px;
}

ul.toolbar {
    font-size: 0.8em;
    font-weight:100;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

ul.toolbar li {
    display: inline;
    list-style: none;
    padding: 5px 25px;
    text-align: center;
    background-color: #6b6dbb;
    border: 1px solid #33842a;
    color: #fff;
    width: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
    box-shadow: 0 0 4px rgba(0,0,0, .75); /*style the text*/
}

ul.toolbar li:hover {
    display: inline;
    list-style: none;
 
    background-color: #399630; 
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
    box-shadow: 0 0 1px rgba(0,0,0, .75);

}

ul.toolbar li a {
    background: none;
    color: #fff;
    text-decoration: none;
}

ul.toolbar li a:hover {
    color: #333;
    text-decoration: none;

}
/* ------------------------------ end Razor layout */

/* General body layout */
body{direction:rtl;
  font-family: Open Sans,Helvetica,Arial,sans-serif;
  font-size:13px;
  font-weight: normal;
  background-color:#232629;
}

#top-wrap{
  width:100%;
  float:left;  
}
#bodywrap{
	width:100%;
	float:left;
	padding:20px 0 0 0; 
	background-color:#f3f3f3;
	overflow:hidden;
}
#body-content{
    margin:0 10% 1% 10%;
}
/* Layout styles */
#header-wrap{
  width: 100%;
  height:58px;
  float:none;
  background-color: #fff;
  position:relative;
  z-index:9999;  
}
#header-sign{
  max-width:470px;
  width: 55%;
  /*height:72px;*/
  float: right;
  margin-top:20px;
  margin-right:40px;
  position: relative;
  text-align:right;
}

#header-logo{text-align:left;
  /*max-width:450px;*/
  width: 40%;
  /*height:58px;*/
  float: left;
  margin:4px 20px;
  position: relative;
}
#header-logo h1 {
   margin:0;
}

/* stylin banner content */
.banner-wrap{
	width:100%;
	height:auto;
	float:left;
	background: url(images/banner_bg.png) repeat-x;
	clear:both;
	margin: 0 auto;	
}
.banner-inner{
	height:auto;
	background:url(images/banner-grad.png) no-repeat 50px 0;
}
.banner{
	max-width:970px;
	width:100%;
	display:block;
	float:none;
	margin:0 auto;
}
#menus{
	float:right;
	margin:0;
	max-width:550px;
	width:100%;	
}
.banner-twit img{
	float:left;
	margin:0 0 0 0;
}
.leftContent{
	width:390px;
	float:left;
	margin:15px 0 0 0;
	padding-bottom:20px;
}
.leftContent h2{
	width:100%;
	float:left;
	font-size:32px;
	color:#fff;
	padding-bottom:25px;
	padding-top:15px;
	text-transform:uppercase;
	text-shadow: 2px 2px 3px #016137;
}
.image {padding: 0px; float:none;}
.leftContent p{
	width:100%;
	float:left;
	font-size:13px;
	color:#fff;
	line-height:21px;
	padding-bottom:35px;
}
.m-info{
	width:173px;
	height:46px;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px #d3ceaa;
	text-align:center;
	line-height:44px;
	background:url(images/m-info_btn.png) no-repeat;
}
.m-info1{
	width:173px;
	height:46px;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 1px #d3ceaa;
	text-align:center;
	line-height:44px;
	background:url(images/m-info_btn1.png) no-repeat;
}


/* stylin main body content */
#content-wrap{
  clear:both;
  max-width:970px;
  width:100%;
  float:none;
  margin:0 auto;
}

/* stylin leftPan content */
.leftPan{
	width:65%;
	display:block;
	float:left;
	margin-right:60px;
}


/* stylin rightPan content */
.rightPan{
	width:25%;
	float:right;
}

p.qcontact a{
	font-size:12px;
	color:#727272;
	text-decoration:underline;
}
p.qcontact a:hover{
	font-size:12px;
	color:#727272;
	text-decoration:none;
}
.qcontact a{float:none;}	
	

/* stylin footer content */
#footer-wrap{
  clear:both;
  width:100%;
  /*float:left;*/
  /*background-color:#232629;*/
}

#footer{
  /*max-width:970px;*/
  width:100%;
  /*height:200px;*/
  float:none;
  margin:0 auto;
  position:relative;
}

#footer p.copyright{text-align:center;
	min-width:120px;
	/*float:left;*/
	font-size:11px;
	color:#727272;
	line-height:21px;
	/*margin:55px 0 0 0;*/
}
/* ----------- subfooter --------------------- */

.subfooter {
    display:block;
    clear: both;
    width: 100%;
    /*background: #2b2726;*/
    border-bottom: 1px solid gray;
    color: #eee;
}
    .subfooter aside {
        float: left;
        /*width: 100%;*/width: 24%;
        padding: 4.5em 0;
        font-family: 'helvetica', 'sans-serif';
        font-size: 0.75em;
    }
    .subfooter aside ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .subfooter aside a {
        color:#000; /*#578b9c;*/
        display: block;
        font-size: 16px;
        line-height: 12px;
        padding: 7px 0px 7px 35px;
        margin-bottom: 4px;
        text-decoration: none;
    }
    .subfooter aside a:hover {
        color:#ff6a00 /*#fff;*/
    }

  /*.subfooter aside:nth-of-type(3) {
    border: solid #878382;
    border-width: 1px 0;
    width: 100%; }*/
    .subfooter .tuts-network h4 {
        margin: -2.25em 0 1em 0;
    }
    .subfooter .tuts-network a {
        background: url(../images/sprite-footer.png) no-repeat 0 -30px;
    }
     #content {
        width: 67%;
        padding: 0 0 0 2%;
    }

    #sidebar {
        width: 24%;
        padding: 0 10% 0 0;
    }
    /*@media screen and (min-width: 48em) {
    #content {
        width: 67%;
        padding: 0 0 0 2%;
    }

    #sidebar {
        width: 24%;
        padding: 0 10% 0 0;
    }

    .subfooter aside {
        width: 24%;
    }*/
@media (max-width: 767px) {
    .subfooter {
        display:none;
    }
}

/* stylin signature content */
p.sign{
	clear:left;
	width:180px;
	float:left;
	margin:7px 47px 0 0;
	font-size:11px;
	color:#727272;
	font-style:italic;
	font-weight:bold;
}
p.sign a{
	font-size:11px;
	color:#727272;
	font-style:italic;
	text-decoration:underline;
}
p.sign a:hover{
	text-decoration:none;
}
/* stylin footer navigation content */
ul.footNav{
	clear:left;
	min-width:260px;
	float:left;
}
ul.footNav li{
	float:left;
	color:#727272;
	line-height:21px;
}
ul.footNav li a{
	float:left;
	padding:0px 4px;
	font-size:11px;
	color:#727272;
}

/* ####################################
######## Stylin Inner pages ###########
#################################### */
div.clear{
	clear:both;
	/*width:100%;
	height:40px;
	float:left;*/
}

/* contact us page */
.leftPan img.map{
	margin-bottom:28px;
}
.rightPan p{
	font-size:13px;
	color:#727272;
	line-height:21px;
	width:100%;
	float:left;	
}

/* stylin blog page content */
 ul.blog{
	display:block;
	width:100%;
	float:left;
}
 ul.blog li{
	width:100%;
	float:left;
	display:block;
	padding-bottom:30px;
}
 ul.blog li h4{
	font-size:21px;
	color:#494949;
	line-height:21px;
	padding:0px 0px 10px 0;
}
 ul.blog li img{
	margin:10px 9px 10px 0;
}
 ul.blog li p a{
	font-size:12px;
	color:#727272;
	text-decoration:underline;
}
 ul.blog li p a:hover{
	text-decoration:none;
}
 ul.blog li p.date, ul.blog li p.post, ul.blog li p.comments{
	padding:0 0 9px 0;
}
 ul.blog li p.date a{
	 text-decoration:none;
	 border-bottom:1px dashed #454545;
 }
 
 /* stylin sitemap content */
ul.sitemap, ul.sitemap li{
	clear:both;
	width:120px;
	float:left;
	display:block;
}
ul.sitemap li a{
	font-size:12px;
	line-height:19px;
	color:#00b987;
	float:left;
}
ul.sitemap li a:hover{
	color:#454545;
}

.menu_templ {
	position: relative;
	top: 40px;
  max-width: 600px;
  width:100%;
  height: 300px;
  background-color: #999999;
  z-index:1000;
	}
/* tool tip for logo */
.leftPan p.ttip, .ttip {
height: 1px;
overflow: hidden;
position: absolute;
width: 1px;
}

#respond_ipad:checked ~ #content-wrap{/* css3 selector */
	max-width: 600px;
}
#respond_iphone:checked ~ #content-wrap{
	max-width: 360px;
}
#flags{
margin: 0 auto;
max-width: 970px;
float: none;
position: relative;
padding: 10px 5px 0 0;
}

#flags a{
margin-left: 10px;
}

#main-menu{
height:50px;
position:relative;
top:17px;
margin:0 5px 0 211px;
}

/* forms */
/*
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label.checkbox {
    display: inline;
}

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.1em;
    margin: 5px 0 6px 0;
    padding: 4px;
    width: 200px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        cursor: pointer;
        background-color: #6b6dbb;
        border: 1px solid #33842a;
        color: #f3f3f3;
        font-size: 1.1em;
        font-weight: 600;
        padding: 5px 25px;
        width: auto;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px; //give the button a drop shadow/
        -webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
        -moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
        box-shadow: 0 0 4px rgba(0,0,0, .75); //style the text/
    }

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover {
       background-color: #399630; 
       -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
       -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
       box-shadow: 0 0 1px rgba(0,0,0, .75);
    }
    input[type="submit"]:focus,
    input[type="button"]:focus,
    button:focus {
       background-color: #399630; 
       -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
       -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
       box-shadow: 0 0 1px rgba(0,0,0, .75);
    }

    input[type=search] { 
	color: red;  
	text-align: right;
	cursor: pointer;
	display: block; 
	width: 100%; 
	letter-spacing: 4px;        
	text-shadow: 0 0 2px black;       
	word-spacing: 20px;               
   }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }
*/
@media (max-width: 960px) {
	#menus{
	display:none;
	}	
}
@media (min-width: 766px) and (max-width: 970px) {
	#main-menu{
	margin:50px 5px 0 0;
	}
	
	#header{
	height: 175px;
	}
	
	.rightPan{
	display:none;
	}

	.leftPan{
	width: 100%;
	}
	.leftPan .innerLeft{
	width:40%;
	}	
	.leftPan .innerRight{
	width:50%;
	}	
}

@media (min-width: 480px) and (max-width: 766px) {
	#main-menu{
	margin:50px 5px 0 0;
	}
	
	#header{
	height: 200px;
	}
	
	.rightPan{
	display:none;
	}

	.leftPan{
	width: 100%;
	}
	
	.leftPan .innerLeft{
	width:100%;
	}	
	
	.leftPan .innerRight{
	width:100%;
	}
	
	.leftPan .innerRight ul li p{
	width: 85%;
	}	
	
	.demo{
	width: 50%;
	}

}

@media (min-width: 360px) and (max-width: 479px) {
	#top-wrap{
	float:none;
	}
	#main-menu{
	margin:50px 5px 0 0;
	}
	
	#header{
	height: 250px;
	}
	.rightPan{
	display:none;
	}

	.leftPan{
	width: 100%;
	}	
	
	.leftPan .innerLeft{
	width:100%;
	}	
	.leftPan .innerRight{
	width:100%;
	}
	.leftPan .innerRight ul li p{
	width: 80%;
	}	
	.demo{
	width: 100%;
	}
	
}
@media (max-width: 359px) {
	#top-wrap{
	float:none;
	}
	
	#main-menu{
	margin:50px 5px 0 0;
	}
	
	#header{
	height: 300px;
	}
	
	.leftContent{
	width: 360px;
	}
	
	.leftContent p{
	width: 330px;
	}

	.leftContent h2{
	width: 330px;
	}	
	
	.rightPan{
	display:none;
	}

	.leftPan{
	width: 100%;
	}	
	
	.leftPan .innerLeft{
	width:100%;
	}	
	.leftPan .innerRight{
	width:100%;
	}
	.leftPan .innerRight ul li p{
	width: 80%;
	}	
	.demo{
	width: 100%;
	}
	
}