html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'bebas_neueregular';
    src:url(../fonts/BebasNeue-webfont.ttf) format('truetype');
}
body{
	font-family:'Jockey One', sans-serif;
}

#videoDiv {width: 100%; height: 360px; position: relative;}
#videoBlock,#videoMessage {width: 100%; height: 360px; position: absolute; top: 0; left: 0;}
#videoMessage *{padding:0.4em; margin:0}
#videoMessage {text-shadow: 2px 2px 2px #000000; color:white;z-index:99 }
#videoMessage h1{font-size: 3em;color:#ffffff;text-align:center;}
#videoMessage h2{font-size: 2.5em;color:#ffffff;text-align:center;}
#videoMessage h3{font-size: 2.0em;color:#ffffff;text-align:center;}
.videoClick {text-align:center}
.videoClick a{color:white;background-color:rgba(241, 241, 241, 0.25);font-size: 1.7em;cursor:pointer;cursor:hand}

.td{
	color:#000;
	padding-bottom: 5px;
	padding-right: 10px;
	font-size: 20px;
}
/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Oxygen", sans-serif;
  line-height: 1.5;
}

/* =============================================================================
  CONTENT
============================================================================= */
.content {
  position: relative;
  top: 30%;
  z-index: 2;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.content__heading {
  margin-bottom: 24px;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  font-family: 'Righteous', cursive;
}

.content__teaser {
  margin-bottom: 24px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Righteous', cursive;
}

.content__cta {
    display: inline-block;
    margin: 0;
    padding: 12px 48px;
    color: #ff0000;
    font-size: 22px;
    text-decoration: none;
    border: solid 4px #ab0000;
    font-family: 'Righteous', cursive;
    border-radius: 5px;
    background: #fff;
}

/* =============================================================================
  VIDEO
============================================================================= */
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.logo {
	float: left;
	background: #fff;
	padding: 5px 5px;
}
p.servicios{
	 color:#000;
}
.menu {
	float: right;
	width:53%;
}
/*--menu--*/
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
#cssmenu {
  padding-top: 40px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #000;
  display: inline-block;
  line-height: 49px;
  padding: 0 51px;
  text-decoration: none;
  font-weight: normal;
  font-size:1.5em;
  font-family: 'bebas_neueregular';
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
  width: 24.9999%;
}
#cssmenu > ul > li > a {
  color: #000;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  padding-top:5px;
  border-bottom: 10px solid #ff0000;
  -webkit-transition: .2s all linear;
-moz-transition: .2s all linear;
-o-transition: .2s all linear;
transition: .2s all linear;
}
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  padding-top:5px;
  border-bottom: 10px solid #ff0000;
  -webkit-transition: .2s all linear;
