/*
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*/


body {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
	background: #f1f1f1;
}

.wrap{
	margin:0 auto;
	width:80%;
}

.h_bg{
	background:url('../images/h_bg.png');
	border-bottom: 5px solid rgb(218,37,29);
}

.header{
	padding:3% 4%;
}

.logo{
	float:left;
}


/*h_nav*/


.h_nav{
	width: 62%;
	float:right;
	margin-top: 2%;
}

.nav {
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -o-border-radius: 5px;
 border: solid 1px #ff9999;
 background-color: rgb(218,37,29);
 position: relative;
	box-shadow: inset 0px 0px 0px 1px #e50000, 0px 1px 4px 0px #ff9999;
	-webkit-box-shadow: inset 0px 0px 0px 1px #e50000, 0px 1px 4px 0px #ff9999;
	-moz-box-shadow: inset 0px 0px 0px 1px #e50000, 0px 1px 4px 0px #ff9999;
	-o-box-shadow:  inset 0px 0px 0px 1px #e50000, 0px 1px 4px 0px #ff9999;
}


.nav li.active h3 span{
	color:#F51055;
}

.nav li {
	border-right: 1px solid #ff6666;
	width: 19.77777%;
	display: inline-block;
	margin-right: -4px;
}


.nav li:last-child{
	margin-right: 0;
	border-right: none; 
}

.nav li a{
	font-family: 'Poiret One', cursive;
	display: block;
	line-height: 1.8em;
	color: #ffffff;
	font-size: 1.2em;
	padding:6px;
	text-align: center;
	letter-spacing: 1px;
}
.nav li a:hover {
	box-shadow: inset 0 0px 0 #cc0000,inset 0 0 30px #ff6666;
	-webkit-box-shadow: inset 0 0px 0 #cc0000,inset 0 0 30px #ff6666;
	-moz-box-shadow: inset 0 0px 0 #cc0000,inset 0 0 30px #ff6666;
	-o-box-shadow: inset 0 0px 0 #cc0000,inset 0 0 30px #ff6666;	
	color: #ffffff;
}


/*main*/


