/* 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,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:top;}

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}

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{color:#000000; 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, Helvetica, sans-serif;

	background:#3B1E2D;

}


.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;

}

ul{
	margin:0;
	list-style-position: outside;
	margin-bottom:auto;
	list-style-type:disc;
	padding:0 0 0 5%;
	line-height:27px;
}

ol{
	margin:10px;
	list-style-position: outside;
	margin-bottom:auto;
	list-style-type: decimal;
	padding:0 0 0 5%;
	line-height:27px;
}

#example { width: 100%; }
#example iframe {
width: 400px;
height: 360px;
float: right;
margin: 30px 30px;
}


#example-r { width: 100%; }
#example-r iframe {
float: right;
margin: 5px 5px;
}


#example-l { width: 100%; }
#example-l iframe {
float: left;
margin: 5px 5px;
}


.wrapper-box{
	background:#fff;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 0;
	padding-left: 4%;

}

.banner{

	background:#fff;

	padding-bottom:3%;

}

.logo{

	float:left;

	width: 75%;

}

.header-top{

	padding: 2% 0;

}

/*--menu--*/

#cssmenu ul {list-style:none; margin: 0; padding: 0;}

#cssmenu li {

  margin: 0;

  padding: 0;

}

#cssmenu a {

  margin: 0;

  padding: 0;

}

#cssmenu ul {

  list-style: none;

}

#cssmenu a {

  text-decoration: none;

}

#cssmenu {

  height: 70px;

		text-align:center;

	width: 100%;

}

#cssmenu > ul > li {

		float:none;
		display:inline-block;

  z-index: 99;

  position: relative;

  font-family: 'Open Sans', sans-serif;

}

#cssmenu > ul > li > a {

  color:#000000;

	font-size: 16px;

  font-weight: 600;

  line-height: 70px;

  padding:10px 10px;

  -webkit-transition: color .15s;

  -moz-transition: color .15s;

  -o-transition: color .15s;

  transition: color .15s;

  text-transform: uppercase;

}

#cssmenu li.active a, #cssmenu li a:hover{

	 color:#FFFFFF;

	 background:#000000;

}

#cssmenu > ul > li > ul {

  opacity: 0;

  visibility: hidden;

  padding: 16px 0 20px 0;

  background-color: #fafafa;

  text-align: left;

  position: absolute;

  top: 55px;

  left: 50%;

  margin-left: -130px;

  width: 250px;

  -webkit-transition: all .3s .1s;

  -moz-transition: all .3s .1s;

  -o-transition: all .3s .1s;

  transition: all .3s .1s;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);

  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);

  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);

}

#cssmenu > ul > li:hover > ul {

  opacity: 1;

  top:70px;

  visibility: visible;

}

#cssmenu > ul > li > ul:before {

  content: '';

  display: block;

  border-color: transparent transparent #fafafa transparent;

  border-style: solid;

  border-width: 10px;

  position: absolute;

  top: -20px;

  left: 50%;

  margin-left: -10px;

}

#cssmenu > ul ul > li {

  position: relative;

}

#cssmenu ul ul a {

  color: #323232;

  font-family: 'Open Sans', sans-serif;

  font-size: 18px;

  background-color: #fafafa;

  padding: 5px 3px 3px 16px;

  display: block;

  -webkit-transition: background-color 0.1s;

  -moz-transition: background-color 0.1s;

  -o-transition: background-color 0.1s;

  transition: background-color 0.1s;

}

#cssmenu ul ul a:hover {

  background-color: #f0f0f0;

}

#cssmenu ul ul ul {

  visibility: hidden;

  opacity: 0;

  position: absolute;

  top: -16px;

  left: 206px;

  padding: 16px 0 20px 0;

  background-color: #fafafa;

  text-align: left;

  width: 180px;

  -webkit-transition: all .3s;

  -moz-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);

  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);

  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);

}

#cssmenu ul ul > li:hover > ul {

  opacity: 1;

  left: 190px;

  visibility: visible;

}

#cssmenu ul ul a:hover {

  background-color:#3B1E2D;

  color: #f0f0f0;

}

.header-bottom{

	background-color: #FFFFFF;
	margin-bottom: 20px;
	height:60px;

}

.follow_icon {

	list-style: none;

	padding-bottom:10px;

	float: right;

}

