/*-------------------------------------------------------------------------     overrides */

*, *:before, *:after {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

[data-icon]:before {
	font-family: 'Pictos Custom';
	content: attr(data-icon);
	color: inherit;
	font-size: 120%;
	font-weight: 100;
	display: inline-block;
	float: left;
	text-align: center;
	text-transform: lowercase;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-font-smoothing: antialiased;
}

::selection {
	color: #fff;
	background: #CE0557; /* Safari */
	}
::-moz-selection {
	color: #fff;
	background: #CE0557; /* Firefox */
} 

body {
	font-family: Lato, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
	line-height:150%;
	width:100%;
	color: #748693; 
	font-weight: 400; 
}

.about_back{
	padding:5% 0;
	background-color:#fff;	
	color:#212121;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
}


.print_back{
	padding:5% 0;
	background-color: #424242;	
	color:#fff;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
}
.print_back a:hover{
	color:#845253;
}

.print_back h2{
	color: #565656;
}

.contact_back{
	padding:5% 0;
}

header{
	/*background-image:url(/assets/img/glcheaderback.jpg);*/
	background-color:#CE0557;
	background-repeat:no-repeat;  
	background-position:center; 
	background-size: cover;	
	padding:20px 0;
	
}

header.small{
	padding:2% 0 2% 0; 
	
}

.small h2{
	color:#fff;
	text-transform:lowercase;
}

.big h2{
	color:#fff;
	text-align:center;
	font-size:6em;
}
.big p{
	color:#fff;
	text-align:center;
	line-height:125%;
	font-size:1.5em;
}

/*-----------------------------------------------------------------------------
	markup
------------------------------------------------------------------------------*/		

h1 a, h1 a:hover {
	display: block;
	padding: 40px;
}

em {
	color: #CC0000;
}

.clear {
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 900;
	color:#CE0557; 
	position:relative;
	text-transform:uppercase;
	text-align:center;
}

h2{
	padding:0 0 30px 12px;

	line-height:90%;
}

h3{
	padding:0 0 30px 0;
	font-size:2em;
	line-height:100%;
}

a {
	color: #CE0557;
	font-weight: bold;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

a:hover {
	color: #292C2E; 
	font-weight: bold;
}

p {
	margin: 0 0 20px 0;
	
}

.addspace{
	margin:0 0 20px 0;
	display:block;
}

.createspace{
	margin:40px 0;
	clear:both;
	height:10px;
	display:block;
}

/*-----------------------------------------------------------------------------
	process
------------------------------------------------------------------------------*/

.modules{ 
	background-color:#292C2E;
	padding:50px;
	margin:30px 0;
}


.modules_print{ 
	background-color:#292C2E;
	padding:0;
	margin:30px 0;
}

.processhero{
	padding:5% 0;
	background-color:#CE0557;
}

.processhero h2{
	color: #E34274; 
}

/*-----------------------------------------------------------------------------
	clients
------------------------------------------------------------------------------*/

#clients li{ 
	list-style:none;
	margin-bottom:20px;
}

#clients li a{
	display:block;
	height:100px;
	text-indent:-9999px;
	
	background-repeat:no-repeat;
	background-position:center;
}

#lp{
	background-image:url('/assets/agency_port/logos_clients/lp.png');
}

#hob{
	background-image:url('/assets/agency_port/logos_clients/hob.png');
}

#lna{
	background-image:url('/assets/agency_port/logos_clients/logo_ln.png');
}

#lrs{
	background-image:url('/assets/agency_port/logos_clients/lrs.png');
}

#noaam{
	background-image:url('/assets/agency_port/logos_clients/noaam.png');
}

#bp{
	background-image:url('/assets/agency_port/logos_clients/bp.png');
}

/*-----------------------------------------------------------------------------
	tabs
------------------------------------------------------------------------------*/

.tabers{
	display:block;
	border-bottom: 1px #748693 dotted;

}

.tabs{
	display:inline-block;
	margin:0 5px;
}

.tabs a{
	background:#f1f1f1;
	padding:10px 20px;
	border-left:1px #748693 dotted;
	border-right:1px #748693 dotted;
	border-top:1px #748693 dotted;
	display:block;
}

.tabs .selected{
	background:#fff;
}

/*-----------------------------------------------------------------------------
	portfolio
------------------------------------------------------------------------------*/
	
.sample{
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100%;
	padding: 50%;
	overflow:hidden;
}

.sample_desc{
	background-color: #292C2E;
	position:absolute;
	overflow:hidden;
	height:100%;
	width:100%;
	padding:10%;
	top:0;
	left:0;
	z-index:10;  
	opacity: 0;
    	transition: opacity 1.25s ease-in-out;
   	-moz-transition: opacity 1.25s ease-in-out;
    	-webkit-transition: opacity 1.25s ease-in-out;
}

