/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
iframe{height:100%; width:100%; margin-height:0; margin-width:0; border:0; scroll:no; }
/*end reset*/


.wrap{margin:0 auto;width:80%;}
/* start header */
.header_bg{background: #000; z-index:1000; position:fixed; width:100%; top:0; left:0;}
.header{padding: 3% 4% 4.4% 4%;}
.logo{float: left; margin:-3% 0 0 2%;}
.logo h1 a{display: block;}
.h_right{position:relative;float: right; z-index:1000;  margin:0% 2% 0 0%;}
#menu{float: left; margin-right: 40px;}
#menu li{float: left; margin-right: 10px; font-family:Lato; font-style:normal; font-weight:700; font-size:14px; color: #ccc;}
#menu li a.active, #menu li a:hover{background: #fff; background:rgba(255, 255, 255, 0.50); color: #ffffff; }

#menu li a{font-family:Lato; font-style:normal; font-weight:700; font-size:14px; color: #ccc; padding: 8px 10px; text-shadow: 0 0px 0 #ffffff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px;
-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
/*start search*/
.sb-search {position: absolute; top:-12px; right:0px; width: 0%; min-width: 45px; height: 45px; float: right; overflow: hidden; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; transition: width 0.3s; -webkit-backface-visibility: hidden;}
.sb-icon-search,.sb-search-submit { width: 45px; height: 45px; display: block; position: absolute; right: 0; top: 0;
padding: 0; margin: 0; line-height: 45px; text-align: center; cursor: pointer;}
.sb-icon-search { color: #fff; background: url('../images/search.png') no-repeat 10px 10px; z-index: 90;}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {width: 100%;}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {background: #c0c0c0 url('../images/search_h.png') no-repeat 10px 10px; color: #fff; z-index: 11;}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {z-index: 90;}
/*-- start-smartphone_nav --*/
.nav {display:none;}
.nav-item {float:left; *display:inline; zoom:1;}
.nav-item a { display:block; background: #666;}
.nav-item a:hover {background: #cc0000; color: #FFFFFF;}
.nav-mobile {display: none; cursor: pointer; position: absolute; top: 3px; /*left: 5px;*/ right:5px;  background: url(../images/nav_icon.png) 60% 60% no-repeat; height:32px; width: 90px; }
.nav-mobile {display:block;}
.nav { margin-top:44px; width:100%;}
.nav-list {display:none;}
.nav-item {width:100%; float:none;}
.nav-item a {font-family:Lato; font-style:normal; font-weight:700; font-size:14px; background: #666; border-bottom: 1px solid #A5A5A5; padding: 10px; color:#FFF; -webkit-transition: color .2s linear,background .2s linear; -moz-transition: color .2s linear,background .2s linear; -o-transition: color .2s linear,background .2s linear; transition: color .2s linear,background .2s linear;
}
.nav-inner {display: none;}
.nav-active, .nav-active-inner .nav-inner {display:block;}
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{width:95%;}
	
}
@media only screen and (max-width: 1280px) {
	.wrap{width:95%;}
	
}
@media only screen and (max-width: 1024px) {
	.wrap{width:100%;}
	#menu li {margin-right: 8px;}
	#menu li a {padding: 8px 10px; }
	.header{padding: 3% 1% 3% 1%;}
    .logo{float: left; margin:-3% 0 0 0;}
	.h_right{position:relative; float: right; z-index:1000;}

}
@media only screen and (max-width: 768px) {
	.wrap{width:100%;}
	.header{padding: 0% 1% 0% 1%;}
	.sb-search {top: 0px; min-width: 40px; height: 40px; left:0;}

}

@media only screen and (max-width: 800px) {
	.wrap{width:100%;}
	.header{padding: 2% 4% 2% 4%;}
	.logo{float:left; margin:0px 0; /*text-align:center;*/ width:35%;}
	.h_right {background: #000; height: 40px; float:right; z-index:1000; margin:1% 0% 1% 5%; width:60%}
	#menu {display: none;}
	.nav {display: inline-block;}
	.sb-search {top: 0px; min-width: 40px; height: 40px;}
	.sb-icon-search, .sb-search-submit {width: 40px; height: 40px;line-height:38px;}
	.sb-icon-search {color: #fff; background: #000 url('../images/search_h.png') no-repeat 10px 10px; z-index: 90;}

}
@media only screen and (max-width: 640px){
	.wrap{width:100%;}
}

@media only screen and (max-width: 480px) {
	.wrap{width:100%;}
}

@media only screen and (max-width: 375px) {
	.wrap{width:100%;}	
	.header {padding: 4% 4% 4% 4%;}
	.logo{float:left; margin:0px 0; /*text-align:center;*/ width:40%; padding:0% 0 0 0;}
	.h_right {background: #000; height: 40px; float:right; z-index:1000; margin:0% 0% 2% 5%; padding:0 0 0% 0; width:55%}
	#menu {display: none;}
	.nav {display: inline-block; float:right;}
	.sb-search {top: 0px; min-width: 40px; height: 40px; float:left; left:0;}
	.sb-icon-search, .sb-search-submit {width: 40px; height: 40px;line-height:38px;}
	.sb-icon-search {color: #fff; background: #000 url('../images/search_h.png') no-repeat 10px 10px; z-index: 90;}

}

@media only screen and (max-width: 320px) {
	.wrap{width:100%;}	
	.header {padding: 4% 4%;}
	.logo{float:left; margin:0px 0; /*text-align:center;*/ width:40%;}
	.h_right {background: #000; height: 40px; float:right; z-index:1000; margin:0% 0% 2% 5%; width:55%}
	#menu {display: none;}
	.nav {display: inline-block;}
	.sb-search {top: 0px; min-width: 40px; height: 40px; left:0;}
	.sb-icon-search, .sb-search-submit {width: 40px; height: 40px;line-height:38px;}
	.sb-icon-search {color: #fff; background: #000 url('../images/search_h.png') no-repeat 10px 10px; z-index: 90;}
	
}