body {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height:20px;
	color: #7e7e7e;
	background-color:#ffffff;
	overflow-x:hidden;
}
.flags{width:120px;position:absolute;right:0;top:10px;height:67px;line-height:67px;}
.flags:hover{opacity:0.8}
::selection {
	background: #FE020D;
	color:#fff;
}
::-moz-selection {
	background: #FE020D; /* Firefox */
	color:#fff;
}
img {
	max-width: 100%;
}
a:link {
	color: #FE020D;
	text-decoration: none;
}
a:hover {
	color:#FE020D;
}
a:visited {
	color: #FE020D;
	text-decoration: none;
}

.fright{float:left;padding-left:30px;
}
.fleft{float:left;
}
.menu {
	position:fixed;
	top:0px;
	width:100%;
	height:74px;
	background-color:#fff;
	z-index:9999;
}
#logo {
	margin-bottom:0;
	margin-left:-5px;
}

#nav {
	text-align: right;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
ul.navigation {
	margin:0;
	padding:0;
}
.navigation li{
	float: left;
	text-align:left;
	padding:31px 12px 21px 12px;
	margin-left:0 !important;
	text-transform:none ;
	background:none;
	font-family: 'Dosis', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:20px;
	color:#616161;
	transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
}
.navigation li:first-child{margin-left:0;}
.navigation li:hover,
.navigation .active {
	cursor:pointer;
	background:#f6f6f6;
	color: #FE020D;
	border-bottom:2px solid #FE020D;
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:0;
}
h1 {
	margin:0 auto 75px;
	width:400px;
	text-transform:none;
	text-align:center;
	background:none;
	border-bottom:1px solid #343434;
	font-family: 'Dosis', sans-serif;
	font-size: 67px;
	line-height: 5px;
	color:#343434;
	font-weight: 300;
}
h1 span {
	background:url(../images/slide_bg.jpg) repeat left top;
	padding-right:22px;
	padding-left:22px;
}
h4 {
	margin:0;
	padding:0 0 4px 0;
	text-transform:none;
	font-family: 'Dosis', sans-serif;
	font-weight:300;
	font-size:32px;
	font-style:normal;
	line-height:66px;
	color:#343434;
}
img.icon_img {
	float:left;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:25px;
}

.effect_2 {
	background:url(../images/effect_2.png) repeat left top;
	position:relative;
	top:0;
	bottom:-57px;
	height:100%;
	z-index:999 !important;
}

.padding_slide1 {padding:224px 0 500px 0;
}

#slide1{
	background-image:url(../images/slide1_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.filtr_bg {
	margin-bottom:273px;
}
#slide1 span {
	margin:0 0 10px 0;
	padding:0 35px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Dosis', sans-serif;
	font-size: 78px;
	line-height: 100px;
	background: #fe020d none repeat scroll 0 0;
    color: #fff;
	font-weight: 300;
}

.button_down {
	position:relative;
}
a.button_vid {
    display:block;
	position:absolute;
	left:50%;
	bottom:21px;
	margin-left:-113px;
	overflow:hidden;
	background:url(../images/video_btn.png) repeat-x;
	border-top:1px solid #ec811b;
	border-right:1px solid #ea801a;
	border-bottom:1px solid #d87312 ;
	border-left:1px solid #ec811b;
	padding:8px 0;
	width:226px;
	height:47px;
	text-align:left;
	font-family: 'Dosis', sans-serif;
	font-weight:600;
	font-size:18px;
	line-height:20px;
	color:#fff;
	text-shadow:1px 1px 0 rgba(167,89,10,0.87);
	-webkit-box-shadow: 0 0 5px #000;
     -moz-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
}
a.button_vid:hover {
	text-decoration:none;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
	height:42px;
	bottom:17px;
}
.button_vid img {
	margin:3px 22px 0 28px;
	float:left;
	-webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
	opacity:1;
	filter: alpha(opacity=100);
}
.button_vid:hover img {
	opacity:0;
	filter: alpha(opacity=0);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:500ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform:rotate(360deg) scale(2);
	-moz-transition-duration:500ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform:rotate(360deg) scale(2);
	-o-transition-duration:500ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform:rotate(360deg) scale(2);
	-ms-transform-duration:500ms;
	-ms-transform-timing-function: ease-out;
}

.bottom_center_bg img {
	position:relative;
	min-width:100%;
	max-height:57px;
	margin:0 auto -6px;
	z-index:1001;
}

#slide2, #slide4, #slide6, #slide8 {
	background:url(../images/slide_bg.jpg) repeat left top;
	padding:120px 0 100px;
}

.caroufredsel_wrapper {
	width:1000px !important;
	height:650px !important;
}

#carousel_fred {
	height:650px !important;
}

.list_carousel li {
	width: 1000px;
	height: 100%;
	padding: 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
			
.about_block1, .about_block2, .about_block3 {
	min-height:650px;
	margin-bottom:30px;
}
.about_block2, .about_block3 {margin-top:-20px;
}
#pager2 {
	text-align:center;
}
#pager2 a {
	display:inline-block;
	margin:0 2px;
	width:19px;
	height:19px;
	border:1px solid #343434;
	border-radius:50%;
}
#pager2 a span {
	font-size:0;
}

