/*
//#############################################
//# CSS script                                #
//# Copyright (c)				    #
//# E-Mail: office@crazywebstudio.com         #
//# Crazywebstudio LTD                        #
//#############################################
*/
html{
	width:100%;
	height:100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	 -ms-text-size-adjust: 100%;
}
body{
	width:100%;
	height:100%;
	margin: 0;
	font-family: Arial,sans-serif;
	font-size: 15px;
	color:#262626;
}
main{

}
header{

}
.cws-animate{
	visibility: hidden;
}
.preloader{
	width:100%;
	position:relative;
	text-align:center;
	 background: none repeat scroll 0 0 #fff;
	height: 100%;
	position: fixed;
	top: 0;
	transition: all 500ms ease-in-out 500ms;
	width: 100%;
	z-index: 10000;
}
.preloaderTop,
.preloaderBottom{
	position:absolute;
	top:20%;
	width: 100%;
	transition: all 200ms linear 200ms;
	-webkit-transition: all 200ms linear 200ms;
	-o-transition: all 200ms linear 200ms;
}
.preloaderTop img,
.preloaderBottom img{
	margin:0 auto;
}
.preloader.loaded {
	-webkit-transform: translateY(-120%);
	  -moz-transform: translateY(-120%);
	  transform: translateY(-120%);
	 top: -100px;
}
.preloaderTop{
	height:0px;
	overflow:hidden;
}

/************langs ***************/
.langs{
	position: absolute;
	right: 20px;
	top: 62%;
	z-index: 5;
}
.langs a:link,
.langs a:visited{
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	transition: all 100ms linear 100ms;
	-webkit-transition: all 100ms linear 100ms;
	-o-transition: all 100ms linear 100ms;
}
.langs a:hover,
.langs a:active{
	color: #f11111;
	text-decoration: none;
}
/*********** Content ************/
h1{
	margin: 0;
	color: #000;
	font-size:24px;
	line-height: 26px;
	font-weight: bold;
	padding: 20px 0px;
	z-index: 1;
	position: relative;
}
h2{
	margin: 0;
	color: #fff;
	font-size:24px;
	line-height: 40px;
	padding: 10px;
	z-index: 1;
	position: relative;
}
h3{
	font-size: 18px;
	margin: 10px 0px;
}
.contentHome{
	background: #fff;
	z-index: 2;
	position: relative;
	margin-bottom:-21px;
}
/*********** General ************/
.container
{
	max-width: 1280px;
	margin: o auto;
}
.Content{
	background: #000 url(../images/content_bgr.jpg);
	background-size: 100% 100%;
	color: #fff;
	padding: 20px 0 0 0;
}
.Content h1{
	padding: 12px 0 0 20px;
	margin: 0px 0 0 20px;
	height: 48px;
	color: #fff;
	background: url(../images/logo48.png) no-repeat;
}
.Content h2{
	padding: 0px 0 0 10px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	background: url(../images/logo32.png) no-repeat;
}

