/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
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: 'redressedregular';
    src:url(../font/Redressed-webfont.ttf) format('truetype');
}
 body{
	font-family:Arial, Helvetica, sans-serif;
 }
  .wrap{
	width:80%;
	margin:0 auto;
	 transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
 }
 .header_top{
 	background:url(../images/header_bg.png);
 }
  .menu{
	 float:right;
	 margin:20px 0;
	 font-family: 'Baumans', cursive;
 }
  .menu li{
	 float:left;
	 position:relative;
 }
  .menu li a{
	  font-size:14px;
	  margin:20px 20px;
	 color:#7C7D7D;
	 transition: all .5s;
	 -webkit-transition: all .5s;
	 -moz-transition: all .5s;
     -o-transition: all .5s;
 }
  .menu li a:hover{
	 color:#FFF;
	 text-shadow:0 1px 0 #686868;
 }
.menu li a:hover:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #FFF;
	border-top: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 10px solid rgba(0, 0, 0, 0)!important;
	border-left: 10px solid rgba(0, 0, 0, 0)!important;
	left: 50%;
	bottom:-20px;
	margin-left: -10px;
}
  .logo{
	float:left;
	font-family: 'Baumans', cursive;
 }
  .logo h1{
	font-size:35px;
	color:#FA448D;
	padding-left:50px;
 }
  .logo h2{
	padding-left:150px;
	font-size: 15px;
	color:#7C7D7D;
	margin-top: -7px;
 }
 .footer{
 	font-family: 'Baumans', cursive;
 	background:url(../images/header_bg.png);
 }
  .copy_right{
	text-align:center;
	padding:15px 0;
 }
  .copy_right p{
	font-size:0.8123em;
	color:#7C7D7D;
 }
  .copy_right p a{
	color:#7C7D7D;
	text-decoration:underline;
 }
  .copy_right p a:hover{
	color:#FFF;
	text-shadow:0 1px 0 #686868;
	text-decoration:none;
 }
 
 /**** Pages Stling ****/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-perspective body  {
	background:#222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.container {
	background-color:#0B0B0B;
	background-image:url(../images/shadow.png);
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.md-modal {
	position: fixed;
	/* position: relative; */
	top: 50%;
	/* top:90%; */
	left: 50%;
	width:60%;
	max-width:100%;
	min-width:320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-show.md-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}
.md-show.md-effect-18 ~ .md-overlay {
	background: rgba(143,27,15,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.d-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}
@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}
@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}
.md-effect-18 .md-content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}
.md-show.md-effect-18 .md-content {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}
@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}
@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}
@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}
.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}
.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}	
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay  {
	-webkit-transform: rotateX(-2deg);
	-moz-transform: rotateX(-2deg);
	-ms-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.md-effect-17 .md-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.md-effect-13 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	-moz-transform: translateZ(-3000px) rotateY(90deg);
	-ms-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}
