* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
	font-weight:100;
}
a {
	color: #484949;
	outline: none;
	text-decoration: none;
}
a:hover {
	color:#e66b47;
}
a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
	border:none;
	outline:none;
}
button.purchase { width: auto; } 

.search_block .jqTransformInputWrapper { width: auto !important; background: none !important; }
.search_block .jqTransformInputInner { background: none !important; }
.search_block button.jqTransformButton span { border: 0px; float: left; width: 34px; height: 34px; background: url("../images/search_submit_btn.jpg") no-repeat scroll 0 0 transparent  !important; }
.search_block .jqTransformInputInner { width: 160px; } 

.span8.floatright { float: right; }
.menu .tinynav { display: none; }
.maps_view { height: 350px; }

.sliderwrap { top: 10px; position: relative; margin: 0 auto; width: 960px; }
#slider-wrapper object { width: 100%; }
#sliderwrap { margin-top: -10px; padding-top: 0px; background: #292929; }


h1,h2,h3,h4,h5{
	color:#2d2d2d;
	line-height:1.2em;
	font-weight:100;
	font-family: 'Open Sans', sans-serif;
}

h1{ font-size: 24px; }
h2{ font-size: 24px; }
h3,h4,h5{ font-size:18px;}

p {
	margin: 10px 0;
	font-size:12px;
	color:#333;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#fff;
}

.clr{clear:both;}

.sep{width: 100%; border-top: 1px solid #f1f1f1; margin: 40px 0;}
.sep_small{width: 100%;	border-top: 1px solid #f1f1f1; margin: 20px 0;}
.separator{ margin:20px auto; width:100%; height:1px;}
.separator_small{ margin:15px auto; width:100%; height:1px;}

.extrabold{font-weight:700;}



/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 195px;
	background: #fff;
	margin: 10px auto;
}
.header_call {width: 960px; margin: 0 auto; height: 35px; text-align: right;padding-top: 15px; color:#949595; font-family:'Open Sans',sans-serif;}
.header_container { width: 960px; margin: 0 auto; }

.logo { width: 165px; padding-top: 9px; margin-left: auto; margin-right: auto;}
.logo a{  font-size:24px; text-transform: uppercase; color: #ffffff; text-decoration: none; }
.logo span{color: #e66a47;}

.search_block { width:198px; height: 34px; float: right;}
.search_block input.search_input { border-radius: 0; width:152px; height: 26px; padding: 4px 6px; background: #f2f2f2; float:left; border: 0;}
.search_block input.submit_btn { border-radius: 0; width: 34px; height: 34px; float:left; background: url(../images/search_submit_btn.jpg) no-repeat; border: 0;margin:0; padding: 0;}

/* Middle
-----------------------------------------------------------------------------  */
#content {
	padding: 0 0 0px;
}

.slider {
	width: 100%;
	height:460px;	
	position: relative;
	margin-top: -35px;
	background: #4e4e4e;
}
#myCarousel {
	margin: 0 auto;	
	width: 960px;
	height: 460px;	
	position:relative;
	z-index: 1;
	top: 35px;
}

#myCarousel img{
	width: 960px;
	height: 460px;
	margin: 0 auto;
	border:none;
	 filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
 	 -webkit-filter: grayscale(100%);
	  filter:gray();
}

#myCarousel .carousel-caption {
	background: none;
	width:auto;
	top: 160px;
	text-align: right;
	padding: 0 30px; 
}

#myCarousel .carousel-caption span{
	font: 30px 'Open Sans', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	color:#ffffff;
	background: #5a5b5b;
	padding: 15px 25px;
}

#myCarousel .carousel-caption .caption-block {padding-top: 21px;}
#myCarousel .carousel-caption .caption-block span{
	margin-top: 36px;
	color:#fff;
	font-size:14px;
	font-weight: 100;
	padding: 10px 20px;
	background: rgba(227,116,84,0.8);
	text-transform:uppercase;
}

.carousel-control.right{
	background: url(../images/right.png) center center no-repeat;
}

.carousel-control.left{
	background: url(../images/left.png) center center no-repeat;
}
.carousel-control.right:hover{
	background: url(../images/right_active.png) center center no-repeat;
}

.carousel-control.left:hover{
	background: url(../images/left_active.png) center center no-repeat;
}


