@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
list-style: none;
}

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

.clear { clear: both; }

.c-blue { color: #0072A1; }
.c-black-tr { color: rgba(0,0,0,0.50); }
.c-white { color: rgba(255,255,255,0.80); }

.c-black { color: rgba(0,0,0,0.99); }
.c-blue-dark { color: rgba(20,85,155,0.99); }

.c-blue-light-t { color: rgba(25,180,250,0.99); }

.caps { text-transform: uppercase; }

.right { float: right !important; }

.bold {
	font-weight: 500;
}
.extrabold {
	font-weight: 700;
}

html {
	height: 100%;	
}

body {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;	
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 200;
font-style: normal;
font-variation-settings:"wdth" 100;
font-size: 16px;
	background-attachment: fixed;
	/*background-attachment: scroll;*/
	-webkit-font-smoothing: subpixel-antialiased;
	/*-webkit-text-stroke:1px transparent;*/
	background-color: #eaebed; 
}

.modal-icons {
	display: inline-block !important;
	margin: 0px 0px 0px 0px !important;
	width: 30px !important;
	float: left;
	font-size: 32px;
}

{exp:channel:entries channel="backgrounds"}
{backgrounds}
.{backgrounds:image-title} { background-image: url(backgrounds:image);	 }
{/backgrounds}
{/exp:channel:entries}

a {
	text-decoration: none;
	color: rgba(20,85,155,0.99); 	
}
a:hover {
	text-decoration: none;
	color: rgba(25,180,250,0.99); 	
}
.space {
	height: 30px;	
}
.cspace {
	height: 100px;	
}
.hidden { display: none; }
.second { margin-top: -20px;}

.archdevs h2 {font-size: 24px; 
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:"wdth" 100;
}
.archdevs p {margin-bottom: 16px;}

/* ======================================================
   HEADER
   ====================================================== */ 
   
header {
 color: #000;
 background: rgba(255, 255, 255, 0.7);
position: relative;
/*z-index: 1;*/
}
.logo {
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 200;
font-style: normal;
font-variation-settings:"wdth" 100;
	font-size: 54px;
	margin: 25px 0px 0px 1.5%;	
}



/* ======================================================
   MAIN SECTIONS
   ====================================================== */

#top {
	
}
#inner-top {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	height: 250px;	
} 
#location {
	background: rgba(0,51,102,0.8);	
}
#inner-location {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 11px 0px;
	font-size: 13px;
	/*letter-spacing: 1px;*/
	color: rgba(255,255,255,0.70);	
}  
#main {
	background: rgba(255, 255, 255, 0.9);	
}
#inner-main {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;	
}
.gallery {
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;	
}
.inner-gallery {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 20px 0px;	
}
#case {
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;	
}
#inner-case {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 20px 0px;	
}
.clients {
	background: rgba(255, 255, 255, 0.95);
	margin-bottom: 50px;	
}
.inner-clients {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 20px 0px;	
}
#contact {
	background: rgba(255, 255, 255, 0.1);	
}
#inner-contact {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;	
}
footer {
	background: rgba(0, 0, 0, 0.85);	
}
#inner-footer {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	padding: 60px 0px;
	color: rgba(255,255,255,0.70);
	font-size: 14px;		
}


/* ======================================================
   GRIDS
   ====================================================== */
.grid3-one {
	width: 29%;
	padding: 0% 2%;	
	float: left;
	background: rgba(255, 255, 255, 0.2);	
}
.grid3-two {
	width: 62%;
	padding: 0% 2%;	
	float: left;
	background: rgba(255, 255, 255, 0.6);	
}

/* ======================================================
   LOCATION
   ====================================================== */
#inner-location li {
	display: inline-block;	
	margin: 0px 0px 0px 2%;
}
#inner-location li a {
	color: rgba(255,255,255,0.70);
}
#inner-location li a:hover {
	color: rgba(255,255,255,1.00);
}


/* ======================================================
   HOME PAGE
   ====================================================== */
   