.follow_icon li {

	display:inline-block;

	margin-left:1px;

	padding-top: 1.7%;

}

.follow_icon li :hover{

	opacity:0.7;

}

.follow_icon li a img {

	vertical-align: middle;

}

.search_box {

	margin-top: 18px;

	border: 1px solid #D2D2D2;

	position: relative;

	float:right;

}

.search_box form input[type="text"] {

	border: none;

	outline: none;

	background: none;

	font-size: 0.85em;

	color: #ACACAC;

	width: 74%;

	padding: 9px;

	-webkit-apperance: none;

}

.search_box form input[type="submit"] {

	border: none;

	cursor: pointer;

	background: url(../images/search.png) no-repeat 0px 12px;

	position: absolute;

	right: 0;

	width: 25px;

	height: 32px;

}

/*--content--*/

/*  GRID OF FOUR   ============================================================================= */

.content-top{

	margin-bottom:3%;

}

.col_1_of_4{

	display: block;

	float:left;

	margin: 1% 0 1% 1.6%;

}

.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

.col_1_of_6{

	display: block;

	float:left;

	margin-top: 1%;

	margin-right: 1.6%;

	margin-bottom: 1%;

	margin-left: 1.3%;

}

.col_1_of_6:first-child { margin-left: 0; } /* all browsers except IE6 and lower */



.span_1_of_4 {

	width: 23.8%;

}



.span_1_of_6 {

	width: 17%;

}



.footer-box{
	position:relative;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 0;
	background-color: #1C6C7A;
}



.footer-top h3{

	margin-bottom: 20px;

	font-weight: 600;

	font-family: 'Open Sans', sans-serif;

	font-size:1.1em;

	line-height: 1.2;

	margin-top: 0px;

	letter-spacing: -1px;

	color:#373737;

}


.footer-top a{text-decoration:none;}


.span_1_of_4  h3{

	margin-bottom: 20px;

	font-weight: 600;

	font-family: 'Open Sans', sans-serif;

	font-size:1.1em;

	line-height: 1.2;

	margin-top: 0px;

	letter-spacing: -1px;

	color:#373737;

}

.span_1_of_6  h3{

	margin-bottom: 20px;

	font-weight: 600;

	font-family: 'Open Sans', sans-serif;

	font-size:1.1em;

	line-height: 1.2;

	margin-top: 0px;

	letter-spacing: -1px;

	color:#373737;

}



.title-img {

	margin-bottom: 10px;

}

.title {

	color: #FFF;

	width:15%;

	margin: 0;

	overflow: hidden;

	float: left;

}

.title-desc {

	float: left;

}

.title-desc p{

	font-size: 18px;

	font-weight: 600;

	font-family: "Segoe UI";

	color:#333333;

	text-transform: uppercase;

}

h4.head {

	color: #60B6E6;

	font: 12px/12px Arial,Helvetica,sans-serif;

	margin: 0;

	margin-bottom:10px;

	text-transform: uppercase;	

}

hr {
	margin:15px 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-bottom-color: #CCCCCC;

}

.btn.btn-primary {

	box-shadow: none;

	background: none;

	position: relative;

	display: inline-block;

	padding:10px 20px;

	font: 13px Arial,Helvetica,sans-serif;

	color: #FFF;

	border: none;

	background-color: #BAD9ED;

	letter-spacing: 0;

	text-transform: uppercase;

	text-shadow: none;

	text-decoration: none!important;

	-webkit-border-radius: 7px;

	-moz-border-radius: 7px;

	border-radius: 7px;

	-webkit-transition: all 0.35s ease;

	-moz-transition: all 0.35s ease;

	-o-transition: all 0.35s ease;

	transition: all 0.35s ease;

}

.btn.btn-primary:hover {

	background: none;

	color: #FFF;

	background-color: #D9155C;

	-webkit-transition: all 0.35s ease;

	-moz-transition: all 0.35s ease;

	-o-transition: all 0.35s ease;

	transition: all 0.35s ease;

}

/*  GRID OF THREE   ============================================================================= */

.col_1_of_3{

	display: block;

	float:left;

	margin: 1% 0 1% 1.6%;

}

.col_1_of_3:first-child { margin-left: 0; }

.span_1_of_3 {

	width: 29.9999%;

}

