* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px 'Arvo', serif;
	width: 100%;
	height: 100%;
}
a {
	color: #a9a9a9;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none; color:#388c95;
}
a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
	border:none;
	outline:none;
}

h1,h2,h3,h4,h5{
	color: #767676;
	text-transform: uppercase;
	line-height:1.2em;
}

h1{ font-size: 36px; font-family:Tahoma; }
h2{ font-size: 24px; }
h3,h4,h5{ font-size:18px;}
.span8.floatright { float: right; }
p {
	margin: 0 0 18px;
	font-size:12px;
	color:#a9a9a9;
	font-weight:normal;
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	margin: 0 auto;
	min-height: 85%;
	height: auto !important;
	height: 100%;
}

.clr{
	clear:both;
}

.sep{
	width: 100%;
	border-top: 1px solid #e8e8e8;
	margin: 40px 0 35px;
}
.sep_small{width: 100%;	border-top: 1px solid #e8e8e8; margin: 20px 0;}
.separator{ margin:20px auto; width:100%; height:1px;}
.separator_small{ margin:10px auto; width:100%; height:1px;}

.menu .tinynav { display: none; }
.maps_view { height: 350px; }

.sliderwrap { margin: 0 auto; width: 960px; }
#slider-wrapper object { width: 100%; }
#sliderwrap { padding-top: 0px; background: none; }


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 10rem;
    /*background: #51a76d;*/
    position: relative;
    z-index: 9999;
}

.navbar{
	border:none;
	/*background:#51a76d;*/
	-moz-box-shadow: 0 10px 0 rgba(0,0,0,0.02); /* Для Firefox */
    -webkit-box-shadow: 0 10px 0 rgba(0,0,0,0.02); /* Для Safari и Chrome */
    box-shadow: 0 10px 0 rgba(0,0,0,0.02);
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navbar.navbar-fixed-top .container{
	 box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.navbar-fixed-top .navbar-inner{
	/*min-height: 80px;*/
	/*padding-right: 20px;
	padding-left: 20px;*/
	filter:none;
	/*background: #51a76d;*/
	border: none;
    -webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
    box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.navbar .brand{
	color:#fff;
	font-size: 36px;
	font-family: 'Arvo', serif;
	font-weight: 700;
	padding: 5px 0 0 5px;
	text-transform:uppercase;
	text-shadow:0 3px 0 rgba(0,0,0,0.25);
	margin-left:0rem;
}
.typo .navbar{ height:auto; background:none; }
.navbar .brand2{
	color:#fff;
	float:left;
	font-size: 14px;
	font-family: 'Arvo', serif;
	padding: 11px 21px 13px 21px;
	background: #ff5b00;
        line-height: normal;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0;
}

.now_page{
	background:url(../images/bg_content_.jpg) repeat;
	padding:30px;
}

.now_carousel{
	margin: 50px 0;
}

#main-carousel {
	border:1px solid #c4c4c4;
	background:#fff;
	padding:10px;
	position:relative;

}

#main-carousel .carousel-caption{
	width: 440px;
	height:230px;
	position:absolute;
	top: 50%;
	left:50%;
	margin-left:-220px;
	margin-top: -115px;
	background:none;
	padding:0;
}

#main-carousel .carousel-caption h4.carousel_h4{
	font-weight: 700;
	font-size:36px;
	text-shadow:0 2px 0 rgba(0,0,0,0.20);
	padding: 45px 40px;
	background:rgba(81,167,109,0.8);
	margin: 0;
}

#main-carousel .carousel-caption p.carousel_p{
	font-size:24px;
	font-weight:700;
	color:#fff;
	background:rgba(0,0,0,0.6);
	padding:25px 35px;
	line-height:1.1em;
}

#main-carousel .carousel-control.right{
	background: url(../images/right_arrow.png) center center no-repeat #51a76d;
}

#main-carousel .carousel-control.right:hover{
	background: url(../images/right_arrow.png) center center no-repeat #c94637;
}

#main-carousel .carousel-control.left{
	background: url(../images/left_arrow.png) center center no-repeat #51a76d;
}

#main-carousel .carousel-control.left:hover{
	background: url(../images/left_arrow.png) center center no-repeat #c94637;
}

