@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('bootstrap/fonts/topensans-condlight-webfont.eot');
    src: url('bootstrap/fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('bootstrap/fonts/opensans-condlight-webfont.woff') format('woff'),
         url('bootstrap/fonts/opensans-condlight-webfont.ttf') format('truetype'),
         url('bootstrap/fonts/opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: #5b6063;
	outline: none;
	text-decoration: none;
}
a:hover{ color:#ff5b00}
a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
	border:none;
}
.carousel-control { left: 3%; }
h1,h2,h3,h4{
	text-transform:uppercase;
	color: #5b6063;
}

h1{ font-size: 16px; }
h2{ font-size: 14px; }
h3,h4,h5{ font-size:12px; line-height:25px;}

p{ font-size:12px; color:#7b7b7b;}

img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {

	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.clr{
	clear:both;
}

.extrabold{
	font-weight:900;
	font-size:30px;
	color:#5b6063;
}

.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; }


.sep{
	width: 100%;
	border-top: 1px solid #e6e7e7;
	margin: 40px 0 35px;
}
.sep_small{width: 100%;	border-top: 1px solid #e6e7e7; margin: 20px 0;}
.separator{ margin:20px auto; width:100%; height:1px;}
.separator_small{ margin:10px auto; width:100%; height:1px;}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 129px;
	-moz-box-shadow: 0 5px 0 rgba(0,0,0,0.05); /* Для Firefox */
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05); /* Для Safari и Chrome */
    box-shadow: 0 5px 0 rgba(0,0,0,0.05); /* Параметры тени */
	z-index:9999;
	position: relative;
}

.navbar{
	border:none;
	height: 129px;
	background: #1a9fd7;
	/*-moz-box-shadow: 0 5px 0 rgba(0,0,0,0.05); 
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05); 
    box-shadow: 0 5px 0 rgba(0,0,0,0.05); */
	border-radius:none;
	position: fixed;
z-index: 10000000;
}

.navbar.navbar-fixed-top .container{

	 box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.navbar-fixed-top .navbar-inner{
	min-height: 100px;
	padding-right: 20px;
	padding-left: 20px;
	background: #1a9fd7;
	border: none;
    border-radius: 0;
    box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.navbar .brand{
	width: 341px;
	height:129px;
	background: url(images/navbar_logo_bg.png) no-repeat;
	color:#fff;
	padding: 0px 20px 0px;
	font-size: 36px;	
	font-family: 'open_sanscondensed_light';
	font-stretch: 'Condensed Light';
	text-transform: uppercase;
	text-align:center;
}
.typo .navbar{ height:auto; background:none; position:relative; z-index: 999; }
.typo .navbar.navbar-inverse { z-index: 99; }
.typo .navbar .nav > li > a { padding:25px 15px 3px 15px;}
.navbar .brand2{
	color:#fff;
	float:left;
	font-size: 36px;
	font-family: 'open_sanscondensed_light';
	font-stretch: 'Condensed Light';
	padding:10px 21px 11px 21px;
	background: #1b1b1b;
        line-height: normal;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0;
}


#myCarousel {
	margin:0;
	width: 100%;
	height: 620px;
	/*-moz-box-shadow: 0 5px 0 rgba(0,0,0,0.05); 
    -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.05);  */
    
	position:relative;
	z-index: 1;
}

#myCarousel img{
	width: 100%;
	height: 620px;
	border:none;
}
.carousel-caption #sub_text {
font-family: 'Open Sans';
font-size: 14px;
color: #494949;
font-style: regular;
}

#myCarousel .carousel-caption {
	background: none;
	width:670px;
	top: 225px;
	left: 50%;
	margin-left: -355px;
	text-align:center;
	padding: 0; 
}

#myCarousel .carousel-caption h4{
	font-family: 'open_sanscondensed_light';
	font-size: 48px;
	color:#1a9fd7;
	padding: 0 0 36px;
	/*border-bottom: 3px solid #5b6063;
	text-shadow: 0 3px 0 rgba(0,0,0,0.1);*/  
}

