/* 
	Style
*/
html {
	margin: 0;
	min-height: 100%;
	background: #f8f9fb;
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #666974;
	height: 100%;
}

html, body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}
::-moz-selection{background:#DB404C; color: #FFFFFF;}
::selection{background:#DB404C; color: #FFFFFF;}

/* General */
p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	color: #666974;
}
h1 {
	font-size: 52px;
	line-height: 1em;
	font-weight: 700;
	margin: 0 0 15px 0;
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
}
h4 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 400;
	margin: 0 0 15px 0;
	color: #4A4A4A;
	font-family: 'Open Sans', sans-serif;
}


ul, ol {
	margin: 0 0 15px 0;
}
ul.standard li, ol.standard li {
	font-size: 14px;
	line-height: 22px;
	list-style: circle;
	margin: 0 0 5px 20px;
}
ul.ticks li, ol.ticks li {
	list-style: none;
	background: url('../../img/icons/led/accept.png') 0px 3px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 25px
}

a {
	text-decoration: none;
	color: #007DC1;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}



.icons_page {
    background: url(../img/layout/icons_bg.png) rgb(248, 248, 248);
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
}
.page_row {
    position: relative;
    z-index: 1;
}
div.page_pad {
    padding: 80px 10px;
}
.align_center {
    text-align: center;
}
.shadow_element_full {
    box-shadow: rgba(29, 29, 33, 0.08) 0px 0px 15px;
}
.fff_page {
    background: rgb(255, 255, 255);
}
div.pad60 {
    padding: 60px;
}


.small_separator {
    width: 120px;
    height: 4px;
    display: inline-block;
    clear: both;
    text-align: center;
    margin: 0px 0px 15px;
}
.small_separator.blue {
    background: #2bbae2;
}

.mobile_hide {
	
}
.mobile_show {
	display: none !important;
}

/* Responsive */
/* LARGE Desktops */
@media only screen and (min-width: 1600px) {
	div.wrapper {
		width: 1200px;
		margin: 0 auto 0 auto;
	}
}
/* Big Desktops */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	div.wrapper {
		width: 1000px;
		margin: 0 auto 0 auto;
	}
}
/* Small Desktops */
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	div.wrapper {
		width: 1000px;
		margin: 0 auto 0 auto;
	}
}
/* iPad (or small monitor) Styles */
@media only screen and (min-width: 768px) and (max-width: 999px) {
	div.wrapper {
		width: 750px;
		margin: 0 auto 0 auto;
	}
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	/* Wrapper */
	div.wrapper {
		width: 100%;
		margin: 0 auto 0 auto;
	}
}