.span_1_of_first {

	width: 29.2%;

	padding:1.5%; 

	background-color: #3A3A3A;

	margin-right: 4.5%;

}

.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;

}

p.title1 {

	font-size:100px;

	color: #FFF;

	letter-spacing: -4px;

	margin-bottom: 5px;

	font-family: 'Open Sans', sans-serif;

	font-weight:600;

}

.title2 {

	font-size:30px;

	color: #FFF;

	text-transform: uppercase;

	margin-top: -16px;

	letter-spacing: -1px;

	font-family: 'Open Sans', sans-serif;

	font-weight:600;		

}

.span_1_of_first hr {

	margin: 17px 0 25px 0;

	border-bottom: none;

	border-color: #8C8C8C;

}

.span_1_of_first  h4 {

	color: #FFF;

	margin-bottom: 15px;

	text-transform:uppercase;

	font-size: 13px;

}

p.para{

	color: #999;

	font-size: 13px;

	line-height: 1.5em;

	margin-bottom: 19px;

}

.btn-link {

	box-shadow: none;

	position: relative;

	text-decoration: underline;

	padding: 0;

	font-size:13px;

	color: #FFF;

	text-transform: uppercase;

	text-decoration: none;

	border: none;

	letter-spacing: 0;

	text-shadow: none;

	padding-left: 16px;

	display: inline-block;

	background: url(../images/more.png) left center no-repeat;

	-webkit-transition: all 0.2s ease!important;

	-moz-transition: all 0.2s ease!important;

	-o-transition: all 0.2s ease!important;

	transition: all 0.2s ease!important;

}

.btn-link:hover {

	color: #D9155C;

}

.middle-desc{

	overflow: hidden;

	

width: 85%;

	float: left;

}

.title-desc1 p {

	font-size: 1.1em;

	font-family: 'Open Sans', sans-serif;

	color: #333;

	text-transform: uppercase;

	margin-bottom:5px;

}

.sub-desc p {

	font-size: 0.8125em;

	padding: 0.5em 0;

	color: #A0A0A0;

	line-height: 1.5em;

}

/*--content-bottom**/

/*  GRID OF THREE   ============================================================================= */

.col_1_of_bottom{

	display: block;

	float:left;

	margin: 1% 0 1% 1.6%;

	background: #F2F6F9;

}

.col_1_of_bottom:first-child { margin-left: 0; }



.span_1_of_bottom {

	width: 20%;

	padding:1.5%; 

}

.span_1_of_last {

	width: 20%;

	padding:1.5%; 

	background: #D9155C;

	-webkit-transition: all 0.4s ease;

	-moz-transition: all 0.4s ease;

	-o-transition: all 0.4s ease;

	transition: all 0.4s ease;

}

.span_1_of_bottom:hover  {

	background:#3B1E2D;

	-webkit-transition: all 0.4s ease;

	-moz-transition: all 0.4s ease;

	-o-transition: all 0.4s ease;

	transition: all 0.4s ease;

	color:#fff;

}

.span_1_of_bottom h5{

	font-size:1.3em;

	text-transform:uppercase;

}

.span_1_of_bottom:hover p{

	color:#fff;

}

.span_1_of_bottom img{

	padding-bottom:7%;

}

.span_1_of_last:hover  {

	background:#D9155C;

	-webkit-transition: all 0.4s ease;

	-moz-transition: all 0.4s ease;

	-o-transition: all 0.4s ease;

	transition: all 0.4s ease;

	color:#fff;

}

.span_1_of_last h5{

	font-size:1.3em;

	text-transform:uppercase;

	color:#fff;

}

.span_1_of_last:hover p{

	color:#fff;

}

.span_1_of_last img{

	padding-bottom:7%;

}

.span_1_of_last p {

	font-size: 13px;

	padding: 0.5em 0;

	color: #fff;

	line-height: 1.5em;

	text-transform: uppercase;

}

.btn-link2 {

	box-shadow: none;

	position: relative;

	text-decoration: underline;

	padding: 0;

	font-size: 13px;

	color:#fff;

	text-transform: uppercase;

	text-decoration: none;

	border: none;

	letter-spacing: 0;

	text-shadow: none;

	padding-left: 16px;

	display: inline-block;

	background: url(../images/more1.png) left center no-repeat;

	-webkit-transition: all 0.2s ease!important;

	-moz-transition: all 0.2s ease!important;

	-o-transition: all 0.2s ease!important;

	transition: all 0.2s ease!important;

}

