@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
}
a {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}
a:hover{ color:#ff5b00}
a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
	border:none;
}

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: 16px;
	color: #FFFFFF;
}

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: #B20719;
}

.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: 50px;	
	z-index:9999;
	position: relative;
}

.navbar{
	height: 50px;
	border:none;
	background:#fff;	
}

.navbar.navbar-fixed-top .container{
	 box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.navbar-fixed-top .navbar-inner{
	min-height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
	border: none;
    border-radius: 0;
    box-shadow: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.navbar .brand{
	width: 70px;
	height: 25px;
	color: #000000;
	margin-top: 5px;
	font-size: 24px;
	font-family: 'open_sanslight';
	text-align: center;
	text-transform: uppercase;
}



/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0;
}


#myCarousel {
	margin:0;
	width: 100%;
	height: 510px;
	-moz-box-shadow: 0 5px 0 rgba(0,0,0,0.05); /* Для Firefox */
	position:relative;
	z-index: 1;
}

#myCarousel img{
	width: 100%;
	height: 510px;
	border:none;
}

#myCarousel .carousel-caption {
	background: none;
	width: 830px;
	top: 80px;
	left: 50%;
	margin-left: -410px;
	text-align:center;
	padding: 0; 
}

#myCarousel .carousel-caption h4{
	font-family: 'open_sanslight';
	font-size: 48px;
	color: #ffffff;
	text-align: left;
	font-weight: 100;
	line-height: 53px;
	padding: 0 0 10px;
}

#myCarousel .carousel-caption .caption-block{
	font-family: 'open_sanslight';
	font-size: 18px;
	line-height: 25px;
	color:#fff;
	text-align:left;
	font-weight: 100;
	padding:20px 0; 
	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{
	background: url(images/right.png) center center no-repeat;
}

.carousel-control.left{
	background: url(images/left.png) center center no-repeat;
}
.carousel-control.left:hover{
	width: 70px;
	height: 70px;
	background: url(images/left.png) center center no-repeat #ee5454;
	opacity: 1;
}

.carousel-control.right:hover{
	width: 70px;
	height: 70px;
	background: url(images/right.png) center center no-repeat #ee5454;
	opacity: 1;
}
.now_page .container.nogap { margin-top: 0px; } 
.now_page .container.nogap h4 { padding-top: 0px; }
.now_page.nogap1 { padding-top: 0px; }
.now_page .container{
	position: relative;
	margin-top: -108px;
	width: 960px;
	height: 325px;
	background-color: #000000;
	border-radius: 3px 3px 0 0;
	z-index: 2;
	border-bottom: 1px solid #f4f4f4;
	background-image: url(images/satin--5.jpg);
}
.button {
margin-top: 40px;
margin-left: 251px;
}

.button a {
	float: left;
	padding-top: 30px;
	font-family: 'open_sanslight';
	color: #B20719;
	font-size: 18px;
	text-transform: uppercase;
	width: 220px;
	height: 46px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #e0e0e0;
}
.button a:hover {
	background-color: #B20719;
	color: #ffffff;
}
.button #right {
margin-left: 16px;
}
.now_page h4{
	font-weight: 100;
	font-size: 30px;
	line-height: 35px;
	padding-top: 33px;
	color: #FFFFFF;
	text-align: center;
	font-family: 'open_sanslight';
}
.now_page h1{
	font-weight: 100;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	font-family: "open_sanslight";
	text-transform: none;
}

.bricks{
	padding:60px 0;
}

.bricks .block {
	background: #ffffff;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #e0e0e0;
	margin: 1px;
	padding: 5px 0 20px 0;
	height: 170px;
	color: #B20719;
}

.bricks .block:hover{
	color: #ffffff;
	background-color: #B20719;
}

.bricks .block:first-child {
	margin-left: 20px;
}

.bricks .block h4{
	font-weight: bold;
	font-size: 18px;
	color: #B20719;
	margin: 15px 20px;
}

.bricks .block p{
	color: #B20719;
	font-size: 14px;
	margin: 5px 20px;
	line-height: 20px;
}

.bricks .block:hover h4{
	color:#fff;
}

.bricks .block:hover p{
	color:#f1f1f1;
}

