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

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
br {
   /*line-height: 0px;*/
}

html, body, * {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal; font-weight: 400;
	    font-size: 14px;
    line-height: 20px;
	margin: 0px;
	padding: 0px;
	color: #4c4c4c;
	text-align: left;
}

header .bottom .menu li a,.button{
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
}

header .top .tel{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}

p {
text-align:left;
	margin-bottom: 15px;

}



.dark p {
	color:#fff;
	
}

p:nth-last-child(1), .smlTextWidth p:nth-last-child(1) {
	margin-bottom:0px;
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h3 strong, h4, h5, h6, .navHolder li a, .button a span, .button a::before, a.back-to-top, .frmbut2, .frmbut, a.frmbut { 
	margin-top: 0px;
}

.header-style {
	font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
        margin-top: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    display: block;
    clear: right;
} 

.header-style span{
    font-size: 44px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    display: block;
    clear: right;
}
.pink .header-style span {
	font-size: 30px;
}

@media only screen and (min-width:1200px){
	.header-style {
		max-width: 300px;
	}
}


h1{
     font-size: 28px;
    line-height: 34px;
    text-transform:uppercase;
    margin-bottom: 15px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}




.center h1, .center h1 span {
  
    text-align: center;
}

h2, h2 span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
}


h2 a, h2 a:active, h2 a:link, h2 a:visited { 
	color: rgba(0,0,0,0.8);
}

h2 span {
    color:#9A9A9A;
	     font-size: 18px;
    line-height: 26px;
	font-weight: 700;
	width:100%;
	display:block; 
}

.dark h2 {
	color:#fff;
	
}

h3 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 0px;
    font-weight: normal;
    width: 100%;
    text-transform:inherit;
    /* text-align: left; */
    
}

h3 span {
    color:#d76821;
	font-weight: 700;
	display:inline; 
	font-size: 30px;
    line-height: 38px;
}
h3 a {
	font-size: inherit;
}

.dark h3 {
	color:#fff;
	
}

h3.oneLine span {
    display: inline;
	font-size:30px;
	line-height:38px;
	color: #9A9A9A;
}

h3.oneLine {
    font-size:30px;
	line-height:38px;
	    margin-bottom: 13px;
}

h4, h4 a, h4 a:active, h4 a:link, h4 a:visited {
    font-size: 20px;
  	text-transform:uppercase;
    color: #4c4c4c;
    line-height: 24px;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    position: relative;
    margin-bottom: 20px;

}
h5, h5 a {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 600;
    font-weight: bold !important;
    color: #000;
}


ul, li {
    list-style-type: disc;
    margin-left: 0px;
    padding-left: 0px;
	text-align: left;
}

ul {
	clear: left;
	margin-left:0px;
	padding-left: 17px;
	margin-bottom:20px;
}

ul li {
    padding-left: 3px;
	margin-bottom:1px;
	font-size:14px;
}

ol, ol li { 
	list-style-type: decimal;
	margin-left: 15px;
}

em {  
	font-style: italic;
	font-size: inherit;
	color: inherit;
}

strong {
	font-weight: 700;
	font-size: inherit;
	color: inherit;
}
strong em {
	font-weight: 700;
}

a:link { 
	
	text-decoration: none;
	cursor:pointer;
	font-weight: normal; font-weight: 400;
}

a:hover {
	text-decoration:  none;
	/*color: #dc0622;*/
cursor:pointer;
	font-weight: normal; font-weight: 400;
}



.floatleft {
	float:left;
}
.floatright {
	float: right;
}
.alignLeft p, .alignLeft span, .alignLeft h1, .alignLeft h2, .alignLeft h3 {
	text-align: left;
	display: block;
}
.alignLeft a {
	text-align: left;
	display: block;
	float: left;
}
.alignLeft img.fontGraphic {
    margin: 0px;
    display: inherit;
    padding: 30px 0px 30px 0px;
}
.alignright {
	text-align:right;
}
.imgright {
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.imgleft {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.marginright {
	margin-right: 20px;
}
.marginright10 {
	margin-right: 10px;
}
.marginright8 {
	margin-right: 8px;
}
.marginleft {
	margin-left: 20px;
}
.marginleft10 {
	margin-left: 10px;
}
.nomargin {
	margin: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.leftAlign p, .leftAlign h3, .leftAlign h1, .leftAlign h2 {
text-align:left;	
}
.marginbottom {
	margin-bottom: 10px;
}
.marginbottom5 {
	margin-bottom: 5px;
}

.alignCenter {
		text-align:center;
}

.textFloat{
	width:45%;
	padding:10px 0;
	float:left;
}

fieldset { border: none; }

.clear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0; 
}
.clear { 
	display: inline-table;
	clear:both;
	height:0;
	margin:0px;
	padding: 0px;
}
.clearright {
	clear:right;
}
.clearleft {
	clear:left;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { 
	display: block; 
} 


::-webkit-input-placeholder {
   color: #cccccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cccccc;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cccccc;
}

:-ms-input-placeholder {  
   color: #cccccc; 
}

footer .top .footer-input input[type="email"]::-webkit-input-placeholder{
	color: #a2a1a1;
}

footer .top .footer-input input[type="email"]:-moz-placeholder{
	color: #a2a1a1;
}

footer .top .footer-input input[type="email"]::-moz-placeholder{
	color: #a2a1a1;
}

footer .top .footer-input input[type="email"]:-ms-input-placeholder{
	color: #a2a1a1;
}

header input::-webkit-input-placeholder{
	color: #fff;
}
	
header input:-moz-placeholder{
color: #fff;
}
header input::-moz-placeholder{
color: #fff;
}
header input:-ms-input-placeholder{
color: #fff;
}
img {
	width: auto;
	max-width:100%;
	display:block;
	margin:0;
	padding:0;
	height:auto;
}

.center h1, .center h2, .center h3, .center p {
	text-align:center;
	
}

input{
	width:100%;
	line-height:30px;
	height:30px;
	padding-left:10px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	border:1px solid #e3e3e3;
	outline:none;
	font-weight:500;
	position:relative;
	z-index:2;
}

input[type="image"] {
	width: auto;
	padding-left: 0px;
	border: none;
}








textarea{
	width:100%;
	padding:15px;
	font-size:16px;
	resize: none;
	background:#fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
	
}

.select-style {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
}

.select-style:after{
	content: "\f107";
	    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position:absolute;
	right: 10px;
    color: #fff;
    top: 0;
    font-size: 28px;
}

header .select-style:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    color: #fff;
    top: 6px;
    font-size: 28px;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

@media only screen and (max-width:1200px){
	.header-style span {
    	font-size: 36px;
		line-height: 42px;
	}
}


@media only screen and (max-width:1200px){
	.header-style span {
    	font-size: 24px;
    	line-height: 22px;
	}
}