.btn-link2:hover {

	text-decoration:underline;

}

.span_1_of_bottom  p  {
	font-size:13px;
	color: #333;
	text-transform:uppercase;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;

}

.span_1_of_bottom .btn-link1 {

	box-shadow: none;

	position: relative;

	text-decoration: underline;

	padding: 0;

	font-size: 13px;

	color:#333;

	text-transform: uppercase;

	text-decoration: none;

	border: none;

	letter-spacing: 0;

	text-shadow: none;

	padding-left: 16px;

	display: inline-block;

	background: url(../images/more1.png) left center no-repeat;

	-webkit-transition: all 0.2s ease!important;

	-moz-transition: all 0.2s ease!important;

	-o-transition: all 0.2s ease!important;

	transition: all 0.2s ease!important;

}

.span_1_of_bottom .btn-link1:hover{

	color:#fff;

} 

.main_link{

	margin-bottom:2%;

}

.content-middle{

	margin-bottom:20px;

}

.content-bottom{

	margin-bottom:2%;

}

/*--footer--*/

.footer{

	border-top: 1px solid #DADADA;

}

.span_1_of_4 ul li {
	line-height: 1em;
	padding: 0 0 19px 13px;
	background-repeat: no-repeat;
}

.span_1_of_4 ul li a {

	color: #A0A0A0;

	font-size: 13px;

	-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:#333;

}

.span_1_of_6 ul li {

	background: url(../images/marker.png)no-repeat;

	line-height: 0.4em;

	padding: 0 0 19px 13px;

}

.span_1_of_6 ul li a {

	color: #A0A0A0;

	font-size: 13px;

	-moz-transition: background 0.5s ease;

	-o-transition: background 0.5s ease;

	-webkit-transition: background 0.5s ease;

}

.span_1_of_6 ul li a:hover {

	color:#333;

}



ul.list3 li {

	font-size: 12px;

	background:none;

}

.list3 li>img {

	float: left;

	margin-right: 13px;

	margin-top: 4px;

}

.extra-wrap {

	overflow: hidden;

}

.extra-wrap p {

	font-size:13px;

}

.copy {

	text-align: right;

	font-size: 12px;

	padding-top: 0.4%;

	padding-right: 0;

	padding-left: 0;

}

.copy p a {

	color:#D9155C;

	font-size:13px;

}

.footer-top {

	padding-top: 2%;

	border-bottom: 1px solid #DADADA

}

.copy p a:hover {

	color:#333;

}

/*--about--*/

.lsidebar1 {

	display: block;

	float: left;

	margin: 1% 0% 1% 4.6%;

}

.span_1_of_a {

	width: 29.2%;

	float: left;

}

.span_2_of_a h3, .span_1_of_a h3 {

	margin-bottom: 0.5em;

	font-size: 1.4em;

	line-height: 1.2;

	margin-top: 0px;

	letter-spacing: -1px;

	text-transform: uppercase;

	margin-top: 0.5%;

	font-weight: 600;

	font-family: 'Open Sans', sans-serif;

	color: #333;

}

.testimonials {

	padding: 12px 0 15px;

	position: relative;

}

.testimonials h3, .sidebar h3 {

	color: #60B6E6;

	font: 12px/12px Arial,Helvetica,sans-serif;

	margin: 0;

	margin-bottom: 10px;

	text-transform: uppercase;

}

.testimonials p {

	font-size: 13px;

	padding: 1.3em 0 0 0;

	color:#A0A0A0;

	line-height: 1.8em;

	text-indent: 35px;

}

.testimonials span.quotes {

	position: absolute;

	left: 0;

	top: 50px;

	width: 24px;

	height: 24px;

	background: url(../images/quote.png) no-repeat;

}

.span_2_of_a {

	width: 66.1%;

}

.cont1 {

	display: block;

	float: left;

	margin: 1% 0 1% 0;

}

.about_desc h2 {

	margin-bottom: 0.5em;

	font-size: 1.4em;

	line-height: 1.2;

	margin-top: 0px;

	letter-spacing: -1px;

	text-transform: uppercase;

	margin-top: 0.5%;

	font-weight: 600;

	font-family: 'Open Sans', sans-serif;

	color: #373737;

}