#myCarousel .carousel-caption .caption-block{
	margin-top: 36px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:20px 0; 
	background: rgba(255,91,0,0.8);
	text-transform:uppercase;
}

#myCarousel .carousel-caption .carousel-button{
	width: 100px;
	height:100px;
	margin-top: 25px;
	background: #5b6063;
	border: 5px solid rgba(255,255,255,0.7);
	position:absolute;
	left:50%;
	margin-left:-50px;

}

#myCarousel .carousel-caption .carousel-button a{
	font:40px 'Six Caps',sans-serif;
	color:#fff;
	line-height:100px;
}

#myCarousel .carousel-caption .carousel-button:hover a:hover{
	text-shadow: 0 3px 0 rgba(0,0,0,0.2); 
}

.carousel-control.right{
	float: right;
	right: 3%;
	background: url(images/slide_right.png) center center no-repeat;
}

.carousel-control.left{
	background: url(images/slide_left.png) center center no-repeat;
}

.now_page{
	background:#ffffff;
}

.now_page h4{
	font-weight: 900;
	font-size: 30px;
	line-height: 35px;
	padding:25px;
	color:#fff;
}


.bricks{
	padding:40px 0;
}

.bricks .block {
	background: #f8f8f8;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	margin: 1px;
	padding:5px 0 20px 0;
	height:170px;
}

.bricks .block:hover{
	background: #5b6063;
	border-bottom: 1px solid #5b6063;
	border-top: 1px solid #5b6063;
}

.bricks .block:first-child {
	margin-left: 20px;
}

.bricks .block h4{
	font-weight:bold;
	font-size:14px;
	color:#5b6063;
	margin: 15px 20px;
}

.bricks .block p{
	color:#7b7b7b;
	font-size:12px;
	margin: 5px 20px;
	line-height: 20px;
}

.bricks .block:hover h4{
	color:#fff;
}

.bricks .block:hover p{
	color:#f1f1f1;
}

.bricks .block .col1{
	background:url(images/bulls_eye.png) center center no-repeat;
}

.bricks .block:hover .col1{
	background:url(images/bulls_eye_hover.png) center center no-repeat;
}

.bricks .block .col2{
	background:url(images/chrome.png) center center no-repeat;
}

.bricks .block:hover .col2{
	background:url(images/chrome_hover.png) center center no-repeat;
}

.bricks .block .col3{
	background:url(images/ice_cream.png) center center no-repeat;
}

.bricks .block:hover .col3{
	background:url(images/ice_cream_hover.png) center center no-repeat;
}

.bricks .block .col1, .bricks .block .col2, .bricks .block .col3{
	margin: 20px 0;
	height:30px;
}

.services{
	background:url(images/back.png) repeat;
	-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); /* Параметры тени */
	padding: 50px 0 70px;
	border-bottom: 1px solid #dedfe0;
}

.services h3{
	font-size:30px;
	font-weight:900;
	color:#5b6063;

}


.services .service{
	width: inherit;
	margin: 10px 0;
}

.services .service a {
	color:#5b6063;
	font-size:14px;
}

.services .service a:hover, .services .service:hover a{
	color:#ff5b00;
}

.services .service p{
	color:#7b7b7b;
	font-size:12px;

}

.services .service.text-right h4, .services .service.text-right p {
	margin: 5px 120px 10px 20px;
}

.services .service.text-left h4, .services .service.text-left p {
	margin: 5px 20px 10px 120px;
}

.ico1, .ico2, .ico3, .ico4, .ico5,.ico6{
	width:100px;
	height:100px;
	background:url(images/spacer.png) center center no-repeat #5b6063;
}

.services .service:hover .ico1, .services .service:hover .ico2, .services .service:hover .ico3, .services .service:hover .ico4, .services .service:hover .ico5, .services .service:hover .ico6{
	background-color:#ff5b00;
}

.ico1{
	background-image:url(images/ico1.png);
}

