@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

body 
{
    /* background: url("data/css/images/bg.png") repeat-x scroll center top #fff;*/
       /* font-family:'Open Sans', "Segoe UI", Arial, Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; 
        font-size:15px; font-weight:400; color:#000*/
       font-size: 14px;
    font-family: Arial;
    color: #333;
    background-color: #fff;     
   /* background:#242424 url(/data/css/images/bg.gif) top left;*/
}
 
a {
    color: #555;
    text-decoration: none;
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 
 
html {
  font-family:sans-serif;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

* {
margin : 0;
padding : 0;
} 

img {
width: auto;
height: auto;
max-width: 100%; max-height:100%; 
vertical-align: middle;
 
}

nav, ul, li, a { margin: 0; padding: 0; list-style:none}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display:block;
}

audio,
canvas,
progress,
video {
  display:inline-block;
  vertical-align:baseline;
}
 
a:active,
a:hover {
  outline:0;
}


b,
strong {
  font-weight:700;
}


sub,
sup {
  position:relative;
  font-size:75%;
  line-height:0;
  vertical-align:baseline;
}

.clearfix{ clear:both}

p a:hover {
	border-color: transparent;
}
a { text-decoration:none;
    color: inherit; 
}
a:hover,
a:focus {
    color:#009EA0;
    text-decoration: none;
}

h1 {
    /*font-size: 56px;
    line-height: 130%;*/
    margin-bottom: 15px;
}
h2 {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 10px;
}
h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
}
h4 { margin-bottom:8px; 
 
}
h5 {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 13px;
}
h6 {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 10px;
}
a .logo {
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
} 
ol {
	position: relative;
	padding-left: 22px;
}
ul {
    list-style: none;
	position: relative;
}
 
#header-area {
    /*background: #fff; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}  


/*===================================================================================*/
/*	HEADER
/*===================================================================================*/
 
 @media (max-width: 979px) {
	.header-middle { padding:0 !important;  
      }
  } 
@media (max-width: 979px) {
	.logo-bachviet {  text-align:center !important; float:none !important; padding-top:10px !important;
      }
  }
 
    
