@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_md_btmedium';
    src: url('../fonts/tt0142m_-webfont.woff2') format('woff2'),
         url('../fonts/tt0142m_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latomedium';
    src: url('../fonts/lato-medium-webfont.eot');
    src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff'),
         url('../fonts/lato-medium-webfont.ttf') format('truetype'),
         url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
body { font-family:Arial, Helvetica, sans-serif; font-size:13px;}
img{ width:100%; height:auto; display:block;}
.navbar-default .navbar-nav > li > a{font-family: 'futura_md_btmedium'; font-weight:normal;}

.slider { margin: 0 0 10px!important;}

/*--------------------*/
/* HOME products */
/*--------------------*/
.service-box {
	overflow:visible;
	min-height:20px;
	padding:23px 25px 27px;
	margin:0 0 20px;
	background-color:#c42026;
	box-shadow:none;
	border:none;
	box-sizing:border-box;
	box-shadow:none;
	text-align:center;
	position:relative;
}


	
@media (max-width: 979px) and (min-width: 768px) {
	.service-box { padding:23px 5px 27px; }
}
.service-box:before {
	position:absolute;
	left:0;
	right:0;
	height:0;
	bottom:0;
	content:"";
	z-index:-1;
	background-color:#f1f1f1;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.service-box:hover:before {
	height:100%;
	top:0;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.service-box:hover .icon {
	border:solid 2px #700306;
	color:#fff;
	transform:rotateY(180deg);
	background-color:#ffc807;
	-webkit-transform:rotateY(180deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.service-box:hover .icon img {
	position:absolute;
	top:0;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.service-box.nums .icon i, .service-box.nums .icon img { display:none; }
.service-box .extrabox {
	-webkit-perspective:140px;
	-moz-perspective:140px;
	perspective:140px;
	transform:perspective(140px);
	position:relative;
	display:block;
	margin:0 0 25px 0;
}
.service-box .icon {
	width:131px;
	height:131px;
	line-height:96px !important;
	text-align:center;
	background-color:#fff;
	font-size:50px;
	font-weight:normal;
	color:#ffffff;
	float:none;
	overflow:hidden;
	border-radius:500px;
	margin:0;
	border:solid 2px #700306;
	display:block;
	margin:0 auto;
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
.service-box .icon strong {
	width:131px;
	height:131px;
	position:absolute;
	display:block;
	border-radius:400px;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	top:0;
	left:0;
	right:0;
}
.service-box .icon img {
	position:absolute;
	display:block;
	border-radius:400px;
	overflow:hidden;
	top:0;
	left:0;
	right:0;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.service-box .icon span { display:none; }
.service-box h2 {
	font-family:'Istok Web', sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:30px;
	color:#404040;
	text-transform:none;
	margin:0;
	padding:0;
	font-style:normal;
	overflow:hidden;
	border:0;
	margin:0 0 1px 0;
}
.service-box h2:after { display:none; }
.service-box h2 a {
	color:#fff;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.service-box h2 a:hover {
	color:#ffc807;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.service-box h5 {
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	font-weight:300;
	line-height:30px;
	overflow:hidden;
	color:#ffc807;
	text-transform:uppercase;
	margin:0 0 18px;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.service-box_txt {
	color:#fff;
	margin-bottom:22px;
	line-height:20px;
}
.service-box .btn-align {
	text-align:center;
	position:relative;
	bottom:0;
	left:0px;
}
.service-box__call {
	color:#fff;
	background-color:#0c6abd;
	background-image:-moz-linear-gradient(top,#037cc7,#1950af);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#037cc7),to(#1950af));
	background-image:-webkit-linear-gradient(top,#037cc7,#1950af);
	background-image:-o-linear-gradient(top,#037cc7,#1950af);
	background-image:linear-gradient(to bottom,#037cc7,#1950af);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff037cc7', endColorstr='#ff1950af', GradientType=0);
}
.service-box__call h2 {
	float:left;
	width:75%;
	color:#fff;
	margin:10px 0 0;
}
.service-box__call .btn-align {
	padding:0;
	width:25%;
	float:right;
}

.readmore_area a {
  color: #fff;
  display: inline-block;
  font-size: 1.35em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 25px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.readmore_area {
  float: left;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.readmore_area a {
	overflow: hidden;
	margin: 0 15px;
}

.readmore_area a span {
	display: block;
	padding: 10px 20px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.readmore_area a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #fff;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.readmore_area a:hover span,
.readmore_area a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.readmore_area a:hover::before,
.readmore_area a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.slider-text {
  left: 0;
  margin: 0 auto;
  padding: 100px 30px 10px;
  position: absolute;
  right: 0;
  top: 10%;
  width: 80%;
}

.slider-text h2 {
	color: #f5f5f5;
	font-size: 55px;
	line-height: 55px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);	
}
.slider-text p {
	color: #fff;
	max-width: 960px;
	position: relative;
	width: 100%;	
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	z-index: 100;
}


/*Form*/
.enquiry-form{ background:#39434d; border-top:5px solid #010101; padding:5px 15px; margin-bottom:10px;}
.enquiry-form h2, .enquiry-form p{ color:#fff; margin:0 0 10px;}
.wp-form-control {
  border-radius: 0px;
  display: inline;
  font-size: 12px;	
  float: left;
  margin-bottom: 12px;
  padding: 8px 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;  
  width: 100%;  
}
.wpcf7-text{
  height: 35px;
}
.wpcf7-email{
  height: 35px;
}
.wpcf7-textarea {
  height: 100px;
  padding: 15px;
}
.wpcf7-submit {
	float: left;
	min-width: 132px;
	max-width: 250px;
	font-weight: 600;
	display: block;
	margin: 0 10px;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.wpcf7-submit:focus {
	outline: none;
}
.wpcf7-submit > span {
	vertical-align: middle;
	color:#da2628;
}
.button--itzel {
	border: none;
	padding: 0px;
	overflow: hidden;
}
.button--itzel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
	clip-path: url(../index.html#clipBox);
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.button--itzel.button--border-thin::before {
	border: 1px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.button--itzel.button--border-thick::before {
	border: 3px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}
.button--itzel::before,
.button--itzel .button__icon {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--itzel .button__icon {
	background-color: #da2628;
	position: absolute;
    top: 104%;
    left: 50%;
    padding: 12px;
    font-size: 20px;
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}
.button--itzel > span {	
	display: block;
    padding: 10px;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}
.button--itzel:hover::before {
	-moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.button--itzel:hover .button__icon {
	 -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -moz-transform: translate3d(-50%, -100%, 0);
    -ms-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0)
}
.button--itzel:hover > span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.wp-form-control, .button--itzel::before{
    border: 2px solid #81878e;
}

	
.footer h4{color: #ffffff;
    font-size: 14px;
    font-weight: bold; padding-bottom:8px;}	
	
.footer ul{ margin:0; padding:0; list-style-type:none;}	
.footer ul li{ color:#cbcbcb; margin:5px 0; padding:0;}
.footer ul li a{ color:#cbcbcb; text-transform:uppercase;}
.footer p{ color:#cbcbcb;}

.social-icons{ }
.social-icons a {
    background: #4c4c4c none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: left;
	width: 35px;
    height: 35px;
	line-height:40px;
    margin: 0 8px 10px 0;
    text-align: center;
    text-decoration: none;
	font-size:22px;	
}

.ticker-container .ticker-caption {
		height: 100%;
		width: 150px;
		background: url('./ticker-caption-bg.png');
	}
#ticker_container {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 10px;
  border: 1px solid #343434;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: auto;
  margin-bottom:15px;
}
h3{ margin-top:0;}

h2{ margin-top:15px; color:#2a2e81;}

.footer p a{ color:#ff7a7a;}

a.inline-block{ display:inline-block; margin-right:10px;}

ul.contact-address {
    margin: 15px 0;
    padding: 0;
    width: 100%;
	list-style:none;
}
ul.contact-address li {
    margin: 0;
    padding: 0 0 20px;
	line-height:20px;
}
ul.contact-address li i {
    margin-right: 10px;
}

.enquiry-form select{ color:#919191;}
footer .icon1 {
    margin-top: 10px;
}
footer .icon1 i {
    font-size: 20px;
    color: #cbcbcb;
    margin-right: 12px;
}
ul.footerlinks a{}
.footer2{ background:#272727;}
.footer2 p{ color:#777777; margin:8px 0;}

.nav-bg{ background:url(../images/nav-botttom.jpg) center bottom repeat-x;}

.red-grey-border{ background:url(../images/nav-botttom.jpg) center bottom repeat-x; height:3px; width:100%; margin:8px 0;}

.process{ width:186px; float:left; margin-right:10px;}
.process p{ text-align:center;}


/*photo gallery*/
.demo-gallery > ul {
              margin-bottom: 0;
            }
 .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 0;
                width: 240px;
 }
 .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              /*transform: scale3d(1, 1, 1);*/
              height: 100%;
              width: 100%;
			  border:1px solid #bf1e2d;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }

            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .demo-gallery {
              padding-bottom: 35px;
            }
			.lg-sub-html h4{ font-size:20px !important;}
			

/*products*/	

.port-caption {
	background:#fbfbfb;
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:20px;
	min-height:198px;
}

.dropdown:hover .dropdown-menu {
display: block;
}

.clearfix{ clear:both;}