.ico2{
	background-image:url(images/ico2.png);
}

.ico3{
	background-image:url(images/ico3.png);
}

.ico4{
	background-image:url(images/ico4.png);
}

.ico5{
	background-image:url(images/ico5.png);
}

.ico6{
	background-image:url(images/ico6.png);
}

.work{
	margin: 30px 0 0;
}

.work h3{
	color: #5b6063;
	font-size: 30px;
	font-weight: 900;
}

.now_carousel{
	margin: 30px 0 20px;
}

#gallery-carousel{
	width:100%;
	height:299px;
	margin: 20px;
}

#gallery-carousel > .item {
	display:block;
	position:relative;
}

#gallery-carousel .item  img{
	width: 299px;
	height:299px;
}

#gallery-carousel  .item:hover img{
	opacity:0.8;
}


.zoom{
	position:absolute;
	width: 100px;
	height:100px;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	display:none;
	background:#5b6063;	
	opacity:0.9;
	-moz-opacity: 0.9; 
	filter: alpha(opacity=90);
}

.zoom  a{
	position: absolute;
	padding:50px 50px;
	background:url(images/zoom.png) center center no-repeat;
}

.btn-grey, .btn-grey:hover, .btn-grey:active, .btn-grey:focus{
    font-size: 12px;
    line-height: 20px;
    font-weight:900;
    color: #fff;
    
    padding:10px 0;
    text-align: center;
    text-shadow: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
	border:none;
	box-shadow:none;
	background: #5b6063;
	outline:none;
	text-transform:uppercase;
	
	position: absolute;
	
}

.btn-grey:hover, .btn-grey:active, .btn-grey:focus{
	text-shadow: 0 3px 0 rgba(0,0,0,0.1); 
}

.btn-center{
	position: absolute;
	margin-left: -110px;
	left: 50%;
	width:220px;
}

.feed{
	margin: 100px 0 80px;
}

.news{
	margin-right:30px;
}


.news .media{
	margin: 30px 0;
}

.news .media img.media-object{
	margin-right: 5px;
}

.media .media-body h4.media-heading{
	font-size:14px;
	font-weight:bold;
	color:#565a5d;
	text-transform: none;
	margin: -2px 0 0 0;
}

.news .media .media-body .sep{
	margin: 15px 0;
}

.date {
	background:url(images/calendar.png) center left no-repeat;
	float:left;
}

.comments{
	background:url(images/comment.png) center left no-repeat;
	margin-left:95px;
}

.date, .comments{
	padding:0 5px 0 25px;
	font-size:11px;
	color:#c7c7c7;
	 
}

.media .media-body .news-description{
	color:#a9a9a9;
	font-size:12px;
	margin: 10px 0;
}

.media .media-body a{
	color:#5b6063;
	font-size:12px;
	font-weight: bold;
	
}

.quotes{
	margin-left:40px;
}

#test-carousel, #test-carousel .carousel-inner{
	margin: 0;
	padding:0;
	position: relative;
}

#test-carousel .item {
	margin: 0;
	padding:0;
}

#test-carousel .quote{
	float: left;
	margin-top: 45px;
	padding-right: 17px;
	width:304px;
	height:162px;
	margin:0;
	position:relative;
	
}

#test-carousel .quote p{
	position: absolute;
	margin: 43px;
	line-height: 30px;
	color: #959595;
	font-size: 18px;
	font-style: italic;
}

#test-carousel  img{
	border:none;
	width: 57px;
	height:57px;
	float: left;
}

#test-carousel .author{
	font-size:14px;
	font-weight:bold;
	color:#5b6063;
	padding: 15px 0 15px 70px;
}

.carousel-control1 {
  float: left;
  position: relative;
  z-index:99;
  top: 90%;
  right: 2px;
  width: 36px;
  height: 36px;
  margin-top: -5px;
  line-height: 30px;
  background: #fff;
  border: none;
}

.carousel-control1.left{
  right: 10px;
  left: auto;
}