.callouts {
	margin: 0px 1.5%;
	padding-top: 30px;
}
.callout {
	/*background: rgba(0,51,102,0.8);*/
	background: rgba(255,255,255,0.9);
	color: #0072A1;
	padding: 6px 11px 6px 11px;
	margin: 0px 0px 1px 0px;
	font-size: 32px;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
   
#home-center {
	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
 	 transform: translateY(-50%);
 	 width: 100%;
	 left: 0px;
}
#home {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
}
#home h2 {
	background: rgba(0,51,102,0.8);
	color: #FFF;
	padding: 8px 19px 8px 19px;
	margin: 0px 0px 1px 0px;
	font-size: 46px;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.infos {
	float: left;	
	/*background-color: rgba(255,255,255,0.20);*/
}
.info1 {
	margin: 0% 2% 0% 0%;	
	width: 31%;
}
.info2 {
	background-color: rgba(255,255,255,0.90);
	margin: 0% 2% 0% 2%;	
	width: 29%;
	line-height: 18px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
.info3 {
	background-color: rgba(28,184,103,0.90);
	margin: 0% 0% 0% 2%;	
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	color: #FFF;
	line-height: 18px;
	position: relative;
	width: 31%;
}
.info1 p {
	background: rgba(255,255,255,0.9);
	color: #000;
	font-size: 18px;
	padding: 8px 14px 8px 14px;
	margin: 30px 0px 1px 0px;	
	display: inline-block;
	font-size: 14px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.info2 p {
	padding: 7% 7% 0% 7%;	
	font-size: 14px;
	margin-bottom: 13px;
}
.info2 h3 {
	padding: 7% 7% 0px 7%;	
}
.info3 p {
	padding: 7%;	
	font-size: 14px;
}
.info3 h3 {
	padding: 7% 7% 0px 7%;	
}
.close {
	position: absolute;
	top: 4%;
	right: 4%
}

/* ======================================================
   MORE
   ====================================================== */
.more {
	font-size: 14px;
	padding: 0% 7% 7% 7%;
	display: block;	
	text-transform: uppercase;	
}
.more a {
	color: #000;	
}
.more a:hover {
	color: #0072A1;	
}
.more-light {
	font-size: 14px;
	padding: 0% 7% 7% 7%;
	display: block;	
	text-transform: uppercase;	
}
.more-light a {
	color: #FFF;	
}
.more-light a:hover {
	color: #0072A1;	
}



/* ======================================================
   HOW TO USE
   ====================================================== */
.howto { padding-top: 10px; }
.toggler:hover,
.closeSlider:hover{
	cursor:pointer;
}
.toggler {
	/*background-color: red;*/
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #000;	
}
.toggler:hover {
	background-color: rgba(0,51,102,0.1) !important;	
}
.slider{
	display:none;
	padding: 20px 0px;
	/*color: #FFFFFF;*/
}
.togglerheads {
	float: left;	
}
.t-open {
	float: right;	
}
.s-thumb {
	width: 23%;
	margin: 1%;
	float: left;	
	line-height: 0px;
	position: relative;
}
.closex {
	padding: 10px 0px 0px 0px;
	text-align: right;
	display: block;
	font-size: 18px;	
	float: none;
	clear: both;
}
#main h3 {
	font-size: 40px;
	text-transform: uppercase;	
	margin: 0px 0px 20px 0px;
}
#main h2 {	
	margin: 0px 0px 20px 0px;
}
#main h2 span {
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-variation-settings:"wdth" 100;
	background: rgba(0,51,102,0.8);
	color: #FFF;
	padding: 7px 18px;
	margin: 0px 0px 1px 0px;
	font-size: 32px;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#main img {
	width: 100%;
	height: auto	
}
#main p {
	font-size: 15px;
	line-height: 19px;
	margin: 0px 0px 14px 0px;	
}


/* ======================================================
   ABOUT
   ====================================================== */
.aboutback {
	background-color: #FFF;
	margin-bottom: 30px;	
	padding-top: 15px;
}
.about p {
	line-height: 22px !important;
}
.about a {
	display: inline !important;
	color: #000;
	background-color: rgba(0,51,102,0.15);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0px 0px 0px 0px !important;
	padding: 2px 5px 3px 5px !important;	
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:"wdth" 100;
}
.about a:hover {
	background-color: rgba(0,51,102,1.00);
	color: #fff;
}
.about ul {
	line-height: 22px;
	font-size: 14px;	
}
.faa-response {
	border-top: 1px solid #000;
	padding: 15px 0%;
	margin: 20px 1% 1% 1%;	
}
.faa {
	background-color: rgba(255,0,77,0.90) !important;
}

/* ======================================================
   DELIVERABLES
   ====================================================== */