.main_bg{
	background: rgb(193,194,199);
	background: -moz-linear-gradient(top,  rgba(193,194,199,1) 1%, rgba(210,210,214,1) 18%, rgba(234,235,235,1) 68%, rgba(241,242,243,1) 82%, rgba(244,245,245,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(193,194,199,1)), color-stop(18%,rgba(210,210,214,1)), color-stop(68%,rgba(234,235,235,1)), color-stop(82%,rgba(241,242,243,1)), color-stop(99%,rgba(244,245,245,1)));
	background: -webkit-linear-gradient(top,  rgba(193,194,199,1) 1%,rgba(210,210,214,1) 18%,rgba(234,235,235,1) 68%,rgba(241,242,243,1) 82%,rgba(244,245,245,1) 99%);
	background: -o-linear-gradient(top,  rgba(193,194,199,1) 1%,rgba(210,210,214,1) 18%,rgba(234,235,235,1) 68%,rgba(241,242,243,1) 82%,rgba(244,245,245,1) 99%);
	background: -ms-linear-gradient(top,  rgba(193,194,199,1) 1%,rgba(210,210,214,1) 18%,rgba(234,235,235,1) 68%,rgba(241,242,243,1) 82%,rgba(244,245,245,1) 99%);
	background: linear-gradient(to bottom,  rgba(193,194,199,1) 1%,rgba(210,210,214,1) 18%,rgba(234,235,235,1) 68%,rgba(241,242,243,1) 82%,rgba(244,245,245,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c2c7', endColorstr='#f4f5f5',GradientType=0 );
}


.main{
	padding: 4%;
}
.c_text{
	float:left;
}


.c_text h2{
	font-size: 4em;
	color: #636363;
	text-transform: capitalize;
	font-family: 'Poiret One', cursive;
	text-shadow: 0 1px 0 #F1F1F1;
	margin-bottom: 4%;
}


.c_text h3{
	font-size: 3em;
	color: #7C7C7C;
	text-transform: capitalize;
	font-family: 'Poiret One', cursive;
	text-shadow: 0 1px 0 #F1F1F1;
}


/*saetch*/


.srch{
	float: right;
	margin-top:2%;
	width: 26%;
}


.searchbox{
	position: relative;
	width: 100%;
}

.searchbox input[type="text"]{
	height:18px;
    position:relative;
    width:66.333%;
    padding:10px;
    font-size:14px;
    color:#333333;
    text-transform:capitalize;
    background: #FFFFFF;
	border: 1px solid #AAAAAA;
}

.searchbox input[type="submit"]{
	position:absolute;
	right:0;
	width:28.333%;
	padding:6px;
    cursor: pointer;
	font-size:16px;
	letter-spacing:1px;
	color: #ffffff;
	background: #34C2B7;
	border: 1px solid #309689;
	font-family: 'Poiret One', cursive;
	height:40px;
    box-shadow: 0 1px 2px rgba(11, 155, 143, 0.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(11, 155, 143, 0.5) inset;
    -moz-box-shadow: 0 1px 2px rgba(11, 155, 143, 0.5) inset;
    -o-box-shadow: 0 1px 2px rgba(11, 155, 143, 0.5) inset;
}


.searchbox input[type="submit"]:hover{		
	background: #3BB9B9;
}	


.search::-webkit-input-placeholder {
     color: #9c9c9c;
}


.search:-moz-placeholder {
     color: #9c9c9c;
}   
 
.search.placeholder {
     color: #9c9c9c !important;
}  

.search:focus{
    border-color: #8badb4;
    background: #fff;
    outline: none;
}	


.grid_album {
	padding-bottom: 2%;
}


.lb-album{
	margin: 0 auto;
}


.lb-album li{
	display:inline-block;
	
position: relative;
	width: 21.333%;
	margin: 4% 0 0% 4%;
}


.lb-album li:first-child{
	margin-left:0;
}


.lb-album li > a,
.lb-album li > a img{
	display: block;
}


.lb-album li > a img{
	box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
	-webkit-box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
	-moz-box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
	-o-box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
}


.lb-album li > a{
	position: relative;
}


.lb-album li > a span{
	position: absolute;
	bottom:70px;
	left:110px;
	width:36px;
	height:36px;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}


.lb-album li > a img:hover{
	opacity:0.6;
}


.lb-album li > 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*/
}


.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background:rgba(24, 23, 23, 0.91);
}


.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	position: absolute;
	right:30%;
	top:6%;
	width:27px;
	height:27px;
	background:url('../images/close.png') no-repeat;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}


.lb-overlay img{
	position: relative;
}


.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}


.lb-overlay:target img {
	-webkit-animation: scaleDown 1.2s ease-in-out;
	-moz-animation: scaleDown 1.2s ease-in-out;
	-o-animation: scaleDown 1.2s ease-in-out;
	-ms-animation: scaleDown 1.2s ease-in-out;
	animation: scaleDown 1.2s ease-in-out;
}