#pager2 .selected {
	background:#343434;
}

#slide3{
	background-image:url(../images/slide3_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.padding_slide3 {padding:100px 0 105px;
}

#slide3 .bottom_center_bg img {bottom:-104px;}

#slide3 span {
	font-family: 'Dosis', sans-serif;
	font-size: 56px;
	background: #fe020d none repeat scroll 0 0;
    color: #fff;
	line-height: 75px;
	font-weight: 300;
	text-transform:uppercase;
}

.gallery-list .grid_3 {width:235px !important;}

#slide4 .hover_img {
	overflow:hidden;
	position:relative;
	height:292px;
	width:320px;
	background:#FE020D;
}

#slide6 .hover_img {
	overflow:hidden;
	position:relative;
	height:292px;
	width:320px;
	background:#FE020D;
}

#slide8 .hover_img {
	overflow:hidden;
	position:relative;
	height:292px;
	width:320px;
	background:#FE020D;
}

.portfolio_zoom, .portfolio_link {
	width:54px;
	height:54px;
	position:absolute;
	top:50%;
	margin-top:-27px;
	background-position:0 0;
	background-repeat:no-repeat;
	opacity:0.68;
	filter: alpha(opacity=68);
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
.portfolio_zoom {
	right:-60px;
	background-image:url(../images/zoom.png);
	z-index:302;
}
.portfolio_link {
	left:-60px;
	background-image:url(../images/link.png);
	z-index:303;
}
.portfolio_zoom:hover, .portfolio_link:hover {
	opacity:1;
	filter: alpha(opacity=100);
	z-index:310;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:54px;
	height:54px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom {
	right:171px;
} 
.hover_img:hover .portfolio_link {
	left:171px;
}
.item_description {
	background:none;
	padding:9px 0 24px 0;
	text-align:left;
}
.item_description p {
	padding:0;
	margin:0 0 13px;
	border-bottom:1px solid #d6d6d6;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	color: #343434;
	line-height: 47px;
	font-weight: 300;
	text-transform:uppercase;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.gallery-list .grid_3:hover .item_description {
	background:#fff;
	border-bottom:1px solid #FE020D;
	color:#343434;
}

.project_block:hover p {
	color:#FE020D;
}

#slide5 {
	background-image:url(../images/slide5_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.padding_slide5 {padding:100px 0 105px;
}
#slide5 span {
	font-family: 'Dosis', sans-serif;
	font-size: 56px;
	background: #fe020d none repeat scroll 0 0;
    color: #fff;
	line-height: 75px;
	font-weight: 300;
	text-transform:uppercase;
}
#slide5 .bottom_center_bg img {bottom:-104px;}


a.serv_block {
	display:block;
	position:relative;
	padding:21px 26px;
	background:#323232;
	font-family: 'Dosis', sans-serif;
	color:#7e7e7e;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a.serv_block:hover {
	background:#FE020D;
	color:#fff;
}

.iconimg, .iconimg_h {
	float:left;
	margin-right:15px;
	position:absolute;
}

.iconimg_h {
	opacity:0;
	filter: alpha(opacity=0);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:500ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(0);
	-moz-transition-duration:500ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(0);
	-o-transition-duration:500ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(0);
	-ms-transform-duration:500ms;
	-ms-transform-timing-function: ease-out;
}

.serv_block:hover .iconimg {
	opacity:0;
	filter: alpha(opacity=0);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:900ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(2);
	-moz-transition-duration:900ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(2);
	-o-transition-duration:900ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(2);
	-ms-transform-duration:900ms;
	-ms-transform-timing-function: ease-out;
}
.serv_block:hover .iconimg_h {
	opacity:1;
	filter: alpha(opacity=100);
	/* safari / chrome */
	-webkit-animation-name:rotater;
	-webkit-animation-duration:900ms;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function: ease-out;

	/* mozilla */
	-moz-transform: scale(1);
	-moz-transition-duration:900ms;
	-moz-transition-timing-function: ease-out;

	/* opera */
	-o-transform: scale(1);
	-o-transition-duration:900ms;
	-o-transition-timing-function: ease-out;

	/* ie */
	-ms-transform: scale(1);
	-ms-transform-duration:900ms;
	-ms-transform-timing-function: ease-out;
}

.serv_block p {
	margin:0;
	padding:0 17px 15px 59px;
	text-transform:uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:22px;
	color:#a0a0a0;
}
.serv_block:hover p {color:#fff;
}


#slide7 {
	background-image:url(../images/slide7_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.padding_slide7 {padding:100px 0 105px;
}
#slide7 span {
	font-family: 'Dosis', sans-serif;
	font-size: 56px;
	background: #fe020d none repeat scroll 0 0;
    color: #fff;
	line-height: 75px;
	font-weight: 300;
	text-transform:uppercase;
}
#slide7 .bottom_center_bg img {bottom:-104px;}



#slide8 {
	background:url(../images/slide_bg.jpg) repeat left top;
	padding:135px 0 0;
}

#slide8 .container {margin-bottom:80px;
}

#slide9 {
	background-image:url(../images/slide9_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.padding_slide9 {padding:100px 0 105px;
}
#slide9 span {
	font-family: 'Dosis', sans-serif;
	font-size: 56px;
	background: #fe020d none repeat scroll 0 0;
    color: #fff;
	line-height: 75px;
	font-weight: 300;
	text-transform:uppercase;
}
#slide9 .bottom_center_bg img {bottom:-104px;}

#slide10 {
	background:url(../images/slide_bg.jpg) repeat left top;
	padding:135px 0 0;
}