.deliveralbles h3 {
	padding: 0px 0px 0px 0px;
	line-height: 39px;
	color:  !important;	
	font-size: 32px !important;
}
.deliveralbles span {
	padding-top: 1px;
	border-top: 1px solid #003366;	
	border-bottom: 1px solid #003366;
}
.deliver-left {
	margin-bottom: 30px;	
	padding-top: 20px;

background: -moz-linear-gradient(-45deg,  rgba(0,96,147,0.2) 0%, rgba(0,96,147,0) 92%, rgba(0,96,147,0) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,  rgba(0,96,147,0.2) 0%,rgba(0,96,147,0) 92%,rgba(0,96,147,0) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,  rgba(0,96,147,0.2) 0%,rgba(0,96,147,0) 92%,rgba(0,96,147,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33006093', endColorstr='#00006093',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}


/* ======================================================
   FAQ
   ====================================================== */

.faq h3 {
	padding: 0px 0px 0px 0px;
	line-height: 26px;
	font-size: 16px !important;
}
.faq h3 span {
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-variation-settings:"wdth" 100;
	background: rgba(0,51,102,0.8);
	color: #FFF;
	padding: 5px 10px;
	margin: 0px 0px 1px 0px !important;
	display: inline-block;
	letter-spacing: 0px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.faq-left {
	margin-bottom: 30px;	
	padding-top: 20px;

background: -moz-linear-gradient(-45deg,  rgba(0,96,147,0.5) 0%, rgba(0,96,147,0) 92%, rgba(0,96,147,0) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,  rgba(0,96,147,0.5) 0%,rgba(0,96,147,0) 92%,rgba(0,96,147,0) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,  rgba(0,96,147,0.5) 0%,rgba(0,96,147,0) 92%,rgba(0,96,147,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33006093', endColorstr='#00006093',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}



/* ======================================================
   GALLERY
   ====================================================== */

#galleries {
	padding-bottom: 50px;
	width: 96%;
	margin: auto;
}
#galleries h2 {	
	margin: 0px 0px 20px 0px;
	
}
#galleries h2 span {
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-variation-settings:"wdth" 100;
	background: rgba(0,51,102,0.8);
	color: #FFF;
	padding: 7px 18px;
	margin: 30px 0px 1px 0px;
	font-size: 32px;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#galleries h3 {
	font-size: 24px;
	text-transform: capitalize;	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	float: left;
	width: 40%;
}
.gallerydesc {
	max-width: 960px;
	font-size: 15px;	
	line-height: 19px;
}
.launch {
	float: right;
	padding: 5px 10px 0px 10px;
	color: #003366;
	font-size: 16px;
	text-align: right;	
	width: 40%;
}
.launch a {
	color: #003366 !important;	
}
.launch a:hover {
	color: #336699 !important;	
}
.launchicon {
	margin: 0px 0px 0px 10px;	
}
.rsImg { 
}
/*.splide p {
	font-size: 12px;
	max-width: 800px;
	padding: 10px;
}*/
	




/* ======================================================
   CASE STUDIES
   ====================================================== */

#case img {
	width: 100%;
	height: auto;	
}

.case-title {
	padding-top: 5px;	
	margin: 0% 2%;
}
.case-image {
	padding-top: 5px;	
	margin: 15px 2% 30px 2%;
}
.case-title h2 {
	padding: 20px 0px 20px 0px;
	font-size: 32px;
	line-height: 38px;
	color: #1bb4fb!important;
}
.case-title span {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;		
}
#case h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 40px;
	color: #FFF;
	font-size: 24px;
}
.dark{
	padding: 5px 9px 5px 9px;
	background: rgba(0,51,102,0.8);
	border-bottom: 1px solid #FFF;
	margin: 0px;
}
.light {
	background-color: #63ceff;
	padding: 5px 9px 5px 9px !important;	
	line-height: 33px !important;
}
.light span {
	/*border-top: 1px solid #003366;*/
	/*border-bottom: 1px solid #003366;*/
}
#case ul {
	margin: 10px 2% 0px 2%;
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 16px;	
}
#case ul li {
	list-style: disc;
	margin-bottom: 11px;	
}






/* ======================================================
   CLIENTS
   ====================================================== */