.about_desc p span {

	color: #60B6E6;

	font: 12px/12px Arial,Helvetica,sans-serif;

	margin: 0;

	margin-bottom: 10px;

	text-transform: uppercase;

}

.image {

	padding-top:3%;

}

.grid {

	display: block;

	float: left;

	margin: 0% 0 0% 3.6%;

}

.grid:first-child {

	margin-left: 0;

}

.images_3_of_1 {

	width: 35.2%;

}

.span_2_of_1 {

	width: 61.1%;

}

.grid {

	display: block;

	float: left;

	margin: 0% 0 0% 3.6%;

}

.span_2_of_1 h4 {

	color: #60B6E6;

	font: 13px/13px Arial,Helvetica,sans-serif;

	margin: 0;

	margin-bottom: 10px;

	text-transform: uppercase;

}

.span_2_of_a p {

	font-size: 13px;

	padding-top: 1%;

	line-height: 1.5em;

	color: #A0A0A0;	

}

.more {

	padding-top:5%;

}

.testimonials h3 span a {

	color: #000;

	font-size:13px;

	cursor: pointer;

	text-decoration: underline;

	font-weight: normal;

	padding-left: 10px;

	text-transform: lowercase;

}

.testimonials h3 span a:hover {

	text-decoration:none;

}

.about-top{

	margin-bottom:2%;

}

.gallery ul li {

	display:inline-block;

	width: 31.444%;

	margin-right: 1.5%;

}

.gallery ul li.last{

	width: 31.444%;

	margin-right:0px;

}



/*--services--*/

.gallery-grid {

	width: 31.2222%;

	float: left;

}

.grid2 {

	margin: 0px 35px;

}

.gallery-grid h4 {

	color: #60B6E6;

	font: 15px/15px Arial,Helvetica,sans-serif;

	margin: 0;

	margin-bottom: 10px;

	text-transform: uppercase;

	-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;

}

.gallery-grid h4:hover{

	color:#333;

}

.gallery-grid p {

	font-size: 0.875em;

	padding: 0.2em 0em 1.2em 0em;

	color: #A0A0A0;

	line-height: 1.6em;

}

.gallery-grids {

	margin-bottom: 30px;

}

.services{

	padding-top:2%;

}

/*--contact--*/

/*  Contact Form  ============================================================================= */

.col{

	display: block;

	float:left;

	margin: 1% 0 1% 1.6%;

}

.col:first-child{

	margin-left:0;

}	

.span_2_of_contact {

	width: 66.1%;

}

.span_1_of_contact {

	width: 29.2%;

	padding:1.5%; 

}

.span_2_of_contact  h3,

.span_1_of_contact  h3 {

	margin-bottom: 0.5em;

	font-size: 1.4em;

	line-height: 1.2;

	margin-top: 0px;

	letter-spacing: -1px;

	text-transform: uppercase;

	margin-top: 0.5%;

	font-weight: 600;

	font-family: 'Open Sans', sans-serif;

	color: #373737;

}

.contact-form{

	position:relative;

	padding-bottom:30px;

}

.contact-form div{

	padding:5px 0;

}

.contact-form span{

	display:block;

	font-size:0.8125em;

	color:#A0A0A0;

	padding-bottom:5px;

}

.contact-form input[type="text"],.contact-form textarea{

	padding:8px;

	display:block;

	width:97%;

	background:#fcfcfc;

	border: none;

	outline:none;

	color:#464646;

	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;		

}

.contact-form input[type="submit"]{

	padding:7px 20px;

	color:#FFF;

	cursor:pointer;

	background:#D9155C url(../images/large-button-overlay.png);

	border: 1px solid rgba(0, 0, 0, 0.25);

	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);

	-webkit-border-radius: 5px;

    border-radius:2px;

    font-family:Arial, Helvetica, sans-serif;

    position:absolute;

    right:0;

}

.contact-form input[type="submit"]:hover{

	background-color:#333;

}

.contact-form input[type="submit"]:active{

	background-color:#333;  

}

.company_address{

	padding-top:26px;

}

.company_address p{

	color: #A0A0A0;

	font-size: 13px;

	line-height: 1.8em;

}

.company_address p span{

	text-decoration:underline;

	color:#333;

	cursor:pointer;

}

.company_address p span:hover{

	text-decoration:none;

}