.carousel-control1.right{
	background: url(images/right-grey.png) center center no-repeat;
}

.carousel-control1.left{
	background: url(images/left-grey.png) center center no-repeat;
}
/*
.carousel-control1.right:hover{
	background: url(images/right-grey_hover.png) center center no-repeat;
}

.carousel-control1.left:hover{
	background: url(images/left-grey_hover.png) center center no-repeat;
}
*/
.content_page{
	padding:0 0 20px;
}

.content_page p{ margin: 10px 0; }

.content_full_size{width:100%}


.pic {position:relative;}
.pic img {background:none; margin:0;}
.pic a{margin-bottom:15px;}
.pic:hover {opacity:0.8; filter:alpha(opacity=80);}
.pic:hover .zoom{display:block;}	
.pic.pull-left{margin-right:20px;}
.pic.pull-right{margin-left:20px;}

.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;}


.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-color: #3c3c3c;
	margin: 0 auto ;
	height: 321px;
	position: relative;
	/*-moz-box-shadow:inset  0 10px 0 rgba(0,0,0,0.05); 
    -webkit-box-shadow:inset 0 10px 0 rgba(0,0,0,0.05); 
    box-shadow:inset 0 10px 0 rgba(0,0,0,0.05); */
}

.cols{
	height:321px;
	
}

.cols h4{
	font-family: 'open_sanscondensed_light';
	font-size: 22px;
	color:#ffffff;
	font-style: normal;
	font-weight: 100;
	margin:46px 0 20px;
	text-transform: none;
}

.cols .post{
	line-height: 190%
	padding-right:30px;
}

.cols .post span {
	font-size:11px;
	color:#a9a9a9;
	font-weight:bold;
	display:block;
	margin-top: 10px;
}

.cols .post a, .cols p{
	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: #1a9fd7; 
	margin-top: 9px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	outline:none;
	border:none;
	width:78px;
	height: 30px;
	text-transform:uppercase;
}

.cols .social h4{
	margin-top:25px;
}

.cols .social a{
	width:28px;
	height:28px;
	margin-top:0;
	margin-right:1px; margin-bottom: 1px;
	float:left;
}

.cols .social a.soc1{
	background:url(images/soc_two/twitter.png) center center no-repeat;
}

.cols .social a.soc2{
	background:url(images/soc_two/be.png) center center no-repeat;
}
.cols .social a.soc3{
	background:url(images/soc_two/facebook.png) center center no-repeat;
}
.cols .social a.soc4{
	background:url(images/soc_two/google.png) center center no-repeat;
}
.cols .social a.soc5{
	background:url(images/soc_two/v.png) center center no-repeat;
}
.cols .social a.soc6{
	background:url(images/soc_two/rss.png) center center no-repeat;
}
.cols .social a.soc7{
	background:url(images/soc_two/hz.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/soc_two/twitter_hover.png) center center no-repeat;
}