.clients_kind {
	float: left;
	width: 21%;
	margin: 20px 2% 20px 2%;	
	/*background-color: #CCC*/;
}
.clients_kind h3 span {
	font-size: 18px;
font-family: "Roboto", sans-serif;
font-optical-sizing: auto;
font-weight: 100;
font-style: normal;
font-variation-settings:"wdth" 100;
	background: rgba(0,51,102,0.8);
	color: #FFF;
	padding: 5px 14px;
	margin: 0px 0px 1px 0px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	text-transform: uppercase; 
}
.clients_columns {
	width: 71%;
	margin: 20px 2% 20px 2%;
	float: right;
	line-height: 20px;
}
.columns{
-webkit-column-count: 3;
-webkit-column-gap: 20px; 
-webkit-column-rule: 1px dotted black;
-moz-column-count: 3;
-moz-column-gap: 20px;  
-moz-column-rule: 1px dotted black;
column-count: 3;
column-gap: 20px; 
column-rule: 1px dotted black;
border-left: 1px dotted #000;
padding-left: 10px;
}





/* ======================================================
   CONTACT
   ====================================================== */
.contactbox {
	background: rgba(255, 255, 255, 0.9);	
}
.cont-grid3-two {
	font-size: 32px;	
}
.cont-grid3-one {
	width: 25%;
	margin: 0% 2%;
	padding: 30px 2%;	
	float: left;
	background: rgba(255, 255, 255, 0.9);	
}
.cont-grid3-two {
	width: 58%;
	margin: 0% 2% 30px 2%;
	padding: 30px 2%;	
	float: left;
	background: rgba(255, 255, 255, 0.9);	
	line-height: 43px;
}
.csocial {
	border-top: 1px solid rgba(0,0,0,0.20);	
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
	

/* ======================================================
   FOOTER
   ====================================================== */
.footer-column {
	float: left;
	width: 21%;
	margin: 2%;	
	line-height: 22px;
}
.footer-column a {
	color: rgba(255,255,255,0.70);	
}
.footer-column a:hover {
	color: rgba(255,255,255,1.00);	
}
.footericons {
	font-size: 18px !important;	
	padding: 0px 1px;
}
.footersub a {
	color: rgba(255,255,255,0.50);	
}


/* ======================================================
   HOVERS
   ====================================================== */
.hovertext  {
	position: absolute;
	width: 100%;
	height: 100%;	
	text-decoration: none;
	background-image: url(../img/dark.png);
	opacity:0;
	zoom: 1;
	filter: alpha(opacity=0);
	-webkit-transition:opacity 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out;
	transition:opacity 0.5s ease-in-out;
	z-index: 99;
}
.hovertext:hover {
	opacity:1;
	zoom: 1;
	filter: alpha(opacity=80);
	-webkit-transition:opacity 0.3s ease-in-out;
	-moz-transition:opacity 0.3s ease-in-out; 
	-o-transition:opacity 0.3s ease-in-out;  
   	transition:opacity 0.3s ease-in-out;
	z-index: 99;	
}
/*.hovertext p {
	position: absolute;
	padding: 10px 10px 10px 20px;
	bottom: 0px;
	font-size: 32px;	
	color:#FFF;
	z-index: 99;
	zoom: 1;
	filter: alpha(opacity=100);	
}*/
.go a {
	position: absolute;
	padding: 10px 10px 10px 10px;
	bottom: 5px;
	left: 5px;
	font-size: 26px;	
	color:#FFF;
	z-index: 99;
	zoom: 1;
	filter: alpha(opacity=100);
}
.view a {
	position: absolute;
	padding: 10px 10px 10px 10px;
	bottom: 5px;
	right: 5px;
	font-size: 26px;	
	color:#FFF;
	z-index: 99;
	zoom: 1;
	filter: alpha(opacity=100);	
}
.view a:hover, .go a:hover {
	color: #0072A1;	
}






/* ======================================================
   MEIDA QUERIES
   ====================================================== */ 

@media screen and (max-width: 960px) {
	
#home h2 {
	padding: 6px 15px 6px 15px;
	font-size: 32px;
}
.rsDefault .rsSlide {
	padding: 10px 0px 0px 0px !important;
}
	
}



@media screen and (max-width: 768px) {
		
body {
	background-attachment: scroll;	
}

.rsDefault .rsSlide {
	padding: 5px 0px 0px 0px !important;
}
#galleries h3 {
	font-size: 18px;
	text-transform: capitalize;	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	float: left;
	width: 60%;
}
.launch {
	padding: 2px 5px 0px 3px;
	font-size: 13px;
	width: 30%;
}
.launchicon {
	margin: 0px 0px 0px 2px;	
}
.hidemobile {
	display: none;	
}
nav {
	height: 90px !important;
}
.button img {
 right: -20px !important;
 top: 10px !important;
}
	