.sample_desc:hover {
    opacity: 0.96;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
 
.sample_desc a{
	border:#CE0557 solid 5px;
	padding:10px 20px; 
	display:block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	text-align:center;
	position:absolute;
	bottom:0;
	left:25%;
	margin-bottom:40px;
} 

.sample_desc a:hover{ 
	background-color: #CE0557; 
	
}

.detailport{
	padding:5%;	
	background-color:#F5F6F6;
}

.detailhero{
	padding-bottom:35%;
	background-position:center;
}


.folio{
	margin-top:5%;
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	max-width: none; 
 	*zoom: 1;
}

.grid-item{
	margin-bottom: 40px;
}

blockquote {
	color: #383838;
	background-color:#ececec;
	font-size:150%;
	line-height:130%;
	font-weight:900;
	padding:50px 75px;
	-moz-border-radius: 1em;
	border-radius: 1em;
	margin-bottom:10%;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 7em;
	position: absolute;
	left: -15px;
	top: 50px;

}

blockquote:after {
	display: block;
	content: "\201D";
	font-size: 7em;
	position: absolute;
	right: -15px;
	bottom:-55px;

}

cite{
	font-size:125%;
	margin-bottom:30px;
	display:block;
	font-style: normal;
}

/*-----------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/

footer {
	background-color:#CE0557;
	color:#fff;
	padding:5% 0;
	margin:0 0 -50px 0;
}

footer a {
	color:#fff;
}

.footer_logo {
	background-image:url(/assets/img/glc_logo_retnia.png);
	background-size: contain;
	background-repeat:no-repeat;
	text-indent: -9000px;
	padding-bottom:5%;
	margin-bottom:10px;

}

/*-----------------------------------------------------------------------------
	forms
------------------------------------------------------------------------------*/

fieldset {
	display: block;
}

label {
	display: block;
	padding: 2px 0;
	margin:0 0 20px 0;
}

label label{
	margin:0;
	padding:0;
	float:left;
}

input[type=text], input[type=email], input[type=text], input[type=number] {
	margin:5px 0 0 0;
	width:100%;
	padding: 6px 10px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	border:1px solid #788693;
	color: #333;
	font-size:1.25em;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	-moz-box-shadow: 0 0 0 3px #E0E0E0;
	-webkit-box-shadow: 0 0 0 3px #E0E0E0;
	box-shadow: 0 0 0 3px #E0E0E0;
} 

input[type=text]:focus, input[type=email]:focus, input[type=text]:focus, input[type=number]:focus {
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	-moz-box-shadow: 0 0 0 3px #F1C40F;
	-webkit-box-shadow: 0 0 0 3px #F1C40F;
	box-shadow: 0 0 0 3px #F1C40F;
} 

textarea {
	margin:5px 0 0 0;
	width: 100%;
	padding: 10px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	border:1px solid #748693;
	font-size:1.25em;
	font-family:inherit;
	font-weight:400;
	color: #333;
	min-height:210px;
	max-height:350px;
	min-width:100%;
	max-width:100%;
	
	transition: all 150ms ease-in;
	
	box-shadow: 0 0 0 3px #E0E0E0;
}

textarea:focus{
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	-moz-box-shadow: 0 0 0 3px #F1C40F;
	-webkit-box-shadow: 0 0 0 3px #F1C40F;
	box-shadow: 0 0 0 3px #F1C40F;
}

select {
	margin:4px 0 0 0;

	padding: 7px 10px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	border:1px solid #788693;
	color: #333;
	font-size:1.25em;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	-moz-box-shadow: 0 0 0 3px #E0E0E0;
	-webkit-box-shadow: 0 0 0 3px #E0E0E0;
	box-shadow: 0 0 0 3px #E0E0E0;
}

select:focus{
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	-moz-box-shadow: 0 0 0 3px #F1C40F;
	-webkit-box-shadow: 0 0 0 3px #F1C40F;
	box-shadow: 0 0 0 3px #F1C40F;
} 

option{
	margin:3px 10px;
	border-bottom:1px dotted #788693;
}

.calendar{
	background-image:url('/assets/img/Subway_60x60_iOS7_Style_Retina.png');
	background-repeat:no-repeat;
	background-position:95% 50%;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
}
 
::-webkit-input-placeholder {
  color: #ccc;
}

.provider {
	width: 155px;
	margin: 0 0 2px 0;
	padding: 1px;
}

#legend {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	background: #1B99BE;
	padding: 2px 10px;
	display: block;
	width: 306px;
	margin: 0 0 5px -10px;
}

.left_form {
	float: left;
	width: 155px;
}

.right_form {
	float: right;
	width: 155px;
}

.alignl {
	float: left;
}

.submit {
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	padding-top: 0.75em; 
	padding-right: 1.5em;
	padding-bottom: 0.8125em;
	padding-left: 1.5em;
     margin: auto 0;
	font-size: 1em;
	background-color: #CE0557;
	color: #f2f2f2;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rounder{
	padding: 7px; 
	width:65px; 
	-webkit-border-radius: 30px; 
	border-radius: 30px;
	background-color:#748693;
	border:1px solid #748693;
	color: #f2f2f2;
	display:inline-block;
	margin:0 10px 0 0;	
}

.checkbox_label_reg {
	float: right;
	line-height: 15px;
	text-align: left;
	width: 93%;
	clear: both;
}

.checkbox, .radio  {
	width: 20px;
	height: 20px;
	float: left;
	line-height:1;
}

#add_user {
}

/*-----------------------------------------------------------------
	messages
-----------------------------------------------------------------*/	

#Message {
	color: #444;
	padding:8px  10px;
	display:block;
	text-align: center;
	margin:5px 0;
	font-size:86%;
	text-transform:uppercase;
	font-weight:600;
}

#Message a {
	text-decoration: underline;
	color: inherit;
}

#Message a:hover {
	text-decoration: none;
	color: inherit;
	background-color: inherit;
}

.white {
	background:  #fff;
	color:#333;
}

.confirmed {
	background:  #B7D24B;
	color:#567100;
}

.alert {
	background: #990000;
	color: #E59A9A;
}

.download {
	background: #e3fce3;
	border-color:#9fe8b8;
}

.warning {
	background: #fff6bf ;
	color: #B88F47;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	transition: all 150ms ease-out; 
	-moz-box-shadow: 0 0 0 3px #fff6bf;
	-webkit-box-shadow: 0 0 0 3px #fff6bf;
	box-shadow: 0 0 0 3px #fff6bf;
}

.error {
	background: #c00 ;
	color: #4B1B1B;
}

.info {
	background: #AADEEE ;
	color: #355F6E;
}