.bricks .block .col1{
	background-image: url(images/lips.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.bricks .block:hover .col1{
	background-image: url(images/lips.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.bricks .block .col2{
	background-image: url(images/lips.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.bricks .block:hover .col2{
	background-image: url(images/lips.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.bricks .block .col3{
	background-image: url(images/lips.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.bricks .block:hover .col3{
	background-image: url(images/lips.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.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{
	background: url(images/quote.png) right center no-repeat;
	width:420px;
	height:253px;
	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 {
  position: absolute;
  top: 90%;
  right: 2px;
  width: 16px;
  height: 19px;
  margin-top: -5px;
  line-height: 30px;
  background: #fff;
  border: none;
}

.carousel-control1.left{
  right:20px;
  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: #f9f9f9;
	margin: 0 auto;
	height: 450px;
	position: relative;
	-moz-box-shadow: inset  0 1px 0 rgba(0,0,0,0.05); /* Для Firefox */
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); /* Для Safari и Chrome */
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.05); /* Параметры тени */
	background-image: url(images/18-Black-Rose-Wallpapers-WallpaperBoat.jpg);
}

.cols{
	height:350px;
	
}

.cols h4{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 100;
	margin: 50px 0 20px;
}

.cols .post{
	padding-right:30px;
}

.cols .post span {
	text-transform: uppercase;
	font-size:11px;
	color:#ee5454;
	font-weight: 500;
	display:block;
	margin-top: 10px;
}

.cols .post a, .cols p{
	color: #FFFFFF;
	font-size: 16px;
	
}

.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: #ee5454; 
	height: 30px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	outline:none;
	border:none;
	width:80px;
	text-transform:uppercase;
}

.cols .social h4{
	margin-top:20px;
}

.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/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{
	height: 50px;
	margin-top: 35px;
	text-align: center;
	background: #f9f9f9;
	color: #000000;
	padding: 16px 0;
	font-size: 12px;
}

.copyright a{
	color: #000000;
}
#footer .container {
padding-bottom: 50px;
border-bottom: 1px solid #ededed;
}
.team  {
	padding-top: 30px;
	padding-bottom: 60px;
	background-image: url(images/118265-bigthumbnail.jpg);
	width: 100%;
}

.team  .container{
width: 965px;
height: 230px;
margin-left: auto;
margin-right: auto;
}
.team  .container h1{
float: left;
font-family: 'open_sanslight';
font-weight: 100;
font-size: 23px;
color: #ffffff;
margin: 0;
}

.team   .team_head a {
float: right;
padding-top: 9px;
font-family: 'open_sanslight';
color: #656565;
font-size: 12px;
color: #ffffff;
text-transform: uppercase;
width: 150px;
height: 26px;
text-align: center;
margin-right: 2px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #ffffff;
}

.team_head {
width: 100%;
height: 67px;
border-bottom: 1px solid #f4f4f4;
}

.team_body {
margin-top: 40px;
padding-left: 3px;
}

.team_body img {
margin-right: -4px;
width: 119px;
height: 119px;
}

.team  .team_body img{
border: 1px solid transparent;
}

.team  .team_body a:hover img{
border: 1px solid #ffffff;
}

.haos_photo {
	width: 100%;
	padding-top: 61px;
	padding-bottom: 110px;
	background-image: url(images/satin--5.jpg);
}

.say {
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 85px;
}
.say .container {
width: 961px;
}
.say .container {
height: 340px;
}

.say h1 {
	font-family: 'open_sanslight';
	font-size: 24px;
	font-weight: 100;
	margin-left: 50px;
	color: #FFFFFF;
	margin: -11px 0;
}
.say_main_border {
border: 1px solid #e0e0e0;
border-radius: 3px 3px 3px 3px;
margin-top: 41px;
padding-top: 18px;
}

.say_main_border h1 {
	font-size: 18px;
	color: #e34949;
	text-align: center;
	padding-bottom: 16px;
}

.say_text {
padding: 33px 25px 26px 30px;
border-top: 1px solid #e0e0e0;
}

.say_text h1 {
color: #bfbfbf;
font-size: 13px;
line-height: 31px;
text-transform: none;
}
.say_faces {
margin-top: 17px;
margin-left: 0px; text-align: center;
}
.say_faces a { text-align: center; display: inline-block; } 
.say_faces img{
padding: 3px;
border-radius: 100px;
border: 1px solid transparent;
}


.say_faces a:hover img{
padding: 3px;
border-radius: 100px;
border: 1px solid #e0e0e0;
}

.content_resize h1{
font-family: 'open_sanslight';
font-size: 24px;
font-weight: 100;
color: #ffffff;
}

.photo_text_body {
 margin-top: -15px;
 width: 300px;
 height: 50px;
 background-color: #3f3f3f;
 margin-bottom: 1px;
 padding-top: 30px;
 }

 .photo_text_body h1 {
 font-family: 'open_sanslight';
 font-size: 14px;
font-weight: 100;
color: #ffffff;
text-align: center;
 }
 
 .view_all {
float: right;
border: 1px solid #ffffff;
border-radius: 3px 3px 3px 3px;
height: 35px;
width: 152px;
text-align: center;
padding-top: 15px;
}

.view_all a{
	color: #ffffff;
	font-family: "open_sanslight";
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
}
.col44:hover .photo_text_body {
background-color: #ee5454;
}