#main-carousel .carousel-control{
	position: absolute;
	top: 50%;
	left: -9px;
	width: 29px;
	height: 29px;
	margin-top: -10px;
	background: #51a76d;
	border: none;
	-webkit-border-radius:0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

#main-carousel .carousel-control:hover{
	background:#c94637;
}

#main-carousel .carousel-control.right{
	margin-right: -24px;
	margin-left: auto;
}

#main-carousel .carousel-indicators{
	position: absolute;
	top:100%;
	margin-top: 20px;
	left:50%;
	margin-left:-28px;
	
}

#main-carousel .carousel-indicators .active {
background-color: #51a76d;
}

.carousel-indicators li {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background-color: #d6d6d6;
	border-radius: 7px;
}

.caption {
	
	padding: 10px 50px;
	position:relative;
}

.caption h2{
	color:#383838;
	line-height:34px;
	text-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

.caption p{
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	color:#959595;
}

.color-btn, .color-btn:hover, .color-btn:active, .color-btn:focus{
	color:#fff;
	background:#388c95;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	text-transform:uppercase;
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
	-moz-box-shadow: 0 5px 0 rgba(0,0,0,0.07); /* Для Firefox */
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.07); /* Для Safari и Chrome */
    box-shadow: 0 5px 0 rgba(0,0,0,0.07);
}

.color-btn:hover, .color-btn:active, .color-btn:focus{
	text-shadow: none;
	-moz-box-shadow:none; /* Для Firefox */
    -webkit-box-shadow:none; /* Для Safari и Chrome */
    box-shadow: none;
}

.center{
	left:50%;
	position: relative;	
}

.dark-btn, .dark-btn:hover, .dark-btn:active, .dark-btn:focus{
	background:#3e3f40;
	color:#919191;
	font-weight:normal;
	font-size:14px;
	line-height:1.2em;
	width:170px!important;
	height:30px;
	text-transform:uppercase;
	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
	padding: 5px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	border: 1px solid #515151!important;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); /* Для Safari и Chrome */
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.dark-btn:hover, .dark-btn:active, .dark-btn:focus{

	-moz-box-shadow:none; /* Для Firefox */
    -webkit-box-shadow:none; /* Для Safari и Chrome */
    box-shadow: none;
}


.btn{width:220px; border:none;}
.btn-large{width:340px; border:none; font-size:24px;}
.btn.center{margin-left:-110px;}
.btn-large.center{margin-left:-170px;}
.dark-btn.center{margin-left:-85px;}


/* ribbon style */

 .ribbon-wrapper {
	position: relative;
	top: -20px;
}
  .ribbon-front {
	height: 80px;
	width: 450px;
	position: relative;
	z-index: 2;
	left: 50%;
	margin-left: -225px;
	padding-top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ribbon-front.red {
	background: #c94637;	
}

.ribbon-front.blue{
	background: #388c95;
}

.ribbon-front h2{
	color:#fff;
	text-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

.ribbon-shadow{
	position: absolute;
	top: 77px;
	background: url(../images/ribbon-shadow.png) center center no-repeat;
	width: 450px;
	height: 16px;
	left: 50%;
	margin-left: -225px;
}



  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 80px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: 50%;
	margin-left: -225px;

}

  .ribbon-edge-topleft.red,
  .ribbon-edge-bottomleft.red{
	border-color: transparent #9a240b transparent transparent;  
  }

  .ribbon-edge-topleft.blue,
  .ribbon-edge-bottomleft.blue{
	border-color: transparent #2d7077 transparent transparent;  
  }
  
  .ribbon-edge-topleft {
	top: 0px;
	border-width: 0px 20px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 20px 20px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 50%;
	margin-left: 205px;
	
}

  .ribbon-edge-topright.red,
  .ribbon-edge-bottomright.red {
	border-color: transparent transparent transparent #9a240b;  
}

  .ribbon-edge-topright.blue,
  .ribbon-edge-bottomright.blue {
	border-color: transparent transparent transparent #2d7077;  
}
  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 20px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 20px 20px;
}

  .ribbon-back-left {
	position: absolute;
	top: 20px;
	left: 50%;
	right:0;
	margin-left: 205px;
	height: 80px;
		z-index: 0;
}

  .ribbon-back-right {
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: 205px;
	width: 50%;
	height: 80px;
	z-index: 0;
}

.ribbon-back-left.red, .ribbon-back-right.red {
	background-color: #c94637;
}

.ribbon-back-left.blue, .ribbon-back-right.blue {
	background-color: #388c95;
}

#now_gallery{
	background:url(../images/bg.jpg) repeat;
	padding-bottom:20px;
}