.cols .social a.soc2:hover{
	background:url(images/soc_two/be_hover.png) center center no-repeat;
}
.cols .social a.soc3:hover{
	background:url(images/soc_two/facebook_hover.png) center center no-repeat;
}
.cols .social a.soc4:hover{
	background:url(images/soc_two/google_hover.png) center center no-repeat;
}
.cols .social a.soc5:hover{
	background:url(images/soc_two/v_hover.png) center center no-repeat;
}
.cols .social a.soc6:hover{
	background:url(images/soc_two/rss_hover.png) center center no-repeat;
}
.cols .social a.soc7:hover{
	background:url(images/soc_two/hz_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{
	width: 211px;
	margin-left: 12px;
}
.cols .thumbnails{
	margin:0;
}

.cols .thumbnails > li{
	margin: 9px 2px 1px 8px;
	padding:0;
	background:#000;
	width: 60px;
	height: 60px;
}


.cols .thumbnails li a img:hover{
	opacity: 0.6;
	-moz-opacity: 0.6; 
	filter: alpha(opacity=60);
}

.copyright{
	text-align: center;
	background-color:#363636;
	color:#757575;
	padding: 16px 0;
	font-size:12px;
	font-family: 'Liberation sans';
	font-style: regular;
}

.copyright a{
	color:#ebebeb;
}
.debug_photos {
margin:49px auto;
width: 964px;
height: 100%;
/*background:url(debug/2.png) no-repeat;*/
}
.debug_photos  h1{
margin: 0;
float: left;
font-weight: normal;
font-size: 36px;
font-family: 'open_sanscondensed_light';
text-transform: capitalize;
color: #37393b;
}

.debug_photos  h2{
margin: 0;
font-weight: normal;
float: right;
font-size: 18px;
font-family: 'open_sanscondensed_light';
text-transform: uppercase;
color: #b3b3b3;
}

.debug_photos .debug_dots_line {
float: left;
margin-top: 27px;
margin-bottom: 45px;
}
.photo_body {
padding-top: 124px;
height: 592px;
width: 970px;
padding-bottom: 42px;
}
.photo_body img{
padding-right: 8px;
}

.photo_body a{
float: left;
display:block;
position: relative;
width: 315px;
padding-right: 8px;
padding-bottom: 8px;
}
img.hover_slide { display:none;}

.photo_body a:hover img.hover_slide{
top: 0;
display:block;
left: 0;
position: absolute;
opacity: 0.7;
background: url(prettyPhoto/slide_photos/hover.png) no-repeat;
}
img.hover_zoom { display:none;}
.photo_body a:hover img.hover_zoom{
top: 115px;
display:block;
left: 127px;
position: absolute;
background: url(prettyPhoto/slide_photos/zoom.png) no-repeat;
}

h1.hover_text { display:none;}
.photo_body a:hover h1.hover_text{
text-transform: uppercase;
font-weight: normal;
color: #ffffff;
text-align:center;
top: 190px;
width:313px;
display:block;
position: absolute;
}

.thumbnails a {
float: left;
height: 60px;
width: 60px;
}

.blog_post {
width: 304px;
height: 162px;
background: url(debug/4.png) no-repeat;
}

.blog_post_left {
float: left;
height: 100%;
width: 60px;
}

.blog_post_head {
float: left;
height: 62px;
width: 244px;
border-bottom: solid 1px #ededed;
}

.blog_post_body {
float: left;
height: 97px;
width: 244px;
}

.blog_post_head h1 {
float: left;
margin-top: -4px;
text-transform: none;
font-weight: normal;
color: #37393b;
font-size:18px;
font-family: 'open_sanscondensed_light';
}

.blog_post_head h2 {
float: left;
margin-top: -18px;
text-transform: none;
font-weight: normal;
color: #cbcbcb;
font-size:12px;
font-family: 'Liberation sans';
}

.blog_post_body h2 {
float: left;
margin-top: 13px;
width: 253px;
text-transform: none;
font-weight: normal;
color: #a9a9a9;
font-size:12px;
line-height: 170%;
font-family: 'Liberation sans';
}

.blog_post_body a {
float: left;
padding-top: 10px;
color: #1a9fd7;
font-size: 16px;
font-family: 'open_sanscondensed_light';
font-style: regular;
}

.number {
float: left;
height: 47px;
width: 41px;
background-color: #f9f9f9;
}
.number h1 {
width: 100%;
margin-top: 4px;
text-align: center;
color: #1a9fd7;
font-size: 36px;
font-family: 'open_sanscondensed_light';
}
.span8.gapfloat { float: right; }
.content_full_size .row { width: auto; }  
.span4.gap11 { width: 300px; }
.blog_post_left h2 {
float: left;
width: 100%;
margin-top: -4px;
margin-left: -10px;
text-align: center;
color: #1a9fd7;
text-transform: uppercase;
font-size: 18px;
font-family: 'open_sanscondensed_light';
}
.cols .tweet_text{
	font-size:12px; color:#a9a9a9;
}

#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; }
