/*css*/
@import 'contacts.css';
@import "reset.css";
@import "skeleton.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,latin-ext);

body {
	background: #ffffff url(../images/bg_body1.jpg) 50% 0 repeat-x;
	font: 14px/24px Arial, sans-serif;
	color: #434343;
	min-width:300px;
}
.okno_stranky {
	background: #fafafb url(../images/bg-10.gif) 0 0 repeat-x;
}
* { -webkit-text-size-adjust: none;}

a { color: #ff775f; text-decoration: none;}
a:hover { text-decoration: none;}
a[href^="tel:"] {color: inherit;text-decoration:none;}
.a-hov { transition: all 0.4s ease;}
.a-hov:hover { color: #ad451d;}

ul li a { transition: all 0.4s ease;}

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; text-transform: uppercase;}
h1 { float: left; margin-top: 30px;}
h2 { font-size: 40px; line-height: 39px; font-weight: 300; color: #333745; padding-top: 28px; padding-bottom: 28px;}
h2 span { font-weight: 600; color: #ad451d; display: block;}
h3, legend { font-size: 25px; line-height: 30px; font-weight: 300; color: #3e454c; padding-bottom: 22px; display: block;}
h3 span { font-size: 25px; line-height: 35px; font-weight: 600; color: #ad451d; display: block;}
h4 { font-size: 20px; line-height: 25px; color: #ad451d; font-weight: 300; padding-bottom: 15px; letter-spacing: -1px;}
h5 { font-size: 15px; line-height: 18px; color: #3e454c; padding-bottom: 7px;}
h6 { font-size: 14px; line-height: 18px; color: #3e454c; padding-bottom: 19px;}


.title-1 { font-size: 30px; line-height: 30px; color: #ad451d; font-weight: 300; font-family: 'Open Sans', sans-serif; text-transform: uppercase; padding-top: 28px; /*padding-bottom: 49px;*/} 
/*.title-1 span { font-size: 30px; line-height: 30px; font-weight: 600; color: #3e454c; display: block;}*/
.title-2 { font-size: 30px; line-height: 30px; font-family: 'Open Sans', sans-serif;  color: #ad451d; font-weight: 300; text-transform: uppercase; margin-top: 28px; padding-bottom: 32px;}
.title-2 span { font-weight: 600; display: block; color: #3e454c;}

.text-1 { font-size: 35px; line-height: 43px; color: #3e454c; text-transform: uppercase; font-weight: 300; font-family: 'Open Sans', sans-serif;}
.text-2 { font-size: 50px; line-height: 58px;  color: #ad451d; text-transform: uppercase; font-weight: 600; font-family: 'Open Sans', sans-serif;}
.text-3 { font-size: 12px; line-height: 12px; text-transform: uppercase;}
.text-4 { font-size: 11px; line-height: 12px; font-family: 'Open Sans', sans-serif; color: #3e454c; margin-bottom: 11px; font-weight: 600;}

.color-1 { color: #ad451d;}
.color-2 { color: #3e454c;}

h4 + h6 { padding-top: 0; margin-top: -13px;}
img + h5 { padding-top: 0px;}
h2.v1 { padding-top: 94px;}
.bg-1 h2 { /*padding-top: 53px;*/}

/* forms */
input, textarea, select, .uneditable-input {
display: inline-block;
height: 18px;
padding: 2px;
margin-bottom: 0px;
font-size: 13px;
line-height: 18px;
color: #555555;
border: 1px solid #cccccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
textarea {
	height: 100px;
}

.btn, .button {
	display: inline-block;
	padding: 12px 14px;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	background: #c06f4e url(../images/bg-11.png) 0 0 repeat-x;
	transition: all .4s ease;
	font-family: 'Open Sans', sans-serif;
	margin-top: 37px;
	text-transform: uppercase;
	transition: all 0.4s ease;
	border: none;
}
.button {
padding: 5px;
margin-top: 0px;
height: auto;
}
.btn:hover, .button:hover { background: #3a4047 url(../images/bg-13.gif) 0 0 repeat-x}

.btn-1 { 
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	transition: all 0.4s ease;
}
.btn.v2 { 
	padding: 18px 21px 18px 21px;
	font-size: 17px;
	line-height: 19px;
	background: #ff775f url(../images/bg-12.gif) 0 0 repeat-x;
}
.btn.v2:hover { background: #3a4047 url(../images/bg-13.gif) 0 0 repeat-x}

.list li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #aaaaaa;
	padding-left: 19px;
	background: url(../images/icon-3.png) 0 0 no-repeat;
	margin-top: 11px;
}
.list li + li { margin-top: 17px;}
.list li a { }
.list li a:hover { color: #ad451d;}


/*dropcap*/

.dropcap {
	display: block;
	float: left;
	background: #c88365;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	width: 75px;
	margin-top: 6px;
	margin-right: 20px;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 6px;
}
.dropcap span {
	display: block;
	width: 100%;
	background: #c06f4e url(../images/bg-14.gif) 0 bottom repeat-x;
	padding: 12px 0px 18px;
	font-size: 35px;
	font-weight: 300;
	line-height: 35px;
}
.dropcap + div { line-height: 21px;}
.b-dropcap { position: relative;}
.b-dropcap + .b-dropcap { margin-top: 14px; padding-top: 14px;}
.b-dropcap + .b-dropcap:after {
	position: absolute;
	content: "";
	border-top: 1px solid #f0f0f1;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
}

/*auxiliary*/

.img-ind {float: left; margin-right: 20px; margin-top: 3px;}
.wrapper {width: 100%; position: relative;}
.extra-wrap {overflow:hidden;}
.grid_inside { margin: 0 -10px;}
.aligncenter {text-align: center !important;}
.alignleft { text-align: left !important; }
.it {font-style:italic; display: inline-block;}
.fleft {float: left;}
.fright {float: right;}
.h-underline:hover { text-decoration: underline;}
.underline {text-decoration: underline;}
.upp {text-transform: uppercase;}
.transition {transition: all 0.4s ease;}

.clearfix { *zoom: 1;}
.clearfix:before,.clearfix:after {display: table; content: "";line-height: 0;}
.clearfix:after { clear: both;}

.pad-left { padding-left: 10px;}

p { padding-bottom: 24px;}

.img-circle { 
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.img-ind + div > h3 { padding-top: 0; margin-left: -2px;}
.img-ind + div > h3 span { letter-spacing: -1px;}

.img-ind-1 {float: right; margin-left: 20px; margin-top: 3px;}

.bg-1 { background: #fafafb url(../images/bg-10.gif) 0 0 repeat-x; }
.move {
	margin-top: 20px;
	margin-bottom: -20px;
}
.pad-bot { padding-bottom: 30px;}
.pad-bot-1 { padding-bottom: 62px;}

/************Header************/

.list-services { margin-top: 8px; float: right; position: relative; width:auto;color: #ff775f; text-align: right;}
.list-services li {
	display: inline-block;
	float: left;
	text-align: right;
	
}
.list-services ul.social {
	margin: 10px 0;
	/*float: right;*/
	min-height: 30px;
	/*min-width: 60px;*/
}


	[class*="list-services-"] {
		text-decoration: none;
		display: block;
		height: 35px;
		width: 35px;
		background: url(../images/social_icons.png) no-repeat;
		background-position-x: -25px;
		background-position-y: 0px;
		-webkit-transition: all 0.2s ease-out;
	    -moz-transition: all 0.2s ease-out;
	    -o-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	    transition: all 0.2s ease-out;
		margin-left: 8px;
		-webkit-border-radius: 500px;
		-moz-border-radius: 500px;
		-ms-border-radius: 500px;
		-o-border-radius: 500px;
		border-radius: 500px;
	}
	.list-services-1 { background-position: 0px 0px;}
	.list-services-2 { background-position: -43px 0px;}
	.list-services-3 { background-position: -86px 0px;}
	.list-services-4 { background-position: -129px 0px;}

	.list-services-1:hover { background-position: 0px bottom;}
	.list-services-2:hover { background-position: -43px bottom;}
	.list-services-3:hover { background-position: -86px bottom;}
	.list-services-4:hover { background-position: -129px bottom;}

.list-services.v1 { float: none; margin-top: 26px; margin-left: -9px;}
	.v1 [class*="list-services-"] {
		background: url(../images/social_icons-1.png) no-repeat;
		height: 34px;
	}
	.v1 .list-services-1 { background-position: 0px 0px;}
	.v1 .list-services-2 { background-position: -43px 0px;}
	.v1 .list-services-3 { background-position: -86px 0px;}
	.v1 .list-services-4 { background-position: -129px 0px;}

	.v1 .list-services-1:hover { background-position: 0px bottom;}
	.v1 .list-services-2:hover { background-position: -43px bottom;}
	.v1 .list-services-3:hover { background-position: -86px bottom;}
	.v1 .list-services-4:hover { background-position: -129px bottom;}


.slider { margin-top: 3px;}
.slider .camera_wrap { height: 510px; padding-bottom: 26px !important; background: url(../images/bg-9.png) bottom center no-repeat; background-size:  100% auto;}
	.slider .camera_caption > div { background: none;}
	.slider .s-btn {
		display: inline-block;
		padding: 12px 14px;
		font-weight: 600;
		font-size: 14px;
		line-height: 14px;
		color: #fff;
		background: #ad451d url(../images/bg-6.jpg) 0 0 repeat-x;
		transition: all .4s ease;
		font-family: 'Open Sans', sans-serif;
		margin-top: 31px;
		margin-left: 7px;
		text-transform: uppercase;
}
	.slider .s-btn:hover { background: #ca5822;}
	.slider .camera_caption {
		top: 70px;
		bottom: auto;
		left: 590px;
	}

/*arrows*/
.slider .camera_prev { left: auto; right: 83px;}
.slider .camera_next { right: 34px;}
.slider .camera_prev,
.slider .camera_next {
	width: 47px;
	height: 47px;
	bottom: 42px;
	top: auto;
	background: #ad451d url(../images/bg-7.gif) repeat-x 0 0;
}
.slider .camera_prev:hover,
.slider .camera_next:hover {
	background: #ca5822 url(../images/bg-8.gif) 0 0 repeat-x;
}
.slider .camera_prev > span,
.slider .camera_next > span {
	height: 100%;
	width: 12px;
	display: block;
	margin: 0 auto;
	background: url(../images/arrows-1.png) 0 center no-repeat;
}
.slider .camera_azure_skin .camera_prev > span { background-position: 0 center;}
.slider .camera_azure_skin .camera_next > span { background-position: right center;}


/************Content***********/

.box-1 { margin-top: 20px;}

.box-2 img { display: block;}
.block-2 { margin: 0 -10px; margin-top: -16px; position: relative;}

.box-2 { 
	padding-bottom: 53px; 
	background: url(../images/bg-11.png) 0 bottom no-repeat; 
	background-size: 100% auto;
	float: left;
	
}
.box-2 .magnifier { display: block; width: 300px; margin: 0 10px;  margin-top: 22px;}
.box-2 img { width: 100%;}
.block-2 .btn { 
	position: absolute;
	right: 10px;
	top: -85px;
	margin-top: 0;
	padding: 18px 21px 18px 74px;
	font-size: 17px;
	line-height: 19px;
	background: #ff775f url(../images/bg-12.gif) 0 0 repeat-x;
}
.block-2 .btn > span { 
	position: absolute; 
	background: #3a4047 url(../images/bg-13.gif) 0 0 repeat-x; 
	display: block; 
	width: 53px; 
	height: 100%; 
	left: 0; 
	top: 0;
	text-align: center;
	line-height: 59px;
	font-weight: normal;
}
.block-2 .btn > span:after { 
	width: 100%; 
	height: 100%; 
	font-family: FontAwesome;
	content: "\f002";
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}
.block-2 .btn:hover { background: #3a4047 url(../images/bg-13.gif) 0 0 repeat-x; } 

.block-4 > div { margin-top: 7px;}

.box-4 { position: relative; overflow: hidden; padding-left: 10px;}
.box-4 > div { padding: 22px 20px 6px 30px; background: #ffffff; border: 1px solid #e1e1e1;}
.box-4 h4 { padding-top: 9px;}
.block-5 img { margin-top: 0px;}
.block-5 > div > div { margin-bottom: 20px;}
.box-4:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 22px;
	background: url(../images/arrow-1.png) 0 0 no-repeat;
	left: 1px;
	top: 32px;
}
.block-5 .img-ind { margin-right: 10px;}

.block-6 {margin-top: 4px;}
.block-6 + .block-6 { margin-top: 46px;}
.block-6 .text-4 { font-weight: 600;}

.list_carousel { margin-top: 7px;}
.list_carousel ul { cursor: default;}
.list_carousel ul li { float: left;}

.list_carousel .arrows a {
	position: absolute;
	top: 50%;
	margin-top: 4px;
	display: block;
	width: 26px;
	height: 42px;
	background: url(../images/arrows-2.png) 0 0 no-repeat;
}
.list_carousel .arrows .prev { left: 11px;}
.list_carousel .arrows .next { right: 10px;}
.list_carousel .arrows a.next {background: url(../images/arrows-2.png) right 0 no-repeat;}
.list_carousel .arrows a.prev:hover { background-position: 0 bottom;}
.list_carousel .arrows a.next:hover { background-position: right bottom;}

.list_carousel h5 { padding-top: 21px;}



/*blog*/

.post {padding-top: 14px; margin-bottom: 31px;}
h2 + .post { border-top: 0px; padding-top: 0;}
.date {width: 60px; height: 70px; text-align: center; background: #1d1b15;}
.date span {display: block; color: #ffffff; font-family: Times New Roman; font-size: 14px; line-height: 27px; text-transform: uppercase;}
.date span:first-child { background: #e47e6b; font-size: 30px; line-height: 43px; text-shadow: 1px 1px #c66e5d;}
.post_info { position: relative; margin-bottom: 17px;}
.post_info span { display: block;}
.post_info .box-img-1 {margin-top: 17px;}
.comments { display: inline-block; position: absolute; right: 0px; bottom: 5px;}
.post .img-bord {margin-top: 2px;}

.post h4 { padding-top: 32px;}

/************Footer************/

footer { position: relative; text-transform: uppercase; color: #596a75; font-size: 12px; font-family: 'Open Sans', sans-serif;padding-bottom: 25px;}
footer > div > div > div:after { position: absolute; content: ""; left: 10px; right: 10px; top: 0; border-top: 1px solid #f2f3f3;}
footer .text-3 { line-height: 14px; }
footer .fright,
footer .fleft { padding-top: 29px;}
footer .fleft { }
footer .fright { padding-top: 28px;}
.box-3 { background: url(../images/icon-2.jpg) 2px 1px no-repeat; padding-left: 29px;}
.foot-bg { background-color: #fafafb;}
footer .fleft a:first-child { font-weight: 600;}


/*toTop*/
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    cursor:pointer;
    overflow:hidden;
    width: 58px;
    height: 58px;
    border-radius: 500px;
    border:none;
    text-indent:-999px;
    z-index:20;
    background: #ad451d url(../images/ui.totop.png) no-repeat center center;
    margin-right: -580px !important;
    right: 50%;
    bottom: 30px;
    color: #464646;
    behavior:url(js/PIE.htc);
}

#toTop:hover {
    display:block;
    overflow:hidden;
    float:left;
    background: #d44934 url(../images/ui.totop.png) center center no-repeat;
}

#toTop:active, #toTop:focus {outline:none;}



	/*touch-touch*/ 
	.magnifier {
		position:relative;
		display:block;
		background: url(../images/magnifier.png) center center no-repeat #000000;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
	}
	.magnifier img {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.magnifier:hover img {
		opacity: 0.4;
		-webkit-box-shadow: 0px;
		-moz-box-shadow: 0px;
		box-shadow: 0px;
		outline: none;
	}



/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
body {
	background-image: none;
}
	.slider .camera_caption { top: 60px;}
	.slider .text-1, .slider .text-2 { font-size: 30px; line-height: 40px;}
	.box-1 .extra-wrap { overflow: visible;}
	.slider .camera_wrap { height: 406px;}
	.box-2 .magnifier { width: 236px;}
	.magnifier img {border: 1px solid;border-color: #fdfdfe; }
	.magnifier:hover img {border-color: #fdfdfe;}
	.block-1 > div { width: 100%!important; margin: 0;}
}
@media only screen and (max-width: 767px) {
	.list-services form { visibility: hidden;	}
	.list-services, h1 { float: none;}
	.list-services { margin-top: 10px;}
	.slider .camera_caption { left: 15px; top: 35px; width: 60%;}
	.slider .text-1, .slider .text-2 { font-size: 20px; line-height: 20px;display: none;}
	.box-1 .img-circle { width: auto; margin-right: 20px; margin-bottom: 30px;}
	.box-1 .extra-wrap { overflow: hidden; text-align: left;}
	.box-2 { background: none; padding-bottom: 0;}
	.block-4 > div + div { margin-top: 50px;}
	.w1 { width: 50%; margin-bottom: 20px;}

	.block-2 { padding-bottom: 81px;}
	.block-2 .btn { bottom: 0; top: auto;}
	.block-5 img.img-ind {width:100%; margin-bottom:0px;}
	.box-4 { width:100%; padding-left:0;}
	.box-4:after {background-image: none;}
	.box-4 > div {padding: 22px 20px 6px 30px;}
	.comments { position: relative;}
	.slider .camera_wrap { height: 228px;}
	.box-2 .magnifier { width: 200px; float: left;}
	.box-2 { margin: 0 -10px;}

	.slider .camera_wrap { padding-bottom: 30px !important;}
	footer > div > div > div:after { left: 0; right: 0;}
}
@media only screen and (max-width: 480px) {
	.slider .camera_wrap { height: 163px;}

	.slider .text-1, .slider .text-2 { display: none;}
	.w1 { width: 100%; margin-right: 0; margin-bottom: 20px;}
	footer .fright,
	footer .fleft { float: none;}
	.box-2 .magnifier { width: 300px; margin-left: 0; margin-right: 0;}
	.box-2 {margin: 0;}
	.block-2 { margin: 0;}
}
@media only screen and (max-width: 320px) {

}
.okno_stranky {
	/*background-color: white;*/
}