.md-show.md-effect-13 .md-content {
	-webkit-animation: slit .7s forwards ease-out;
	-moz-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out;
}
@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}
@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}
@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}
/* Content styles */
.md-content {
	color: #fff;
	background-color:#0B0B0B;
	background-image:url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	padding:3%;
}
.md-content h2 {
	padding:0.4em;
	font-size: 2.2em;
	color:#FFF;
	padding:5px 0;
	font-family: 'redressedregular';
}
/**** About Page ****/
.grid1 h3{
	font-size:1.5em;
	color:#FFF;
	padding-bottom:10px;
	font-family: 'redressedregular';
}
.sub_grid1{
	float:left;
	width: 45.2%;
	border-bottom: 1px dotted #585858;
	padding-bottom:15px;
	margin:10px 0;
}
.grid_img{
	float:left;
	width:42%;
}
.grid_data{
	float:left;
	width:53%;
	margin-left:5%;
}
.grid_data p{
	font-size:0.823em;
	color:#797979;
	line-height: 1.8em;
	padding:0px 0
}
.grid_data p span{
	font-size:0.9em;
	color:#FA448D;
	cursor:pointer;
	font-family: 'redressedregular';
}
.grid_data p span:hover{
	color:#FFF;
}
.sub_grid2{
	float:left;
	width: 45.2%;
	border-bottom: 1px dotted #585858;
	padding-bottom:15px;
	margin:10px 0 10px 10px;
}
.divider{
	padding:8px 0;
}
.about-desc{
	padding-bottom:10px;
}
.about-desc h4{
	font-size:1.6em;
	color:#FA448D;
	font-family: 'redressedregular';
	line-height:1.6em;
}
.about-data p{
	font-size:0.823em;
	color:#797979;
	line-height: 1.8em;
	padding:5px 0;
}
.md-close{
	display: block;
	margin: 0 auto;
	position:absolute;
	top:5%;
	right:5%;
	cursor:pointer;
}
/***** Gallery *****/
.grid_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 23.7%;
	padding:0%;
	position:relative; 
}
.images_1_of_4  img{
	max-width:100%;
	display:block;
	outline:none;
}
.images_1_of_4 a{
	outline:none;
}
.images_1_of_4 a img:hover{
	opacity:0.6;
}
.images_1_of_4 a:hover span{
	opacity:1;
	background:url(../images/zoom.png) no-repeat;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/**** Services ****/
.services_desc p{
	color: #999;
	font-size:0.823em;
	line-height:1.8em;
}
.services_desc ul{
	padding-top:10px;
	float:left;
}
.services_desc ul.list2{
	padding-left:15px;
}
.services_desc li{
	font-size:0.8125em;
	color:#fff;
	padding:7px 20px;
	background:url(../images/list-img.png) no-repeat 0px;
	cursor:pointer;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.services_desc li:hover{
    text-decoration:underline;
}
/*  GRID OF TWO   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_2{
	display: block;
	float:left;
	margin: 1% 0 1% 3.6%;
}
.grid_1_of_2:first-child {
	 margin-left: 0;
} 
.images_1_of_2 {
	width: 48.2%;
	padding:0%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.images_1_of_2  p  {
	font-size:0.8125em;
	color:#969696;	
	padding:0.3em 0;
     line-height: 1.8em;
}
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width:57.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 35.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	color:#FFF;
	font-size:1.6em;
	margin-bottom:10px;
	font-family: 'redressedregular';
}
.contact-form{
	position:relative;
	padding-bottom:30px;
	padding-top:15px;
}
.contact-form div{
	padding:10px 0;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:95%;
			background:rgba(252, 252, 252, 0);		
		    border:1px solid #3F3F3F;
			outline:none;
			font-size:0.8em;
			font-family:Arial, Helvetica, sans-serif;			
			color:#FFF;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;
		color:#969696;		
}
  .myButton {
    display: inline-block;
	background:#FA448D;
	font-size:0.85em;
	padding:10px 25px;
	text-transform:uppercase;
	text-shadow:0px 1px 1px rgba(94, 94, 94, 0.9);
	color: #FFF;
	border:none;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
    position:absolute;
    right:0;       
 }
.myButton:hover {
		background:#FFF;
		color:#FA448D;
}
.company_address p{
	 color:#FFF;
	 font-size:0.9em;
	 line-height:1.8em;
}
.company_address p span,.company_address p span a{
	text-decoration:underline;
	color:#EEE;
	cursor:pointer;
}
.contact_info{
	padding-top:30px;
}
.map{
	border:1px solid #CCC;
	margin-bottom:10px;
}

@media all and (max-width:1024px) {
 	.wrap{
 		width:90%;
 	}
 	.md-modal{
 		width:75%;
 	}
}
@media all and (max-width:991px) {
	.services_desc ul.list2 {
		padding-left: 0;
	}
}
@media all and (max-width:800px) {
 	.wrap{
 		width:95%;
 	}
 	.md-modal{
 		width:75%;
	 }
	 .about-desc h4 {
		font-size: 1.4em;
		line-height:1.2;
	 }
}
@media all and (max-width:768px) {
	
	.md-content h2 {
		font-size: 2em;
	}
	.span_2_of_3 {
		width: 100%;
		float: none;
	}
	.span_1_of_3{
		width:70%;
		float: none;
	}
}
@media all and (max-width:736px) {
	.sub_grid1,.sub_grid2 {
		float: none;
		width: 100%;
	}
}
@media all and (max-width:667px) {
	.menu li a {
		margin: 20px 14px;
	}
}

@media all and (max-width:640px) {
	.logo h2 {
		padding-left: 137px;
	}
}

@media all and (max-width:600px) {
	.logo h1 {
		padding-left: 40px;
	}
	.logo h2 {
		padding-left: 109px;
	}
	.menu li a {
		margin: 20px 13px;
	}
	.about-desc h4 {
		font-size: 1.3em;
	}
	.md-content h2 {
		font-size: 2em;
	}
}
@media all and (max-width:568px) {
	.logo {
		float: none;
		text-align: center;
	}
	.logo h1 {
		padding: 5px 0;
	}
	.logo h2 {
		padding-left: 102px;
	}
	.menu {
		float: none;
		margin:0;
		padding: 1em 0 2em;
	}
	.menu li a {
		margin: 0px 15px;
		padding: 0 16px;
	}
	.md-content h2 {
		font-size: 2em;
	}
	.images_1_of_4 {
		width: 46.4%;
		margin: 1%;
	}
	.md-content {
		padding: 5%;
	}
}	

@media all and (max-width:480px) {
	.menu li a {
		padding: 0 7px;
	}
	.images_1_of_2 {
		width: 100%;
		margin: 1% 0;
	}
}


@media all and (max-width:414px) {
	.menu li a {
		margin: 0px 9px;
	}
}
@media all and (max-width:384px) {
	.menu li a {
		margin: 0px 6px;
	}
	.about-desc h4 {
		font-size: 1.2em;
	}
}

@media all and (max-width:375px) {
	.menu li a {
		padding: 0 6px;
	}
	.md-content h2 {
		font-size: 1.8em;
	}
}
@media all and (max-width:320px) {
	.menu li a {
		padding: 0 1px;
	}
	.logo h2 {
		padding-left: 73px;
	}
}


	