.map{

	border:1px solid #C7C7C7;

	margin-bottom:15px;

}




/*--404--*/

.page-not-found {

	padding: 30px 0;

}

.page-not-found h1 {

	font-size: 15em;

	color: #F0F0F0;

	text-align: center;

	text-shadow: 1px 1px 6px #AAA;

	-moz-text-shadow: 1px 1px 6px #aaa;

	-webkit-text-shadow: 1px 1px 6px #aaa;

	-o-text-shadow: 1px 1px 6px #aaa;

}

/*--responsive design--*/

@media only screen and (max-width: 1160px) {
	.wrap{width:90%;}
	.wrapper-box{background:#fff; padding:0 3%;}
	#cssmenu > ul > li > a {font-size: 16px; padding-left:10px; padding-right:10px; line-height: 70px; text-transform: uppercase;}
}


@media only screen and (max-width: 1090px) {
	.wrap{width:90%;}
	.wrapper-box{background:#fff; padding:0 3%;}
	#cssmenu > ul > li > a {font-size: 16px; padding-left:8px; padding-right:7px; line-height: 70px; text-transform: uppercase;}
}


@media only screen and (max-width: 1030px) {
	.wrap{width:90%;}
	.wrapper-box{background:#fff; padding:0 3%;}
	#cssmenu > ul > li > a {font-size: 15px; padding-left:8px; padding-right:7px; line-height: 70px; text-transform: uppercase;}
}


@media only screen and (max-width: 970px) {
	.wrap{width:90%;}
	.wrapper-box{background:#fff; padding:0 2%;}
	#cssmenu > ul > li > a {font-size: 15px; padding-left:7px; padding-right:7px; line-height: 70px; text-transform: uppercase;}
}


@media only screen and (max-width: 940px) {
	.wrap{width:90%;}
	.wrapper-box{background:#fff; padding:0 2%;}
	#cssmenu > ul > li > a {font-size: 14px; padding-left:7px; padding-right:7px; line-height: 70px; text-transform: uppercase;}
}


@media only screen and (max-width: 910px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 2%;}
	#cssmenu > ul > li > a {font-size: 13px; padding-left:6px; padding-right:6px; line-height: 70px; text-transform: uppercase;}
}


@media only screen and (max-width: 820px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 13px; padding-left:5px; padding-right:5px; line-height: 70px; text-transform: uppercase;}

	.span_2_of_contact {

		width:94%;

		padding:3%; 

	}
 
	.col{ 

		margin: 1% 0 1% 0%;

	}

	.span_1_of_contact {

		width:94%;

		padding:3%; 

	}
}


@media only screen and (max-width: 760px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 12px; padding-left:5px; padding-right:5px; line-height: 70px; text-transform: uppercase;}
	#cssmenu ul ul a {font-size: 15px; padding: 4px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 15px;}
}


@media only screen and (max-width: 720px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 12px; padding-left:6px; padding-right:5px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 15px; padding: 4px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 15px;}
}


@media only screen and (max-width: 640px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 11px; padding-left:5px; padding-right:5px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 14px; padding: 4px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 14px;}
}


@media only screen and (max-width: 600px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 10px; padding-left:4px; padding-right:4px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 13px; padding: 4px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 13px;}
}


@media only screen and (max-width: 540px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 9px; padding-left:4px; padding-right:4px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 12px; padding: 4px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 12px;}
}


@media only screen and (max-width: 490px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 9px; padding-left:3px; padding-right:2px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 12px; padding: 4px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 12px;}
	#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:20px;}
	.col_1_of_4{ 

		margin: 1% 0 1% 0%;

	}

	.col_1_of_6{ 

		margin: 1% 0 1% 0%;

	}

	.span_1_of_4 {

		width:92%;

		padding:4%; 

	}

	.span_1_of_6 {

		width:92%;

		padding:1%; 

	}
	.col_1_of_3{ 

		margin: 1% 0 1% 0%;

	}

	.span_1_of_3 {

		width:92%;

		padding:4%;

	}
	.col_1_of_bottom{ 

		margin: 1% 0 1% 0%;

	}

	.span_1_of_bottom {

		width:92%;

		padding:4%;

	}
	.span_2_of_contact {

		width:90%;

		padding:5%; 

	}

	.col { 

		margin: 1% 0 1% 0%;

	}

	.span_1_of_contact {

		width:90%;

		padding:5%; 

	}

	.contact-form input[type="text"],.contact-form textarea{

		width:92%;

	}

}


