/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

.dorkblocker label {
	display: none;
}

.dorkblocker h1, .dorkblocker h2 {
	margin-right: 10px;
	margin-left: 10px;	
}

.dorkblocker h2 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit;
}

.dorkblocker h1 {
    line-height: 1.1;
    margin: .67em 0;
    font-size: 2em;
    clear: both;
	border: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.ov-style-1 .form-control::placeholder, .ov-style-1 .form-control::-moz-placeholder {
    font-size: 18px;
    color: #bababa;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.news{
	background: #e6eaed;
margin-top: 50px;
border-radius: 5px;
padding: 25px;
 text-align:center;
}
.newsletter h2 {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}
.newsletter p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
}
.cont-read {
    margin-top: 30px;
}
.cont-read a {
    margin-top: 30px;
    color: #29abe2;
    font-size: 16px;
    text-decoration: none !important;
    border-bottom: 2px solid;
}
@media (max-width: 890px) {

	.form-control {
		display: block !important;
		margin: 17px auto;
	}

}


/*STYLES*/

/*Style 1*/

.ov-style-1 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a3a3 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;  
}
.ov-style-1 ::-moz-placeholder { /* Firefox 19+ */
  color: #a3a3a3 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;  
}
.ov-style-1 :-ms-input-placeholder { /* IE 10+ */
  color: #a3a3a3 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;  

}
.ov-style-1 :-moz-placeholder { /* Firefox 18- */
  color: #a3a3a3 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;  
}

.ov-style-1.dorkblocker {
	text-align: center;
	padding: 200px 0 60px;
	width: 100%;
	z-index: 10000;
	bottom: 0px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(21%, rgba(255,255,255,0.79)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.79) 21%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	display: none;
	position: fixed;
}

.ov-style-1.dorkblocker h3 {
	display: inline-block;
	max-width: 400px;
	margin: auto 30px 1.7rem;
}

.ov-style-1.dorkblocker .form-inline {
	text-align: center;
}

.ov-style-1.dorkblocker .form-control {
	background-color: #f2f2f2;
	border: solid 1px #BEC4C6;
	font-size: 18px;
	font-weight: 300;
	padding: 0 15px;
	height: 54px;
	min-width: 300px;
}

.ov-style-1.dorkblocker .form-control:focus {
    border: solid 1px #ff6a00;
}

.ov-style-1 h1, .ov-style-1 h2, .ov-style-1 form, .ov-style-1 button, .ov-style-1 input {
	font-family: 'Open Sans', sans-serif;
} 

.ov-style-1 h1{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #1a1a1a;	
}

.ov-style-1 h2{
	font-size: 20px;
	margin-bottom: 30px;
	color: #1a1a1a;	
	font-weight: 400;
}

.ov-style-1 #hideBlocker {
	font-family: 'Open Sans', sans-serif;  
	margin-top: 65px;
	font-weight: 400;
}

.ov-style-1 .dorkblocker .form-control {
    color: red;
}

.ov-style-1 .form-control::placeholder, .ov-style-1 .form-control::-moz-placeholder {
	font-size: 18px;
    color: #bababa;
    opacity: 1;
}

.ov-style-1 .ov-button {
	background-color: #ff4d00;
	border: 0;
	color: white;
	padding: 18px;
	cursor: pointer;
	border-radius: .25rem;
	margin: 0px 0;
	font-size: 18px;
	vertical-align: -2px;
	text-transform: unset;
	font-weight: 700;	
	height: 54px;
}

.ov-style-1 .ov-button:hover {
    background-color: #ff6a00;
}

.ov-style-1 #hideBlocker {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #29abe2;
	font-style: normal;
	text-decoration: none;
	transition: all .2s;
	border: 0;
	border-bottom: 2px solid;
	padding: 0;
	margin-bottom: 0;
	height: 28px;	
	cursor: pointer;
	margin-right: 3px;
	font-size: 16px;
	text-transform: unset;
}

.ov-style-1 #hideBlocker:hover {

	outline-width: 0;
	text-decoration: none;
	color: rgb(93, 200, 245);
	transition: all .2s;	
}

#hideBlocker .fa {
	border-bottom: 5px solid white;
	font-weight: bold;
	padding-left: 5px;
}

#hideBlocker:hover .fa {
	padding-left: 8px;
}

.ov-style-1 {
	padding-left: 10px;
	padding-right: 10px;
}

/***********************************/
.p-newsletter{
    max-width: 1000px;
    margin: 0 auto;

    border-radius: 4px;
    padding: 20px;
}
#softoverlay_form input{border-radius:0;}
button.ov-button.subxribe {
    border-radius: 0;
    font-weight: 600 !important;
    padding: 13px 15px;
}
.p-newsletter h2 {
    margin: 0;
    padding: 15px 0 10px;
    margin-bottom: 20px;
}
.p-newsletter h1 {
    margin: 0;
    padding: 0;

}
.logo-bottom {
    position: fixed;
    right: 35px;
    bottom: 0;
    width: 50px;
    height: 50px;
    z-index: 99999;
}