.purchase {
	width: 100%;
	height: 155px;
	padding-top: 75px;
	background: #e76b46 url(../images/purchase.jpg) no-repeat center top;
}
.purchase_content {width: 960px; height: auto; margin: 0 auto;}
.purchase_content_left { width: 700px; height: auto; float: left; padding: 0 5px; font-size: 14px; color:#ffffff;}
.purchase_content_left h1 {  font-size: 24px; color:#ffffff; line-height: 32px;}
.purchase_content_right { width: 220px; height: auto; padding-right: 10px; padding-top: 15px; float: right; }
.purchase_content_right a{
	font-size: 18px;
	color:#ffffff;
	text-transform: uppercase;
	display: block;
	padding: 25px 40px;
	background: #2d2d2d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.middle_block{
	background:#fafafa;
	padding:10px 0 20px;
}
.middle_block h2{ margin:10px 0 30px;}
.middle_block .span6{
	padding-right: 30px;
	box-sizing:border-box;
	   -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.middle_block_content p{ padding:10px 0; font-family:'Liberation Sans',Arial,Helvetica, sans-serif;}

.news_body{width:320px; margin-left:20px;}
.news_body span{color:#e66b47;}
.news_body p{color:#2d2d2d; font-size:14px;}
.news_body a{color:#a2a2a2;}
.news_body a:hover{color:#e66b47;}
.news{height:90px;margin:0;}
.news img:hover{ opacity:0.6; -moz-opacity:0.6; filter:alpha(opacity=60);}
.news img, #gallery .item .pic img{
	 filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
 	 -webkit-filter: grayscale(100%);
	  filter:gray();
}

.news:hover img, .news img:hover, #gallery .item:hover img{
	 filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
 	 -webkit-filter: grayscale(0%);
	  filter:gray();
	-webkit-transition: -webkit-filter 0.5s;
       -moz-transition: -webkit-filter 0.5s;
         -o-transition: -webkit-filter 0.5s;
            transition: -webkit-filter 0.5s;
}

.color-btn{
	color:#4d4d4d;
	border:1px solid #e5e5e5!important;
	font-size:14px;
	text-shadow: none;
	text-transform:uppercase;
	font-weight:100;
	height:45px;
	padding:15px 0;
	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5); 
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
   		    box-shadow: 0 1px 1px rgba(0,0,0,0.5);
			box-sizing:border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	background: #fff;	
}

.color-btn:hover, .color-btn:active, .color-btn:focus{
	background-position: 0 0;
	color:#4b4b4b;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.2); 
	   -moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.2);
    	    box-shadow:inset 0 1px 3px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.2);
	text-shadow: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color:#4b4b4b; background: #fff;
}
.center{left:50%;position: relative;}
.btn{width:220px; border:none;}
.btn.center{margin-left:-110px;}


#gallery h2, .services h2{
	margin:40px 0 10px;	
}
#gallery p.text, .middle_block p.text, .middle_block li.text, .services p.text, .prefooter p.text{font-size:14px; padding-bottom: 15px; }

#gallery{background:none;}
#gallery .item { width:220px;}
#gallery .item .pic img{ width:220px; height:186px;}

#gallery .item .item-caption{
	width:220px;
	margin-top:2px;
	height:71px;
	background:url(file:///C|/visrefsites/images/bg.png) repeat;
	padding:15px;
			box-sizing:border-box;
	   -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom:1px solid #eeeeee;
	text-align:center;
}

#gallery .item .item-caption h4{
	font-size:14px;
	color:#2d2d2d;
	margin:0;
}

#gallery .item .item-caption p{	margin:0; font-size: 11px; color:#a9a9a9; font-family:'Liberation Sans', Arial, Helvetica, sans-serif; font-weight:normal;}
#gallery .item:hover .item-caption{	border-bottom:1px solid #e66b47;}
#gallery .item:hover .item-caption h4{color:#e66b47;}


.services{}

a.ico{
	display:block;
	width:70px;
	height:60px;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	top:15px;
}

a.ico:hover, .serv_ico:hover a.ico{	}
a.ico1{	background-image:url(../images/ico1.png);}
a.ico2{	background-image:url(../images/ico2.png);}
a.ico3{	background-image:url(../images/ico3.png);}
a.ico4{	background-image:url(../images/ico4.png);}

.serv{padding:0 0 0 80px;}

.serv h3{
	text-transform:none;
	font-size:18px;
	color:#0066a4;
}

.serv p{
	font-family:"Liberation Sans", Arial, Helvetica, sans-serif;
	color:#a9a9a9;
	line-height:1.7em;
	padding: 10px 0;	
}

.prefooter{
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:20px;
	background: #e2e2e2 no-repeat center top;
}

