/* fonts */ 
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('/_ci/dfont/fontomas-webfont.eot');
    src: url('/_ci/dfont/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_ci/dfont/fontomas-webfont.woff') format('woff'),
         url('/_ci/dfont/fontomas-webfont.ttf') format('truetype'),
         url('/_ci/dfont/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('/_ci/dfont/franchise-bold-webfont.eot');
    src: url('/_ci/dfont/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_ci/dfont/franchise-bold-webfont.woff') format('woff'),
         url('/_ci/dfont/franchise-bold-webfont.ttf') format('truetype'),
         url('/_ci/dfont/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

::-webkit-input-placeholder  { 
	color: #ccc; 
	
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder{ 
	color: #ccc;
	
	opacity:  1;
} 

:-ms-input-placeholder{
  color: #ccc;
}
input {
  outline: none;
}

#signup_wrapper { 
  font-family: 'Lato', sans-serif;
  
   }

#signup_wrapper h6{
  margin:0 0 -9px 0;
  padding:0;
  font-family: 'Lato', sans-serif;
  font-weight: 600; 
  font-size: 14px;
}

#signup_wrapper h3:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin: 0px 0 0 0;
background: rgba(184,193,52,0);
background: -moz-linear-gradient(left, rgba(184,193,52,0) 0%, rgba(184,193,52,0.8) 20%, rgba(184,193,52,0.8) 53%, rgba(184,193,52,0.8) 79%, rgba(184,193,52,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,193,52,0)), color-stop(20%, rgba(184,193,52,0.8)), color-stop(53%, rgba(184,193,52,0.8)), color-stop(79%, rgba(184,193,52,0.8)), color-stop(100%, rgba(184,193,52,0)));
background: -webkit-linear-gradient(left, rgba(184,193,52,0) 0%, rgba(184,193,52,0.8) 20%, rgba(184,193,52,0.8) 53%, rgba(184,193,52,0.8) 79%, rgba(184,193,52,0) 100%);
background: -o-linear-gradient(left, rgba(184,193,52,0) 0%, rgba(184,193,52,0.8) 20%, rgba(184,193,52,0.8) 53%, rgba(184,193,52,0.8) 79%, rgba(184,193,52,0) 100%);
background: -ms-linear-gradient(left, rgba(184,193,52,0) 0%, rgba(184,193,52,0.8) 20%, rgba(184,193,52,0.8) 53%, rgba(184,193,52,0.8) 79%, rgba(184,193,52,0) 100%);
background: linear-gradient(to right, rgba(184,193,52,0) 0%, rgba(184,193,52,0.8) 20%, rgba(184,193,52,0.8) 53%, rgba(184,193,52,0.8) 79%, rgba(184,193,52,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c134', endColorstr='#b8c134', GradientType=1 );
}

#signup_wrapper h3{
	font-size: 20px;
	color: rgb(3,47,69);

	/*font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;*/
	font-weight: bold;
	text-align: center;
	padding:0;
	margin: 0; 
}
/** For the moment only webkit supports the background-clip:text; */
#signup_wrapper h3{
   /* background: -webkit-repeating-linear-gradient(-45deg, 
	rgb(18, 83, 93) , 
	rgb(18, 83, 93) 20px, 
	rgb(64, 111, 118) 20px, 
	rgb(64, 111, 118) 40px, 
	rgb(18, 83, 93) 40px);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;*/
}

#signup_wrapper p{
	margin:0px;
}
#signup_wrapper p:first-child{
	margin: 0px;
}
#signup_wrapper label{
  
	color: rgb(64, 92, 96);
	position: relative;
}

#signup_wrapper label{
  margin-top: 4px;
  font-size: 16px;
}

#signup_wrapper input:not([type="checkbox"]){
	width: 100%;
	margin: 0px 0 0 0 ;
	padding: 10px 5px 10px 32px;	
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing : border-box;
	       box-sizing : border-box;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

#signup_wrapper input.first:not([type="checkbox"]){
  width: 49%;
	-webkit-border-top-right-radius: 0px;
	   -moz-border-top-right-radius: 0px;
	        border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	   -moz-border-bottom-right-radius: 0px;
	        border-bottom-right-radius: 0px;
}
#signup_wrapper input.last:not([type="checkbox"]){
  padding-left:8px;
  margin-left: -5px;
  width: 50%;
	-webkit-border-top-left-radius: 0px;
	   -moz-border-top-left-radius: 0px;
	        border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	   -moz-border-bottom-left-radius: 0px;
	        border-bottom-left-radius: 0px;
}


#signup_wrapper input:not([type="checkbox"]):active,
#signup_wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	/* background: rgba(238, 236, 240, 0.1);	*/
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

/** icons **/
#signup_wrapper [data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    font-size: 16px;
    color: rgb(183,193,52);
    position: absolute;
    left: 10px;
    top: 32px;
	width: 30px;
}