#slide10 .container {margin-bottom:80px;
}



#slide11 {
	background-image:url(../images/slide11_bg.jpg);
	background-size: cover !important;
	width:100%;
	background-position:0 0 !important;
	text-align:center;
}
.padding_slide11 {padding:100px 0 105px;
}
#slide11 span {
	font-family: 'Dosis', sans-serif;
	font-size: 56px;
	background: #fe020d none repeat scroll 0 0;
    color: #fff;
	line-height: 75px;
	font-weight: 300;
	text-transform:uppercase;
}
#slide11 .bottom_center_bg img {bottom:-104px;}

#slide12 {
	background:url(../images/slide_bg.jpg) repeat left top;
	padding:135px 0 0;
}

#slide12 .container {margin-bottom:80px;
}



.contact_form {
	position:relative;
}

.contact_form input[type="text"],
.contact_form textarea {
	position:absolute;
	top:56px;
	left:0;
	width:177px;
	margin:0 0 6px 0;
	padding:18px 10px 18px 21px;
	background: #fff;
	font-family: 'Dosis', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:20px;
	border:1px solid #d9d9d9;
	color:#666666;
}
.contact_form input[type="text"]:first-child {
	top:0;
}
.contact_form textarea {
	resize: none;
	top:0;
	left:211px;
	margin-left:0;
	height: auto;
	width:284px;
    min-height: 72px;
}

.contact_btn {
	position:absolute;
	top:0;
	right:0;
	width:130px;
	border:none;
	text-transform:none;
	margin:0;
	padding:17px 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-weight:300;
	text-align: center;
	vertical-align: middle;
	background:#343434;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.send_btn {top:56px;
}
.contact_btn:hover,
.send_btn {
	background:#FE020D;
}

#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#444;
	font-family: 'Dosis', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
}
#note .notification_error {
	font-family: 'Dosis', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#f00;
}

.contact_det_block {margin-top:-5px;
}

ul.foot_block_intouch {
	margin:0;
	padding:0;
}

.foot_block_intouch li {padding-bottom:8px !important;}
.foot_block_intouch li p, .foot_block_intouch a {
	color:#717171;
	line-height:21px;
	font-size:14px;
	padding:0 0 0 34px;
	margin:0;
}

.foot_block_intouch li a:hover {color:#343434;text-decoration:none;}

.foot_block_intouch li.touch_phone p {
	background:url(../images/contact_icon.png) no-repeat 0 0;
}
.foot_block_intouch li.touch_clock p {
	background:url(../images/contact_icon.png) no-repeat 0 -78px;
}
.foot_block_intouch li.touch_mail a {
	background:url(../images/contact_icon.png) no-repeat 0 -160px;
}
.foot_block_intouch li.touch_site a {
	background:url(../images/contact_icon.png) no-repeat 0 -244px;
	display:block;
	height:20px;
}
.foot_block_intouch li.touch_adress p {
	background:url(../images/contact_icon.png) no-repeat 0 -325px;
}
.foot_block_intouch li.facebook a {
	background:url(../images/contact_icon.png) no-repeat 0 -413px;
	display:block;
	height:15 px;
}
.foot_block_intouch li.twitter a {
	background:url(../images/contact_icon.png) no-repeat 0 -496px;
	display:block;
	height:15px;
}

#footer {
	background:#444;
	padding:27px 0 23px;
}
.copyright {
	float:left;
	text-transform:uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight:300;
	color:#979797;
}
.copyright a {
	color:#FE020D;
}
.copyright a:hover {text-decoration:none;color:#fff;
}

#back_top {
	float:right;
}
#back_top a.button {
	cursor:pointer;
	position:relative;
	z-index:300;
	display:block;
	background:url(../images/back_top_bg.png) no-repeat top right;
	margin:0;
	padding-right:20px;
	width:93px;
	height:20px;
	text-transform:uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight:300;
	color:#979797;
}
#back_top a.button:hover {text-decoration:none;}

.shortcode_button {
    background-color: #fe020d;
    border: 1px solid #fe020d;
    border-radius: 18px;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 auto;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    vertical-align: top;
}
.shortcode_button:hover {
    background-color: transparent;
    color: #fe020d!important;
}