.logo-bachviet{ float:left;}
.header-top{  height:36px; border-bottom: 1px dotted #ddd;}
.header-middle {  padding:10px 0 10px 0; clear:both; height:70px;    background-color: #fff;}
.hotline{ color:#333; font-size:14px; line-height:2.5em; float:left}
.hotline strong{ color:#009EA0;}
.language{ color:#333; font-size:14px; line-height:2.5em; float:right}
.language img{ vertical-align:middle; border:none}
.language a{ color:#666; padding:0 2px}
.language a:hover{ color:#009EA0; }

@media (max-width: 600px) {
	.logo-bachviet { text-align:center !important; float:none !important
      }
	#notify-box ul{ float:none !important; text-align:center}
  }
@media screen and (max-width: 767px){
#notify-box {
    min-width: 250px;
    max-width: 250px;
    margin: 5px auto 0;
}

}

.aside {
    background: #f5f5f5;
    padding: 20px;
}

.asidei {
    background: #009EA0;
    padding: 15px;
}
.category-wrap {
    padding: 20px 0 50px; overflow:hidden;
}
 
.searchMain {  
    margin: 5px 0 0;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    vertical-align: top;
    border: 1px solid #1675c4;
}

input.searchBtn { background: url(data/css/images/ico-search.png) no-repeat center center #1675c4;
    border-radius: 0 4px 4px 0;
    color: #FFF;
    float: right;
    padding: 11px 31px;
    position: relative;
    border:0px;
}
.searchMainmb {  
    margin: 30px 0 0;
    overflow: hidden;
    background: #ddd;
    border-radius: 5px;
    vertical-align: top;
    border: 1px solid #ff0000;
}

input.searchBtnmb { background: url(data/css/images/ico-search.png) no-repeat center center #babdbf;
    border-radius: 0 4px 4px 0;
    color: #FFF;
    float: right;
    padding: 8px 27px;
    position: relative;
    border:0px;
}
.input-s {
	background: #fff;
    float: left;
    border: none;
    font-size: 14px;
    height: 36px;
    padding: 9px 12px;
    position: relative;
    width: 76%;
    color: #999;
}

#notify-box ul{ float:right; list-style:none; margin:5px 0 0 0px; padding:0}
#notify-box ul li{ text-align:center;   position:relative}

#notify-box ul li.cart-box{ background:url("/data/css/images/shopping_cart red.png") no-repeat center top; float: left; border-radius:50%; cursor: pointer;} 

#notify-box ul li.help-box{ left:3%;  background:url("/data/css/images/attachment%20red.png") no-repeat center top; float: left;  cursor: pointer;}

#notify-box ul li.support-box{left:8%;  background:url("/data/css/images/suitcase%20red.png") no-repeat center top; float: left; cursor: pointer;}

#notify-box ul li a{ display:block;color:#333;font-size:13px;font-weight:700;line-height:28px;padding:40px 6px 0;position:relative;cursor:pointer}
#notify-box ul li.cart-box a span{ background-color:#fff;color:#000;position:absolute;top:2px;left:33px;width:20px;height:20px;line-height:20px;text-indent:0;z-index:4;border-radius:50px}



.thumbnail { text-align: center;

}
.thumbnail img{  border: 4px solid #009EA0; padding: 2px;
				 width: 110px !important; height:110px !important; -webkit-border-radius: 100%;
				-moz-border-radius: 100%; border-radius: 100%; 
				-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
				-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
				box-shadow: 0 1px 3px rgba(0,0,0,0.3);
				-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
				-o-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	}


.contentm { color: #58595b; line-height:16px; -webkit-border-radius: 4px;
			-moz-border-radius: 4px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
			border: 1px solid #dfdfdf; background:#fff;
			border-radius: 4px; position:relative;
}

span.dialog {
	position: absolute;
	top: 8px; left: -9px; width: 10px;
	height: 20px; background:url(data/css/images/icon-8.png); 
}
.contentm div {
overflow: hidden;
padding: 10px; line-height:1.6em;
text-align: justify;
}
.customer-name {
color: #000; padding:5px 0; margin:0
}
.site-address, .site-address {
color: #009EA0;
font-style: italic;  
}


#contact { padding:0; clear:both}
#about-us { padding: 0 0 20px 0; clear:both}
#slide {padding:0; position:relative; clear:both}
#slide-partner { padding:0 68px 0 56px; clear:both}
#slide-partner div{ padding:0 3px;}

#idbreadcrumbs{ background:#fff; clear:both; }
#top-content { padding:20px;  overflow:hidden; clear:both}
#news { margin-top:20px; padding:0 0 10px 0; clear:both}
#project { padding:0 0 20px 0; clear:both}
#project-view, #product-view { padding:0; background:#ccc; overflow:hidden; clear:both}
#idykkh {
    padding: 25px 0 0 0;
    background: url(data/css/images/bg-yk.png);
    overflow: hidden;  clear: both;
}
#product { padding:0px 0; background:#fff; clear:both}
#partner { padding:0;     background-image: -moz-linear-gradient(83deg, #00a9ea, #00dcb0);
    background-image: -webkit-linear-gradient(83deg, #00a9ea, #00dcb0);
    background-image: linear-gradient(7deg, #00a9ea, #00dcb0);  overflow:hidden; clear:both}
#footer-top{
             overflow: hidden;  padding: 25px 0;  clear:both; /*background-image:linear-gradient(0deg, #0b4c61, #409db9);*/
             background-color:#566a7b;
             }
@media (max-width: 767px) {
	#footer-top  { 
      }
  }
#footer-bottom{ background:#121257; overflow: hidden; text-align:center; padding:15px 0 15px 0; clear:both}
.arrow_down { background: url('data/css/images/white_down_arrow.png') no-repeat center top; height: 26px;
}

#footer-bottom p.content{ color:#fff; }
#footer-bottom p.content a{ color:#009EA0; text-decoration:none}
#title-section{ clear:both; padding:0}
.title-header { margin:12px 0 10px 0; font-size:32px; font-weight:300; color: #000;
}

.title-project-view { margin:25px 0 15px 0; font: 400 30px/1.2em 'Segoe UI', sans-serif; text-transform:uppercase; color: #000;
}
.mobishow
{
    display:none;
}
@media (max-width: 480px) {
	.title-project-view { margin:25px 0 15px 0; font: 400 18px/1.2em 'Segoe UI', sans-serif; text-transform:uppercase; 
	                    
}




div#Contenttap1 p img {
    width: 100% !important;
    height: auto !important;
}
.ll
{
    padding-left:2px !important;
}
.rr{ padding-right:2px !important;}
#footer-top{ background:#112335;}
.ulk li
{
    height: 23px !important;
    line-height: 23px !important;
        font-size: 12px;
    padding-left: 18px !important;
}
.ulk .c, .ulk .c a
{
height:22px !important;
}
.ulk
{
    height:22px !important;
}
.row
{
    margin-right:0px !important;
    margin-left:0px !important;
}
.mobishow
{
    display:block;
}
.nopdmobile
{
    padding:0px !important;
}
.blogtomtat
{
    display:none !important;
}
.input-s
{
	width: 80%;
height: 39px;
    padding: 4px;
}
.input-smb
{
   	width: 76%;
height: 31px;
    padding: 0px; 
    border-bottom:none;border-top:none;
}
.searchMain
{
	margin: 17px 0px 0px 0px;
}
a.searchBtn
{
	    padding: 20px 30px;
}
#fix 
{
	width:100%;
	margin-left:0px !important;
}
.boderpc
{
	border:none !important;
}
.amrl
{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.nopdsm
{
padding:2px !important;
}
.p-list li:hover .product_hover
{
	display:none;
}
.p-list li .row
{
	height:auto !important;
}
.p-list li .col-md-3 .product-price
{
	float:left !important;
}
.product-single-info
{
	padding:0px !important;
}
.product-slide
{
	width:100% !important; 
}
  }

h1.title-item {
color: #000;
padding: 5px 0 15px 0; 
font-size: 30px; text-transform:uppercase; font-weight:400;
text-align: center; margin:10px 0 10px 0;
}
.form-contact { 
margin: 10px 0px; font-size:14px;
padding: 5px 0 15px 0;
overflow: hidden;
}
.form-contact .contact-info{ color:#333}


.form-contact strong { font-size:14px; margin-bottom:5px; }

.form-contact h2{ color:#000; font-weight:400; text-transform:uppercase}

.lecmax-form p.field input { margin-bottom:10px;
padding: 6px 6px 7px 6px;
width: 100%;
height: 30px;
line-height: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.lecmax-form textarea {
overflow: auto;
margin-bottom:8px;
padding: 6px 6px 7px 6px;
width: 100%;
height: 200px;
line-height: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
resize: none;
overflow: auto;
}


.submit-wrap{ clear:both}

.btnform {
border-radius: 0;
border: none;
color: #fff;
text-shadow: none;
font: 600 14px/1.2em 'Open Sans', sans-serif;
text-transform: uppercase;
padding: 11px 24px;
letter-spacing: 0;
height: auto;
box-shadow: none;
text-decoration: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.3s ease 0s;
box-shadow: 1px 2px 0 rgba(0,0,0,0.3);
background-color: #c93428;
background-image: -moz-linear-gradient(top,#ce382b,#c12e23);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ce382b),to(#c12e23));
background-image: -webkit-linear-gradient(top,#ce382b,#c12e23);
background-image: -o-linear-gradient(top,#ce382b,#c12e23);
background-image: linear-gradient(to bottom,#ce382b,#c12e23);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce382b', endColorstr='#ffc12e23', GradientType=0);
}


.error-wrap {
    padding: 60px 0px; background: #8d764f url(data/css/images/404-bg.jpg) no-repeat center top;
   
}
.error {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.05);
    margin: 0 auto; padding:100px 0 50px 0
}
.error-wrap .error .shape {
    width: 185px;
    height: 185px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid #fff;
    text-align: center;
    margin: 0 auto;
}
.error-wrap .error .shape .big-title h1 {
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 80px;
    color: #fff;
    padding: 26px 0px;
}
.error-wrap .error .title {
    margin-top: 70px;
}
.error-wrap .error .title h1 {
    text-align: center; color:#fff;
    text-transform: uppercase;
}
.error-wrap .error .title h1 .light {
    font-weight: 300;
}
.error-wrap .error .subtitle h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff; margin-top:10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

/*======= Team =======*/
.bg-col-l { padding-left:10px; padding-bottom:50px; overflow:hidden;
background: url("data/css/images/bg-pro.png") no-repeat top left }
.bg-col-r { background:#eaeaea; }

.bg-col-project {  padding-bottom:10px; overflow:hidden; 
no-repeat top left }

.bg-project-list { overflow:hidden; padding-top:10px; }
.bg-product-list { overflow:hidden; padding:10px 0 25px 0; }


.bg-col-project h2{ background:url(data/css/images/bg-title-project.jpg) no-repeat bottom;
                    text-transform:uppercase; font-size:30px; font-weight:300; padding:28px 0 0 0;
                    margin-bottom:32px; color:#000; text-align:center }
.bg-col-project h2 span { background:#fff; padding:0 50px}


.c-news{ padding:0; margin-bottom:15px; overflow:hidden}
.c-news h2{ text-transform:uppercase; font-size:18px; font-weight:500; padding:3px 0 3px 6px;
            margin-bottom:6px; color:#fff; background:#000 url(data/css/images/bg-title.png) no-repeat center right}
ul.list-news{ padding:0; }
ul.list-news li{ padding:15px 0 15px 0; float:left; width:100%; border-bottom:1px solid #ccc;}
ul.list-news li span a{ color:#000; text-decoration:none; font-size:14px;}
ul.list-news li span a:hover{ text-decoration:underline}
ul.list-news li img{ float:left; margin-right:10px; width:100px; height:100px;}
ul.list-news li span.date{ color:#888; display:block; margin-right:10px; font-size:11px; margin-top:10px;}
ul.list-news li span.date i{ padding-right:5px;}

ul.other-news{ padding:16px 0 12px 0; float:left}
ul.other-news li{ padding:5px 0 5px 0; float:left; width:100%; }
ul.other-news li span a{ color:#fff; text-decoration:none; font-size:12px; display:block; 
                         background:url(data/css/images/arr-news.png) no-repeat 0 3px; padding-left:16px; }
ul.other-news li span a:hover{ text-decoration:underline}
ul.other-news li span i{ padding-right:5px; color:#E80003}
 
p.xemthem{ clear:both; text-align:center; overflow:hidden} 
p.xemthem a{ background:#fff; color:#007ec6; font-size:11px; font-weight:bold; padding:3px 5px 3px 5px; line-height:2.0em; 
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; } 
p.xemthem a:hover{ color:#009EA0}


.c-project {
  text-align:center; 
  position: relative; margin-bottom:30px;
}
.c-project figure{ overflow:hidden; 
  position: relative; height:235px;
}
 
.c-project figure img {
	max-width: none; 
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
 
.c-project figure:hover img { 
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
 
 
.c-project figure:hover .actions{ display:block; }

.actions{ position:absolute; top:50%; left:50%; margin: -29px 0 0 -29px; display:none; }
.actions .button {
	display: inline-block;
}
.actions a.button {  
	width: 58px; height: 58px;
    background:url(data/css/images/ico-view.png) no-repeat; 
}
 
		  
.c-project .caption { position:relative; text-align:left; text-transform:uppercase;
  padding: 0;  background:#eaeaea; border-bottom:6px solid #e1e1e1;
  border-top: none;  padding:10px 45px 10px 15px; height:66px; overflow:hidden
}

.c-project .caption:hover { background:#393f39; border-bottom:6px solid #252a25;}

.c-project .caption h5 a:hover{ color:#009EA0 !important}

.c-project .caption h5 {
  font-size:16px; width:100%;
  font-weight: 500; 
  color: #000;
  text-transform:uppercase; 
  line-height: 20px; text-align:left; 
}
 
.caption span{
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    top:9px;
    right: 14px;
    background: url(data/css/images/more.png) 0 top no-repeat;
}
.caption span:hover {
    background: url(data/css/images/more.png) 0 bottom no-repeat;
}

p.xemthem-proj{ text-align:center; padding-right:15px; overflow:hidden} 
p.xemthem-proj a{ background:#009EA0; color:#fff; font-size:11px; font-weight:bold; padding:3px 5px 3px 5px;
-webkit-border-radius: 4px; text-transform:none !important; line-height:2.0em;
-moz-border-radius: 4px;
border-radius: 4px; } 
p.xemthem-proj a:hover{ background:#fff; color:#009EA0}
 
   
.btn-small { margin-bottom:15px;
padding: 5px 12px;
font-size: 12px;
line-height: 19px;
}
.btn-view { position:absolute; text-align:center; right:50%; margin-right:-40px;
padding: 7px 16px; background:#009EA0; color:#fff; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 12px; text-transform:uppercase; line-height: 20px;
}
.btn-view:hover{ color:#000;
}

.btn-proj{ background:url(data/css/images/btn-proj.png) no-repeat 0 0; font-size: 12px; text-align: center; color:#fff; vertical-align: middle;}

.btn-medium { margin-bottom:15px; padding: 10px 34px;
              font-size: 11px; text-transform:uppercase; line-height: 31px;
}

.tags{ clear:both;}
.tags a{ color:#009EA0; text-decoration:underline}
.tags a:hover{ color:#333}

.bg-product-view { background-color: #fff; margin-bottom:15px; font-size:14px; text-align:justify;
                   color: #333; padding:0; overflow:hidden; clear:both
}
.bg-white { background-color: #fff; margin-bottom:5px; font-size:14px; text-align:justify;
            color: #333; overflow:hidden; clear:both
}
.bg-white h1 {
margin: 0 0 .8em 0; font-size:33px; font-weight:400; text-transform: uppercase; color: #000;
}
.bg-news { background-color: #fff; margin-bottom:5px; font-size:14px; text-align:justify;
            color: #333; overflow:hidden; clear:both
}
.pd-25{ padding:0 30px 0 30px;}


.c-about {
background-color: #f2f2f2; margin-bottom:35px;
color: #333; overflow:hidden
}
.c-about h3 {
margin: 0 0 .8em 0; font-size:28px; font-weight:400; 
text-transform: uppercase;
color:#009EA0;
}


.c1 h3, .c2 h3, .c4 h3 {
margin: 0 0 .8em 0;
font: 700 20px/24px 'Open Sans Condensed', Arial, sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
}

.c3 h3, .c5 h3, .c6 h3{
margin: 0 0 .8em 0;
font: 700 20px/20px 'Open Sans Condensed', Arial, sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
color: #000;
}

.c1 {
background-color: #888; margin-bottom:5px;
color: #fff; overflow:hidden
}

.c2 {
background-color: #2f3541; margin-bottom:5px;
color: #fff; overflow:hidden
}

.c3 {
background-color: #ededed; margin-bottom:5px;
color: #333; overflow:hidden
}

.c4 {
background-color: #1a1b53; margin-bottom:5px;
color: #fff; overflow:hidden
}

.c5 {
background-color: #fff; margin-bottom:5px;
color: #333; overflow:hidden
}

.c6 {
background-color: #f2f2f2; margin-bottom:5px;
color: #333; overflow:hidden
}

@media only screen and (max-width: 480px) {
	
	 .bg-white { padding:15px !important; }
	}
@media only screen and (max-width: 480px) {
	
	 .pleft { padding:15px !important; }
	}
@media only screen and (max-width: 480px) {
	
	 .pright { padding:15px !important;}
	}

.pleft { font-size:14px; padding:35px; float:left; text-align:justify
}
.pright {font-size:14px; padding:35px 35px 35px 0px; float:right; text-align:justify
}

.col {
	display: block;
	float:left;
	/*margin: 1% 0 1% 0%;*/
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */



@media only screen and (max-width: 680px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	#pct
	{
	display:none;
	}
	
.container .fixtop
{
display:table-header-group;
}

.container .fixbot
{
display: table-footer-group;
}
.bgcc strong
{
   padding: 0px 2px !important;
   height: 38px;
}

}



/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 60%; 
}

.span_1_of_3 {
	width: 40%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 979px) {

	
	.span_2_of_3 {
		width: 50%; 
	}
	.span_1_of_3 {
		width: 50%; 
	}
}
@media only screen and (max-width: 680px) {

	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%; 
	}
}



/*  GRID OF FOUR   ============================================================================= */


.span_2_of_4 {
	width: 71%; 
}

.span_1_of_4 {
	width: 29%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */


@media only screen and (max-width: 680px) {

	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
	.logo-bachviet
	{
	padding-top: 0px !important;
    height: 65px;
	}
	.header-middle
	{
	height: 41px !important;
	text-align:center;
	}
}

/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {  clear:both; padding:15px 0 10px 0; float:left;  margin-bottom:5px;  position: relative; color:#999;
}

    #jCarouselLiteDemo .main { margin-left:0;  }

    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    } 
 
      
#jCarouselLiteDemo .carousel a.next { position: absolute;z-index:1000;
        top: 40px; right:-30px; left:auto;
        text-decoration: none;
      
    }
	 #jCarouselLiteDemo .carousel a.prev{ position: absolute;z-index:1000;
        top: 40px; left:-30px; right:auto;
        text-decoration: none;
      
    }
                
    #jCarouselLiteDemo .carousel .jCarouselLite {
        float: left; height: 84px;
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
    }
        #jCarouselLiteDemo .carousel ul {
            margin:0;
        }
		#jCarouselLiteDemo .carousel ul li{ width:148px; margin-top:10px; }
        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 138px; height: 65px;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
           
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);

  /* Firefox 35+ */
  filter: grayscale(1);

  /* IE 6-9 */
  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition:         -webkit-filter .5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}



.bg-footer{ overflow:hidden}

ul.quick-links{ padding:20px 0 0 0; margin-top:20px; overflow:hidden; font-size:14px; position:relative; color:#fff;}
ul.quick-links li h3{ color:#ccc; font-size:18px; border-bottom:1px solid #ff0000; text-transform:uppercase; margin-bottom:20px; font-weight:600  }  
ul.quick-links li h3 span 
{
      background-color:#566a7b;
    /*background-image:linear-gradient(0deg, #30849e, #368da8);*/
     position:absolute; top:5px; padding-right:8px; color:#fff} 
ul.quick-links li div{ float:left; width:100px; min-height:40px; color:#009EA0}
ul.quick-links li div i{ padding-right:8px; font-size:18px; color:#000}
ul.quick-links li{ padding:3px 0 3px 9px ;color:#fff;  font-weight:400;clear:both }
ul.quick-links li strong{ color:#fff; font-size:15px; font-weight:400 }
ul.quick-links li a{ color:#fff; text-decoration:none; display:block;   }
ul.quick-links li a:hover{ color:#ff0000}
ul.quick-links li img{ float:left; margin-right:8px;}

.c-bg-email { clear:both;}
.box_email{ padding:36px 0 0 0;}
.box_email h2 { font-size:18px; color:#000; margin-bottom:10px; font-weight:600; text-transform:uppercase}
.input-email{ float:left; width:200px; border:1px solid #009EA0; height:40px; background:#fff; outline:none; 
              padding-left:9px; vertical-align:middle; font-size:12px; color:#999}
.btn-email{ float:left; background:#009EA0; padding:0 15px; height:40px; border:none; color:#fff; 
            font-weight:600; vertical-align:middle; }

.share{ margin-top:10px; clear:both; }
.share h2{ font-size:18px; line-height:35px; color:#fff; font-weight:600; margin-bottom:20px; text-transform:uppercase} 

ul.social { padding:0; }
ul.social li { margin-right:30px; padding: 0; float:left; }
ul.social li a i{ font-size:32px; color:#fff;}
ul.social li a i:hover{  color:#ff0000;}
 
#c-news-product{ clear:both;  border-right:1px solid #ccc; overflow:hidden; padding:20px;}

ul.other-news-detail{ position:relative; padding:0 }
ul.other-news-detail h2{ font-size:18px; border-bottom:1px solid #ccc; font-weight:400; color:#009EA0; margin-bottom:10px; text-transform:uppercase}
ul.other-news-detail h2 span{ background:#fff; padding-right:10px; }


ul.other-news-detail li{ padding:5px 0 5px 0; display:block}

ul.other-news-detail li span a{ color:#333; text-decoration:none; font-size:15px; display:block; 
                                background:url(data/css/images/arr-news.png) no-repeat 0 4px; padding-left:18px; }
ul.other-news-detail li span a:hover{ text-decoration:underline}
ul.other-news-detail li span i{ padding-right:5px; color:#E80003}



ul.columns { padding:0; margin-top:10px;
float: left; min-height: 1px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

ul.columns li.download-catalogo {
background: #007dc6;
display: block;
min-height: 62px;
height: auto; padding:5px 10px 6px 0;
-webkit-border-radius: 13px 0px 13px 0px;
border-radius: 13px 0px 13px 0px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
color: #FFF;
}
ul.columns li.download-catalogo:hover {
background: #009EA0;
}
ul.columns li.download-catalogo a { color:#f2f2f2;  }

ul.columns li.download-catalogo a:hover{ color:#f2f2f2; text-decoration:underline}

ul.columns img{ width: 58px; height: 56px; float: left;}
 


/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/

#buttons .btn {
	margin: 5px 3px;
}
#buttons .btn-wrapper {
	margin: 30px 0;
}
.btn {
    color: #FFF !important;
    background: #009EA0;
    padding: 11px 20px 13px;
	margin: 15px 0; 
    font-weight: 700;
    font-size: 14px;
	letter-spacing: 0.02em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
 
.col-btn-xt{ text-align:center; padding:0 0 20px 0; clear:both}
.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 0 17px;
    font: 12px/44px 'Segoe UI', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    border-radius: 0;
    color: #222;
    background: transparent;
    border: 1px solid #ccc;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.breadcrumbs {  overflow: hidden;  padding:8px 0 8px 0;
}
.breadcrumbs li {
float: left; white-space:nowrap;
position: relative;
font-size: 14px;
line-height: 15px;
padding: 0;
color: #000;
}
.breadcrumbs li:after {
position: relative;
display: inline-block;
content: "\f054 ";
font-family: FontAwesome;
font-size: 10px;
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #ccc;
padding: 0 6px 0 6px;
vertical-align: middle;
}
.breadcrumbs li a{ color: #000; text-decoration:none}
.breadcrumbs li a:hover, .breadcrumbs li a.active{ color:#009EA0;}
/*===================================================================================*/
/*	PAGINATION
/*===================================================================================*/


.pagination { 
margin-bottom: 25px;
background: none; font-size:14px; text-transform:uppercase;
text-align: center;
}
.pagination ul {
display: inline-block;
margin-left: 0;
margin-bottom: 0; 
}
.pagination ul > li { display: inline; 
}
.pagination ul > li a { display: inline; color:#333; margin-right:10px;
}
.pagination ul > li:first-child > span {
border-left-width: 1px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.pagination ul > li > a:hover, .hbs .pagination ul > li > a:focus, .hbs .pagination ul > .active > a, .hbs .pagination ul > .active > span {
background-color:#009EA0;
color: #fff;
}
.pagination ul > .active > span {
color: #fff;
background-color: #666;
cursor: default;
}
.pagination ul > li > a, .pagination ul > li > span {
float: left;
width:50px; height:50px;
line-height: 50px;
text-decoration: none;
background-color: #ccc;
border: 1px solid #ddd; 
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border-left-width: 0;
border-right-width: 0;
}
.pagination ul > li > .active {
color: #fff;
background-color: #009EA0;
}
.pagination ul > li > .active:hover {
color: #000;
}

 .pagination ul > li:first-child > a, .hbs .pagination ul > li:first-child > span {
border-left-width: 1px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
 
 .pagination ul > .active > span {
color: #fff;
background-color: #5b5b5b;
cursor: default;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
border-right-width: 1px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
/*End-page*/
 
.block_timer_share {
width: 100%; margin-bottom:15px; overflow:hidden 
}
.block_timer {
font-size:14px; font-weight:400;
padding: 5px 0 0;
white-space: nowrap;
}

.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}


/*Style-mobile-update*/

ul.menuSub { 
  margin:0;
  padding:0;
}

ul.menuSub li { background:url(data/css/images/arr-mn.jpg) no-repeat 0 15px;
  display:block; 
  border-top:#f2f2f2 solid 1px;
  list-style:none;
}

ul.menuSub li a { 
  font-size:13px;
  padding:6px 12px; 
  display:block;
}
ul.menuSub li a:hover { background: #f2f2f2 ;
}
ul.menuSub li a.active {
  border-left:#007dc6 solid 5px;
  color:#007dc6;
  font-weight:700;
  padding-left:10px;
}

ul.menuSub li a.up {
  background:url(data/css/images/arrow-up.png) no-repeat right;
}

ul.menuSub li a.down {
  background:url(data/css/images/arrow-down.png) no-repeat right ;
}


ul.menuSub li ul {
  margin:0;
  padding:0;
  background:#f2f2f2;
}

ul.menuSub li ul li {
  display:block; background:none !important;
  border-bottom:#fff solid 1px;
  padding-left:5px;
}

ul.menuSub li ul li.last {
  border:0;
}

.thumbnail-news-view {
position: relative; 
padding-bottom: 35px; font-size:16px;
overflow: hidden;
}

.thumbnail-news-view h1{ font-size:33px; line-height:1.0em; font-weight:400;
}
@media (max-width: 767px){
  .thumbnail-news-view {
position: relative; 
padding: 5px;  
}
}

.thumbnail-news {
position: relative;
margin: 0 0 36px 0;font-size:14px;
padding: 0; background: none;
overflow: hidden;
}

@media (max-width: 767px){
   .pd-25 { 
padding:0 15px 15px 15px;  
}
}
.highlights{ background:#f2f2f2 !important; padding:30px !important; overflow:hidden ;}
@media (max-width: 767px){
   .highlights { padding:15px !important;  
}
}
.thumbnail-news figure {
margin: 0 30px 0 0; 
float: left;
}
.thumbnail-news figure img { width: 200px
}

@media (max-width: 680px){
.thumbnail-news figure {
margin: 0 0 20px 0;
float: none;
}
}

@media (min-width: 680px) and (max-width: 979px){ 
.thumbnail-news figure {
width: 50% !important;
vertical-align: middle;
border: 0;
}
.thumbnail-news figure img { width: 100% !important
}
}

@media (max-width: 680px){
.thumbnail-news figure img { width: 100% !important
}
}

.thumbnail-news .caption {
padding-top: 8px; color:#000;
overflow: hidden;
}

.thumbnail-news .caption h3 {
font-size:18px; font-weight:500;
color: #000; margin: 0 0 6px 0; 
}
.thumbnail-news .caption h3 a{ color:#000}
.thumbnail-news .caption h3 a:hover { color:#333}
.thumbnail-news p.date { background:#fff; border-bottom:1px solid #f2f2f2; font-size:12px; padding:3px; margin-bottom:10px;}
.thumbnail-news p.date b{ color:#009EA0; margin-right:9px;}

 
.post_content { word-wrap: break-word; padding-bottom: 20px;
    clear: both;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin-top: -1px;
    padding: 10px;
    background: #fff;
    line-height: 25px;            
}
.post_content h2
{
    font-size:16px !important;
}
.post_content p
{
       margin-bottom: 10px;
    line-height: 25px; 
}
.featured-thumbnail.large {
margin-bottom: 35px; 
border-radius: 0;
padding: 0; text-align:center;
border: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

ul.circle {
list-style: circle outside;
}
ul.circle li {
padding-bottom: 0.312em;
}
ul.circle li strong {
font-weight: 700;
line-height: inherit;
}

ul.highlights-pro { background:#333; padding:15px; margin:0

}
ul.highlights-pro h2{ color:#009EA0; font-size:18px; font-weight:600; margin-bottom:10px;}
ul.highlights-pro li { background:url(data/css/images/arr-mn.jpg) no-repeat 0 6px; padding-left:12px; font-size:14px;
padding-bottom: 0.5em; color:#ccc; 
}
ul.highlights-pro li strong {
font-weight: 700;
line-height: inherit;
}

.btn-news{ background:url(data/css/images/btn-news.png) no-repeat; width:142px; height:40px; text-align:center ; color:#fff}
.btn-news a { color:#fff; line-height:40px; text-transform:uppercase; font-size:16px; font-weight:bold   }

.color-filter {
	margin-top: 30px;
}

.size-filter {
	margin-top: 30px;
}

.size-filter ul {
	padding: 0px;
}

.size-filter ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
}

.size-filter ul li a {
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background-color: #fbfbfb;
	border: solid 1px #ccc;
	display: table;
	font-family: Verdana;
	font-size: 16px;
	color: #666;
	position: relative;
}

.size-filter ul li a:hover {
	border: solid 1px #777;
	background-color: #ffffff;
}

.size-	filter ul li a:hover:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 33px;
	height: 35px;
	border: 1px solid #777;
}

.s_range {
	margin-top: 30px;
}

.range_v {
	margin: 25px 0 20px;
	display: table;
	width: 100%;
}

.range_v span {
	float: left;
	margin-right: 7px;
	line-height: 23px;
	font-family: Arial;
	font-size: 14px;
	color: #888;
}

.range_v input {
	border: medium none;
	display: table;
	float: left;
	margin-right: 9px;
	padding: 0 10px;
	width: 100px;
	height: 25px;
	-webkit-border-radius: 2px/1px;
	-moz-border-radius: 2px/1px;
	border-radius: 2px/1px;
	background-color: #fff;
	border: solid 1px #ccc;
	font-family: Arial;
	font-size: 14px;
	color: #666;
}

.s_btn {
	padding: 0 14px;
	line-height: 26px;
	height: 30px;
	background-color: #f5f5f5;
	border: solid 2px #666;
	display: inline-block;
	font-family: Merriweather Sans;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	margin-right: 10px;
}

.s_btn:hover {
	background-color: #666;
	border: solid 2px #666;
	color: #fff;
}


input[type=checkbox].css-checkbox {
	display: none;
}

input[type=checkbox].css-checkbox + label.css-label1 {
	padding-left: 25px;
	margin-bottom: 15px;
	height: 15px;
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Arial;
	font-size: 15px;
	color: #666;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label1 {
	background-position: 0 -15px;
}

label.css-label1 {
	background-image: url(data/css/images/cbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.aside .side-content {
    margin-bottom: 35px;
}
.aside .side-content h5 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    margin: 0px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
}
.page-nav {
	padding: 12px 0;
	font-family: Arial;
}

.page-nav1 {
	background:#009EA0;
	padding: 8px 10px 8px;
	overflow: hidden;
	border-radius: 2px;
	position: relative; clear:both
}

.page-nav span {
	color: #fff;
	line-height: 26px;
	margin: 0px;
	font-size: 14px;
}

.page-nav ul {
	padding: 0px;
	display: table;
	float: right;
}

.page-nav1 ul {
    margin: 0px;
}

.page-nav ul li {
	float: left;
	margin-left: 8px;
	list-style: none;
}

.page-nav ul li a {
	width: 26px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #cccccc;
	display: table;
	color: #777777;
	background: #ffffff;
}

.page-nav ul li a:hover {
	color: #777777;
	border: 1px solid #888888;
	background: transparent;
}

.page-nav1 em {
	text-transform:uppercase;
	font-style: normal;
	position: relative;
	top: -8px;
	color:#fff;
	margin-right:5px;
}

.page-nav1 select {
	padding: 3px 10px;
	height: 24px;
	position: relative;
	top: 1px;
	margin:0px;
}

.page-nav1 span.pn-select {
    color: #888;
    line-height: 0px;
    margin: 0px;
    font-size: 14px;
    height: 21px;
    overflow: hidden;
    display: table;
	float:right;
}

.s-btn:hover {
	color: #cf4647 !important;
}

 
 

 .p-filter {
	background: #009EA0;
	padding: 8px 10px 4px;
	border-radius: 2px;
	font-size: 14px;
	margin-bottom:12px;
	position: relative;
	display: table;
	width:100%;
}
.p-filter span {
	text-transform: uppercase;
	color: #fff;
	margin-right: 50px;
}

.p-filter span {
	text-transform: uppercase;
	color: #fff;
	margin-right: 50px;
}

.p-filter span:nth-child(1) select {
	padding: 4px 10px;
	height: 26px;
	position: relative;
	top: 1px;
}
.c-selectParent1 {
	width: 140px;
	overflow: hidden;
	border: 1px solid #fff;
	display: inline-block;
}

.c-selectParent1 select {
	width: 170px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent url("data/css/images/select.png") no-repeat center;
	background-position: 75% 47%;
	background-size: 10px;
	background-color: transparent;
	border: none;
}

.c-selectParent2 {
	width: 90px;
	overflow: hidden;
	border: 1px solid #fff;
	display: inline-block;
}

.c-selectParent2 select {
	width: 120px;
	background: transparent url("data/css/images/select.png") no-repeat center;
	background-position: 65% 47%;
	background-size: 10px;
	background-color: transparent;
	border: none;
}
/* 8. Products content */

.p-filter span:nth-child(2) select {
	padding: 4px 10px;
	height: 26px;
	position: relative;
	top: 1px;
}

.p-filter span:nth-child(4) a {
	border: 1px solid #fff;
	width: 26px;
	height: 26px;
	position: relative;
	top: 2px;
	margin: 0 2px;
	display: inline-block;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #d0d0d0;
}

.p-filter span:nth-child(4) a.active ,
.p-filter span:nth-child(4) a:hover {
	color: #fff !important;
	border-color: #888 !important;
}

.p-filter span:nth-child(3) {
	float: right;
	margin-left: 50px;
	margin-right: 0px;
}

.p-filter span:nth-child(4) {
	float: right;
	margin-right: 0px;
}

.p-filter span:nth-child(3) a {
	border: 2px solid #888888;
	height: 27px;
	padding: 0 12px;
	line-height: 23px;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
	color: #fff; 
	font-weight: bold;
	position: relative;
	top: 1px;
}

.p-filter span:nth-child(3) a:hover {
	border: 2px solid #888888;
	color: #fff;
	background: #888888;
}

.p-filter span em {
	font-style: normal;
	position: relative;
	top: -8px;
}
.pproducts ul {
	padding: 0px;
}

.pproducts ul li {
	list-style: none;
	display: table;
	width: 100%;
	margin-top: 25px;
}

.pproducts li img {
	width: 100px;
	float: left;
}

.pproducts-info {
	margin-left: 120px;
}

.pproducts-info .product-title a {
	font-size: 12px;
	color: #777;
	text-transform: uppercase;
	font-weight: 300;
}

.pproducts .product-title a {
	text-transform: none;
	font-weight: 600; 
	font-size: 14px; 
	color: #555;
}
.pproducts .product-title a:hover {
	color: #009EA0;
}
.pproducts .product-price {
	font-size: 16px; 
	font-weight: bold; 
	color: #222;
}
.pproducts .pproducts-info p {
	font-size: 13px; 
	color: #666;
}
 

.pproducts-info .product-price {
	font-size: 15px;
	font-weight: bold;
	color:#FF0004;
	margin-top: 7px;
}

.pproducts-info .product-price span {
	display: block;
	color: #999;
	text-decoration: line-through;
}

.tag-list {
	padding: 0px;
	margin: 30px 0 0;
	display: table;
	width: 100%;
}

.tag-list li {
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
}

.tag-list li a {
	background: #ffffff;
	border: solid 1px #e3e3e3;
	padding: 3px 8px;
	display: table;
	position: relative;
	color: #555;
}

.tag-list li a:hover{
	border: solid 1px #666666;
}

.post_content  table {
    border-left: 1px solid #00B2E0;
    border-top: 1px solid #00B2E0;
width:100% !important;
}
.post_content  table td {
    border-bottom: 1px solid #00B2E0;
    border-right: 1px solid #00B2E0;
    color: #252424;
    padding: 5px;
}
.post_content ul
{
    padding:0 40px;
}
.post_content ul li { padding:2px 0 2px 0; display: list-item !important;list-style-type: disc !important;}
.header-middle h2
{
    color: #0762b2;
    font-size: 35px;
    margin: 5px 0 0px;
    /* text-shadow: 1px 1px 1px #999; */
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-transform: uppercase;
}
.header-middle p
{
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    color:#ff0000;
}

h2.title-cpn, h1.title-cpn{
    color: #F40055;
    font-size: 20px;
    margin: 12px 0px 0px;
    text-align: center;
    /* text-shadow: 1px 1px 1px #999; */
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    text-transform: uppercase;
}

.titleadd{
    color: #F40055;
    font-size: 19px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    text-align: center;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.bar-contact{ position:fixed; padding:6px; top:48%; right:-22px; border:1px solid #007dc6;
 background:#fff; 
 transform: rotate(270deg); 
 moz-transform: rotate(90deg); 
-webkit-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg); } 
.title_404 {
    float: left;
    text-align: center;
    width: 100%;
    padding:5%;
    background-color:#fff;
}
.title_404 .txt_404 {
    color: #9f224e;
    font: 400 28px/40px arial;
}
.title_404 .txt_center {
    font: 400 14px arial;
    text-align: center;
}
.content_404 {
    float: left;
    padding: 20px 0;
    width: 100%;
}
.content_404 p {
    font: 700 14px arial;
    padding-bottom: 5px;
}
.content_404 p a {
    color: #c00c1f;
}
.chose_search_404 {
    display: inline;
    float: left;
    margin: 10px 0 0 220px;
    width: 300px;
}
.chose_search_404 label {
    cursor: pointer;
    float: left;
    font: 400 11px arial;
    margin: 0 30px 0 0;
}
.chose_search_404 input {
    float: left;
    margin: 1px 3px 0 0;
}
* + html .chose_search_404 input {
    margin: -3px 0 0;
}


#callnowbutton {display:none;} 

@media screen and (max-width:650px)
{
#callnowbutton {
display: block;
    height: 42px;
    position: fixed;
    left: 0;
    bottom: 0px;
    border-top: 2px solid rgba(51,187,51,1);
    background: #801a1f;
    text-decoration: none;
    box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 2px #888;
    -moz-box-shadow: 0 0 2px #888;
    z-index: 9999;
    right: 0px;
    width: 30%;
    border-radius: 0px 15px 4px 0px;
}
#cfacebook
{
right:5px !important;
}

}
a#callnowbutton {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}
.mg20
{
	margin: 20px 0 0;
}
.boderpc
{
	border-left: 1px solid #ccc;
}

.dt
{
    height: 30px;
    width: 100%;
    background-color: #ebe9e9;
    border-bottom: solid 1px #c5c5c5;
}
.dt ul{height:30px;
           width: 100%;
    margin-left: auto;
    margin-right: auto; color:#000;
       }
.dt li{float:left;overflow:hidden;}
.dt .g{float:right;width:70px;padding-top:5px;}
.dt .f{float:right;width:90px;padding-top:5px;}
.dt .l{line-height:30px;
       /*background:url(/img/bg/t.png) no-repeat left center;*/
       padding:0px 15px;float:right;}
.dt .c{line-height:30px;}
.dt .c b{padding:10px;color:#ccc;}
.dt .s{width:255px;height:22px;background:#fff url(/img/bg/s.gif) no-repeat right top;margin-top:3px;float:right;border:solid 1px #ede9e0;}
.dt .i{width:33px;height:22px;float:right;}
.dt .txt{padding:3px;font-size:12px;width:200px;margin:1px;}

.giohang
{
float: right;
    width: 140px;
    height: 40px;
    background: #fff  url(/img/bg/Cartsound.png) no-repeat 10px center;
    border-radius: 3px;
    margin-top: 5px;
}
.giohang a
{
    display: block;
    line-height: 40px;
    color: #000;
    padding-left: 25px;
    font-weight: 700;
}

.giohangMB
{
    float: right;
    width: 40px;
    height: 40px;
    background: url(/img/bg/Shopping.png) no-repeat 10px center;
    margin-top: 0px;
    margin-left:5px;
}
.giohangMB a
{
    display: block;
    line-height: 40px;
    color: #fff;
    padding-left: 0px;
}

.phonehh
{
  height: 22px;
    margin-top: 5px;
    background: url(/img/bg/te.png) no-repeat left 3px top 0px;
    padding-left: 25px !important;
    color: #000;
    /* line-height: 40px; */
    font-weight: 700;
    margin-top: 15px;
}
.avt{height:96px;overflow:hidden;background-color:#f3f3f3;margin-bottom:30px;padding-top:20px;}
.avt ul
{
        width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.avt li{float:left;height:56px;width:299px;}
.avt a{display:block;height:56px;overflow:hidden;width:299px;text-decoration:none;color:#555;}
.avt a:hover{color:#ff0b00;}
.avt img{display:block;float:left;width:56px;height:56px;margin-right:10px;}
.avt b{display:block;line-height:30px;}
.avt span{display:block;line-height:20px;height:20px;overflow:hidden;font-size:13px;}

.umt{height:40px;overflow:hidden;margin-bottom:15px;position:relative;}
.umt .l{
 font-size: 16px;
    padding: 0px 10px;
    z-index: 1;
    left: 0px;
    top: 0px;
    height: 37px;
    line-height: 37px;
    background-color: #0762b2;
    }
.umt .l:after {
   /* content: "";
    position: absolute;
    top: 0;
    right: -43px;
    width: 44px;
    height: 37px;
    background: url(/data/css/images/after_bg.png)no-repeat;*/
}
.umt h1{font-size:18px;font-weight:normal;}
.umt h2{    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 37px;}
.umt .l a{color:#fff;}
.umt .r{line-height:37px;height:37px;text-align:right; background-color:#fff; border-bottom:1px solid #1ea0d2
        
        }
.umt .b{float:right;background:url(/img/bg/i2.gif) no-repeat right center;padding-right:18px;font-style:italic;margin-right:10px; color:#ff0000;}
.umt b{font-weight:normal;color:#ddd;padding:5px;}

.pul{margin-bottom:3px;width:1250px;margin-bottom:10px;font-family:"Roboto",sans-serif !important;}
.pul .cc{float:left;
         /*width:280px;height:350px;*/
         overflow:hidden;
         position:relative;
         margin-right:27px;
         margin-bottom:27px;
         background-color:#f0f0f0;}
/*.pul img{width:280px;height:280px;display:block;margin:auto;}*/
.pul strong{display:block;line-height:18px;height:18px;overflow:hidden;padding:0px 15px;font-weight:normal;}
.pul.p strong{margin:10px 0px 7px 0px;}
.pul .tt{display:block;height:30px;padding-top:8px;padding-left:15px;text-decoration: line-through;color:#5a596b;font-weight:bold;}
.pul .gg{width:51px;height:51px;top:6px;right:6px;overflow:hidden;text-align:center;line-height:51px;font-weight:bold;color:#fff;background:url(/img/bg/k.png) no-repeat left top;font-size:17px;position:absolute;}
.pul .rr{font-weight:bold;float:right;text-decoration: line-through;color:#5a596b;padding-right:15px;padding-top:3px;}
.pul .ll{font-weight:bold;float:left;color:#373737;padding-left:15px;font-size:22px;}
.pul .ff{font-weight:bold;float:left;color:#666;padding-left:15px;}
.pul .zz{display:block;height:30px;padding-top:8px;padding-left:15px;font-weight:bold;}
.gia{position:absolute;top:260px;right:10px;z-index:1;height:42px;overflow:hidden;background:url(/img/bg/b.png) no-repeat right top;padding-right:20px;}
.gia span{display:block;float:left;height:42px;background:url(/img/bg/s.png) no-repeat;}
.gia .a{width:23px;}.gia .b{width:16px;background-position:-23px 0px;}.gia .c{width:22px;background-position:-39px 0px;}.gia .d{width:22px;background-position:-62px 0px;}.gia .e{width:22px;background-position:-83px 0px;}.gia .f{width:22px;background-position:-105px 0px;}.gia .g{width:22px;background-position:-127px 0px;}.gia .h{width:20px;background-position:-149px 0px;}.gia .i{width:22px;background-position:-169px 0px;}.gia .k{width:23px;background-position:-191px 0px;}.gia .l{width:11px;background-position:-214px 0px;}
@media (max-width: 767px)
{
    .avt
    {
        overflow:auto;
    }
    .amrl
    {
        display:none;
    }
    .ll
    {
        font-size:14px !important
    }
    .rr
    {
        padding-top:0px !important
    }
    .msp{width: 50%;  padding-right: 5px !important; font-size: 12px !important;}
}
.rr
{
    font-weight: bold;
    float: right;
    text-decoration: line-through;
    color: #5a596b;
    padding-right: 15px;
    padding-top: 3px;
}
.ll
{
    font-weight: bold;
    float: left;
    color: #00a2e8;
    padding-left: 15px;
    font-size: 16px;
}
.msp
{
    font-weight: bold;
    float: right;
    color: #000;
    padding-right: 15px;
    font-size: 14px;
}
.bgcc .gg
{
    width: 51px;
    height: 51px;
    top: 6px;
    right: 20px;
    overflow: hidden;
    text-align: center;
    line-height: 51px;
    font-weight: bold;
    color: #fff;
    background: url(/img/bg/k.png) no-repeat left top;
    font-size: 17px;
    position: absolute;
}
.bgcc
{
    background:#eff0f3;
    overflow:hidden;
    min-height:60px;
}
.bgcc strong
{
     margin: 10px 0px 7px 0px; 
     display: block;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    padding: 0px 15px;
}
.nopdsm
{
    padding-bottom:30px;
}
.cl {
    clear: both;
}
.titbot .t{
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    background: url(/img/bg/b.gif) repeat-x left 13px;
}
.titbot .t a
{
    float: left;
    background-color: #fff;
    padding-right: 6px;
    text-transform:uppercase;
}
.listnew
{
}
.listnew li
{
    height: 100px;
    overflow: hidden;
}
.listnew li strong
{
    display: block;
    height: 18px;
    line-height: 18px;
    margin-bottom: 4px;
    overflow: hidden;
}
.listnew li img {
    display: block;
    float: left;
    width: 90px;
    height: 60px;
    margin-right: 10px;
}
.listnew li span {
    display: block;
    color: #666;
    text-align: justify;
    height: 54px;
    line-height: 18px;
    overflow: hidden;
}

.divl{padding-right:30px;padding-bottom:10px;padding-top:15px;}
.divl ul{margin-bottom:15px;background-color:#f7f7f7;border-bottom:solid 2px #ddd;}
.divl .h{line-height:36px;height:36px;overflow:hidden;color:#fff;padding-left:18px;font-size:16px;
          background-color: #0762b2;
    }
.divl ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 44px;
    height: 36px;
   /* background: url(/data/css/images/after_bg.png)no-repeat;*/
}
.divl .h.p{padding-left:35px;}
.divl .h span{width:25px;height:29px;background:url(/img/bg/ie.png) no-repeat left top;position:absolute;z-index:1;margin-left:-30px;margin-top:-4px;}
.divl .h a{color:#fff;}
.divl .h.a{margin-bottom:6px;background:#ff0b00 url(/img/bg/il.gif) no-repeat 215px center;}
.divl .g{height:2px;background-color:#e1e1e1;overflow:hidden;border-bottom:solid 1px #f2f2f2;}
.divl .c{line-height:36px;height:36px;overflow:hidden;}
.divl .c.b{border-top:dotted 1px #ddd;}
.divl .c a{display:block;padding-left:30px;font-weight:bold;background:url(/img/bg/l1.gif) no-repeat 10px center;}
.divl .c a:hover,.divl .c.s a{color:#ec2027;background:url(/img/bg/l2.gif) no-repeat 10px center;}
.divl .f{padding-bottom:8px;padding-left:30px;font-size:13px;}
.divl .f img{ display:block; width:242px;}
.divl .f.s a{color:#ec2027;}

.divl .y{height:76px;overflow:hidden;padding:15px;}
.divl .y.e{background-color:#eee;}
.divl .y img{width:50px;height:50px;float:left;margin-right:15px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:solid 1px #ccc;}
.divl .y span{display:block;font-weight:bold;padding-bottom:5px;color:#874143;font-size:15px;padding-top:5px;}
.divl .y strong{display:block;font-size:15px;color:#ff0000;}

.divl .t{padding:8px;overflow:hidden;border-top:solid 1px #ccc;}
.divl .t strong{display:block;padding-bottom:5px;}
.divl .t img{width:100%;margin-bottom:5px;}
.divl .t span{display:block;line-height:16px;height:64px;overflow:hidden;text-align:justify;color:#666;font-size:13px;}

.divl .v{padding-bottom:10px;}
.divl .v img{width:250px;}
.chat{width:64px;height:68px;overflow:hidden;display:block;background:url(/img/bg/fb.png) no-repeat left top;position:fixed;z-index:98;left:0px;bottom:0px;}

.nopdleft
{
    padding-left:0px !important;
}

.ulk{height:34px;overflow:hidden;background-color:#f5f5f5;border-left:solid 2px #fa3e3d;
     border-right:solid 1px #e6e6e6;border-top:solid 1px #e6e6e6;border-bottom:solid 1px #e6e6e6;margin-bottom:1px;margin-top:1px;}
.ulk li{float:left;background:url(/img/bg/g8.gif) no-repeat left center;padding-left:30px;padding-right:10px;font-weight:bold;height:34px;line-height:34px;}
.ulk li a{color:#333;}
.ulk li a:hover{color:Red;}
.ulk .c{padding-left:0px;background:url(/img/bg/h.gif) no-repeat center center;width:60px;}
.ulk .c a{display:block;width:60px;height:34px;}

.hg {
    height: 3px;
    overflow: hidden;
    height: 3px;
    background: url(/img/bg/e.gif) repeat-x left 1px;
    margin-bottom: 1px;
}
.hg span {
    display: block;
}
.h1p {
       font-size: 18px;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 0px;
    line-height: 18px;
    margin-top:5px;
}
.contentsummary p
{
    text-align:justify;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 16px;
}
.lpg{font-weight:bold;line-height:22px;text-align:center;display:block; height:30px; margin-bottom:20px;}
.lpg .p:link, .lpg .p:active, .lpg .p:visited{color:#0176b8;text-decoration:none;border:solid 1px #ccc;padding:2px 8px; margin:0 3px;}
.lpg .p:hover{color:#ff0000;text-decoration:none;}
.lpg .ps{color:Red;border:solid 1px #ccc;padding:2px 8px;}


.upd{overflow:hidden;}
.upd .dg{width:55px;height:55px;overflow:hidden;text-align:center;line-height:55px;font-weight:bold;color:#fff;background:url(/img/bg/k.png) no-repeat left top;font-size:17px;position:absolute;margin-left:5px;margin-top:5px;}
.upd .ll{width:402px;float:left;}
.upd .ll .t img{display:block;width:400px;height:400px;border:solid 1px #ddd;}
.upd .rr{float:left;width:488px;overflow:hidden;padding-left:30px;}

.upd h1{font-size:20px;overflow:hidden;color:#555;padding-bottom:5px;}
.upd .cc{border-bottom:#ddd 1px dotted;padding-bottom:10px;margin-bottom:5px; overflow:hidden;}
.upd .cc li{color:#545454;height:30px;line-height:30px;overflow:hidden;background:url(/img/bg/i3.gif) no-repeat left center;padding-left:15px;}
.upd .cc .l{ float:left; width:50%; overflow:hidden;}
.upd .mt{width:450px;overflow:auto;overflow-x:hidden;max-height:90px;font-size:12px;}
.upd .tk{font-size:17px;font-weight:bold;}
.upd .tk b{font-size:24px;color:Red;}
.upd .gg{height:60px;overflow:hidden;padding-top:10px;margin-bottom:20px;}
.upd .gg li{float:left;width:50%;height:60px;overflow:hidden;}
.upd .gg .l{line-height:60px;color:#00a2e8 !important;font-family: Impact, "Conv_UTM Impact" ,sans-serif;font-size: 38px !important;transform: skew(-8deg, 0deg) scale(1, 1.3);padding-left:5px;}
.upd .gg .r{font-size:15px;line-height:25px;}
.upd .gg .r .t{margin-top:5px;}
.upd .gg .r .t span{text-decoration: line-through;color:#666;}
.upd .gg .r .f span{color:Red;}
.upd .te{padding-top:15px;background:url(/img/bg/te.png) no-repeat left 15px;padding-left:25px;line-height:19px;}

.upd .ca{display:block;width:47%;height:40px;float:left; background-color:#ff000a; color:#fff;border-radius:5px; text-align:center; font-size:12px;}
.upd .ca b{ display:block; padding-top:5px; font-size:15px; line-height:30px;}
.upd .hd{display:block;margin-left:10px;width:49%;float:left;height:40px;background:url(/img/bg/h1.gif) no-repeat left top;}
.upd .ms{float:right;background:url(/img/bg/m.gif) no-repeat left top;padding-left:25px;line-height:20px; margin-top:15px;}

.dc{border: #f15928 1px dashed; background-color:#f2f2f2; margin-top:20px; padding:6px 10px;}
.dc li{ line-height:24px;background:url(/img/bg/z.gif) no-repeat left center; padding-left:15px; font-size:13px;}

.dshd{border:solid 1px #ddd;background:#f2f2f2 url(/img/bg/f.gif) no-repeat center;height:70px;padding:10px 10px 0px 10px;}
.dshd .r{display:block;float:right;width:245px;height:50px;}


.contentsummary
{
font-size:18px;
line-height:26px;
text-align:justify;
}
.upf{background-image:url(/img/bg/g3.gif);}
.upf li.l{width:50%;overflow:hidden;height:34px;line-height:34px;float:left;}
.upf li.l a{margin-left:3px;}
.upf li.s a{color:Red;}

.review-list
{
    margin-bottom:5px;border-bottom: 1px dotted #ccc;
}
.review-list .text
{
    font-size:14px;
    line-height:25px;
}


.me{ right:20px;bottom:10px;position:fixed;z-index:998;}
.me li{width:44px;height:44px;overflow:hidden;float:left;margin-left:10px;}
.me a{display:block;width:44px;height:44px;}
.me .h{background:url(/images/fb.png) no-repeat left top;}
.me .c{background:url(/images/zl.png) no-repeat left top;}
.me .f{background: rgb(100,188,70) url(/images/te.png) no-repeat center center;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;-ms-transform-origin: 50% 50%;-o-transform-origin: 50% 50%;transform-origin: 50% 50%;background-color: #64bc46;background-size: 70%;}

.phone_animation_circle_fill_img{background:rgb(100,188,70) url(/images/te.png) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;-moz-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;-ms-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;-o-animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#64bc46;background-size:70%}@-moz-keyframes coccoc-alo-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes coccoc-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes coccoc-alo-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}@-moz-keyframes coccoc-alo-circle-fill-anim{0%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes coccoc-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes coccoc-alo-circle-fill-anim{0%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes coccoc-alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes coccoc-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@-o-keyframes coccoc-alo-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}

.colorandpic .item .icon {
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    margin-bottom: 5px;
    height: 65px;
    position: relative;
}

.colorandpic .item .icon img {
    max-width: 45px;
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.colorandpic .item .icon img.icon2 {
    display: none;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
}
.colorandpic
{
    padding:10px 0px;
}
.colorandpic .owl-carousel {
    display: block;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
.colorandpic .item:hover .icon img.icon2{display:block}
.colorandpic .item:hover .icon img.icon1{display:none}
.colorandpic .item {
    padding-bottom: 5px; text-align:center;
    font-size: 11px;
}

em.verified {
    position: relative;
    padding: 0 0 0 18px;
    color: #52b858;
    font-style: normal;
    margin-right: 10px;
}
em.verified:before {
    position: absolute;
    background: transparent url(/img/iconvideo/icon-confirm.png) no-repeat center center;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: '';
    left: 0;
    top: 1px;
}

.upd .ccs li{color:#000;height:26px;line-height:26px;overflow:hidden;background:url(/img/bg/i3.gif) no-repeat left center;padding-left:15px;}

@media (max-width: 768px)
{
    .cp-cell-1 {
    display: none;
    }
.list_video .item_video iframe {
    height: 220px;
    }
.columns-3 {
    grid-template-columns: repeat(1,1fr) !important;
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    }
}
.columns-3 {
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}



.list-support-buy {
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-top: none;
    margin-bottom: 10px;
    padding-left: 0;
    border-top: 1px solid #ff7f26;
}
.list-support-buy li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px;
}
.list-support-buy li p {
    margin-bottom: 0;
    float: left;
    width: calc(100% - 50px);
    line-height: 15px;
    font-size: 13px;
}
.list-support-buy li:nth-of-type(1) p:nth-of-type(1) {
    color: #d10216;
    font-size: 18px;
    line-height: 30px;
    text-transform: none;
    width: 100%;
}
.list-support-buy li:nth-of-type(1) p:nth-of-type(2) {
    width: 100%;
}
.list-support-buy li p:nth-of-type(1) {
    text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
}
.list-support-buy li::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}
.list-support-buy li img {
    float: left;
    height: 25px;
    margin-top: 5px;
    margin-right: 10px;
}
sup {
    top: -0.5em;
}.navbar {
    margin: 0;
    border-radius: 0;
    border: none; 
    z-index: 8000;
    min-height: inherit;
}
 
.navbar-header {
    float: none !important;
	position: relative;
	background: #0762b2;
	z-index: 0;
}
 
.navbar-collapse {
	width: 100%;  position: relative;   
    background: #0762b2;

}
 
.btn.responsive-menu {
    display: none; padding:6px 20px 6px 0px; text-transform:uppercase; 
    font-size: 22px; color:#fff !important; margin: 0;
}
.btn.responsive-menu::before
{
        position: absolute;
    top: 0.5em;
    width: 18px;
    right: 0.5em;
    bottom: 0.5em;
    left: 70px;
    background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
    content: '';
}
.navbar-toggle {
  position:relative;  
  padding:9px 10px; float:left;
  margin:10px; color:#fff; 
  background-color:transparent;
  background-image:none;
  border:1px solid transparent;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
/*  border-radius: 4px;*/
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
 
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}




@media(min-width:979px) {
  .navbar-collapse.collapse {
    display:block !important;
    height:auto !important;
    padding-bottom:0;
    overflow:visible !important;
  }

}

 
@media (max-width: 991px) { 
	.navbar-collapse.collapse {
		display: none !important;
	}
 
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	 
	.navbar-header {
	    padding: 1px 0; clear:both
	}
	.btn.responsive-menu {
	    display: table;
	}
	.btn.responsive-menu i {
	    display: table-cell;
		vertical-align: middle;
	}
	.navbar-collapse {
	    position: absolute !important;
	        background:#ffffff;
		/*background:#051423;*/
		 z-index:10000;
	    max-height: inherit;
	}

	.navbar-header:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
}
 

@media (min-width: 768px) and (max-width: 991px) {
	
	.navbar .container,
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	
}

@media (max-width: 767px) { 
	.navbar .container,
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	
}
   

.fade {
  opacity:0;
  -webkit-transition:opacity .15s linear;
  transition:opacity .15s linear;
}

.fade.in {
  opacity:1;
}
 
 
.collapsing{ position:relative;height:0;overflow:hidden; -webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility} 
 
 
.container {
  padding-right:5px;
  padding-left:5px;
  margin-right:auto;
  margin-left:auto; 
}
 

@media (min-width:768px) {
  .container {
    width:750px;
  }
}

@media (min-width:992px) {
  .container {
    width:970px;
  }
}

@media (min-width:1200px) {
  .container {
    width:1200px;
  }
}

.container-fluid {
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}

.row {
  margin-right:-10px;
  margin-left:-10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position:relative;
  min-height:1px;
  padding-right:10px;
  padding-left:10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float:left;
}

.col-xs-12 {
  width:100%;
  float:none;
}

.col-xs-11 {
  width:91.66666667%;
}

.col-xs-10 {
  width:83.33333333%;
}

.col-xs-9 {
  width:75%;
}

.col-xs-8 {
  width:66.66666667%;
}

.col-xs-7 {
  width:58.33333333%;
}

.col-xs-6 {
  width:50%;
}

.col-xs-5 {
  width:41.66666667%;
}

.col-xs-4 {
  width:33.33333333%;
}

.col-xs-3 {
  width:25%;
}

.col-xs-2 {
  width:16.66666667%;
}

.col-xs-1 {
  width:8.33333333%;
}

.col-xs-pull-12 {
  right:100%;
}

.col-xs-pull-11 {
  right:91.66666667%;
}

.col-xs-pull-10 {
  right:83.33333333%;
}

.col-xs-pull-9 {
  right:75%;
}

.col-xs-pull-8 {
  right:66.66666667%;
}

.col-xs-pull-7 {
  right:58.33333333%;
}

.col-xs-pull-6 {
  right:50%;
}

.col-xs-pull-5 {
  right:41.66666667%;
}

.col-xs-pull-4 {
  right:33.33333333%;
}

.col-xs-pull-3 {
  right:25%;
}

.col-xs-pull-2 {
  right:16.66666667%;
}

.col-xs-pull-1 {
  right:8.33333333%;
}

.col-xs-pull-0 {
  right:auto;
}

.col-xs-push-12 {
  left:100%;
}

.col-xs-push-11 {
  left:91.66666667%;
}

.col-xs-push-10 {
  left:83.33333333%;
}

.col-xs-push-9 {
  left:75%;
}

.col-xs-push-8 {
  left:66.66666667%;
}

.col-xs-push-7 {
  left:58.33333333%;
}

.col-xs-push-6 {
  left:50%;
}

.col-xs-push-5 {
  left:41.66666667%;
}

.col-xs-push-4 {
  left:33.33333333%;
}

.col-xs-push-3 {
  left:25%;
}

.col-xs-push-2 {
  left:16.66666667%;
}

.col-xs-push-1 {
  left:8.33333333%;
}

.col-xs-push-0 {
  left:auto;
}

.col-xs-offset-12 {
  margin-left:100%;
}

.col-xs-offset-11 {
  margin-left:91.66666667%;
}

.col-xs-offset-10 {
  margin-left:83.33333333%;
}

.col-xs-offset-9 {
  margin-left:75%;
}

.col-xs-offset-8 {
  margin-left:66.66666667%;
}

.col-xs-offset-7 {
  margin-left:58.33333333%;
}

.col-xs-offset-6 {
  margin-left:50%;
}

.col-xs-offset-5 {
  margin-left:41.66666667%;
}

.col-xs-offset-4 {
  margin-left:33.33333333%;
}

.col-xs-offset-3 {
  margin-left:25%;
}

.col-xs-offset-2 {
  margin-left:16.66666667%;
}

.col-xs-offset-1 {
  margin-left:8.33333333%;
}

.col-xs-offset-0 {
  margin-left:0;
}

@media (min-width:768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float:left;
  }
  .col-sm-12 {
    width:100%;
  }
  .col-sm-11 {
    width:91.66666667%;
  }
  .col-sm-10 {
    width:83.33333333%;
  }
  .col-sm-9 {
    width:75%;
  }
  .col-sm-8 {
    width:66.66666667%;
  }
  .col-sm-7 {
    width:58.33333333%;
  }
  .col-sm-6 {
    width:50%;
  }
  .col-sm-5 {
    width:41.66666667%;
  }
  .col-sm-4 {
    width:33.33333333%;
  }
  .col-sm-3 {
    width:25%;
  }
  .col-sm-2 {
    width:16.66666667%;
  }
  .col-sm-1 {
    width:8.33333333%;
  }
  .col-sm-pull-12 {
    right:100%;
  }
  .col-sm-pull-11 {
    right:91.66666667%;
  }
  .col-sm-pull-10 {
    right:83.33333333%;
  }
  .col-sm-pull-9 {
    right:75%;
  }
  .col-sm-pull-8 {
    right:66.66666667%;
  }
  .col-sm-pull-7 {
    right:58.33333333%;
  }
  .col-sm-pull-6 {
    right:50%;
  }
  .col-sm-pull-5 {
    right:41.66666667%;
  }
  .col-sm-pull-4 {
    right:33.33333333%;
  }
  .col-sm-pull-3 {
    right:25%;
  }
  .col-sm-pull-2 {
    right:16.66666667%;
  }
  .col-sm-pull-1 {
    right:8.33333333%;
  }
  .col-sm-pull-0 {
    right:auto;
  }
  .col-sm-push-12 {
    left:100%;
  }
  .col-sm-push-11 {
    left:91.66666667%;
  }
  .col-sm-push-10 {
    left:83.33333333%;
  }
  .col-sm-push-9 {
    left:75%;
  }
  .col-sm-push-8 {
    left:66.66666667%;
  }
  .col-sm-push-7 {
    left:58.33333333%;
  }
  .col-sm-push-6 {
    left:50%;
  }
  .col-sm-push-5 {
    left:41.66666667%;
  }
  .col-sm-push-4 {
    left:33.33333333%;
  }
  .col-sm-push-3 {
    left:25%;
  }
  .col-sm-push-2 {
    left:16.66666667%;
  }
  .col-sm-push-1 {
    left:8.33333333%;
  }
  .col-sm-push-0 {
    left:auto;
  }
  .col-sm-offset-12 {
    margin-left:100%;
  }
  .col-sm-offset-11 {
    margin-left:91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left:83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left:75%;
  }
  .col-sm-offset-8 {
    margin-left:66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left:58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left:50%;
  }
  .col-sm-offset-5 {
    margin-left:41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left:33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left:25%;
  }
  .col-sm-offset-2 {
    margin-left:16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left:8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left:0;
  }
}

/*colum ldh*/  
@media (min-width:992px) {
  .col-ldh-2, .col-ldh-8{
    float:left;
  }
  .col-ldh-2 {
    width:16.66666667%;
  }
  .col-ldh-8 {
    width:66.66666667%;
  }
} 

  .col-ldh-2, .col-ldh-8 {
	  position:relative;
	  min-height:1px;
  } 

/*colum ldh*/    

@media (min-width:992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float:left;
  }
   
  .col-md-12 {
    width:100%;
  }
  .col-md-11 {
    width:91.66666667%;
  }
  .col-md-10 {
    width:83.33333333%;
  }
  .col-md-9 {
    width:75%;
  }
  .col-md-8 {
    width:66.66666667%;
  }
  .col-md-7 {
    width:58.33333333%;
  }
  .col-md-6 {
    width:50%;
  }
  .col-md-5 {
    width:41.66666667%;
  }
  .col-md-4 {
    width:33.33333333%;
  }
  .col-md-3 {
    width:25%;
  }
  .col-md-2 {
    width:16.66666667%;
  }
  .col-md-1 {
    width:8.33333333%;
  }
  .col-md-pull-12 {
    right:100%;
  }
  .col-md-pull-11 {
    right:91.66666667%;
  }
  .col-md-pull-10 {
    right:83.33333333%;
  }
  .col-md-pull-9 {
    right:75%;
  }
  .col-md-pull-8 {
    right:66.66666667%;
  }
  .col-md-pull-7 {
    right:58.33333333%;
  }
  .col-md-pull-6 {
    right:50%;
  }
  .col-md-pull-5 {
    right:41.66666667%;
  }
  .col-md-pull-4 {
    right:33.33333333%;
  }
  .col-md-pull-3 {
    right:25%;
  }
  .col-md-pull-2 {
    right:16.66666667%;
  }
  .col-md-pull-1 {
    right:8.33333333%;
  }
  .col-md-pull-0 {
    right:auto;
  }
  .col-md-push-12 {
    left:100%;
  }
  .col-md-push-11 {
    left:91.66666667%;
  }
  .col-md-push-10 {
    left:83.33333333%;
  }
  .col-md-push-9 {
    left:75%;
  }
  .col-md-push-8 {
    left:66.66666667%;
  }
  .col-md-push-7 {
    left:58.33333333%;
  }
  .col-md-push-6 {
    left:50%;
  }
  .col-md-push-5 {
    left:41.66666667%;
  }
  .col-md-push-4 {
    left:33.33333333%;
  }
  .col-md-push-3 {
    left:25%;
  }
  .col-md-push-2 {
    left:16.66666667%;
  }
  .col-md-push-1 {
    left:8.33333333%;
  }
  .col-md-push-0 {
    left:auto;
  }
  .col-md-offset-12 {
    margin-left:100%;
  }
  .col-md-offset-11 {
    margin-left:91.66666667%;
  }
  .col-md-offset-10 {
    margin-left:83.33333333%;
  }
  .col-md-offset-9 {
    margin-left:75%;
  }
  .col-md-offset-8 {
    margin-left:66.66666667%;
  }
  .col-md-offset-7 {
    margin-left:58.33333333%;
  }
  .col-md-offset-6 {
    margin-left:50%;
  }
  .col-md-offset-5 {
    margin-left:41.66666667%;
  }
  .col-md-offset-4 {
    margin-left:33.33333333%;
  }
  .col-md-offset-3 {
    margin-left:25%;
  }
  .col-md-offset-2 {
    margin-left:16.66666667%;
  }
  .col-md-offset-1 {
    margin-left:8.33333333%;
  }
  .col-md-offset-0 {
    margin-left:0;
  }
}

@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float:left;
  }
  .col-lg-12 {
    width:100%;
  }
  .col-lg-11 {
    width:91.66666667%;
  }
  .col-lg-10 {
    width:83.33333333%;
  }
  .col-lg-9 {
    width:75%;
  }
  .col-lg-8 {
    width:66.66666667%;
  }
  .col-lg-7 {
    width:58.33333333%;
  }
  .col-lg-6 {
    width:50%;
  }
  .col-lg-5 {
    width:41.66666667%;
  }
  .col-lg-4 {
    width:33.33333333%;
  }
  .col-lg-3 {
    width:25%;
  }
  .col-lg-2 {
    width:16.66666667%;
  }
  .col-lg-1 {
    width:8.33333333%;
  }
  .col-lg-pull-12 {
    right:100%;
  }
  .col-lg-pull-11 {
    right:91.66666667%;
  }
  .col-lg-pull-10 {
    right:83.33333333%;
  }
  .col-lg-pull-9 {
    right:75%;
  }
  .col-lg-pull-8 {
    right:66.66666667%;
  }
  .col-lg-pull-7 {
    right:58.33333333%;
  }
  .col-lg-pull-6 {
    right:50%;
  }
  .col-lg-pull-5 {
    right:41.66666667%;
  }
  .col-lg-pull-4 {
    right:33.33333333%;
  }
  .col-lg-pull-3 {
    right:25%;
  }
  .col-lg-pull-2 {
    right:16.66666667%;
  }
  .col-lg-pull-1 {
    right:8.33333333%;
  }
  .col-lg-pull-0 {
    right:auto;
  }
  .col-lg-push-12 {
    left:100%;
  }
  .col-lg-push-11 {
    left:91.66666667%;
  }
  .col-lg-push-10 {
    left:83.33333333%;
  }
  .col-lg-push-9 {
    left:75%;
  }
  .col-lg-push-8 {
    left:66.66666667%;
  }
  .col-lg-push-7 {
    left:58.33333333%;
  }
  .col-lg-push-6 {
    left:50%;
  }
  .col-lg-push-5 {
    left:41.66666667%;
  }
  .col-lg-push-4 {
    left:33.33333333%;
  }
  .col-lg-push-3 {
    left:25%;
  }
  .col-lg-push-2 {
    left:16.66666667%;
  }
  .col-lg-push-1 {
    left:8.33333333%;
  }
  .col-lg-push-0 {
    left:auto;
  }
  .col-lg-offset-12 {
    margin-left:100%;
  }
  .col-lg-offset-11 {
    margin-left:91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left:83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left:75%;
  }
  .col-lg-offset-8 {
    margin-left:66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left:58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left:50%;
  }
  .col-lg-offset-5 {
    margin-left:41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left:33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left:25%;
  }
  .col-lg-offset-2 {
    margin-left:16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left:8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left:0;
  }
}

.pull-right {
  float:right !important;
}

.pull-left {
  float:left !important;
}

.hide {
  display:none !important;
}

.show {
  display:block !important;
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


.cd-top { z-index:10000;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #009EA0 url(data/css/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 10px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
  }
}


.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top { 
  padding: 5px 0;
  margin-top: -5px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 600px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

 /*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 16.5%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 600px) {
	
	.span_4_of_6 {
		width: 99%;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.span_2_of_6 { padding-right:8px;
		width: 33.2%; 
	}
	
}
@media only screen and (max-width: 600px) {
	
	.span_2_of_6 { 
		width: 100%; 
	}
	
}

@media only screen and (max-width: 800px){
    #fix {
        position:absolute !important;
        margin-top: -41px;
        margin-left: 10px;
    }
}


/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm,.sm ul,.sm li{display:block;list-style:none;padding:0;margin:0;line-height:normal;direction:ltr;}
ul.sm ul{position:absolute;top:-999999px;width:100px;}
ul.sm li{position:relative;float:left;}
ul.sm a{position:relative;display:block;white-space:nowrap;}
ul.sm a.disabled{cursor:default;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;}
ul.sm-rtl li{float:right;}
ul.sm ul li,ul.sm-vertical li{float:none;}
ul.sm ul a,ul.sm-vertical a{white-space:normal;}
ul.sm ul.sm-nowrap>li>a{white-space:nowrap;} 
ul.sm:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden;}
ul.sm,ul.sm *,ul.sm *:before,ul.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
ul.sm{-webkit-tap-highlight-color:rgba(0,0,0,0);}

/*---------------------------------------------------------------
  Note that styles you apply to the main menu items are inherited by the sub menus items too.
  If you'd like to avoid this, you could use child selectors (not supported by IE6) - for example:
  .sm-clean > li > a { ... } instead of .sm-clean a { ... }
---------------------------------------------------------------*/



.bvmenu{
padding: 0;
width: 100%; /*width of menu*/
border-bottom-width: 0;
}
.bvmenu img{ width:13px !important; padding-top:5px;}
.bvmenu a.menuitem{ 
color: #fff; font-weight:bold;
display: block; border-top:1px solid #333;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 6px 0;/* background:url(images/arr-news.png) no-repeat 0 14px;*/ 
text-decoration: none;
}
 
.bvmenu a.menuitem:visited, .bvmenu .menuitem:active{  text-decoration:underline; text-decoration:none }

.bvmenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.bvmenu a.menuitem:hover, .bvmenu a.menuitem:active {
background:#fff; color:#000; 
}

.bvmenu div.submenu{ /*DIV that contains each sub menu*/
background: #fff;
}
 
.bvmenu div.submenu a{
display: block;
color: #000;
text-decoration: none; 
}

.bvmenu div.submenu a:hover{
background: #333;
color: #fff;
}

 

@media screen and (max-width: 979px) { 
     .mega-menu{ width:100% !important; overflow:hidden}
 }
.mega-menu{ width:500px; max-width:100%; padding:15px 0 15px 0; overflow:hidden}
.mega-menu h4 { color:#009EA0; font-size: 16px; font-weight:400; }
/* Menu box
===================*/
    .sm-clean{ 
		background:none;
		/*-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
		-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
		box-shadow:0 1px 1px rgba(0,0,0,0.2);*/
	}
	.sm-clean ul { 
		background:#fff;
		-moz-box-shadow:0 3px 6px rgba(0,0,0,0.2);
		-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.2);
		box-shadow:0 3px 6px rgba(0,0,0,0.2);
	}
    
	/*.sm-clean li { border-right:1px solid #333; 
	} 
	.sm-clean li li{ border:none; 
	} 
    .sm-clean li:last-child  { border:none; 
	}*/
 
	.sm-clean-vertical {
		padding:10px 0;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	} 
	
	/* first sub level carets */
	/*.sm-clean > li > ul:before {
		content:'';
		position:absolute;
		top:-18px;
		left:30px;
		width:0;
		height:0;
		overflow:hidden;
		border-width:9px;  
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #bbb transparent;
	}*/
	/*.sm-clean > li > ul:after {
		content:'';
		position:absolute;
		top:-16px;
		left:31px;
		width:0;
		height:0;
		overflow:hidden;
		border-width:8px;
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #fff transparent;
	}*/
	/* no carets for vertical main */
	.sm-clean-vertical > li > ul:before, .sm-clean-vertical > li > ul:after {
		display:none;
	}


/* Menu items
===================*/
    .sm-clean ul li a {  
		padding:9px 12px !important; font-weight:300 !important; font-size:15px; color:#000
	} 
	.sm-clean a {
		padding:12px 25px;
		color:#fff; font-family: 'Open Sans', sans-serif;
		font-size:11px;  
	    /*background-color: transparent;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;*/
		-webkit-transition: all 350ms ease-out;
        transition: all 350ms ease-out;
		line-height:18px; font-weight:600; 
		text-decoration:none; text-transform:uppercase
	}
 
	.sm-clean a:hover, .sm-clean a:focus, .sm-clean a.active,
	.sm-clean a.highlighted  
	{
		background:#189eff;
		color:#fff;  
		/*border-right-color: #333;
        border-left-color: #333;*/
	}
	.sm-clean-vertical a:hover, .sm-clean-vertical a:focus, .sm-clean-vertical a:active,
	.sm-clean-vertical a.highlighted {
		background:#fff;
	}
	.sm-clean a.has-submenu {
		padding-right:25px;
	}
	.sm-clean-vertical a,
 	.sm-clean ul { background:rgba(255,255,255,0.9);
	}
	.sm-clean-vertical a.has-submenu,
 	.sm-clean ul a.has-submenu {
		padding-right:40px;
	}
	.sm-clean ul a {
		font-size:16px;
	}
	.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active,
	.sm-clean ul a.highlighted {
		color:#fff;
		background:#189eff; 
	}
	/* current items - add the class manually to some item or check the "markCurrentItem" script option */
	.sm-clean a.current, .sm-clean a.current:hover, .sm-clean a.current:focus, .sm-clean a.current:active {
		color:#fff;
	}


/* Sub menu indicators
===================*/

	.sm-clean a span.sub-arrow {
		position:absolute;
		right:12px;
		top:50%;
		margin-top:-3px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:4px; /* tweak size of the arrow */
		border-style:solid dashed dashed dashed;
		border-color:#fff transparent transparent transparent;
	}
	.sm-clean-vertical a span.sub-arrow,
 	.sm-clean ul a span.sub-arrow {
		right:15px;
		top:50%;
		margin-top:-5px;
		border-width:5px;
		border-style:dashed dashed dashed solid;
		border-color:transparent transparent transparent #fff;
	}


/* Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/

	.sm-clean span.scroll-up, .sm-clean span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		background:#fff;
		height:20px;
		/* width and position will be automatically set by the script */
	}
	.sm-clean span.scroll-up:hover, .sm-clean span.scroll-down:hover {
		background:#eee;
	}
	.sm-clean span.scroll-up-arrow, .sm-clean span.scroll-down-arrow {
		position:absolute;
		top:0;
		left:50%;
		margin-left:-6px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:6px; /* tweak size of the arrow */
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #555 transparent;
	}
	.sm-clean span.scroll-up:hover span.scroll-up-arrow {
		border-color:transparent transparent #D23600 transparent;
	}
	.sm-clean span.scroll-down-arrow {
		top:8px;
		border-style:solid dashed dashed dashed;
		border-color:#555 transparent transparent transparent;
	}
	.sm-clean span.scroll-down:hover span.scroll-down-arrow {
		border-color:#D23600 transparent transparent transparent;
	}


/*
---------------------------------------------------------------
  Responsiveness
  These will make the sub menus collapsible when the screen width is too small.
---------------------------------------------------------------*/


/* decrease horizontal main menu items left/right padding to avoid wrapping */
@media screen and (max-width: 850px) {
	.sm-clean:not(.sm-clean-vertical) > li > a {
		padding-left:8px;
		padding-right:8px;
	}
	.sm-clean:not(.sm-clean-vertical) > li > a.has-submenu {
		padding-right:25px;
	}
}
@media screen and (max-width: 750px) {
	.sm-clean:not(.sm-clean-vertical) > li > a {
		padding-left:3px;
		padding-right:3px;
	}
	.sm-clean:not(.sm-clean-vertical) > li > a.has-submenu {
		padding-right:25px;
	}
}


@media screen and (max-width: 979px) {

	/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
	ul.sm-clean{width:auto !important;}
	ul.sm-clean ul{display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
	ul.sm-clean>li{float:none;}
	ul.sm-clean>li>a,ul.sm-clean ul.sm-nowrap>li>a{white-space:normal;}
	ul.sm-clean iframe{display:none;}

	/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-clean ul, .sm-clean span.sub-arrow, .sm-clean iframe {
		display:none !important;
	}*/


/* Menu box
===================*/

	.sm-clean {
		padding:0;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
	}
	.sm-clean ul {
		border:0;
		padding:0;
		/* darken the background of the sub menus */
		background:rgba(130,130,130,0.1);
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	/* no carets */
	.sm-clean > li > ul:before, .sm-clean > li > ul:after {
		display:none;
	}


/* Menu items
===================*/

	.sm-clean a {
		padding:13px 5px 13px 28px !important;
		color:#555 !important;
		background:transparent !important;
	}
	.sm-clean a.current {
		color:#D23600 !important;
	}
	/* add some text indentation for the 2+ level sub menu items */
	.sm-clean ul a {
		border-left:8px solid transparent;
	}
	.sm-clean ul ul a {
		border-left:16px solid transparent;
	}
	.sm-clean ul ul ul a {
		border-left:24px solid transparent;
	}
	.sm-clean ul ul ul ul a {
		border-left:32px solid transparent;
	}
	.sm-clean ul ul ul ul ul a {
		border-left:40px solid transparent;
	}


/* Sub menu indicators
===================*/

	.sm-clean a span.sub-arrow,
	.sm-clean ul a span.sub-arrow { 
		top:50%;
		margin-top:-9px;
		right:auto;
		left:6px;
		margin-left:0;
		width:17px;
		height:17px;
		font:normal 16px/16px monospace !important;
		text-align:center;
		border:0; color:#000;
		text-shadow:none;
		background:#ccc;
		-moz-border-radius:50px;
		-webkit-border-radius:50px;
		border-radius:50px;
	}
	/* Hide sub indicator when item is expanded - we enable the item link when it's expanded */
	.sm-clean a.highlighted span.sub-arrow {
		/*display:none !important;*/
	}
	.sm-clean a.highlighted span.sub-arrow:before {
		display: block;
		content: '-';
	}

/* Items separators
===================*/

	.sm-clean li {
		border-top:1px solid rgba(0,0,0,0.05);
	}
	.sm-clean > li:first-child {
		border-top:0;
	}

} 
.carousel { position:relative; clear:both
}

.carousel-inner { position:relative; width:100%; overflow:hidden;

}

.carousel-inner>.item {
  position:relative;
  display:none;
  left: 0 !important;
  -webkit-transition: opacity 0.6s; /*adjust timing here */
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height:1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display:block;
}

.carousel-inner>.active {
  left:0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position:absolute;
  top:0;
  width:100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
   opacity: 1;
   z-index: 1;
}

.carousel-inner>.active.left, 
.carousel-inner>.active.right {
  opacity: 0;
    z-index: 2;
}


.carousel-control {
    position: absolute;
	top:0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=0);
    opacity: .0;
}

.carousel-control.left { left:0; top:50%; margin-top:-20px
}

.carousel-control.right { right:0; left:auto; top:50%; margin-top:-20px
 
}

.carousel-control:hover,
.carousel-control:focus {
  color:#fff;
  text-decoration:none;
  filter:alpha(opacity=100);
  outline:0;
  opacity:1;
}
@media (max-width: 480px) {
	.carousel-control .icon-prev,
    .carousel-control .icon-next { border:none !important }
	.carousel-control .icon-prev i, .carousel-control .icon-next i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 30px !important;
    color: #fff;
}
  }
  
  
.carousel-control .icon-prev,
.carousel-control .icon-next {
	position:absolute;
	display: inline-block;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	text-align: center;
	position: relative;
	z-index: 3;
}
.carousel-control .icon-prev i, .carousel-control .icon-next i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: 0px;
    font-size: 18px;
    color: #fff;
}

.carousel-control .icon-prev:hover,
.carousel-control .icon-next:hover {
  border: 1px solid #009EA0;
}
.carousel-control .icon-prev:hover i,
.carousel-control .icon-next:hover i {
  color: #009EA0;
}
 

.carousel-indicators {
  position:absolute;
  z-index:15;
  bottom:10px;
  left:50%;
  width:60%;
  margin-left:-30%;
  text-align:center;
  list-style:none;
}
.carousel-indicators li {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
	0 1px 1px rgba(255,255,255,0.4), 
	inset 0 1px 1px rgba(0,0,0,0.1);
    background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.carousel-indicators .active, .carousel-indicators li:hover {
  box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.carousel-indicators .active:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
} 
 
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
 height: 100%
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {  
  height: 100%;
  /*background-color: #777;*/
}
.carousel .item img { border:none !important; top: 0; left: 0; min-width: 100%;}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%; min-height: 100%; 
}





/* RESPONSIVE CSS-------------------------------- */
 
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

/*.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}*/


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #694C12;
	background: rgba(0,155,158,0.8);
	cursor: pointer;
	box-shadow: 
	0 1px 1px rgba(255,255,255,0.4), 
	inset 0 1px 1px rgba(0,0,0,0.1);
    background: rgba(0,155,158,0.1);
	margin: 16px 9px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(0,155,158,0.6);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	 box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(0,155,158,0.5);
}

.owl-theme .owl-controls .owl-page.active span:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 3px;
    left: 3px;
    border-radius: 50%;
    background: rgba(0,155,158,0.9);
} 

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* Styling Next and Prev buttons */

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}


/* 	slide news --------------------------------------------------*/

.slide-kh .item { text-align:center; overflow: hidden; padding:0;  margin: 0 15px;  
}

.our-listing, .slide-kh, slide-spbc {
    position: relative;
    z-index: 98; top: 0; text-align:center;
    left: 0; margin:25px 0
}


.our-listing li h3 { font-size:15px; font-weight:400; padding-top:6px; text-align:left}

.slide-pro{ padding:0 25px}

.slide-pro li{ padding:0 6px}

.slide-pro  .owl-prev{ background:url(data/css/images/arr_prev.png) no-repeat;   height: 45px;  width: 27px; filter:alpha(opacity=60);
  opacity:0.6;
}
.slide-pro  .owl-next{ background:url(data/css/images/arr_next.png) no-repeat;  width: 32px; height: 32px;  filter:alpha(opacity=60);
  opacity:0.6;
}
.slide-pro .owl-prev:hover{  background:url(data/css/images/arr_prev.png) no-repeat;   filter:alpha(opacity=100);
  opacity:1;}
  
.slide-pro  .owl-next:hover{  background:url(data/css/images/arr_next.png) no-repeat;   filter:alpha(opacity=100);
  opacity:1;}
 
.slide-spbc .owl-prev{ position: absolute; top: 40%; background: transparent url("data/css/images/cP7FTknYc8a.png") no-repeat top;opacity: 0.8;
             height: 45px; width: 27px; left:-2%; right: auto; background-position: -26px -115px;}
.slide-spbc .owl-next{ position: absolute; top: 40%; background: transparent url("data/css/images/cP7FTknYc8a.png") no-repeat top;opacity: 0.8;
            height: 45px; width: 27px; right: -2%;  background-position: -28px -161px; 
}
 
.owl-prev {  position: absolute; top: 50%; background: transparent url("data/css/images/cP7FTknYc8a.png") no-repeat top;opacity: 0.8;
             height: 45px; width: 27px; left: 10px;  margin-top: -23px; right: auto; background-position: -26px -115px;
     
} 
.owl-prev:hover { opacity: 1.0;}

.owl-next{  position: absolute; top: 50%; background: transparent url("data/css/images/cP7FTknYc8a.png") no-repeat top;opacity: 0.8;
            height: 45px; width: 27px;  left: auto; right: 10px; margin-top: -23px; background-position: -28px -161px; 
}
.owl-next:hover { opacity: 1.0;}

/* 17. Product - Single */
/* tab product */
#product-tab { clear:both;
	margin: 10px 0
}
#product-view {  margin-bottom:10px; overflow:hidden
}
ul.tabs {
	list-style: none;
	clear: both;
	overflow: hidden;
	padding: 0
}
@media screen and (max-width: 480px){
ul.tabs li a {
  float: none!important; 
}
}
ul.tabs li {
	display: inline
}
ul.tabs li a {
	position: relative;
    display: block;
    float: left;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform:uppercase;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom: none;
    background: #818080;
    padding: 6px 30px;
}
ul.tabs li.selected a {
	background: #176fb6;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer
}
ul.tab {
	clear: both;
	overflow: hidden;
	border: 1px solid #ebebeb;
	margin-top: -1px;
	padding: 20px;
	background: #fff
}
.contentTab
{
    clear: both;
	overflow: hidden;
	border: 1px solid #ebebeb;
	margin-top: -1px;
	padding: 10px;
	background: #fff;
    font: 14px/25px Arial,Helvetica,sans-serif;
	
}
.contentTab table
{
    /*border-left: 1px solid #d2d3d5;
    border-top: 1px solid #d2d3d5;*/
    width: 100% !important;
    
}
.contentTab h1
{
	font-size: 20px;
    line-height: 130%;
    margin: 10px 0px;
}
.contentTab h2
{
	font-size: 18px;
    line-height: 130%;
    margin: 10px 0px;
}
.contentTab h3
{
	font-size: 16px;
    line-height: 130%;
    margin: 10px 0px;
}
.contentTab table td
{
    border-bottom: 1px solid #d2d3d5;
   /* border-right: 1px solid #d2d3d5;*/
    color: #252424;
    font: 12px/18px Arial,Helvetica,sans-serif;
    padding: 5px;
}
.contentTab p
{
    margin-bottom:15px;
    font: 14px/25px Arial,Helvetica,sans-serif;
}
.contentTab ul,.contentTab li{list-style-type:inherit;margin:3px 3px 3px 10px;}

ul.tab li a {
	float: left;
	width: 100%;
	color: #0d2474;
	border-bottom: 1px solid #d9f3f5;
	padding: 10px 5px 0
}
ul.tab li a:hover {
	background: #f0f0f0
}
ul.tab p {
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
	margin: 0
}
ul.tab img {
	border: 1px solid #ededed;
	display: block;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}

.product-single{ padding:0px 0}

@media (max-width:480px) {
	#gal1 a { display:none
}
	 }
#gal1 a {
	width: 100%;
	float: left;
	margin-bottom: 9px;
	position: relative;
}

#gal1 a img {
	width: 100%;
}

.product-slide {
	width: 76.7%;
	position:relative;
}

 
#gal1 {
	width: 23.3%;
	padding-left: 20.2px;
}
.product-single-info h1 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}
.product-single-info h4 {
	font-size: 22px;
	color: #009EA0;
	font-weight: 600;
	margin-bottom: 18px;
}

.product-single-info h5 {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 12px 0;
	margin-bottom:-5px;
}

.product-single-info h5 .price {

	font-size: 15px;
	font-weight: bold;
	color: #222;
}

.product-single-info h5 .price span {
	display: inline-block;
	color: #999;
	text-decoration: line-through;
	margin-right: 0px;
}

.product-single-info .rating {
	display: table;
	float: right;
}

.product-single-info .rating em {
	font-style: normal;
	font-weight: normal;
	margin-left: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #888;
}

.product-single-info .rating em a {
	color: #888;
}

.product-single-info .star span {
	margin:0 -1.5px;
	position:relative;
	top:-1.5px;
}

.product-details {
	margin: 30px 0;
}

.product-details p {
	font-family: Arial;
	font-size: 14px;
	color: #444;
	line-height: 23px;
}

.product-details p  span {
	color: #666;
}

.product-size ul {
	padding: 0px;
}

.product-size ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
}

.product-size ul li a {
	width: 37px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #fbfbfb;
	border: solid 1px #ccc;
	display: table;
	font-size: 16px;
	color: #666;
	position: relative;
}

.product-size ul li a:hover {
	border: solid 1px #777;
	background-color: #ffffff;
}

.product-size ul li a:hover:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 35px;
	height: 35px;
	border: 1px solid #777;
}

.product-single-info {
	padding-left: 10px; 
	padding-right:0px;
}

.product-single-info h6, .product-share h6 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	margin-top: 0px;
}

.product-color {
	margin-top: 30px;
}

.product-color ul {
	padding: 0px;
}

.product-color ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
	position: relative;
	/*border: solid 1px #555;*/
}

.product-color ul li a {
	width: 35px;
	height: 35px;
	display: table;
	position: relative;
}

.product-color ul li a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #fff;
}

.product-color ul li:nth-child(1) {
	background: #dddbdc;
}

.product-color ul li:nth-child(2) {
	background: #586882;
}

.product-color ul li:nth-child(3) {
	background: #9c5b57;
}

.product-color ul li:nth-child(4) {
	background: #73707a;
}

.product-color ul li:nth-child(5) {
	background: #c7bb9b;
}

.product-option {
	margin-top: 40px;
}

.product-option ul {
	padding: 0px;
}

.product-option ul li {
	float: left;
	margin-right: 10px;
	list-style: none;
}

.product-option ul li form input {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border: solid 2px #009EA0;
	text-align: center;
	color: #555;
	font-size: 15px;
}

.product-option ul li form input::-webkit-input-placeholder {
	color: #555 !important;
	opacity: 1 !important;
}

.product-option ul li form input:-moz-placeholder {
	color: #555 !important;
	opacity: 1 !important;
}

.product-option ul li form input::-moz-placeholder {
	color: #555 !important;
	opacity: 1 !important;
}

.product-option ul li form input:-ms-input-placeholder {
	color: #555 !important;
	opacity: 1 !important;
}

.add-btn {
	width: 140px;
	height: 36px;
	background-color: #ff0000;
	border: solid 2px #fff100; 
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: table;
	text-align: center;
	line-height: 32px;
}

.add-btn:hover {
	background-color: #fff;
	color: #009EA0;
}

.wish-btn {
	padding-left: 15px;
	font-family: Merriweather Sans;
	font-size: 13px;
	font-style: italic;
	color: #333;
	display: table;
}

.product-share {
	margin-top: 40px;
}

.product-share ul {
	padding: 0px;
}

.product-share ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}

.product-share ul li a {
	width: 38px;
	height: 38px;
	border: solid 2px #ccc;
	font-size: 17px;
	color: #bbb;
	display: table;
	text-align: center;
	line-height: 34px;
}

.product-share ul li a:hover {
	background: #fff;
	color: #009EA0;
	border-color: #009EA0;
}

.heading-box { width:100%; text-align:left; clear:both; 
}
.heading-box h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight:600;
    color: #444;
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
    position: relative;
    margin: 0 0 10px;
}

.heading-box h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #ccc;
}

.heading-box h2:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 110px;
    background: #1ea0d2;
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-height: 360px;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


.blogcontent { margin-bottom:30px; overflow:hidden
  
}

h4.blogtitle { font-size: 14px;
    clear: both;
    line-height: 16px;
    height: 26px;
               
               }

.boxbdntop
{
    border-bottom: 1px solid #eee;
    border-left:1px solid #eee;
    border-right   :1px solid #eee;
        padding: 10px;
    overflow: hidden;
}
.blogtime {
    text-align: left;
    padding: 3px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0px;
    color: #888;
    height: 26px;
}
.blogtomtat {
color: #555;
    font-size: 14px;
    display: block;
    overflow: hidden;
    height: 70px;
    line-height: 18px;
}
figure.effect-apollo:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 20%;
    right: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff;
    z-index: 1;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: #fff;
    border-bottom-color: transparent;
}
ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li { text-align:left !important}
ul.dropdown-cart li a{ color:#000 !important; padding:5px 0 !important; text-align:center; font-size:18px !important; border-top:1px solid #ccc;}

ul.dropdown-cart li .item{
    display:block;
    padding:5px 6px; 
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:7px;
}

/*modul-banner*/
.effect .banner-wrapper {
  margin-bottom: 10px;
  position: relative;
}
.effect .banner-wrapper a:before {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 2;
}
.effect .banner-wrapper a:hover:before {
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3) inset;
}
 

div.mojozoom_marker {
	position : absolute;
	cursor : crosshair; 
}

div.mojozoom_border {
	position : absolute;
	left:0px;
	top:0px; 
	border : 1px solid #ccc; 
	width:100%;
	height:100%;

}

div.mojozoom_fill {
	position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color : #fff;
	opacity : 0.2;
	-moz-opacity : 0.2;
	-khtml-opacity : 0.2;
	filter:alpha(opacity=20); 
}


img.mojozoom_img {
	padding : 0px;
	border: 0px;
}

div.mojozoom_imgctr {
	position : absolute;
	margin-left : 10px;
	border : 1px solid #ccc;
}


/* tab product */
#product-tab { clear:both;
	margin: 10px 0
}
#product-view {  margin-bottom:10px; overflow:hidden
}


/* Product */
/* Detail product */ 
.detail h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	text-decoration: none; padding:0px 0 5px 0; color:#333
}
@media only screen and (max-width: 480px) {
	.detail h2 { margin-top:10px;}
	.heading-box h2 { padding: 0 10px 5px; }  
	}
.detail p{ line-height:1.6em
}
.detail p.des{
  border: 1px dotted #ccc;
  border-left: none;
  border-right: none;
  margin-bottom: 15px;
  padding: 10px 0;
}
.detail .quantity-input {
	text-align: right;
}
.detail .quantity-input input[type=text] {
	margin: 0px 0px 0px 5px;
	padding: 6px 5px; width:100px;
	text-align: center
}
.detail ul.function {
	float: left
}
.detail .price-num {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px
}
.detail ul.thumbs {
	text-align: center;
	position: relative
}
.detail ul.thumbs li {
	display: inline;
	margin: 0px 4px
}
.detail ul.thumbs li img {
	border: 2px solid #e4e4e4;
	max-width: 70px;
	max-height: 100px;
	padding: 0;
	cursor: pointer
}
.detail .img-blog {
	text-align: left
}
.share, .detail .share {
	padding: 10px 0
}
.detail .img-blog img {
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding: 5px
}
 
.detail .quantity-input input[type=text] {
  margin: 0px 0px 0px 5px;
  padding: 6px 5px;
  text-align: center;
}

/* List Product */
.catalist {
	margin-bottom: 20px
}
.catalist .image {
	border: 1px solid #eaeaea;
	padding: 4px
}
.catalist .product-label-special-right {
	background: #fb544e;
	font-size: 18px;
	font-weight: 400;
	font-family: bebas, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 2.3;
	width: 45px;
	height: 45px;
	display: block;
	padding: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	z-index: 99;
	top: 17px;
	right: 29px
}
.catalist .price, .detail .price {
	font-family: bebas, Arial, Helvetica, sans-serif;
	color: #fff;
	vertical-align: middle;
	font-weight: 400;
	float: left;
	padding: 6px 0px
}
.catalist .price .price-new, .detail .price .price-new,
.catalist .price .text_call, .detail .price .text_call {
	font-size: 20px;
	color: #fb544e
}
.catalist .price .price-old, .detail .price .price-old {
	text-decoration: line-through;
	padding-right: 10px;
	color: #a2a2a2
}
.catalist .price .price-old {
	font-size: 18px
}
.detail .price .price-old {
	font-size: 20px
}
.catalist p {
	margin-top: 10px
}
/* Fuction (Cart - Favorite - Compare) */
ul.function {
	display: table;
	margin: 0 auto
}
ul.function .btnitem, .btnitem {
	background: #23c8a8;
	color: #fff !important;
	height: 37px;
	transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out
}
ul.function li {
	margin-right: 5px;
	float: left;
	display: block
}
ul.function .btnitem:hover, .btnitem:hover {
	background: #fb544e;
	color: #fff
}
ul.function li:last-child {
	margin-right: 0
}

.share, .detail .share {
  padding: 10px 0;
}

.sale-top-right {
    top: -4px;
    right: -4px;
    background-position: -91px 0 !important;
}
.badge-responsive {
    position: absolute;
    z-index: 100;
    width: 91px;
    height: 91px;
    background: url(data/css/images/labels.png) 0 0 no-repeat;
}
.product-block .img {
  -webkit-transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1); }
.action {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
.product-block .bottom {
  position: relative; }
.product-block .bottom .wrap-hover {
    height: 50px;
    width: 100%;
    position: relative;
    overflow: hidden; }
.product-block .bottom .wrap-hover .cart {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      position: absolute;
      top: 12px;
      left: -110%;
      width: 100%;
      text-align: center; }
.product-block .bottom .wrap-hover .price {
      -webkit-transition: all 0.35s;
      transition: all 0.35s;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      filter: alpha(opacity=100);
      width: 100%;
      text-align: center; }
.product-block .swap.image .img {
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block; }
.product-block .swap.image .hover-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  width: 100%; }
.product-block .swap.image:hover .hover-image {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
.product-block .swap.image:hover .img {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
.product-block .image {
  /*outline: 1px solid transparent;*/
  outline-offset: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
.product-block:hover .price-quick {
  opacity: 1;
  filter: alpha(opacity=100); }
.product-block:hover .image {
  outline-color: #C1C1C3;
  outline-offset: -20px; }
.product-block:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }
.product-block:hover .wrap-hover .price {
  left: 110%;
  opacity: 0;
  filter: alpha(opacity=0); }
.product-block:hover .wrap-hover .cart {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }
.product-block .image:hover .product-zoom, .product-block .image:hover .pts-atchover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.staticontent-item .effect .title {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  letter-spacing: 0px; }
.staticontent-item .effect img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001); }
.staticontent-item .effect:hover .title {
  letter-spacing: 3px; }
.staticontent-item .effect:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.price {
  color: #E80003;
  font-size: 16px; 
  font-weight: 600;
  text-align: left; }
  
.price .price-old, .price .old-price {
    color: #bbbbbb;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 300; }
	
.price .price-new {
    color: #e85663; }
	
.product-price{ text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; /* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 */ color:#FF0004; font-size:16px; font-weight:600;
filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=1); /* IE<10 */}	

.price-percent-reduction { text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; /* Firefox 3.5+, Opera 9+, Safari 1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffffff,Strength=1); /* IE<10 */}	

.price-quick {
  position: absolute;
  bottom: 80px;
  left: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding-left: 5px; }

/* product style */
.mr-15 {margin:0 15px !important;}
.product-block { background:#f8f8f8;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: unset; margin:5px 0 10px 0; 
   vertical-align:top; text-align:left; -webkit-border-radius:2px; border:1px solid #ccc; 
     -moz-border-radius:2px; border-radius:2px; -webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
	 -moz-box-shadow:0 2px 4px 0 rgba(0,0,0,0.1); box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
  text-align: center; }
  
.product-block .discount {
    display: none; }
.product-block .bottom {
    padding: 0;
    overflow: hidden;
    min-height: 65px; }
.product-block .bottom .cart {
      float: right;
      width: auto; }
.product-block .bottom .cart i {
        font-size: 13px; }
.product-block .bottom .price {
      float: left;
      margin-top: 0; }
.product-block .action {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 20px; }
.product-block .action:before, .product-block .action:after {
      content: " ";
      display: table; }
.product-block .action:after {
      clear: both; }
.product-block .action > div {
      background: rgba(255, 255, 255, 0.7);
      height: 55px;
      padding: 20px 0; }
.product-block .action div.quick-view {
      text-align:left;
      padding-left: 5px; }
.product-block .action div.quick-view a {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        background: url("data/css/images/icon-qview.png") no-repeat 0 0;
        padding-left: 25px;
        width: 25px;
        height: 20px; }
		
.product-block .action div.quick-view a:hover{ text-decoration:none}
.product-block .action div.quick-view a span {
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700;
          display: inherit;
          color: black; }
.product-block .action div.quick-view a:hover {
          background-position: 0 -20px; }
          .product-block .action div.quick-view a:hover span {
            color: #e85663; }
.product-block .action .btn-action {
      padding: 0; }
.product-block .action .btn-action .tooltip {
        z-index: 999;
        position: absolute; }
.product-block .action .btn-action > div {
        float: right;
        width: 25px;
        height: 25px;
        margin-right: 5px; }
.product-block .action .btn-action > div a span {
          display: none; }
.product-block .action .btn-action .wishlist a {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        z-index: 10;
        color: #a0a0a0;
        background-color: black;
        right: 50%;
        text-align: center;
        background: url("data/css/images/icon-wishlist.png") no-repeat 0 0;
        width: 25px;
        height: 20px;
        display: block;
        cursor: pointer; }
.product-block .action .btn-action .wishlist a:hover {
          background-position: 0 -20px; }
.product-block .action .btn-action .compare a {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        z-index: 10;
        color: #a0a0a0;
        background-color: black;
        right: 50%;
        text-align: center;
        background: url("data/css/images/icon-compare.png") no-repeat 0 0;
        width: 25px;
        height: 20px;
        display: block;
        cursor: pointer; }
.product-block .action .btn-action .compare a:hover {
          background-position: 0 -20px; }
.product-block .action .btn-action .zoom a {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        z-index: 10;
        color: #a0a0a0;
        background-color: black;
        right: 50%;
        text-align: center;
        background: url("data/css/images/icon-zoom.png") no-repeat 0 0;
        width: 25px;
        height: 20px;
        display: block; }
.product-block .action .btn-action .zoom a:hover {
          background-position: 0 -20px; }
.product-block .description {
    display: none; }
.product-block .rating, .product-block .product-rating, .product-block .norating {
    line-height: 22px;
    min-height: 25px;
    height: auto !important;
    font-size: 12px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 5px 10px 0; }
.product-block .rating:after, .product-block .product-rating:after, .product-block .norating:after {
      background: #a0a0a0;
      content: "";
      position: absolute;
      width: 20px;
      height: 1px;
      right: 100%;
      top: 10px; }
.product-block .rating:before, .product-block .product-rating:before, .product-block .norating:before {
      background: #a0a0a0;
      content: "";
      position: absolute;
      width: 20px;
      height: 1px;
      left: 100%;
      top: 10px; }
.product-block .name {
    text-transform: none;
    margin: 0;
    min-height: 36px;
    height: 36px;
    height: auto !important;
    line-height: 18px;
    text-align: center;
    padding-top: 0; }
.product-block .name a {
      color: black;
      font-size: 16px; 
      text-decoration: none;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
.product-block .name a:hover {
        color: #009EA0; }
.product-block .image-gallery {
    border: solid 4px #b2b2b2;
    position: absolute;
    top: 0;
    left: -80px;
    display: none; }
.product-block .image-gallery .product-image {
      width: 75px;
      overflow: hidden;
      cursor: hand;
      cursor: pointer; }
.product-block .image-gallery .arrow {
      border-bottom: 5px solid rgba(0, 0, 0, 0);
      border-left: 5px solid #b2b2b2;
      border-top: 5px solid rgba(0, 0, 0, 0);
      margin: -5px 0;
      position: absolute;
      right: -9px;
      top: 50%; } 
.product-block .image {
    padding-bottom: 0;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    border: #6cabd5;
    text-align: center;
    z-index: 9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*swap image*/ }
.product-block .image img { /* height:340px; width:100%;*/
      -webkit-transition: all 500ms ease 0s;
      transition: all 500ms ease 0s;
      z-index: -3; }
.product-block .image .hover-image {
      -webkit-transition: all 500ms ease 0s;
      transition: all 500ms ease 0s;
      left: 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%; 
      z-index: -3; }
.product-block .product-meta {
    position: relative; background:#fff;
    padding: 15px 0 0 0;
    overflow: hidden; }
.product-block .pts-atchover {
    left: 50%; }
.product-block:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%; }
.product-block:hover .image-gallery {
    display: block;
    z-index: 9999; }
.product-block .availability {
    opacity: 0;
    filter: alpha(opacity=0); }
.product-block .availability span {
      padding: 7px 15px; }
.product-block .availability span.available-now {
        background: red;
        border: 1px solid #cc0000;
        color: white; }
.product-block .availability span.out-of-stock {
        background: blue;
        border: 1px solid #0000cc;
        color: white; }
.product-block .product-flags {
    opacity: 0;
    filter: alpha(opacity=0); }

.product-label {
  color: #e85663;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 25px;
  width: auto;
  font-family: "bebas_neue"; }
  
.product-label.sale-box {
    left: unset;
    right: 25px;
    color: #e53838; }

.products-row {
  position: relative; }
.products-row .product-col {
    border-right: none;
    margin-bottom: 15px !important; }
.products-row .product-col:last-child {
      border-right: none; }
.products-row .product-col:nth-child(1) {
      border-right: none; }
.products-row:last-child .product-col {
    margin-bottom: 0; }


/* LIKEBOX - RES */

.addthis_button_facebook_like 
{
    	width: 110px
}
.at-share-tbx-element a.at300b, .at-share-tbx-element a.at300b{width:100px !important}

/* PAYMENT */
.cart-step {
	margin: 30px 0px 15px 0px; background:#fff;
	overflow: hidden
}
ol.progtrckr {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol.progtrckr li {
	display: inline-block;
	text-align: center;
	float: left
}
ol.progtrckr[data-progtrckr-steps="4"] li {
	width: 33.33%;
}
ol.progtrckr li.progtrckr-done {
	color: #36414b; background:#f2f2f2;
	border-top: 10px solid #C50003;
	padding: 10px 4%
}
ol.progtrckr li.progtrckr-done a {
	font-weight: bold;
	color: #36414b;
}
ol.progtrckr li.progtrckr-todo a {
	color: #d8d8d8
}
ol.progtrckr li.progtrckr-todo {
	color: #d8d8d8;
	border-top: 10px solid silver;
	padding: 10px 4%
}
ol.progtrckr li:before {
	position: relative;
	bottom: -2.5em;
	float: left;
	left: 50%;
	line-height: 1em;
}
ol.progtrckr li.progtrckr-done span.step {
	color: white;
	background: #c50003;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	padding: 6px;
	display: block;
	font-weight: bold;
	float: left
}
ol.progtrckr li.progtrckr-done p {
	float: left;
	line-height: 28px;
	padding-left: 15px
}
ol.progtrckr li.progtrckr-todo p {
	float: left;
	line-height: 28px;
	padding-left: 15px
}
ol.progtrckr li.progtrckr-todo span.step {
	color: silver;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	padding: 4px;
	display: block;
	border: 2px solid #d8d8d8;
	font-weight: normal;
	float: left
}	
.cart-list {
	overflow: hidden
}
.cart-list li.thead {
	background: #ff7f13 !important
}
.cart-list li.thead div {
	color: #fff !important
}
.cart-list li, .block .heading {
	display: table;
	width: 100%;
	float: left;
	color: #000;
	border-bottom: 1px solid #dddddd
}
.cart-list li:nth-child(1n) {
	background: #f9f9f9
}
.cart-list li:nth-child(2n) {
	background: #fff
}
.cart-list li:before, .cart-list li:after {
	content: "";
	display: table;
	clear: both
}
.cart-list li div {
	height: 100%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding: 12px 1%
}
.cart-list li div span {
	color: #000;
	display: none
}
.cart-list li div.name > p {
	margin: 0;
	font-size: 14px
}
.cart-list li div:last-child {
	border: 0
}
.cart-list li div.name {
	text-align: left;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	width: 45%
}
.cart-list li div.name img {
	width: 92px;
	height: 88px;
	float: left;
	border: 1px solid #e7e7e7;
	margin: 0 15px 5px 0;
	padding: 3px
}
.cart-list li div.name div {
	display: block;
	height: 100%;
	overflow: auto;
	width: auto;
	padding: 0
}
.cart-list li div.name div span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: left
}
.cart-list li div.name div.product_attr.cart_attr {
	display: inherit
}
.cart-list li div.name div.product_attr.cart_attr p {
	color: #454545;
	text-align: left;
	font-weight: normal;
	margin-left: 10px
}
.cart-list li div.name div.product_attr.cart_attr .name_group {
	font-weight: bold !important;
	margin: 0px
}
.cart-list li div.name div.product_attr.cart_attr .name_attr i {
	padding-right: 5px
}
.cart-list li div.amount {
	width: 11%;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle
}
.cart-list li div.amount input {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px;
	outline: none;
	font-size: 13px;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	width: 100px
}
.cart-list li div.unit-price {
	width: 17%;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle
}
.cart-list li div.price {
	width: 19%;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle
}
.cart-list li div.action {
	width: 12%;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #fff
}
.cart-list li div.del a.delete {
	display: block;
	width: 9px;
	margin: 0 auto
}
.cart-list li.total div.unit-price {
	color: #333;
	font-weight: 700
}
.cart-list li.total div.price {
	color: red;
	font-weight: 700
}
.cart-list.guidi li div.num-order {
	width: 10%
}
.cart-list.guidi li div.name {
	width: 44%
}
.cart-list li div.cs, .cart-list li div.del {
	width: 7%;
	text-align: center;
	vertical-align: middle
}
.cart-list li div.cs a, .cart-list li div.del a {
	color: #fff
}
 
/* Total */
.total {
	background: #fff;
	border: 1px solid #ebebeb;
	margin: 15px 0;
	position: relative;
	overflow: hidden
}
.total .left.col-lg-8.col-md-8.col-sm-12.col-xs-12 {
	padding: 0px
}
.total .left .coupon {
	background: #f9f9f9;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #ebebeb
}
.total .left .coupon span {
	line-height: 40px;
	margin-right: 10px;
	color: #878787;
	float: left
}
.total .left .coupon input {
	float: left; width:200px;
	margin: 0px
}
.total .left .coupon a {
	color: #fff;
	background: #23c8a8;
	font-weight: 700;
	float: left;
	margin: 1px 0px 0px 6px;
	padding: 9px 15px;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer
}
.total .left .payment-notifi {
	background: #f9f9f9;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #ebebeb
}
.total .info {
}
.total .info li {
	font-size: 12px;
	line-height: 25px
}
.total .info li img {
	margin-right: 15px
}
.confirm {
	background: #f9f9f9;
	padding: 15px 20px;
	height: 100%;
	right: 0px;
	border-left: 1px solid #ebebeb
}
.confirm li {
	display: block;
	border-bottom: 1px dotted #ccc;
	clear: both;
	padding: 10px 0;
	overflow: hidden
}
.confirm li:first-child {
	padding-top: 0px
}
.confirm li:last-child {
	border-bottom: none;
	padding-bottom: 0px
}
.confirm li a i {
	color: #F00
}
.confirm .red1 {
	color: red
}
a.cart-continue, input[type=submit].cart-continue {
	display: block;
	color: #fff;
	background: #fb544e;
	font-weight: 700;
	outline: none;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 9px;
	margin-bottom: 15px
}
a.cart-continue-shopping {
	display: block;
	color: #06a0ed;
	margin-bottom: 15px;
	font-weight: 700;
	outline: none;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 9px 0px;
	text-decoration: underline
}
a.cart-continue-shopping i {
	padding-right: 10px
}
a#checkout_express {
	background: #36414b;
	margin-left: 10px
}
.panel.panel-default.cart-step-two {
	background: #fff;
	border: 1px solid #eaeaea
}
.cart-step-two .panel-heading {
	padding: 0px
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel+.panel {
  margin-top: 5px;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.cart-step-two .panel-heading .panel-title {
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
}
.cart-step-two .panel-heading .panel-title a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 1)
}
.cart-step-two .panel-body {
	padding: 15px 30px 15px 15px;  
}
.cart-step-two .panel-body ul li {
	line-height: 25px;
	color: #515151
}
.cart-step-two .panel-body ul li i {
	padding-right: 10px
}
.cart-step-two .panel-body .radio label input[type=radio] {
	margin-top: 4px
}
.cart-step-two .panel-body .radio ul li {
	line-height: 25px;
	color: #878787
}
.cart-step-two .panel-body .radio ul li i {
	padding-right: 10px
}
.cart-step-two .panel-body .radio .block {
	border: none
}
.cart-step-two .panel-body .radio .block .main label {
	display: inline-block;
	font-size: 13px;
	width: 20%;
	margin-left: 20px
}
.cart-step-two .panel-body .radio .block .main {
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: none;
	overflow: hidden
}
.cart-step-two .panel-body .radio .block .main p.title {
	font-weight: bold
}
.cart-step-two .panel-body .radio .block .main input, .cart-step-two .panel-body .radio .block .main select {
	width: 72%
}
.total-step-two {
	margin-bottom: 15px
}
.total-step-two .confirm {
	position: relative;
	right: inherit;
	border: 1px solid #ddd;
	border-top: none
}
.total-step-two .confirm li span.name-product {
	font-size: 11px;
	width: 50%
}
.total-step-two .heading {
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
a#new_shipping {
	color: #000
}
#pop_create_new_shipping_address, #news_pop_create_new_customer, #news_pop_create_checkout_express {
	background: #fff;
	width: 50%;
	margin: 0 auto;
}
#pop_create_new_shipping_address .mfp-close, #news_pop_create_new_customer .mfp-close, #news_pop_create_checkout_express .mfp-close {
	color: #000
}
#pop_create_new_shipping_address .block, #news_pop_create_new_customer .block, #news_pop_create_checkout_express .block {
	border: none
}
#pop_create_new_shipping_address .block .main-inner, #news_pop_create_new_customer .block .main-inner, #news_pop_create_checkout_express .block .main-inner {
	padding: 20px
}
#pop_create_new_shipping_address [type=submit], #news_pop_create_new_customer [type=submit], #news_pop_create_checkout_express [type=submit] {
	float: right
}
/* LOADING SHIPPING */
#shipping_loading {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=50);
}
.sk-spinner-wave.sk-spinner {
	height: 30px;
	text-align: center;
	font-size: 20px;
	display: block;
	width: 200px;
	margin: 150px auto;
	position: relative
}
.sk-spinner.sk-spinner-wave p {
	color: #fff;
	font-weight: normal;
	font-size: 15px
}
.sk-spinner-wave div {
	background-color: #fff;
	height: 200%;
	width: 6px;
	margin-right: 4px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
 @-webkit-keyframes sk-waveStretchDelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4);
 transform: scaleY(0.4);
}
 20% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
 @keyframes sk-waveStretchDelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4);
 transform: scaleY(0.4);
}
 20% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
/* Wishlist */
.wishlist {
	overflow: hidden
}
.wishlist li:nth-child(1n) {
	background: #f9f9f9
}
.wishlist li:nth-child(2n) {
	background: #fff
}
.wishlist li div span {
	color: #000;
	display: none
}
.wishlist li div:last-child {
	border: 0
}
.wishlist li div.name {
	text-align: left;
	font-weight: 700;
	font-size: 12px;
	color: #333
}
.wishlist li div.name img {
	width: 92px;
	height: 88px;
	float: left;
	border: 1px solid #e7e7e7;
	margin: 0 15px 5px 0;
	padding: 3px
}
.wishlist li div.name div span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: left
}
.wishlist li div.unit-price {
	padding: 10px;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
	text-align: right;
	clear: both;
	border-bottom: 1px dashed #e1e1e1
}
.wishlist li div.price {
	padding: 10px;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
	text-align: right;
	border: 0;
	color: #FF5252;
	border-bottom: 1px dashed #e1e1e1
}
.wishlist li div.action {
	width: 12%;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #333
}
.wishlist li div.del a.delete {
	display: block;
	width: 9px;
	margin: 0 auto
}
.wishlist li.total div.unit-price {
	color: #333;
	font-weight: 700
}
.wishlist li.total div.price {
	color: red;
	font-weight: 700
}
.wishlist.guidi li div.num-order {
	width: 10%
}
.wishlist.guidi li div.name {
	width: 44%
}
.wishlist li div.cs a, .wishlist li div.del a {
	color: #fff
}
.wishlist li.total div.unit-price {
	color: #333;
	font-weight: 700
}
.wishlist li.total div.price {
	color: #000;
	font-weight: 700
}
.wishlist li {
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 0;
	clear: both;
	overflow: hidden
}
.wishlist li div {
	display: block;
	border: 0;
	border-top: none
}
.wishlist li div.name {
	width: 100%;
	float: left;
	color: #333;
	background: #fff;
	font-size: 13px;
	padding: 5px
}
.wishlist li div.name div {
	display: table;
	height: 50px;
	overflow: auto;
	width: 72%
}
.wishlist li div.name div span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: left
}
.wishlist li div.name:after {
	content: "";
	display: table;
	clear: both
}
.wishlist li div.amount {
	width: 100%;
	text-align: right;
	clear: both
}
.wishlist li div.amount input {
	margin: 0px
}
.wishlist li div.amount span {
	display: inline-block;
	font-weight: 700;
	width: 35%;
	float: left;
	text-align: left;
	margin-top: 2px;
	color: #333
}
.wishlist li div.cs, .wishlist li div.del {
	width: initial;
	float: right;
	display: inline-table;
	padding: 10px
}
.wishlist li.total {
	background: #FFEED8;
	border: 0
}
.wishlist li.total div {
	border: 0
}
.wishlist li.total div.price span {
	display: inline-block;
	font-weight: 700;
	width: 35%;
	float: left;
	color: #000;
	text-align: left;
	text-transform: uppercase
}
.wishlist .cart_update {
	width: 100%;
	display: block;
	float: none
}
.wishlist li div.num-order, .wishlist li.thead, .wishlist li.total div.name, .wishlist li.total div.amount, .wishlist li.total div.unit-price, .wishlist li.total div.del {
	display: none
}
.wishlist li div.unit-price span, .wishlist li div.price span {
	display: inline-block;
	font-weight: 700;
	width: 35%;
	float: left;
	color: #333;
	text-align: left
}
/* ATTR */
.product_attr {
	margin-bottom: 15px
}
.product_attr .name_title_attr {
	font-weight: bold
}
.product_attr ul.list_attr li {
	padding: 2px 0px
}
.product_attr ul.list_attr li span.name_attr i {
	padding-right: 5px
}
.product_attr ul.list_attr {
	color: #454545
}
/* ORDER REVIEW */
.order_reviews {
	clear: both
}
.order_reviews ul li {
	line-height: 35px;
	border-bottom: 1px dashed #e9e9e9;
	padding: 5px 0px
}
.order_reviews ul li label {
	width: 20%
}
/*Credit Card*/
.form_payment label {
	font-size: 13px;
	width: 25%;
	margin-left: 20px
}
.form_payment input {
	width: 40%
}


.title-block {
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 29px;
  text-transform: uppercase; 
  font-weight: 500; overflow:hidden
}


/* Last product */
ul.list-pro { padding: 10px
}
ul.list-pro li {
	border-bottom: 1px dashed #d4d4d4;
	overflow: hidden;
	padding: 10px 0px
}
ul.list-pro li h6{ font-size:14px; padding-bottom:5px; }
ul.list-pro li h6 a  { text-decoration: none
}
ul.list-pro li h6 a:hover  { text-decoration:underline
}
ul.list-pro-post-latest li:last-child {
	border-bottom: none
}
ul.list-pro li img {
	float: left;
	margin-right: 10px;
	width: 73px
}
ul.list-pro li p {
	font-size: 13px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden; line-height:1.6em;
	text-overflow: ellipsis
}

ul.list-pro li span {
	color: #FF0004;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold
}
ul.list-pro li span.price-old {
	text-decoration: line-through;
	font-size: 13px;
	color: #a2a2a2;
	display: block;
	font-weight: normal
} 

.btn-outline-white {
color: #fff;
background:url(data/css/images/bg_hover.png);
border: 3px double white;
font-weight: 700;
font-family: "Open Sans Condensed", sans-serif;
text-transform: uppercase;
padding: 10px;
font-size: 11px;
-webkit-transition: all 0.35s;
transition: all 0.35s;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active {
color: white !important;
background-color:#009EA0;
border-color: #009EA0;
cursor: pointer;
}



.product-btns span a {
	width: 140px;
	height: 36px;
	background-color: #FFF;
	border: 2px solid #009EA0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #009EA0;
	display: table;
	text-align: center;
	padding: 9px 0 7px;
}

.product-btns span a:hover {
	background-color: #009EA0;
	border: solid 2px #009EA0;
	color: #fff;
}

.product-btns span {
	display: table;
	float: left;
	margin-right: 30px;
}

.product-btns .cart-add div {
	display: inline-block;
	float: left;
	width: 130px;
	margin-top: 10px;
}
 
.p-list {
	margin-bottom: 60px;
	display: block !important;
}
.p-list li {
	position: relative;
}

  
.p-list li:hover .product_hover {
	position: absolute;
	top: 58px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.p-list li .row {
	padding-top: 12px;
	height: 136px;
}
#cat .p-list {
    margin-bottom: 0px;
    display: table;
}
/*.p-list li {
	float: left;
    width: 25%;
    padding: 0 15px;
    list-style: none;
    margin: 0px;
}*/
 
.product-price span {
	display: block;
	color: #999;
	text-decoration: line-through;
}
.p-list li .col-md-3 .product-price {
	display: table;
	float: right;
}

.cp-list .product-title , .p-list .product-title { font-size:15px; font-weight:500; overflow:hidden; text-overflow:ellipsis; white-space:nowrap
}

.cp-list .cb-btn-left ,
.cp-list .cb-btn-right {
	font-size: 12px;
}

.cp-list .cart-add div a {
	font-size: 12px;
}

.c-product { clear:both; overflow:hidden; margin-bottom: 35px;
}
.c-product h4 {
	margin-top: 1px;
}

.c-product h5 {
	padding: 10px 0px;
}

 
.c-product h4 {
	font-size: 18px;
	color: #444;
	font-weight: 600;
	margin-top: 3px;
}

.c-product a {
	color: #444;
}

.c-product h5 {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
}

.c-product h5 .price {
	font-size: 15px;
	font-weight: bold;
	color: #222;
}

.c-product h5 .price em {
	color:#999999;
	font-style:normal;
	margin-right:2px;
	text-decoration:line-through;
}

.c-product p {
	font-family: Arial;
	font-size: 14px;
	color: #666;
	margin: 15px 0 20px;
}

.c-product .rating {
	display: table;
	float: right;	
}

.c-product .rating em {
	font-style: normal;
	margin-left: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #888;
	font-weight:400;
}

.c-product .star {
position:relative;
top:-1px;
}

.c-product .star span, .cp-list .star span {
	margin:0 -1.5px;
}
.product-img {position:relative; text-align:center;
}

.product-img img 
{
	/*height:100%; width:100%;   max-width: 170px;*/
	border: medium none;
  
}

.pi-1 {
	visibility:visible;
	opacity:1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pi-2 {
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(0.95,0.95);
}

.p-list li:hover .product-img .pi-1, #pi-slider li:hover .pi-1 , .item:hover .product-img .pi-1, .c-product:hover .product-img .pi-1 {
	visibility:hidden;
	opacity:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(1,1);

}

.p-list li:hover .product-img .pi-2, #pi-slider li:hover .pi-2 , .item:hover .product-img .pi-2, .c-product:hover .product-img .pi-2 {
	visibility:visible;
	opacity:1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(1,1);
}

.p-list .row {
	position: relative;
}
.product_hover {
	position: absolute;
	top: 50px;
	right: 0px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


 
.p-list li:hover .product_hover {
	position: absolute;
	top: 58px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.cart-add {
	margin: 5px 0 0;
}

.cart-add div {
	width: 50%;
	float: left;
}

.cart-add div a {
	font-size: 12px;
	font-style: italic;
	color: #000;
	border-bottom: 1px solid transparent;
	display: table;
}

.cart-add div a:hover {
	color: #000 !important;
	border-color: #000;
}

.cart-btns {
	height: 30px;
	border: 2px solid #ff0000;
	width: 100%;
	padding: 5px;
	margin: 8px 0 0px;
	background: #fafafa;
}

.cart-btns a {
	color: #444;
}

.cart-btns a:hover {
	color: #cf4647;
}

.cb-btn-left {
	display: table;
	width: 50%;
	float: left;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #222;
	color: #444444;
	line-height: 16px;
	padding-top: 1px;
}

.cb-btn-right {
	display: table;
	width: 50%;
	float: right;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #222;
	color: #444444;
	line-height: 16px;
	padding-top: 1px;
}

table {
    max-width: 100%;
    background-color: transparent;
	border-spacing: 0;
    border-collapse: collapse;
}
.cart-table { width: 100%; margin-bottom: 40px;
}

.cart-table thead tr th {
	border: none;
	height: 45px;
	background-color: #ededed; 
	font-size: 14px;
	color: #444;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 400;
	border: 1px solid #ededed;
	border-collapse: collapse;
}

.cart-table thead tr th:nth-child(1) {
	width: 41.5%;
}

.cart-table thead tr th:nth-child(2) {
	width: 16%;
}

.cart-table thead tr th:nth-child(3) {
	width: 13.5%;
}

.cart-table thead tr th:nth-child(4) {
	width: 12%;
}

.cart-table thead tr th:nth-child(5) {
	width: 11.5%;
}

.cart-table thead tr th:nth-child(6) {
	width: 5.5%;
}

.cart-table tbody tr td {
	padding: 20px;
	border: 1px solid #eaeaea;
	border-collapse: collapse;
}

.cart-table tbody tr td input {
	width: 36px;
	height: 34px;
	background-color: #fff;
	border: solid 1px #dedede;
	text-align: center;
	font-size: 15px;
	color: #777777;
}

.cart-table tbody tr td input::-webkit-input-placeholder {
	color: #777777 !important;
	opacity: 1 !important;
}

.cart-table tbody tr td input:-moz-placeholder {
	color: #777777 !important;
	opacity: 1 !important;
}

.cart-table tbody tr td input::-moz-placeholder {
	color: #777777 !important;
	opacity: 1 !important;
}

.cart-table tbody tr td input:-ms-input-placeholder {
	color: #777777 !important;
	opacity: 1 !important;
}

.cart-table tbody tr td:nth-child(1) img {
	width: 150px;
	float: left;
}

.cart-table tbody tr td:nth-child(1) h4 {
	font-size: 16px;
	color: #555;
	font-weight: 600;
	margin: 7px 0 7px;
	margin-left: 168px;
	line-height: 24px;
}

.cart-table tbody tr td:nth-child(1) p {
	margin-left: 167px;
	font-family: Arial;
	font-size: 12px;
	color: #8b8b8b;
}

.cart-table tbody tr td:nth-child(1) p span {
	font-size: 13px;
	color: #555;
}

.cart-table tbody tr td:nth-child(2) {
	font-size: 13px;
	color: #666666;
	font-family: Arial;
	padding-top: 30px;
	vertical-align: top;
	text-align: center;
}

.cart-table tbody tr td:nth-child(3) {
	padding-top: 30px;
	vertical-align: top;
	text-align: center; 
	font-size: 15px;
	font-weight: bold;
	color: #222;
}

.cart-table tbody tr td:nth-child(3) span {
	text-decoration: line-through;
	margin-left: 10px;
	color: #999;
}

.cart-table tbody tr td:nth-child(4 ) {
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
}

.cart-table tbody tr td:nth-child(5) {
	padding-top: 30px;
	vertical-align: top;
	text-align: center; 
	font-size: 15px;
	font-weight: bold;
	color: #222;
}

.cart-table tbody tr td:nth-child(6) {
	padding-top: 28px;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	color: #666666;
}

.close1 {
	width: 18px;
	height: 18px;
	background: url(data/css/images/close2.png) no-repeat;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display:table;
	cursor:pointer; border:0; 
}

.close1:hover {
	background: url(data/css/images/close.png) no-repeat;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display:table;
}

.cart-totals ul, .sc-totals ul {
	padding: 0px;
	display: table;
	width: 100%;
}

.cart-totals ul li ,.sc-totals ul li {
	list-style: none;
	padding: 20px 15px 14px;
	border-top: 1px solid #eaeaea;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

.sc-totals ul li {
	text-align: left;
	padding-left: 62%;
}

.cart-totals ul li:last-child , .sc-totals ul li:last-child {
	border-bottom: 1px solid #eaeaea;
}

.cart-totals ul li span ,.sc-totals ul li span {
	width: 50%;
	border-left: 1px solid #eaeaea;
	float: right;
	padding: 20px 15px 14px;
	position: relative;
	top: -20px;
	color: #FF0004;
}


.sc-totals ul li span {
	width: 185px;
	border-left: 1px solid #eaeaea;
	float: right;
	padding: 20px 15px 14px;
	position: relative;
	top: -20px;
	color: #222222;
	text-align: center;
}

.cart-totals ul li:nth-child(4) span ,.sc-totals ul li:nth-child(4) span {
	color: #cf4647;
}

.cart-totals a {
	padding: 0 25px;
	height: 44px;
	background-color: #009EA0;
	border: solid 2px #009EA0;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: table;
	line-height: 40px;
	text-align: center;
	float: right;
	margin: 25px 0 0;
}

.cart-totals a:hover {
	background-color: #fff;
	border: solid 2px #009EA0;
	color: #009EA0;
}

.cbtn {
	padding: 0 25px;
	height: 44px; float:right;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: table;
	line-height: 40px;
	text-align: center;
	margin: 10px 0 0;
	background: transparent;
	border: solid 2px #009EA0;
	color: #009EA0;
}

.cbtn:hover {
	background: #009EA0;
	border: solid 2px #009EA0;
	color: #fff;
}
.selectParent {
	width: 100%;
	overflow: hidden;
	border: solid 1px #ccc;
}

.selectParent select {
	width: 120%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 2px 2px 2px;
	background: transparent url("data/css/images/select.png") no-repeat 78% center;
	background-size: 8.5px;
	height: 35px;
	background-color: #fff;
	border: none;
	font-family: Arial;
	font-size: 13px;
	color: #888;
	padding: 8px 15px;
}
.shipping form input {
	width: 100%;
	height: 35px;
	background-color: #fff;
	border: solid 1px #ccc;
	color: #888888;
	padding: 0 15px;
	font-family: Arial;
	font-size: 13px;
}

.shipping form input::-webkit-input-placeholder {
	color: #888888 !important;
	opacity: 1 !important;
}

.shipping form input:-moz-placeholder {
	color: #888888 !important;
	opacity: 1 !important;
}

.shipping form input::-moz-placeholder {
	color: #888888 !important;
	opacity: 1 !important;
}

.shipping form input:-ms-input-placeholder {
	color: #888888 !important;
	opacity: 1 !important;
}

.shipping form button {
	width: 130px;
	height: 35px;
	background-color: #fff;
	border: solid 2px #444;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
	text-align: center;
	line-height: 33px;
	margin-left: 12px;
}

.shipping form button:hover {
	background-color: #444;
	border: solid 2px #444;
	color: #fff;
}

.shipping form label {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	line-height: 35px;
	color: #888;
}

.shipping form label span {
	color: #cf4647;
}

.shipping form .row {
    margin-top: 9px; overflow:hidden;
    margin-bottom: 12px;
}

.shipping form {
	margin-top: 18px;
}


#p-slider .item {
    position: relative;
}
#p-slider .item{
    padding: 0 15px;
    margin: 0px;
}

#p-slider .item .product_hover {
	background: rgba(255, 255, 255, 0.1);
	height: 80px; 
	padding-top: 10px;
	position: absolute;
	top: auto;
	bottom: 25px;
	opacity: 0;
	visibility: hidden;
}

#p-slider .item:hover .product_hover {
	position: absolute;
	top: auto;
	bottom: 0px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#p-slider .product-price {
    text-align: center;
    color: #ff0000;
}
#p-slider .product-title {
    text-align: center; margin: 20px 0 5px;
    color: #333;
}/*! fancyBox v2.1.5 fancyapps.com  */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('data/css/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('data/css/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('data/css/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('data/css/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('data/css/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('data/css/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

#tabs-titles li.current span ,
#tabs-titles li span {
	background: transparent;
	padding: 9px 0px 4px 0px;
	top: 1px;
}
#tabs-titles {
	float: left;
	width: 20%;
	padding: 0px;
}

#tabs-titles li {
	cursor: pointer;
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	color: #bebebe;
	text-transform: uppercase;
	border-top: 1px solid #eaeaea;
	padding: 20px 10px 16px;
}

#tabs-titles li:last-child {
	border-bottom: 1px solid #eaeaea;
}

#tabs-titles li.current {
	border-right: 2px solid #666666;
	position: relative;
	right: -2px;
}

#tabs-titles li span {
	padding: 9px 30px 4px 15px;
	padding-right: 28px;
}

#tabs-titles li.current span {
	background: #FFF;
	color: #666;
	padding: 9px 30px 4px 15px;
	padding-right: 28px;
	position: relative;
	top: 1px;
}

.tab-content{
	display: none;
	background: #fff;
	padding: 15px; font-size:16px;
	border:1px solid #ddd
}

#tabs-contents {
	border: 1px solid #eaeaea;
	padding: 20px 25px;
	width: 80%;
	float: right;
	padding-right: 0px;
	border-right: none;
	border-bottom:none;
}

.tab-content.current{
	display: inherit;
}

#tabs-contents li {
	display: none;
	min-height: 320px;
	list-style: none;
}

#tabs-contents li:first-child {
	display: block;
}

#tabs-contents p {
	color: #666666;
	font-size: 14px;
	font-family: Arial;
}.cart-tabs-main {
    border-bottom: 1px solid #eaeaea;
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
	padding-right:20px;
}

.cart-tabs #tabs-titles {
	width: 35%;
}

.cart-tabs #tabs-contents {
	width: 65%;
	margin:0px;
}

.cart-tabs #tabs-contents li {
	min-height: 192px;
	margin:0px;
}

.cart-tabs #tabs-contents li p {
	font-family: Arial;
	font-size: 16px;
	color: #666;
}


/* Default tab style */
 
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	font-size: 1.25em;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #c73030;
}

.tabs nav a:focus {
	outline: none;
}

/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.6em;
	font-family: 'FontAwesome';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home::before {
	content:"\f097";
}
.icon-video::before {
	content: "\f1c8";
}
.icon-album::before {
	content: "\f1c7";
}
.icon-baihat::before {
	content: "\f001";
}
.icon-map::before {
	content: "\f041";
}
 

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none; 
	margin: 0 auto; 
}

.content-wrap section.content-current {
	display: block;
}
 
.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}

/*****************************/
/* Moving Line */
/*****************************/

.tabs-style-linemove nav {
	background: #602c74;
}

.tabs-style-linemove nav li:last-child::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #c169e3;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

/* Move the line */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0);
}

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0);
}

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.tabs-style-linemove nav a {
	padding: 1em 0;
	color: #ECC6FF;
	line-height: 1;
	-webkit-transition: color 0.3s, -webkit-transform 0.3s; 
	transition: color 0.3s, transform 0.3s;
}

.tabs-style-linemove nav li.tab-current a {
	color: #fff;
	-webkit-transform: translate3d(0,8px,0);
	transform: translate3d(0,8px,0);
}

.tabs-style-linemove nav a span {
	font-weight: 700;
}

/*****************************/
/* Icon box */
/*****************************/

.tabs-style-iconbox nav { background:none;
}
.tabs-style-iconbox nav ul {
	padding: 0 2em; 
	max-width: none;  margin:0 auto; width:800px
}
@media (max-width:767px) {
.tabs-style-iconbox nav ul {
	padding: 0 2em; width:100% !important; 
	max-width: none;  
}
}
.tabs-style-iconbox nav ul li a {
	overflow: visible;
	padding: 0.5em 0;
	line-height: 1; color:#000;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs-style-iconbox nav ul li a span {
	font-weight: 600;  
	font-size: 0.9em;	
}

.tabs-style-iconbox nav ul li.tab-current {
	z-index: 100;
}

.tabs-style-iconbox nav ul li.tab-current a {
	color:#009EA0; border-bottom:2px solid #009EA0;
}

.tabs-style-iconbox nav ul li.tab-current a::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #009EA0;
	content: '';
	pointer-events: none;
}

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	width: 1px;
	height: 60%;
	background: rgba(0,0,0,0.07);
	content: '';
}

.tabs-style-iconbox nav ul li:first-child::before {
	right: auto;
	left: 0;
}

.tabs-style-iconbox .icon::before {
	display: block;
	margin: 0 0 0.25em 0;
}
 
/*****************************/
/* Line */
/*****************************/

.tabs-style-line nav{border-bottom:2px solid #ff0000;
}

.tabs-style-line nav ul {
	padding: 0 1em; 
	max-width: none;  margin:0 auto; width:1166px
}
@media (max-width:1050px) {
.tabs-style-line nav ul {
	padding: 0 2em; width:100% !important; 
	max-width: none;  
}
}
.tabs-style-line nav a {
	padding: 6px 15px; 
	color: #333; text-align: left; text-transform:uppercase;  
	font-weight: 600; font-size: 20px; line-height: 1.2em;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
}

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus { color:#009EA0; background:#fff;
}

.tabs-style-line nav li.tab-current a { color: #fff; background:#7c0b04;
}

@media screen and (max-width: 48em) {
	.tabs-style-line nav ul {
		display: block;
		box-shadow: none;
	}
	.tabs-style-line nav ul li {
		display: block;
		-webkit-flex: none;
		flex: none;
	}
}
 
 
/* scrollbar */
#main-scrollbar { height:210px;
}
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;  
}
 
.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;	
  background : #333;
  position   : absolute;
  width      : 8px; 
  display:block !important;
  right      : 0;
  top        : 0; 
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
}
.nano > .pane > .slider {
  background: #fff;
  position              : relative;
  margin                : 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;	
}
.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.9;
}

	    
.sb-search {
	position:absolute;
	width:0%;
	min-width: 50px;
	height: 50px; top:0; right:0; 
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 50px;
	margin: 0;
	z-index: 80000;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 15px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #D5A00F;
	z-index: 90000;
	font-size: 22px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\f002";
}

/* 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: #da6d0d;
	color: #fff;
	z-index: 100000;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90000;
}


/*=================left navibar begin=========================================*/

.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed,
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed:before { left: auto }

.gw-sidebar {
  background-color: #fff;
  bottom: 0;
  top: 0;     border-width: 0 1px 1px 1px;
  left: 0;
}

.gw-sidebar .nano-pane {
  background: rgba(255, 255, 255, 0);
  font-size: 15px;
}

.gw-sidebar .gw-nav-list { padding:0;}

.gw-sidebar .gw-nav-list li a { padding-left:14px;  }
.gw-sidebar .gw-nav-list li a:hover { color:#009EA0 }

.gw-nav-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.gw-nav-list>li:first-child { border-top: 0; }

.gw-nav-list>li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-decoration: none;
}
 @-webkit-keyframes 
arrow-slide {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}
 @-webkit-keyframes 
arrow-slide1 {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}

.gw-nav-list>li.arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 12px;
  border-top: 2px solid #888;
  border-left: 2px solid #888;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide .5s 0s ease both;
}

.gw-nav-list>li.init-arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  -webkit-transform: rotate(45deg);
}

.gw-nav-list>li.arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 .5s 0s ease both;
}

.gw-nav-list>li.init-arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 2px solid #888;
  border-left: 2px solid #888;
  -webkit-transform: rotate(45deg);
}

.gw-nav-list>li.active { background-color: #fff; }

.gw-nav-list>li>a {
  display: block; text-transform:uppercase;
 /* line-height: 36px;*/
  padding: 10px 16px 10px 7px;
  background-color: #f9f9f9;
  color: #585858; font-weight:bold;
  text-shadow: none!important;
  font-size: 16px;
  text-decoration: none;
}

.gw-open > a { outline: 0; }

.gw-nav-list>li.gw-open { border-bottom-color: #e5e5e5 }

.gw-nav-list>li.gw-open>a {
  background-color: #fafafa;
  color: #009EA0
}

.gw-nav-list .gw-open>a,
.gw-nav-list .gw-open>a:hover,
.gw-nav-list .gw-open>a:focus { background-color: #fafafa;  }

.gw-nav .gw-open > a,
.gw-nav .gw-open > a:hover,
.gw-nav .gw-open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.gw-nav-list>li.active>a,
.gw-nav-list>li.active>a:hover,
.gw-nav-list>li.active>a:focus,
.gw-nav-list>li.active>a:active {
  background-color: #fff;
  color: #009EA0;
  font-weight: bold;
  font-size: 16px;
}

.gw-nav-list>li>a,
.gw-nav-list .gw-nav-header { margin: 0 }
.gw-nav-list>li.active>a>[class*="icon-"] {
 font-weight: normal
}

.gw-nav-list>li.active>a:hover:before { display: none }

.gw-nav-list>li.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  /*border: 2px solid #dd4814;*/
  border-width: 0 2px 0 0
}

.gw-nav-list li.gw-open>a:after { display: none }

.gw-nav-list>li a>.gw-arrow {
  display: inline-block;
  width: 14px!important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #666
}

.gw-nav-list>li a:hover>.gw-arrow,
.gw-nav-list>li.active>a>.gw-arrow,
.gw-nav-list>li.gw-open>a>.gw-arrow { color: #009EA0 }

.gw-nav-list>li>a>[class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-right: 2px
}

.gw-nav-list>li.active .gw-submenu {
 display: block; 
 -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
}

.gw-nav-list>li .gw-submenu {
  font-size: 16px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.gw-nav-list>li .gw-submenu>li {
  margin-left: 0;
  position: relative
}

.gw-nav-list>li .gw-submenu>li>a {
  display: block;
  position: relative;
  color: #616161; text-transform:uppercase;
  padding: 7px 0 9px 26px;
  margin: 0; 
  border-top: 1px solid #eee;
  font-size: 15px;
  text-decoration: none;
}

.gw-nav-list>li .gw-submenu>li>a:focus { text-decoration: none }

.gw-nav-list>li .gw-submenu>li>a:hover {
  text-decoration: none;
  color: #009EA0;
  background-color: rgba(25,25,50,0.1);
}

.gw-nav-list>li .gw-submenu>li.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  z-index: 1;
 /* border: 2px solid #dd4814;*/
}

.gw-nav-list>li .gw-submenu>li.active>a { color: #dd4814 }

.gw-nav-list>li .gw-submenu>li a>[class*="icon-"]:first-child {
  display: none;
  font-size: 12px;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #FFF
}

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child,
.gw-nav-list>li .gw-submenu>li:hover>a>[class*="icon-"]:first-child { display: inline-block }

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child { color: #c86139 }

.gw-nav-list>li>.gw-submenu>li:first-child>a { border-top: 0px; }

.gw-nav-list li .gw-submenu { overflow: hidden }

.gw-nav-list li.active.gw-open>.gw-submenu>li.active.gw-open>a.dropdown-toggle:after { display: none }

.gw-nav-list li.active>.gw-submenu>li.active>a:after { display: none }

.gw-nav-list li.active.gw-open>.gw-submenu>li.active>a:after { display: block }

.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
  width: 1.25em;
  display: inline-block;
  text-align: center
}
/*=================left navibar end=========================================*/
/*!
 * Fotorama 4.6.3 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(data/css/images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             /*background:url(fotorama@2x.png) 0 0/96px 160px no-repeat*/}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block; background:#000;}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#ed1c24;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('data/css/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('data/css/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('data/css/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('data/css/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/2 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}