#emailsignup [data-icon]:before {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    font-size: 16px;
    color: rgb(0,193,52);
    position: absolute;
    left: 10px;
    top: 32px;
	width: 30px;
}

/* submit */
#signup_wrapper div.signup_button {
  float: right;
  width: 30%;
}
#signup_wrapper div.signup_button input{
	
	
	
	cursor: pointer;	
	background: 	rgb(75, 142, 203);
	padding: 4px 10px;
	/*font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;*/
	color: #fff;
	font-size: 18px;	
	font-weight: 400;
	border: 1px solid rgb(42,100,149);	
	margin-bottom: 10px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 3px;
	/*   -moz-border-radius: 3px;
	        border-radius: 3px;	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 2px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;*/
}
#signup_wrapper div.signup_button input:hover{
	background: rgb(48,113,169);
}
#signup_wrapper div.signup_button input:active,
#signup_wrapper div.signup_button input:focus{
	background: rgb(67,139,201);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	/*-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;*/
}
#signup_wrapper div.login.signup_button, #signup_wrapper div.signin.signup_button{

	text-align: right;
	margin: 5px 0;
}

DIV.keeplogin{
  width:50%;
  float:left;
	margin: 2px 0 0 0;
}
.keeplogin input,
.keeplogin label{
	display: inline-block;
	font-size: 12px;	
	
}
.keeplogin input#loginkeeping{
	margin-right: 5px;
}
.keeplogin label{
	width: 80%;
}

label.youmail{
color: white;
} 
#signup_wrapper p.signup_names {
  display: none
}

#register { 
     margin: -8px;
     padding: 8px;
     background: #eee;
		 /*border-radius: 5px;*/
}
#emailsignup{ }



.contact input.first:not([type="checkbox"]), .contact select.first{
  width: 49%;
/*	-webkit-border-top-right-radius: 0px;
	   -moz-border-top-right-radius: 0px;
	        border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	   -moz-border-bottom-right-radius: 0px;
	        border-bottom-right-radius: 0px;*/
}
.contact input.last:not([type="checkbox"]), .contact select.last{
  padding-left:8px;
 /* margin-left: -5px; */
  width: 50%;
/*	-webkit-border-top-left-radius: 0px;
	   -moz-border-top-left-radius: 0px;
	        border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	   -moz-border-bottom-left-radius: 0px;
	        border-bottom-left-radius: 0px;*/
}

.contact input:not([type="checkbox"]) , .contact select{
  font-size:22px;
	width: 100%;
	margin: 0px 0 0 0 ;
	padding: 4px 3px 4px 3px;	
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	  -moz-box-sizing : border-box;
	       box-sizing : border-box;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
.contact .action {
	
	cursor: pointer;	
	background: 	rgb(75, 142, 203);
	padding: 4px 10px;
	/*font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;*/
	color: #fff;
	font-size: 18px;	
	font-weight: 400;
	border: 1px solid rgb(42,100,149);	
	margin-bottom: 10px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 3px;
}

/*----------------------------------------------------------*/
/*#mc_embed_signup{
	position: absolute;
	bottom: 0;
}*/
#mc_embed_signup form{
	padding: 0 !important;
}
#mc_embed_signup form h2{	
	margin-top: 15px;
	text-align: left;
    padding-left: 2em;
    text-indent: -2em;
	font-size: 18px;
}
#mc_embed_signup form h2:before{
	font-family: FontAwesome;
	content: '\f0e0';
	margin-right:10px;
	font-size: 25px;
}
@media (min-width: 768px){
	.category-content-7 #mc_embed_signup{
		float: right;
		padding: 5px 20px;
		width: 45%;
		border-left: 10px solid #f4f4f4;
		border-bottom: 10px solid #f4f4f4;
		margin: 30px 0 10px 10px;
	}
}
.category-content-7 .mc-field-group{
	width: 98% !important;
	margin: 0 auto;
}
#mc_embed_signup input{
	color: black;
}
#mc_embed_signup #mc-embedded-subscribe{	    
    color: white;
    text-transform: uppercase;    
    font-family: Lato,sans-serif;    
	width: 105px;    	
	border-radius: 4px;
	border: 1px solid #357ebd;	
	background-color: #428bca;
	margin: 10px 0px 10px;
	padding: 6px 12px;
	line-height: 1.42857143;		
	font-size: 14px;
	vertical-align: middle;
}
.category-content-7 #mc_embed_signup #mc-embedded-subscribe{	
	width: 100%;
	font-size: 16px;
	padding: 0;
	border: 1px solid #ea3c00;	
	background-color: #ea3c00;
}
#mc_embed_signup #mc-embedded-subscribe:hover{
	color: #fff;
	background-color: #3071a9;
    border-color: #285e8e;
    background-position:0 -15px;
}