@media only screen and (max-width: 480px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 8px; padding-left:3px; padding-right:3px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 11px; padding: 2px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 11px;}
	#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:20px;}
}


@media only screen and (max-width: 460px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 7px; padding-left:3px; padding-right:2px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 11px; padding: 1px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 11px;}
	#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:18px; left: 150%;}
	#cssmenu > ul > li > ul:before { content:none;}
}



@media only screen and (max-width: 400px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 6px; padding-left:2px; padding-right:2px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 10px; padding: 1px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 10px;}
	#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:17px; left: 250%;}
	#cssmenu > ul > li > ul:before { content:none;}
}



@media only screen and (max-width: 370px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 5px; padding-left:2px; padding-right:1px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 9px; padding: 1px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 9px;}
	#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:15px; left: 300%;}
	#cssmenu > ul > li > ul:before { content:none;}
}



@media only screen and (max-width: 310px) {
	.wrap{width:95%;}
	.wrapper-box{background:#fff; padding:0 1%;}
	#cssmenu > ul > li > a {font-size: 5px; padding-left:1px; padding-right:0px; line-height: 70px; text-transform: none;}
	#cssmenu ul ul a {font-size: 9px; padding: 1px 7px 1px 7px;}
	#cssmenu ul ul a:hover{font-size: 9px;}
	#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:15px; left: 300%;}
	#cssmenu > ul > li > ul:before { content:none;}
}



@media (max-width:1366px){

	.wrap{

		width:90%;

	}	

	.logo {

		width: 83%;

	}

	.gallery-grid {

		width: 31.1%;

	}

}

@media (max-width:1280px){

	.gallery ul li {

		width: 31.4%;

	}



	.wrap{

		width:90%;

	}	

	.logo {

		width: 82%;

	}

	.gallery-grid {

		width:30.9%;

	}

}

@media (max-width:1024px){

	.gallery ul li {

		width: 31.3%;

	}



	.wrap{

		width:90%;

	}	

	.logo {

		width:78%;

	}

	.gallery-grid {

		width:30.3%;

	}

	#cssmenu {

		width: 100%;

	}

	.follow_icon li {

		padding-top: 2.3%;

	}

	.title-desc p {

		font-size: 13px;

	}

	p.title1 {

		font-size: 80px;

	}

	.title2 {

		font-size: 20px;

	}

	.span_1_of_first h4 {

		font-size: 12px;

	}

	.title-desc1 p {

		font-size: 1em;

	}

	.span_1_of_bottom p {

		font-size: 12px;

	}

}

@media (max-width:800px){

	.gallery ul li {

		width:31.2%;

	}



	.wrap{

		width:95%;

	}	

	.logo {

		width:72%;

	}

	.gallery-grid {

		width: 29.5%;

	}

	#cssmenu {
		width: 100%;
	}

	.follow_icon li {

		padding-top:2.9%;

	}

	.title-desc p {

		font-size: 13px;

	}

	p.title1 {

		font-size: 80px;

	}

	.title2 {

		font-size: 20px;

	}

	.span_1_of_first h4 {

		font-size: 12px;

	}

	.title-desc1 p {

		font-size: 13px;

	}

	.span_1_of_bottom p {

		font-size: 12px;

	}

	.middle-desc {

		width: 79%;

	}

	.title {

		margin-right: 10px;

	}

}

@media (max-width:640px){

	.gallery ul li {

		width:80%;

	}

	.gallery ul li.last {

		width: 80%;

	}



	.wrap{

		width:95%;

	}	

	.logo {

		width:65%;

	}

	.gallery-grid {

		width:100%;

	}

	#cssmenu {

		width: 100%;

	}

	.follow_icon li {

		padding-top: 4%;

	}

	.title-desc p {

		font-size: 13px;

	}

	p.title1 {

		font-size: 80px;

	}

	.title2 {

		font-size: 20px;

	}

	.span_1_of_first h4 {

		font-size: 12px;

	}

	.title-desc1 p {

		font-size: 13px;

	}

	.span_1_of_bottom p {

		font-size: 12px;

	}


	.middle-desc {

		width: 79%;

	}

	.title {

		margin-right: 10px;

	}

	.span_1_of_first {

		width:100%;

	}

	.span_1_of_last {

		width: 97%;

	}

	.span_2_of_a {

		width:100%;

	}

	.span_1_of_a {

		width:100%;

	}

	.grid2 {

		margin: 0px 0px;

	}

}