.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes scaleDown {
  0% { -webkit-transform: scale(10,10); opacity: 0; }
  100% { -webkit-transform: scale(1,1); opacity: 1; }
}
@-moz-keyframes scaleDown {
  0% { -moz-transform: scale(10,10); opacity: 0; }
  100% { -moz-transform: scale(1,1); opacity: 1; }
}
@-o-keyframes scaleDown {
  0% { -o-transform: scale(10,10); opacity: 0; }
  100% { -o-transform: scale(1,1); opacity: 1; }
}
@-ms-keyframes scaleDown {
  0% { -ms-transform: scale(10,10); opacity: 0; }
  100% { -ms-transform: scale(1,1); opacity: 1; }
}
@keyframes scaleDown {
  0% { transform: scale(10,10); opacity: 0; }
  100% { transform: scale(1,1); opacity: 1; }
}
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}
.main_btm_bg{
	background: #242730; /* Old browsers */
	background: -moz-linear-gradient(top,  #242730 1%, #252832 33%, #282c37 61%, #2e323e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#242730), color-stop(33%,#252832), color-stop(61%,#282c37), color-stop(100%,#2e323e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #242730 1%,#252832 33%,#282c37 61%,#2e323e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #242730 1%,#252832 33%,#282c37 61%,#2e323e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #242730 1%,#252832 33%,#282c37 61%,#2e323e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #242730 1%,#252832 33%,#282c37 61%,#2e323e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242730', endColorstr='#2e323e',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 56px 36px 66px rgba(93, 95, 93, 0.36);
	-webkit-box-shadow: 0px 56px 36px 66px rgba(93, 95, 93, 0.36);
	-moz-box-shadow: 0px 56px 36px 66px rgba(93, 95, 93, 0.36);
	-o-box-shadow: 0px 56px 36px 66px rgba(93, 95, 93, 0.36);
}


.dc-grids {
	margin-bottom: 4%;
}


/*---dc-grids----*/


.dc-grids h2{
	text-align: center;
	font-size: 2.4em;
	color: #ffffff;
	margin-bottom: 4%;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
	letter-spacing: 1px;
}


.dc-head-img{
	float:left;
}
.dc-head-img img{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
}


.dc-head-info{
	float:left;
	margin-left:8%;
}


.dc-head-info h3{
	color:#ff0000;
	font-size: 2.2em;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
}


.dc-head-info span{
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.8em;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
}


.dc-head{
	width: 30.33%;
	float: left;
	margin-right: 3%;
}


.dc-head:nth-child(4){
	margin-right: 0%;
}


.dc-profile {
	margin-top: 4%;
}
.dc-profile p{
	color: #7A7F91;
	font-size: 0.8125em;
	line-height: 1.8em;
}
.main_bg1{
	background: #1d1e26; /* Old browsers */
	background: -moz-linear-gradient(top,  #1d1e26 2%, #21232c 17%, #23252f 38%, #252731 55%, #252832 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#1d1e26), color-stop(17%,#21232c), color-stop(38%,#23252f), color-stop(55%,#252731), color-stop(100%,#252832)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1d1e26 2%,#21232c 17%,#23252f 38%,#252731 55%,#252832 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1d1e26 2%,#21232c 17%,#23252f 38%,#252731 55%,#252832 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1d1e26 2%,#21232c 17%,#23252f 38%,#252731 55%,#252832 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1d1e26 2%,#21232c 17%,#23252f 38%,#252731 55%,#252832 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1e26', endColorstr='#252832',GradientType=0 ); /* IE6-9 */
}
.grids_2{
	margin-bottom: 4%;
}
.grids_2 h2 {
	width:50%;
	margin:0 auto;
	line-height:1.8em;
	text-align: center;
	font-size: 2.4em;
	color: #ffffff;
	margin-bottom: 4%;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.grid_1_of_2{
	display: block;
	float:left;
}
.images_1_of_2 {
	width: 47.333%;
	margin-right: 2.333%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
	border: 1px solid #373C4B;	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.grid_img{
	float:left;
	margin-right:8%;
}
.grid_txt{
	float:left;
	width: 60.333%;
}
.grid_txt h3{
	color: #51F1E5;
	font-size: 2.2em;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
	margin-bottom: 4%;
}
.grid_txt p{
	color: #7A7F91;
	font-size: 0.8125em;
	line-height: 1.8em;
}
/*btn*/
.btn {
	display: block;
	margin: 3% 0;
}
.btn a{
	text-shadow: 0 1px 0 #F1F1F1;	
	font-family: 'Poiret One', cursive;
	font-size: 1.2em;
	color: #e50000;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.btn a:after{
	vertical-align:middle;
	margin:10px 0 0 5px;
	content:url('../images/right_a.png') no-repeat;
}
.btn a:hover{
	color: #0F5E58;
}


/*---*/


.ftr-bg{
	background:#171920;
}


.footer{
	padding: 4%;
}


.social-icons {
	float: left;
}

.social-icons li {
	width:32px;
	height:32px;
	padding: 0px 0 0 10px;
	margin: 0;
	float:left;
	cursor:pointer;
}


.social-icons li.facebook {
	background:url(../images/icon_2.png) no-repeat 0px  -32px;
}


.social-icons li.facebook:hover {
	background:url(../images/icon_2.png) no-repeat 0px  0px;
}
.social-icons li.twitter {
	background:url(../images/icon_4.png) no-repeat 0px  -32px;
}


.social-icons li.twitter:hover {
	background:url(../images/icon_4.png) no-repeat 0px  0px;
}


.social-icons li.googleplus {
	background:url(../images/icon_3.png) no-repeat 0px  -32px;
}


.social-icons li.googleplus:hover {
	background:url(../images/icon_3.png) no-repeat 0px  0px;
}


.social-icons li.contact {
	background:url(../images/icon_1.png) no-repeat 0px  -32px;
}


.social-icons li.contact:hover {
	background:url(../images/icon_1.png) no-repeat 0px  0px;
}


.copy{
	float: right;
}


.copy p{
	color: #7A7F91;
	font-size: 0.8125em;
	line-height: 1.8em;
}


.copy p a{
	color: #ff0000;
}
.copy p a:hover{
	color: #7A7F91;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
}


/**** About ****/


.about{
	display: block;
}


.about-data{
	float:left;
	width:66.1%;
	margin-right:3.6%;
}
.about-img{
	float:left;
	width: 44.2%;
}

.about-data h2{
	text-shadow: 0 1px 0 #ECECEC;
	font-size:3em;
	color: #e50000;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
	margin-bottom: 4%;
}


.about-img img{
	box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
	-webkit-box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
	-moz-box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
	-o-box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
}


.about-desc{
	float: left;
	width: 50.333%;
	margin-right: 4%;
}


.about-desc h4{
	font-family: 'Poiret One', cursive;
	color: #161927;
	font-size: 1.6em;
	text-transform: capitalize;
	margin-bottom: 4%;
}


.about-data p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}


.sidebar{
	float:left;
	width: 30.2%;
}


.sidebar h2{
	text-shadow: 0 1px 0 #ECECEC;
	font-size:3em;
	color: #e50000;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
	margin-bottom: 4%;
}


.blog_heading p.date {
	padding-bottom: 5px;
}

.blog_desc  p  {
	color: #555555;
	font-size: 0.8125em;
	line-height: 1.8em;	
}

.blog_posts {
	margin-bottom: 4%;
}
.blog_heading p span {
	font-family: 'Poiret One', cursive;
	color: #313131;
	font-size: 1.6em;
	text-transform: capitalize;
	text-shadow: 0 1px 0 #ECECEC;
	letter-spacing: 1px;
}
.blog_heading p.date {
	padding: 5px 0 5px;
}
p.date span.author{
	text-decoration: none;
	cursor: pointer;
	font-size: 1.2em;
	text-transform: none;
	font-family: arial;
	color: #109187;
}
p.date span.author:hover{
	color:#777777;		
}
.top{
	margin-top: 4%;
}


/*events*/


.dc-head-info h4{
	text-shadow: 0 1px 0 #ECECEC;
	font-size: 3em;
	color: #e50000;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
}
.dc-profile1 p {
	color: #555555;
	font-size: 0.8125em;
	line-height: 1.8em;
}


/*service*/


.boxes h2{
	text-shadow: 0 1px 0 #ECECEC;
	font-size: 3em;
	color: #e50000;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
}


.boxes p{
	margin-top:8%;
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}


/***Contact*/


.contact{
	margin-bottom:4%;
	display:block;
}


.span_1_of_3 h3{
	text-shadow: 0 1px 0 #ECECEC;
	margin-bottom:4%;
	font-size: 3em;
	color: #e50000;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
}


.span_2_of_3 h3{
	text-shadow: 0 1px 0 #ECECEC;
	font-size: 3em;
	color: #e50000;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
}


form{
	margin-top: 2%;
}

.col{
	display: block;
	float:left;
	margin-left: 4.333%;
}
.col:first-child{
	margin-left:0;
}

.span_2_of_3 {
	width: 64.333%;
}

.span_1_of_3 {
	width: 30.333%;
}

.contact-form{
	position:relative;
	padding-bottom:30px;
}

.contact-form div{
	padding:5px 0;
}

.contact-form span label{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	background: #FAFAFA;
	border: 1px solid rgba(204, 204, 204, 1);
	font-family: Arial, Geneva,Helvetica, sans-serif;
	color: #9C9C9C;
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	-webkit-transition:0.9s;
	-o-transition:0.9s;
	-moz-transition:0.9s;
	transition:0.9s;
	border: 1px solid rgba(253, 203, 72, 0.66);
	box-shadow: 0px 0px 4px rgba(151, 133, 36, 0.34);
	-webkit-box-shadow: 0px 0px 4px rgba(151, 133, 36, 0.34);
	-moz-box-shadow: 0px 0px 4px rgba(151, 133, 36, 0.34);
	-o-box-shadow:0px 0px 4px rgba(151, 133, 36, 0.34);
}
.contact-form input[type="submit"]{
	margin-top: 2%;
	font-family: 'Poiret One', cursive;
	letter-spacing:1px;
	font-size: 16px;
	padding: 10px 20px;
	color: #FFF;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border: solid 1px #43BBB2;
	background-color: #3DD8CC;
	position: relative;
	box-shadow: inset 0px 0px 0px 1px #51f1e5, 0px 1px 4px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: inset 0px 0px 0px 1px #51f1e5, 0px 1px 4px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: inset 0px 0px 0px 1px #51f1e5, 0px 1px 4px 0px rgba(0,0,0,0.10);
	-o-box-shadow: inset 0px 0px 0px 1px #51f1e5, 0px 1px 4px 0px rgba(0,0,0,0.10);
}
.contact-form input[type="submit"]:hover{
	box-shadow: inset 0 0px 0 #37B6AC,inset 0 0 30px #4DCAC0;
	-webkit-box-shadow: inset 0 0px 0 #37B6AC,inset 0 0 30px #4DCAC0;
	-moz-box-shadow: inset 0 0px 0 #37B6AC,inset 0 0 30px #4DCAC0;
	-o-box-shadow: inset 0 0px 0 #37B6AC,inset 0 0 30px #4DCAC0;
	color: #ffffff;
}
.company_address p{
	font-size: 0.8125em;
	color: #555555;
	padding:2px 0;
	line-height: 1.8em;
}
.company_address p span{
	font-size:1.2em;
	cursor:pointer;
	color: #0000ff;
}
.company_address p span:hover{
	text-decoration:none;
	color: #999999;
	-webkit-transition:0.9s;
	-moz-transition:0.9s;
	-o-transition:0.9s;
	transition:0.9s;
}
.map{
	margin-top: 6%;
	margin-bottom:15px;
}
/*details*/
.details h2{
	text-shadow: 0 1px 0 #ECECEC;
	font-size: 3em;
	color: #e50000;
	font-family: 'Poiret One', cursive;
	text-transform: capitalize;
}
.det-pic{
	padding:4% 0;
}
.det-pic img{
	box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
	-webkit-box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
	-moz-box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
	-o-box-shadow: -2px 24px 20px -24px rgba(87, 86, 88, 1);
}
.det-para p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
/*404*/
.page{
	padding:10% 0;
	text-align:center;
}
.page h2{
	font-size: 12em;
	color: #3DD8CC;
	text-shadow: 0 1px 0 #5B706C;
}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.h_nav {
		width: 64%;
	}
	.nav li {
		width: 14.888%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.h_nav {
		width: 60%;
	}
	.nav li {
		width: 14.888%;
	}
	.c_text h2 {
		font-size: 3em;
	}
	.c_text h3 {
		font-size: 2em;
	}
	.dc-head {
		width: 44.33%;
		float: left;
		margin-right: 3%;
		margin-top: 3%;
	}
	.images_1_of_2 {
		width: 100%;
		margin-right:0%;
		margin-bottom: 2%;
	}
	.srch {
		width: 36%;
	}
	.dc-grids h2 {
		font-size: 2em;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.logo {
		float: left;
		width: 28%;
	}
	.nav li {
		width: 18.888%;
	}
	.nav li a {
		font-size: 1em;
		padding: 4px;
	}
	.dc-head {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-top: 0%;
	}
	.dc-profile p {
		margin-bottom: 2%;
	}
	.grids_2 h2 {
		width: 100%;
		line-height:1.5em;
		margin: 0 auto;
		text-align: left;
	}
	.about-data {
		float: none;
		width:100%;
		margin-right:0%;
	}
	.sidebar {
		float: none;
		width:100%;
	}
	.col {
		display: block;
		float:none;
		margin-left: 0%;
	}
	.span_1_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.h_nav {
		width: 66%;
		margin-top: 1%;
	}
	.nav li a {
		font-size: 0.9em;
		padding: 4px;
		font-family: Arial;
	}
	.lb-album li {
		width: 45.333%;
		margin: 2%;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.social-icons {
		float: none;
		text-align:center;
	}
	.copy {
		float: none;
		text-align:center;
	}
}