-moz-transition: .2s all linear;
-o-transition: .2s all linear;
transition: .2s all linear;
}
/*--content--*/
.content-top{
	background:#fff;

}
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width:30.2%;
}
.span_1_of_3  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
}
.thumb-pad2 {
	text-align: center;

	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.thumb-pad2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 0 84px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	padding-top: 5px;
}
.thumbnail h1 {
	color: #000;
	font-family: 'bebas_neueregular';
	margin: 0 0 14px 0;
	font-size: 4em;
}
.thumb-pad2 figure {
	margin: 0;
	position: relative;
	z-index: 1;
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	width: 228px;
	overflow: hidden;
	display: inline-block;
	lighting-color: #000;
}
.thumb-pad2 figure > img {
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	padding: 0;
	width: 100%;
}
.thumb-pad2 figure > .sp1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	-webkit-transform: rotate(63deg);
	-moz-transform: rotate(63deg);
	-o-transform: rotate(63deg);
	-ms-transform: rotate(63deg);
	transform: rotate(63deg);
	border-style: solid;
	border-width: 12px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff0000 rgba(0, 0, 0, 0);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transition-delay: 200ms;
	opacity: 1;
}
.thumb-pad2 .thumbnail .caption {
	padding: 5px 0 0 0;
	color: #989A96;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	text-align: center;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: .5em;
	word-spacing: 1px;
	letter-spacing: 1px;
	color:#000;
}
.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font: 18px 'Jockey One', sans-serif;
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #FFF;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumb-pad2 .thumbnail .caption {
	color: #fff;
}
.btn1:hover {
	color:#ff0000;
}
/*  GRID OF TWO   ============================================================================= */
.col_1_of_2{
	display: block;
	float:left;
	margin:0% 0 0% 3.6%;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width: 48.2%;
}
.span_1_of_2  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_2{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_2 {
		width:94%;
		padding:3%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_2 {
		width: 100%; 
	}
	.col_1_of_2{ 
		margin: 2% 0 2% 0%;
	}
	.span_1_of_2 {
		width:92%;
		padding:4%;
	}
}
.content-middle{
	padding-top: 79px;
	padding-bottom: 91px;
	background: #FFF;
}
.thumb-pad3 {
	text-align: center;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.thumb-pad3 figure {
	margin: 0;
	position: relative;
	z-index: 1;
	border-radius: 470px;
	-webkit-border-radius: 470px;
	-moz-border-radius: 470px;
	-o-border-radius: 470px;
	overflow: hidden;
	display: inline-block;
}
.thumb-pad3 figure > img {
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	padding: 0;
	width: 100%;
}
.thumb-pad3 figure > .sp1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 470px;
	-webkit-border-radius: 470px;
	-moz-border-radius: 470px;
	-o-border-radius: 470px;
	-webkit-transform: rotate(63deg);
	-moz-transform: rotate(63deg);
	-o-transform: rotate(63deg);
	-ms-transform: rotate(63deg);
	transform: rotate(63deg);
	border-style: solid;
	border-width: 12px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff0000 rgba(0, 0, 0, 0);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transition-delay: 200ms;
	opacity: 1;
}
.title1 {
	font-family: 'bebas_neueregular';
	font-size:5em;
	color:#ff0000;
	margin: 0;
}
.title2 {
	font-family: 'bebas_neueregular';
	font-size:3em;
	color: #000;
	margin: 0 0 37px 0;
}

.title10{
	font-family: 'bebas_neueregular';
	font-size:11em;
	color:#fff;
	margin: 0;
	margin-top: 17px;
}
.title20{
	font-family: 'bebas_neueregular';
	font-size:4em;
	color: #ff0000;
	margin: 0 0 10px 0;
}
.title30{
	font-family: 'bebas_neueregular';
	font-size:1em;
	color: #ff0000;
	margin: 0 0 10px 0;
}
.btn {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 20px 51px 20px 52px;
	font-family: 'bebas_neueregular';
	margin: 0;
	text-shadow: none;
	color: #FFF;
	border: none;
	text-transform: none;
	background: #ff0000;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-size:1.5em;
}
.btn:hover {
	color: #ff0000;
	text-decoration: none;
	background: #151515 !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*  GRID OF Content and sidebar   ============================================================================= */
.cont{
	display: block;
	float:left;
}
.lsidebar{
	display: block;
	float:left;
	margin:0% 3.6% 0% 0;
} 	
.span_2_of_bottom {
	width:  67.1%;
}
.span_1_of_bottom {
	width: 29.2%;
}
.span_2_of_bottom  h2,
.span_1_of_bottom  h2 {
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_2_of_bottom p,
.span_1_of_bottom  p  {
	font-size: 18px;
	padding:0.5em 0;
	color: #fff;
	line-height: 1.5em;
	word-spacing: 1px;
	letter-spacing: 1px;
	text-align: justify;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.cont{ 
		margin: 1% 0 1% 0%;
	}
	.lsidebar{
		margin:0;
	}
	.span_2_of_bottom {
		width:94%;
		padding:3%;  
	}
	.span_1_of_bottom {
		width:94%;
		padding:3%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.cont{ 
		margin: 1% 0 1% 0%;
	}
	.lsidebar{
		margin:0;
	}
	.span_2_of_bottom {
		width:92%;
		padding:4%;
	}
	.span_1_of_bottom {
		width:92%;
		padding:4%;
	}
}
.content-bottom{
	background: #151515;
	padding: 3% 0;
}
.thumb-pad4 {
	text-align: center;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.thumb-pad4 figure {
	margin: 0;
	position: relative;
	z-index: 1;
	border-radius: 230px;
	-webkit-border-radius: 230px;
	-moz-border-radius: 230px;
	-o-border-radius: 230px;
	border:2px solid #ff0000;
	overflow: hidden;
	padding: 3em;
	display: inline-block;
}
.thumb-pad4 figure > img {
	padding: 0;
	width: 100%;
}
.thumb-pad4 figure > .sp1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius:230px;
	-webkit-border-radius:230px;
	-moz-border-radius:230px;
	-o-border-radius:230px;
	-webkit-transform: rotate(63deg);
	-moz-transform: rotate(63deg);
	-o-transform: rotate(63deg);
	-ms-transform: rotate(63deg);
	transform: rotate(63deg);
	border-style: solid;
	border-width: 12px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff0000 rgba(0, 0, 0, 0);
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transition-delay: 200ms;
	opacity: 1;
}
.title3 {
	font-family: 'bebas_neueregular';
	font-size:3em;
	color: #ffffff;
	margin: 0 0 37px 0;
}
.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font: 15px "PT Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #000;
	border: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	padding-top: 15px;
}
.btn2:hover {
	color:#333;
}
/*--footer--*/
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_4 {
	width: 23.8%;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
ul.first li {
	background:url(../images/top-link-marker.gif) no-repeat 0 5px;
	line-height: 0.8em;
	padding: 0 0 15px 13px;
}
ul.first li a {
	color: #000;
	font-size: 15px;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
.span_1_of_4 ul li a:hover {
	color:#ff0000;
}
.span_1_of_4 h3 {
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'bebas_neueregular';
	font-size:2em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	color: #000;
}
ul.last li span {
	font-size: 1em;
	color:#000;
	cursor: pointer;
	margin: 10px 0;
	display: block;
}
ul.last li span:hover {
	color:#ff0000;
}
ul.last li span {
	background:none;
}
.copy {
	text-align: center;
	font-size: 15px;
	padding:2% 0;
}
.copy p a {
	color:#ff0000;
}
.copy p a:hover {
	color:#333;
}
.footer-top {
	padding-top: 3%;
	border-bottom: 1px solid #DADADA;
}
/*--about--*/
.col:first-child {
	margin-left: 0;
}
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_about {
	width: 73.2%;
	margin-right: 3%;
}
.span_1_of_about h3 {
	color: #000;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.about-img {
	width: 29%;
	float: left;
	margin-right: 3%;
}
.about-desc {
	width: 68%;
	float: left;
	margin-right: 0;
}
.about-desc p {
	color:#000;
	font-size: 16.5px;
	line-height: 1.8em;
	word-spacing: .5px;
	letter-spacing: .5px;
	text-align: left;
}
.span_1_of_about1 {
	width: 23.2%;
}
.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.span_1_of_about1 h3 {
	color: #ffffff;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.comments-custom li {
	overflow: hidden;
	margin: 0;
	padding: 0px 0 25px 0;
	border-bottom: none;
	background: none;
}
.comments-custom.unstyled .icon {
	background: url(../images/comment.png) no-repeat 0 50%;
	width: 37px;
	height: 70px;
	float: left;
	border-right: 1px solid #464545;
	padding: 0 8px 0 0;
	margin: 0 10px 0 0;
}
.right-text {
	width: 82%;
	float: left;
}
.comments-custom.unstyled .comments-custom_h {
	color:#fff;
	font-size: 15px;
	margin: -2px 0 0 0;
}
.comments-custom.unstyled .comments-custom_txt {
	padding: 2px 0 0 0;
	font-size: 13px;
	line-height: 1.5em;
}
.comments-custom.unstyled .comments-custom_txt a {
	color: #000;
}
.comments-custom.unstyled .comments-custom_txt a:hover{
	color:#ff0000;
}
.comments-custom time {
	font-size: 11px;
	color:#fff;
}
.about-topgrid1 {
	width: 29%;
	float: left;
	margin-right: 5%;
}
.about-topgrid1 h3 {
	color: #ffffff;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.about-topgrid1 img {
	margin-bottom: 20px;
}
.about-topgrid1 h5 {
	color: #fff;
	font-size: 13px;
	line-height: 1.5em;
	padding-bottom: 15px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.about-topgrid1 p {
	font-size: 0.8125em;
	color:#fff;
	line-height: 1.5em;
	padding: 4px 0px 8px 0px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.about-histore {
	float: left;
	width: 30%;
}
.about-histore h3 {
	color: #ffffff;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.about-histore ul li span {
	color: #000;
	font-size: 20px;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	float: left;
	width: 15%;
}
.about-histore ul li p {
	font-size: 1.5em;
	color:#000;
	line-height: 1.5em;
	padding: 10px 10px 10px 10px;
	float: right;
	width: 65%;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.about-services {
	width: 30%;
	float: left;
	margin-left: 5%;
}
.about-services h3 {
	color: #ff0000;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.questions {
	margin: 10px 0 3px 0;
}
.questions h4 {
	color: #ffffff;
	font-size: 1em;
	margin-bottom: 5px;
	font-weight: normal;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.questions p {
	font-size: .75em;
	color: #000;
	line-height: 1.5em;
	padding: 4px 0px 8px 0px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.about{
	padding:3% 0;
}
/*--gallery--**/
.grid_1_of_4:first-child {
	margin-left: 0;
}
.images_1_of_4 {
	width: 23.8%;
	position: relative;
}
.grid_1_of_4 {
	display: block;
	float: left;
	margin: 2% 0 2% 1.6%;
}
.images_1_of_4 img {
	max-width: 100%;
	display: block;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	background: rgba(64, 72, 109, 0.61);
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/zoom.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.images_1_of_4 .zoom-icon {
	top: -50px;
	width:100%;
	height: 182px;	
}
.images_1_of_4 a:hover .zoom-icon {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.grid_1_of_4 h4 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
	color:#000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.grid_1_of_4 h4:hover {
	color:#ff0000;
}
.grid_1_of_4 p {
	font-size: 15px;
	padding: 0.2em 0em 1.2em 0em;
	color: #fff;
	line-height: 1.6em;
	word-spacing: 1px;
	letter-spacing: 1px;
}
.link {
	background: url(../images/list-arrow.gif) no-repeat 100% 8px;
	display: inline-block;
	padding: 0 10px 0 0;
	line-height: 19px;
	font-size: 14px;
	font-style: normal;
	color:#000;
}
.link:hover {
	text-decoration:none;
	color: #ff0000;
}
.heading4 h2{
	color: #ff0000;
	font-size:2em;
	font-family: 'bebas_neueregular';
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col1{
	display: block;
	float:left;
	margin:1% 0;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_contact {
	width: 67.1%;
}
.span_1_of_contact{
	width: 29.2%;
	margin-right: 3.6%;
}
.span_2_of_contact  h3,
.span_1_of_contact  h3 {
	color: #000;
	font-size:2em;
	margin-bottom: 20px;
	font-family: 'bebas_neueregular';
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color:#989A96;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:none;
	border: none;
	outline:none;
	color:#989A96;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.company_address p{
	font-size:1em;
	color:#000;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:94%;
		padding:3%; 
	}
	.col1{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:94%;
		padding:3%; 
	}
	.col1{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact{
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:90%;
		padding:5%; 
	}
	.col1 { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
.contact-left1 h3{
	margin-bottom:8px;
}
.contact-left h3 {
	color: #000;
	font-size:2em;
	margin-bottom:8px;
	font-family: 'bebas_neueregular';
}
.contact-left{
	margin-bottom:20px;
}
/*--404--*/
.page-not-found {
	padding: 30px 0;
}
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
}
/*--responsive--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}	
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}	
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size: 8em;
	}
	.title10 {
		font-size: 8em;
	}
	.thumbnail h1 {
		font-size: 3em;
	}
	.title2 {
		font-size: 3em;
	}
	.title20 {
		font-size: 3em;
	}
	.title3 {
		font-size: 2em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 77%;
	}
	.about-bottom{
		padding-top:2%;
	}
	.grid_1_of_4 h4 {
		font-size: 20px;
	}
	.images_1_of_4 .zoom-icon {
		height: 135px;
	}
	#cssmenu a {
		padding: 0 37px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size:6em;
	}
	.title10 {
		font-size:6em;
	}
	#cssmenu a {
		padding: 0 27px;
	}
	.thumbnail h1 {
		font-size: 3em;
	}
	.title2 {
		font-size: 3em;
	}
	.title20 {
		font-size: 3em;
	}
	.title3 {
		font-size: 2em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 71%;
	}
	.about-bottom{
		padding-top:4%;
	}
	.grid_1_of_4 h4 {
		font-size: 20px;
	}
	.images_1_of_4 .zoom-icon {
		height: 135px;
	}
	.logo {
		padding:15px 10px;
	}
	#cssmenu {
		padding-top: 24px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size:6em;
	}
	.title10 {
		font-size:6em;
	}
	#cssmenu a {
		padding: 0 19px;
		font-size: 1.2em;
	}
	.thumbnail h1 {
		font-size: 3em;
	}
	.title2 {
		font-size: 3em;
	}
	.title20 {
		font-size: 3em;
	}
	.title3 {
		font-size: 2em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 71%;
	}
	.about-bottom{
		padding-top:4%;
	}
	.grid_1_of_4 h4 {
		font-size: 20px;
	}
	.images_1_of_4 .zoom-icon {
		height: 170px;
		left: -140px;
	}
	.logo {
		padding:15px 10px;
		width: 37%;
	}
	#cssmenu {
		padding-top: 13px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.menu {
		width:55%;
	}
	.span_1_of_about {
		width:100%;
	}
	.span_1_of_about1 {
		width:100%;
	}
	.about-topgrid1 {
		width:100%;
		float:none;
		margin-right:0%;
	}
	.about-histore {
		float:none;
		width:100%;
	}
	.about-services {
		width:100%;
		float: left;
		margin-left: 0%;
	}
	.images_1_of_4 {
		width:100%;
		position: relative;
	}
	.thumb-pad2 .thumbnail {
		margin: 0 0 50px 0;
		padding-top: 40px;
	}
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size:6em;
	}
	.title10 {
		font-size:6em;
	}
	#cssmenu a {
		padding: 0 19px;
	}
	.thumbnail h1 {
		font-size: 3em;
	}
	.title2 {
		font-size:2em;
	}
	.title20 {
		font-size:2em;
	}
	.title3 {
		font-size: 2em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 71%;
	}
	.about-bottom{
		padding-top:4%;
	}
	.grid_1_of_4 h4 {
		font-size: 20px;
	}
	.images_1_of_4 .zoom-icon {
		height: 170px;
		left: -60px;
	}
	.logo {
		padding:15px 10px;
		float:none;
	}
	#cssmenu {
		padding-top: 13px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.menu {
		width:100%;
		float:none;
	}
	.span_1_of_about {
		width:100%;
	}
	.span_1_of_about1 {
		width:100%;
	}
	.about-topgrid1 {
		width:100%;
		float:none;
		margin-right:0%;
	}
	.about-histore {
		float:none;
		width:100%;
	}
	.about-services {
		width:100%;
		float: left;
		margin-left: 0%;
	}
	.images_1_of_4 {
		width:100%;
		position: relative;
	}
	.span_1_of_4 {
		width:100%;
	}
	.thumb-pad2 .thumbnail {
		margin: 0 0 50px 0;
		padding-top: 40px;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}	
	.title1 {
		font-size:4em;
	}
	.title10 {
		font-size:4em;
	}
	#cssmenu a {
		padding: 0 15px;
	}
	.thumbnail h1 {
		font-size: 3em;
	}
	.title2 {
		font-size:2em;
	}
	.title20{
		font-size:2em;
	}
	.title3 {
		font-size:1.5em;
	}
	.span_1_of_about1 h3 {
		font-size: 1.5em;
	}
	.right-text {
		width: 71%;
	}
	.about-bottom{
		padding-top:4%;
	}
	.grid_1_of_4 h4 {
		font-size: 20px;
	}
	.images_1_of_4 .zoom-icon {
		height: 170px;
		left: -10px;
	}
	.logo {
		padding:15px 10px;
		float:none;
	}
	#cssmenu {
		padding-top: 13px;
	}
	.about-desc {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.menu {
		width:100%;
		float:none;
	}
	.span_1_of_about {
		width:100%;
	}
	.span_1_of_about1 {
		width:100%;
	}
	.about-topgrid1 {
		width:100%;
		float:none;
		margin-right:0%;
	}
	.about-histore {
		float:none;
		width:100%;
	}
	.about-services {
		width:100%;
		float: left;
		margin-left: 0%;
	}
	.images_1_of_4 {
		width:100%;
		position: relative;
	}
	.span_1_of_4 {
		width:100%;
	}
	.btn {
		padding: 10px 25px 10px 25px;
	}
	.thumb-pad2 .thumbnail {
		margin: 0 0 50px 0;
		padding-top: 40px;
	}
}