.homeImg{
	padding: 0px;
}
.homeImg img{
	width: 100%;
}
.homeText{
	padding: 20px;
	text-align: center;
}
.contentPage{
	padding:20px 0px;
}
a {
  color: #f11111;
  text-decoration: none;
}
a:hover {
  color: #dedede;
  text-decoration: none;
}
/*********** Menu ************/
.menuBgr{
	width: 100%;
	max-height: 120px;
	overflow: hidden;
}
.menuBgr img{
	width: 100%;
}
.navbar-brand{
	padding: 0;
}
.navbar {
    position: relative;
    min-height: 110px;
    padding-bottom: 2px;
    border: 1px solid transparent;
    background: #000 !important;
    margin-bottom:0px;
}
.slider {
    border-top:5px solid #f11111;
    margin-top:0px;
}
.navbar-toggle{
	border: 1px solid #fff;
	margin-bottom: 8px;
	margin-right: 20px;
	margin-top: 33px;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
.navbar-right{
	height: 87px;
}
.top-menu{
	position: relative;
	margin: 35px 10% 0 0;
}
.top-menu > li > a {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding: 20px 30px;
	margin: 0px 10px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 200ms linear 200ms;
	-webkit-transition: all 200ms linear 200ms;
	-o-transition: all 200ms linear 200ms;
}
.top-menu > li > a:hover,
.top-menu > li > a:active,
.top-menu > li > a:focus,
.top-menu > li.active > a,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav .open > a:active{
	color: #fff;
	background: #f11111;
}
.dropdown-menu {
	background: rgba(0,0,0,0);
	border: 1px solid #f11111;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: -10% !important;
	margin-top: 2px !important;
}
.navbar-nav > li > .dropdown-menu {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.dropdown-menu > li > a {
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active{
	color:#fff;
	background: #f11111;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #f11111;
}
/*********** SLIDER ************/

.carousel .item {
	width: 100%; /*slider width*/
	max-height: 900px; /*slider height*/
}
.carousel .item img {
	width: 100%; /*img width*/
}
.carousel-caption {
	bottom: 50%;
}
.slideText{
	font-size: 38px;
	font-weight: bolder;
}
.slideSlogan{
	font-style: italic;
	font-size: 15px;
}

/*add some makeup*/
.carousel .carousel-control {
	background: none;
	border: none;
	top: 50%;
}
.carousel-icons{
	min-height: 140px;
	background: #f11111;
}
.carousel-icons-row{
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: "Arial Narrow", Arial, sans-serif;
	padding: 10px 0;
}
.carousel-icons-link{
	color: #fff;
}
.carousel-icons-link:hover,
.carousel-icons-link:active{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.carousel-icons-link:hover img{
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=10, OffY=10,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(2px 10px 10px rgba(0,0,0,0.75));
	filter: drop-shadow(2px 10px 10px rgba(0,0,0,0.75));
}
.carousel-icons-row img{
	margin: 0 auto;
}
.carousel-indicators{
	display: none;
}

.carousel-control {
	background: none repeat scroll 0 0 #222222;
	border: 1px solid #ffffff;
	border-radius: 23px;
	color: #ffffff;
	font-size: 60px;
	font-weight: 100;
	height: 40px;
	left: 15px;
	line-height: 30px;
	margin-top: -20px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 40px;
}
.mouseAnimation,
.mouseNewsDown{
	position: absolute;
	top: 80%;
	left: 45%;
	display: block;
	width: 10%;
	text-align: center;
	cursor: pointer;
}

/*********** Home Services ************/
.services{
	position: relative;
	background: #000 url(../images/servicesBgr.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.servicesRow{
	padding:0 10px;
}
.servicesCol{
	width:33.33%;
	float: left;
	position: relative;
	padding:0 10px;
	margin: 10px 0px;
	color: #fff;
	min-height: 500px;
	text-align: center;
}

/* Rectangle Out */
.servicesCol h2{
	color: #fff;
	font-size: 30px;
}

.servicesSeeMore{
	color: #0191c8;
	display: block;
	max-width: 200px;
	text-align: center;
	margin: 20px auto;
}
.servicesSeeMore:hover,
.servicesSeeMore:active{
	color: #323232;
	text-decoration: none;
}
.servicesLink{
	display: block;
	position: relative;
	width: 100%;
	margin: 10px 0 30px 0;
}
.servicesLink:hover {
	text-decoration: none;
}
/*********** Footer ************/
.blueLine{
	background: #f11111;
	height: 10px;
	position: relative;
	z-index: 1;
}
.footer{
	position: relative;
	background: rgba(0,0,0,0.7) url(../images/footer_bgr.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 150px;
	color: #fff;
}
.black{
	background: rgba(0,0,0,0.7);
	min-height:150px;
	padding: 10px 0 0 0;
}
.footer a:link,
.footer a:visited,
.footer span{
	color:#fff;
	font-size: 16px;
	transition: all 200ms linear 200ms;
	-webkit-transition: all 200ms linear 200ms;
	-o-transition: all 200ms linear 200ms;
}
.footer i{
	font-size: 14px;
	color: #fff;
}
.contactBottom{
	padding: 20px 0 0 0;
}
.contactBottom div{
	padding:2px 0;
}
.bottomAddress{
	display: inline-block;
	cursor: pointer;
	color:#fff;
	font-size: 16px;
	padding: 20px 0 0 10px;
}
.bottomAddress i{
	font-size: 14px;
	color: #fff;
}
.bottomMenu{
	padding: 20px 0 40px 0;
}
.bottomMenu a:link,
.bottomMenu a:visited
{
	padding: 0 4px;
	transition: all 200ms linear 200ms;
	-webkit-transition: all 200ms linear 200ms;
	-o-transition: all 200ms linear 200ms;
}
.bottomMenu a:hover,
.bottomMenu a:active,
.footer a:hover,
.footer a:active{
	color: #f11111;
	text-decoration: none;
}
.bottomMenu a:first-child {
	 padding: 0 4px 0 0;
}
/*********** CONATCT US *************/
.contact{
	background: #000 url(../images/world_map.jpg) repeat-y;
	color: #fff;
}
.input-group-addon{
	border:0px;
}
.extraInfo {
	background-size: 100% auto;
	min-height: 400px;
	padding: 30px 20px;
}
.extraInfo a:link,
.extraInfo a:visited
{
	color: #fff;
	padding: 0 4px;
	transition: all 200ms linear 200ms;
	-webkit-transition: all 200ms linear 200ms;
	-o-transition: all 200ms linear 200ms;
}

.extraInfo a:hover,
.extraInfo a:active{
	color: #f11111;
	text-decoration: none;
}
.extraInfo i{

	width: 30px;
	font-size: 22px;
	margin: 2px 0;
}
.extraInfo .fa-map-marker{
	font-size: 26px;
	text-align: center;
}
/*********** CONATCT US Form *************/
.contactUs{
	padding: 30px 20px 30px 0px;
}
.extraInfo h2,
.contactUs h2{
	margin: 0px 0px 0px 3px;
}
input[type="text"],
textarea{
	background: rgba(0,0,0,0);
	border: 1px solid #f11111;
	padding: 2px 5px;
	min-height: 45px;
	width: 100%;
	position: relative;
}
input[type="text"]:focus,
textarea:focus{

	color: #fff;
}
.input-group-addon{
	background: rgba(0,0,0,0);
}
textarea{
	min-height: 240px;
}

input[type="submit"],
.button{
	background: #f11111;
	color: #fff;
	padding: 15px 15px;
	min-width: 100px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
}
input[type="submit"]:hover,
.button:hover{
	background: #262626;
	color: #fff;
}
.contact  .form-group{
	position: relative;
	width: 90%;
	max-width: 600px;
}
.contact .help-block{
	position: absolute;
	top: 7px;
	right: 5px;
	color: #f11111;
}
/************* PAGE NEWS ***********/
.newsWrapper{
	position: relative;
	padding: 0 0 50px 0;
}
.newsPageTitle{
	margin: 87px 0 0 0;
}
.textNewsHolder{
	padding:0px 10px 20px 0px;
}
.textDescription {
	padding:20px 0 0 22px;
}
.textNewsImage img{
	width: 100%;
	margin: 20px 0 0 0;
	position: relative;
}
.dateNewsBlock{
	position: absolute;
	left: 30px;
	top: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
}
.mouseNewsDown{
	top: 94%;
	left: 45%;
}
.newsWrapper .mouseNewsDown
{
	top: 88%;
}