@media (max-width:480px){

	.gallery ul li {

		width:80%;

	}



	.wrap{

		width:95%;

	}	

	.logo {

		width:44%;

	}

	.gallery-grid {

		width:100%;

	}

	#cssmenu {

		width:100%;

		text-align: center;

	}

	.follow_icon li {

		padding-top:0px;

	}

	.title-desc p {

		font-size: 13px;

	}

	p.title1 {

		font-size: 80px;

	}

	.title2 {

		font-size: 20px;

	}

	.span_1_of_first h4 {

		font-size: 12px;

	}

	.title-desc1 p {

		font-size: 13px;

	}

	.span_1_of_bottom p {

		font-size: 12px;

	}

	.middle-desc {

		width: 79%;

	}

	.title {

		margin-right: 10px;

	}

	.span_1_of_first {

		width:100%;

	}

	.span_1_of_last {

		width: 97%;

	}

	.span_2_of_a {

		width:100%;

	}

	.span_1_of_a {

		width:100%;

	}

	.grid2 {

		margin: 0px 0px;

	}

	.search_box form input[type="text"] {

		padding: 5px;

	}

	.search_box {

		margin-top: 12px;

	}

	.search_box form input[type="submit"] {

		top: -4px;

	}

	#cssmenu > ul > li {

		float:none;

		display:inline-block;

	}

	.follow_icon {

		text-align: center;

	}

}

@media (max-width:320px){

	.wrap{

		width:95%;

	}	

	.logo {

		width:54%;

		float:none;

	}

	.gallery-grid {

		width:100%;

	}

	#cssmenu {

		width:100%;

		text-align: center;

	}

	.follow_icon li {

		padding-top:0px;

	}

	.title-desc p {

		font-size: 13px;

	}

	p.title1 {

		font-size: 80px;

	}

	.title2 {

		font-size: 20px;

	}

	.span_1_of_first h4 {

		font-size: 12px;

	}

	.title-desc1 p {

		font-size: 13px;

	}

	.span_1_of_bottom p {

		font-size: 12px;

	}

	.middle-desc {

		width: 79%;

	}

	.title {

		margin-right: 10px;

	}

	.span_1_of_first {

		width:100%;

	}

	.span_1_of_last {

		width: 97%;

	}

	.span_2_of_a {

		width:100%;

	}

	.span_1_of_a {

		width:100%;

	}

	.grid2 {

		margin: 0px 0px;

	}

	.search_box form input[type="text"] {

		padding: 5px;

	}

	.search_box {

		margin:5px 0;

		float:none;

	}

	.search_box form input[type="submit"] {

		top: -4px;

	}

	#cssmenu > ul > li {

		float:none;

		display:inline-block;

	}

	.follow_icon {

		text-align: center;

	}

	.images_3_of_1 {

		width:100%;

	}

	.span_2_of_1 {

		width:100%;

	}

}
@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%;  

	}

}

@media only screen and (max-width: 640px) and (min-width: 480px) {

	.wrap{

		width:95%;

	}

	.col_1_of_4{ 

		margin: 1% 0 1% 0%;

	}

	.col_1_of_6{ 

		margin: 1% 0 1% 0%;

	}

	.span_1_of_4 {

		width:94%;

		padding:3%;  

	}

	.span_1_of_6 {

		width:98%;

		padding:2%;  

	}



}
@media only screen and (max-width: 640px) and (min-width: 480px) {

	.wrap{

		width:95%;

	}

	.col_1_of_bottom{ 

		margin: 1% 0 1% 0%;

	}

	.span_1_of_bottom {

		width:94%;

		padding:3%;  

	}

}
@media only screen and (max-width: 640px) and (min-width: 480px) {

	.wrap{

		width:95%;

	}

	.span_2_of_contact {

		width:94%;

		padding:3%; 

	}

	.col{ 

		margin: 1% 0 1% 0%;

	}

	.span_1_of_contact {

		width:94%;

		padding:3%; 

	}

   

   .contact-form input[type="text"],.contact-form textarea{

		width:97%;

	}

}