#home-center {
	position: static;
	width: 100%;
	margin-top: 50px;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
 	 transform: translateY(0%);
}
.logo {
	font-size: 36px;
	margin: 25px 0px 0px 1.5%;	
}
	
.infos {
	float: none;	
}
.info1 {
	margin: 3% 0% 3% 0%;	
	width: 100%;
}
.info2 {
	margin: 5% 0% 5% 0%;	
	width: 100%;
}
.info3 {
	margin: 5% 0% 5% 0%;	
	width: 100%;
}
.info2 p {
	padding: 5% 5% 0% 3%;	
}
.info2 h3 {
	padding: 3% 3% 0px 3%;	
}
.info3 p {
	padding: 3%;	
}
.info3 h3 {
	padding: 3% 3% 0px 3%;	
}
.more {
	padding: 0% 3% 3% 3%;	
}
.more-light {
	padding: 0% 3% 3% 3%;	
}

.grid3-one {
	width: 96%;
	padding: 5% 2% 2% 2%;	
	float: none;	
}
.grid3-two {
	width: 90%;
	padding: 2% 4% 2% 4%;	
	float: none;	
	margin: 0px auto 40px auto;
}

.columns{
-webkit-column-count: 2;
-webkit-column-gap: 20px; 
-webkit-column-rule: 1px dotted black;
-moz-column-count: 2;
-moz-column-gap: 20px;  
-moz-column-rule: 1px dotted black;
column-count: 2;
column-gap: 20px; 
column-rule: 1px dotted black;
border-left: 1px dotted #000;
padding-left: 10px;
}

.clients_columns {
	width: 96%;
	margin: 20px 2% 20px 2%;
	float: none;
	line-height: 20px;
}
.footer-column {
	float: left;
	width: 96%;
	margin: 2%;	
	line-height: 22px;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.40);
	
}
.last {
	clear: both;	
}
.cont-grid3-one {
	width: 92%;
	margin: 0% 2% 0px 2%;
	padding: 30px 2%;	
	float: none !important;	
}
.cont-grid3-two {
	width: 92%;
	margin: 30px 2% 30px 2%;
	padding: 30px 2%;	
	float: none !important;
	line-height: 43px;
}
.deliver-left {
	margin-bottom: 15px;	
	/*padding-top: 20px;*/
	padding: 20px 4% 1px 4%;
}


	
}





@media screen and (max-width: 580px) {
	
.clients_kind {
	float: none;
	width: 96%;
	margin: 20px 2% 20px 2%;	
	/*background-color: #CCC*/;
}

.mobileline {
	border-top: 1px solid rgba(255,255,255,0.50);		
}
.case-title h2 {
	font-size: 28px;
	line-height: 34px;
}
#case h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 40px;
	font-size: 24px;
}
.callout {
	padding: 5px 10px 5px 10px;
	font-size: 28px;
}
#main h2 span {
	padding: 5px 12px;
	margin: 0px 0px 1px 0px;
	font-size: 28px;
}
.deliveralbles h3 {
	padding: 0px 0px 0px 0px;
	line-height: 35px;
	font-size: 28px !important;
}
.cont-grid3-two {
	font-size: 28px;	
}
.cont-grid3-one {
	width: 90%;
	margin: 0% 2% 0px 2%;
	padding: 30px 3%;	
}
.cont-grid3-two {
	width: 90%;
	margin: 30px 2% 30px 2%;
	padding: 30px 3%;	
	line-height: 43px;
}


		
}



@media screen and (max-width: 500px) {
	.hideinter {
		display: none;	
	}
	.logo {
	font-size: 38px;
	margin: 23px 0px 0px 1.5%;	
}
}



@media screen and (max-width: 400px) {
	
.columns{
-webkit-column-count: 1;
-webkit-column-gap: 0px; 
-webkit-column-rule: 0px dotted black;
-moz-column-count: 1;
-moz-column-gap: 0px;  
-moz-column-rule: 0px dotted black;
column-count: 1;
column-gap: 0px; 
column-rule: 0px dotted black;
border-left: 0px dotted #000;
padding-left: 10px;
}
#galleries h3 {
	font-size: 18px;
	text-transform: capitalize;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
}
.launch {
	padding: 2px 5px 0px 3px;
	font-size: 12px;
	float: right;
}	
}