.carousel-nav-block{
	width:312px;
	height:290px;
	margin:1px 1px 1px 0;
	padding: 75px 40px;
	box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

.carousel-nav-block.blue{
	background:url(../images/bg_blue.jpg) repeat;
}

.carousel-nav-block.green{
	background:url(../images/bg_green.jpg) repeat;
}

.carousel-nav-block.red{
	background:url(../images/bg_red.jpg) repeat;
}

.carousel-nav-block h2{
	color:#fff;
	font-weight:normal;
	text-shadow:0 2px 0 rgba(0,0,0,0.1);
		
}

.carousel-nav-block p{
	color:#fff;
	font-size:12px;
	font-family: 'Liberation Sans', Arial, Helvetica, sans-serif;
}
   
.carousel-block{width:626px; margin:0;} 


#now_gallery .item{
	width:312px;
	height:290px;
	margin:0;
}

.mask h4{color:#fff; text-transform:uppercase; font-weight:normal; font-size:14px; line-height:1em; margin:20px 0 5px 0;}
.mask p{color:#fff; font-family:'Liberation Sans', Arial, Helvetica, sans-serif;}

.mask .pic_caption{padding: 0 30px;}


.mask{display:none; position:absolute; top:50%; margin-top:-32px;
left:0;  height:auto; width:100%;}

a.mask-zoom {display:none; left:50%; margin-left:-32px; width:60px; height:60px; border:2px solid #fff; background: url(../images/zoom.png) center center no-repeat; position:relative;}

#now_gallery .pic:hover .mask{display:block;}

.services{
	text-align:center;
}

a.ico{
	display:block;
	background:url(../images/spacer.png) top center no-repeat;
	padding-top:90px;
}

a.ico.ico1{
	background:url(../images/col1.png) top center no-repeat;
}

a.ico.ico2{
	background:url(../images/col2.png) top center no-repeat;
}

a.ico.ico3{
	background:url(../images/col3.png) top center no-repeat;
}

a.ico.ico4{
	background:url(../images/col4.png) top center no-repeat;
}

h3.serv{
	font-weight:normal;
	color:#388c95;
}

.services p{
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
}

.client-scroller h2{
	font-weight:normal;
}

.services, .client-scroller{
	background:#fcfcfc;
}

.margin{margin:0 15px;}


.prefooter{
	height:80px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:20px;
	background:#51a76d;
}

.prefooter .prefooter_ico{
	background:url(../images/tweet.png) center center no-repeat;
	width:43px;
	height:42px;	
}

.prefooter p{
	color:#fff;
	font-style:italic;
	font-family:'Arvo', serif;
}

.prefooter a.prefooter_href{
	color:#252729;
}

.content_page{
	padding:0 0 20px;
}

.content_page p{ margin: 10px 0; }

.content_full_size{width:100%}


.pic {background:#000; position:relative;}
.pic img {background:none; margin:0; width:100%;}
.pic a{display:block;}
.pic:hover img{opacity:0.6!important; filter:alpha(opacity=60)!important;width:100%!important;}
.pic:hover .zoom{display:block;}
.pic:hover .gallery_caption{display:block;}	
.pic.pull-left{margin-right:20px;}
.pic.pull-right{margin-left:20px;}

a.zoom{position:absolute; display:none; top:50%; margin-top:-32px; left:50%; margin-left:-32px; width:60px; height:60px; border:2px solid #fff;background:url(../images/zoom.png) center center no-repeat;}

.pop_posts p { padding:5px 0 20px 0px ;}
.pop_posts h3 { padding:0; margin:0;}
.pop_posts h3 a{ padding:0; margin:0; line-height:15px;}
.pop_posts h3 span{display:block; color:#5b6063; font-size:10px; font-weight:normal;text-transform:none; margin:0; padding:0;line-height:10px;}

.p404 h2 span{display:block; font-size:20px; color:#5b6063; font-weight:bold;text-transform:none; margin:0; padding:0;}
.p404 p{font-size:14px;}

.blogpost h3{}
.blogpost .post_detail{margin:5px 0; color:#5b6063; font-size:11px;}
.blogpost .post_detail a{font-weight:bold;}

.detail a{font-weight:bold;}

.blockblog .thumbnail h3{ font-size:18px; font-weight:lighter; color:#444;}
.blockblog .thumbnail p.comments{font-size:12px; color:#a7a7a7; line-height:10px;}

.media.post_author .media-body p{margin:-3px 0 0;}
.media .media-body .comment_date{color:#7b7b7b; font-size:11px;}
.media .media-body .comment_date a{display:block;margin: 5px 0 ;}
.media .media-body .comment_date a:hover{color:#ff5b00;}
.media .media-body .comment_text{color:#7b7b7b; font-size:12px;}

.control-label{ color:#5b6063; font-size:12px;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background:url(../images/bg.jpg) repeat;
	margin: 0 auto ;
	height: 400px;
	position: relative;
	-moz-box-shadow:inset  0 10px 0 rgba(0,0,0,0.05); /* Для Firefox */
    -webkit-box-shadow:inset 0 10px 0 rgba(0,0,0,0.05); /* Для Safari и Chrome */
    box-shadow:inset 0 10px 0 rgba(0,0,0,0.05); /* Параметры тени */
}

.cols{
	height:350px;
	font-family:'Liberation Sans',Arial, Helvetica,sans-serif;
	
}

.cols h4{
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin:50px 0 20px;
	font-family:'Arvo',serif;
	letter-spacing: -1px;
}

.cols .post{
	padding-right:30px;
}

.cols .post span {
	font-size:11px;
	color:#51a76d;
	font-weight:bold;
	display:block;
	margin-top: 10px;
	font-family:'Arvo',serif;
}

.cols .post a, .cols p{
	color:#a9a9a9;
	font-size:12px;
	
}

.cols #subscribe{
	margin-top: 15px;
}

.input-append .subscribe-input{
	width:200px;
	border-radius: 0;
	border: none;
}

.input-append .subscribe-button {
	border-radius: 0!important;
	background: #51a76d; 
	color:#fff;
	font-size:11px;
	font-weight:normal;
	outline:none;
	border:none;
	width:80px;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
}

.cols .social h4{
	margin-top:20px;
}

.cols .social a{
	width:29px;
	height:28px;
	margin-top:0;
	margin-right:1px; margin-bottom: 1px;
	float:left;
}

.cols .social a.soc1{
	background:url(../images/soc1.png) center center no-repeat;
}

.cols .social a.soc2{
	background:url(../images/soc2.png) center center no-repeat;
}
.cols .social a.soc3{
	background:url(../images/soc3.png) center center no-repeat;
}
.cols .social a.soc4{
	background:url(../images/soc4.png) center center no-repeat;
}
.cols .social a.soc5{
	background:url(../images/soc5.png) center center no-repeat;
}
.cols .social a.soc6{
	background:url(../images/soc6.png) center center no-repeat;
}
.cols .social a.soc7{
	background:url(../images/soc7.png) center center no-repeat;
}
.cols .social a.soc8{
	background:url(../images/soc8.png) center center no-repeat;
}
.cols .social a.soc9{
	background:url(../images/soc9.png) center center no-repeat;
}

.cols .social a.soc1:hover{
	background:url(../images/soc1_hover.png) center center no-repeat;
}

.cols .social a.soc2:hover{
	background:url(../images/soc2_hover.png) center center no-repeat;
}
.cols .social a.soc3:hover{
	background:url(../images/soc3_hover.png) center center no-repeat;
}
.cols .social a.soc4:hover{
	background:url(../images/soc4_hover.png) center center no-repeat;
}
.cols .social a.soc5:hover{
	background:url(../images/soc5_hover.png) center center no-repeat;
}
.cols .social a.soc6:hover{
	background:url(../images/soc6_hover.png) center center no-repeat;
}
.cols .social a.soc7:hover{
	background:url(../images/soc7_hover.png) center center no-repeat;
}
.cols .social a.soc8:hover{
	background:url(../images/soc8_hover.png) center center no-repeat;
}
.cols .social a.soc9:hover{
	background:url(../images/soc9_hover.png) center center no-repeat;
}

.cols .lastcol{
	margin-left:30px;
}
.cols .thumbnails{
	margin:0;
}

.cols .thumbnails > li{
	margin:1px;
	padding:0;
	background:#000;
	width:50px;
	height:50px;
}


.cols .thumbnails li a img:hover{
	opacity: 0.6;
	-moz-opacity: 0.6; 
	filter: alpha(opacity=60);
}

.copyright {
	text-align: center;
	background: #FFC82A;
	color: #000;
	padding: 16px 0;
	font-size: 12px;
	font-family: 'Liberation Sans', Arial, Helvetica, sans-serif;
}

    .copyright a {
        /*color:#717171;*/
        color: #1532a3;
        font-weight: bold;
        text-decoration: underline;
    }

#webstore .right { float: none !important; margin: 0px !important; }

.testimonials .text h3 { color:#fff !important;}
.one_third_pad img { max-width: 100%; height: auto; }
.one_half_pad img { max-width: 100%; height: auto; }
.two_third_pad img { max-width: 100%; height:auto; }
.dc_pricingtable03 li h2 { font-size:24px !important;}
.dc_pricingtable03 li h2 { font-size:24px !important;}
.dc_pricingtable03 li h2, .dc_pricingtable03 li h1, .dc_pricingtable03 li h1 span, .dc_pricingtable03 li h3 { color:#fff !important; float: none !important; bottom: 0px !important; background: none !important;}
.dc_pricingtable03 li h2.caption { color:#999 !important; font-size:28px !important;}
.dc_pricingtable06 ul li h3 { font-size:28px !important; color:#fff !important; line-height:180% !important;}
.dc_pricingtable05 ul li h3 { font-size:28px !important; line-height:250% !important; color: #555555 !important;}
div.dc_pricingtable03 .align_center h2 { text-align: center !important; float: none !important; bottom: 0px !important; }
.recent_works.gap { width: auto !important; }
h3.gap85 { text-align: left !important; }

/* */
.oneForth { margin:20px auto; float: left; width: 25%; }
.oneForth img { max-width: 100%; height: auto; }
.oneThird { margin: auto; width: 23%; }
.one_fourth_pad img { max-width: 100%; height: auto; }
/* */
.center_small_box > div:after { clear: both; display: block; }
.center_small_box > div {  position: relative; }
/* img h2 */
h2 img { max-width: 100%; height: auto; }
#slider-wrapper object { width: 100%; }
div.dc_pricingtable03 h1 { font-size: 42px !important; float: none !important; bottom: 0px !important; }
div.dc_pricingtable03 h1 span { display: inline !important; line-height: 52px; }
.dc_pricingtable03 li h2, .dc_pricingtable03 li h1, .dc_pricingtable03 li h1 span, .dc_pricingtable03 li h3 { text-align: center; }

h1.gap90 {
    color: #555555 !important;
    font-size: 24px !important;
    font-weight: bold !important;
    padding: 20px 0 !important;
    text-align: left !important;
}

.photo:after { content:"" !important; }

.dc_pricingtable03 h2 { background: none !important; }
.dc_pricingtable03 h1 { background: none !important; }
.dc_pricingtable06 ul li h3 { text-align: center; }
.dc_pricingtable05 ul, .dc_pricingtable06 ul, .dc_pricingtable05 ul li,  .dc_pricingtable06 ul li { margin: 0px; list-style: none !important; list-style-type: none !important;  } 
div.dc_pricingtable03 h1, div.dc_pricingtable03 h2, div.dc_pricingtable03 h3 { width: auto !important; }
h2.gap87 { text-align: left; }

@media only screen and (max-width: 767px) {
#webstore-navigation li { float:none !important; margin: 5px 0 0 0 !important;}
#catalogue .last-column > div { margin:5px 0 0 0 !important;}
#catalogue .product { float:none !important; width: auto !important;}
#webstore { min-width: auto !important;}
	}


.dc_iso_container .hero-unit { padding: 0px; margin: 0px; background: none; }

.input-group-addon {
    padding: 4px 12px 7px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    width: auto
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}