.prefooter p, .prefooter h2{color:#444;}

.prefooter .social a{
	width:42px;
	height:42px;
	margin:3px;
	float:left;
}

.prefooter .social a:hover{
	-webkit-transition: background 0.2s;
       -moz-transition: background 0.2s;
         -o-transition: background 0.2s;
            transition: background 0.2s;
}

.prefooter .social a.soc1{
	background:url(../images/soc1.png) center center no-repeat;
}

.prefooter .social a.soc2{
	background:url(../images/soc2.png) center center no-repeat;
}
.prefooter .social a.soc3{
	background:url(../images/soc3.png) center center no-repeat;
}
.prefooter .social a.soc4{
	background:url(../images/soc4.png) center center no-repeat;
}
.prefooter .social a.soc5{
	background:url(../images/soc5.png) center center no-repeat;
}
.prefooter .social a.soc6{
	background:url(../images/soc6.png) center center no-repeat;
}
.prefooter .social a.soc7{
	background:url(../images/soc7.png) center center no-repeat;
}
.prefooter .social a.soc8{
	background:url(../images/soc8.png) center center no-repeat;
}
.prefooter .social a.soc9{
	background:url(../images/soc9.png) center center no-repeat;
}

.prefooter .social a.soc1:hover{
	background:url(../images/soc1_hover.png) center center no-repeat;
}

.prefooter .social a.soc2:hover{
	background:url(../images/soc2_hover.png) center center no-repeat;
}
.prefooter .social a.soc3:hover{
	background:url(../images/soc3_hover.png) center center no-repeat;
}
.prefooter .social a.soc4:hover{
	background:url(../images/soc4_hover.png) center center no-repeat;
}
.prefooter .social a.soc5:hover{
	background:url(../images/soc5_hover.png) center center no-repeat;
}
.prefooter .social a.soc6:hover{
	background:url(../images/soc6_hover.png) center center no-repeat;
}
.prefooter .social a.soc7:hover{
	background:url(../images/soc7_hover.png) center center no-repeat;
}
.prefooter .social a.soc8:hover{
	background:url(../images/soc8_hover.png) center center no-repeat;
}
.prefooter .social a.soc9:hover{
	background:url(../images/soc9_hover.png) center center no-repeat;
}

 #subscribe{margin-top: 15px;}

.input-append .subscribe-input{
	width:280px;
	height:45px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	border: none;
}

.input-append .subscribe-button {
	-webkit-border-radius: 3px!important;
	   -moz-border-radius: 3px!important;
			border-radius: 3px!important;
	background: #2d2d2d; 
	color:#fff;
	font-size:18px;
	padding: 4px 7px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline:none;
	border:none;
	width:141px;
	height:45px;
	text-transform:uppercase;
	text-shadow:none;
}


.content_page{	padding:0 0 20px;}

.content_page p{ margin: 10px 0; }

.content_full_size{width:100%}

.pic {background:none; position:relative;}
.pic img {background:none; margin:0; width:100%;}
.pic a{display:block;}
.pic:hover img{opacity:0.7!important;-moz-opacity:0.7; filter:alpha(opacity=70)!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{ font-size:48px;}
.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;}

.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:#fec837;}
.media .media-body .comment_text{color:#7b7b7b; font-size:12px;}

.control-label{ color:#5b6063; font-size:12px;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 0 auto ;
	height: 400px;
	position: relative;
	background:#fafafa;

}

.cols{
	height:315px;
}

.cols h4{
	font-size:18px;
	color:#2d2d2d;
	margin:35px 0;
}

.cols .post{padding-right:30px;}

.cols .post span {
	font-size:14px;
	color:#ee6e48;
	display:block;
	margin-top: 10px;
	margin-bottom:0px;
}

.cols .post a, .cols p{	color:#afafaf;	font-size:12px;}
.cols .post a{color:#afafaf; font-size:12px;}

.cols .thumbnails{margin:0;}

.cols .thumbnails > li{
	margin:1px;
	padding:0;
	width:50px;
	height:50px;
	background:#000;
}

.cols .thumbnails li a img:hover{
	opacity: 0.6;
	-moz-opacity: 0.6; 
	filter: alpha(opacity=60);
}

.copyright{
	color:#b3b3b3;
	font-size:12px;
	
	font-family:'Liberation Sans', Arial, Helvetica, sans-serif;
}
.typo .navbar{ height:auto; background:none; }
.navbar .brand2{
	color:#fff;
	float:left;
	font-size: 14px;
	padding: 10px 21px 11px 21px;
	background: #1b1b1b;
        line-height: normal;
}
.copyright a{color:#b3b3b3;}


#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; }
.now_page.gap { top: 10px; }
div.dc_pricingtable03 a.tooltip { display: inline !important; font-size: 12px !important; opacity: 1 !important; } 

.blueback{
	font-family: "Open Sans",sans-serif;
	font-weight: 400; 
	font-size: 36px;
	color:#fff;
	line-height:1.2em;
}

.ecbl_li {
	color: #333;
	font-size: 14px;
}

.ecbl_pinkborder {
	border:10px;
	border-style:solid;
	border-color: #fcaae6;
}

.topstuff {
	text-align:right;	
}

/* img */

img.banner { border:1px solid #eaeaea; padding:15px 18px; background:#fff; float:left; margin:0 1px 0 0; }

img.banner:hover { border: solid 1px #eaeaea; -moz-box-shadow: 1px 1px 5px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999; }

/* top_text */

.top_text { margin:0 auto; padding:10px 0; line-height:1.2em; font-weight:bold; text-align:center; font-size:24px; color:#555; }

.top_text a { color:#555; }

.top_text small { font-size:14px; color:#9d9d9d; }

/* banner_text */

.banner_text { 	

	font-family: "Open Sans",sans-serif;
	font-weight: bold; 
	font-size: 24px;
	color:#ddd;
	line-height:1.2em; }



.banner_text a { color:#fff; }

.banner_text small { font-size:14px; color:#fff; }