/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}


body {
	padding: 0px;
	margin: 0px;
	background: url(../images/elements/bg.png) repeat left top;
}

body, input, textarea {
	font: 14px 'Open Sans', sans-serif;
	font: 14px 'Tahoma', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #454545;
}

/* Headings */
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #272727;
	text-transform: uppercase;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit;
}
h1 { 
	font-size: 40px; 
	line-height: 40px;
	margin-bottom: 25px;
	font-style: normal;
}
h2 { 
	font-size: 27px; 
	line-height: 35px;
	margin-bottom: 40px;
	font-style: normal;
}
h2 strong {
	font-weight: 600;
}
h3 { 
	font-size: 22px; 
	line-height: 25px;
	margin-bottom: 20px;
	font-style: normal;
}
h4 { 
	font-size: 18px; 
	line-height: 25px;
	margin-bottom: 20px;
	font-style: normal;
}
h5 { 
	font-size: 16px; 
	line-height: 22px;
	margin-bottom: 18px;
	font-style: normal;
}
h6 { 
	font-size: 14px; 
	line-height: 20px;
	margin-bottom: 16px;
	font-style: normal;
}

h5.nomb {
	font-weight: 500;
	margin-bottom: 0px;
}
h1.nocaps,
h2.nocaps,
h3.nocaps,
h4.nocaps,
h5.nocaps,
h6.nocaps {
	text-transform: none;
}



.profile{
	font-weight: normal;
	color: #272727;
	font-size: 16px;
	line-height: 20px;	
}
.profile strong{
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}


/* Text elements */
p {
	font: 14px 'Open Sans', sans-serif;
	font: 14px 'Tahoma', sans-serif;
	font-weight: normal;
	line-height: 23px;
}

ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 10px;
	margin-left:20px;
}


ol.rules {
    counter-reset:li; /* Инициализируем счетчик */
    padding:0; /* Удаляем  установленное по умолчанию левое поле*/
    list-style:none; /* Отменяем нумерацию установленную по умолчанию */
  }
ol.rules li {
	position:relative; /* Создаем контекст для позиционирования элементов */
	margin:0 0 10px 2em; /* Даем каждому элементу списка отступ слева, что бы освободить пространство для нумерации */
	padding:4px 8px;
	border-top:1px solid #727272;
	background:#fff;
	color:#444
}
ol.rules li:before {
	content:counter(li); /* В качестве данных используем счетчик */
	counter-increment:li; /* Увеличиваем значение счетчика на 1 */
	/* Позиционируем и оформляем цифры */
	position:absolute;
	top:-1px;
	left:-2em;
	width:2em;
	padding:3px 0 4px;
	border-top:2px solid #727272;
	color:#fff;
	background:#727272;
	font-weight:700;
	text-align:center;
}
ol.rules > li:hover, ol > li:hover {
	border-color: #fc4242;
	background-color: #f5f5f5;
}
	 
ol.rules > li:hover:before, ol > li:hover:before {
    background-color: #fc4242;
    border-color: #fc4242; 
}
	
	  
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 20px 0 20px 36px;
	font-size: 16px;
	border-left: 5px solid #fc4242;
	padding: 5px 20px 5px 20px;
	font-family: 'Open Sans' !important;
	font-weight: normal;
	color: #454545;
}
pre {
	background: #f4f4f4;
	font-size: 13px;
	font: 13px 'Open Sans', sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font-size: 13px;
	font: 13px 'Open Sans', sans-serif;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
}


/* Links */
a {
	color: #fc4242;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #272727;
}

a.two {
	color: #272727;
	text-decoration: none;
}
a.two:hover {
	text-decoration: none;
	color: #fc4242;
}

a.three {
	color: #454545;
	text-decoration: none;
}
a.three:hover {
	text-decoration: none;
	color: #fc4242;
}


blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* Clear Fix Styles */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
{
	height:1%;
}

.clearfix
{
	display:block;
}


#loader,
.loader {
	height: 11px;
	display: block;
}
#loader .ajax,
.loader .ajax {
	background-image:url('../images/ajax.gif');
	width: 16px;
	height: 11px;
	margin: 0px auto;
}


.less1 {
	width: 75%;
	margin: 0 auto;
}
.less2 {
	width: 50%;
	margin: 0 auto;
}

.fullwidth{
	width:100% !important;
}


.white {
	color: #fff;
}

.margin_top1 {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.margin_top2 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.margin_top3 {
	float: left;
	width: 100%;
	margin-top: 30px !important;
}
.margin_top4 {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.margin_top5 {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.margin_top6 {
	float: left;
	width: 100%;
	margin-top: 60px;
}
.margin_top7 {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.margin_top8 {
	float: left;
	width: 100%;
	margin-top: 80px;
}
.margin_top9 {
	float: left;
	width: 100%;
	margin-top: 90px;
}
.margin_top10 {
	float: left;
	width: 100%;
	margin-top: 100px;
}

.margin_side2{
	margin:0 20px !important;
}
.margin_side4{
	margin:0 40px;
}

.img_left {
	float: left;
}
.img_left1 {
	float: left;
	margin-bottom: 30px;
}
.img_left2 {
	float: left;
	margin-right: 30px;
}
.img_left3 {
	float: left;
	margin-right: 20px;
}
.img_left10 {
	float: left;
	width: 32%;
	margin-bottom: 30px;
}


.mrg0{margin: 0px !important}
.mrg0t{margin-top: 0px !important}
.mrg0r{margin-right: 0px !important}
.mrg0b{margin-bottom: 0px !important}
.mrg0l{margin-left: 0px !important}

.mrg5{margin: 5px !important}
.mrg5t{margin-top: 5px !important}
.mrg5r{margin-right: 5px !important}
.mrg5b{margin-bottom: 5px !important}
.mrg5l{margin-left: 5px !important}

.mrg10{margin: 10px !important}
.mrg10t{margin-top: 10px !important}
.mrg10r{margin-right: 10px !important}
.mrg10b{margin-bottom: 10px !important}
.mrg10l{margin-left: 10px !important}

.mrg15{margin: 15px !important}
.mrg15t{margin-top: 15px !important}
.mrg15r{margin-right: 15px !important}
.mrg15b{margin-bottom: 15px !important}
.mrg15l{margin-left: 15px !important}

.mrg20{margin: 20px !important}
.mrg20t{margin-top: 20px !important}
.mrg20r{margin-right: 20px !important}
.mrg20b{margin-bottom: 20px !important}
.mrg20l{margin-left: 20px !important}

.mrg25{margin: 25px !important}
.mrg25t{margin-top: 25px !important}
.mrg25r{margin-right: 25px !important}
.mrg25b{margin-bottom: 25px !important}
.mrg25l{margin-left: 25px !important}


.pdng0{padding: 0px !important}
.pdng0t{padding-top: 0px !important}
.pdng0r{padding-right: 0px !important}
.pdng0b{padding-bottom: 0px !important}
.pdng0l{padding-left: 0px !important}

.pdng5{padding: 5px !important}
.pdng5t{padding-top: 5px !important}
.pdng5r{padding-right: 5px !important}
.pdng5b{padding-bottom: 5px !important}
.pdng5l{padding-left: 5px !important}

.pdng10{padding: 10px !important}
.pdng10t{padding-top: 10px !important}
.pdng10r{padding-right: 10px !important}
.pdng10b{padding-bottom: 10px !important}
.pdng10l{padding-left: 10px !important}

.pdng15{padding: 15px !important}
.pdng15t{padding-top: 15px !important}
.pdng15r{padding-right: 15px !important}
.pdng15b{padding-bottom: 15px !important}
.pdng15l{padding-left: 15px !important}

.pdng20{padding: 20px !important}
.pdng20t{padding-top: 20px !important}
.pdng20r{padding-right: 20px !important}
.pdng20b{padding-bottom: 20px !important}
.pdng20l{padding-left: 20px !important}

.pdng25{padding: 25px !important}
.pdng25t{padding-top: 25px !important}
.pdng25r{padding-right: 25px !important}
.pdng25b{padding-bottom: 25px !important}
.pdng25l{padding-left: 25px !important}

.pdng35l{padding-left: 35px !important}

.img_right {
	float: right;
}

.img_size1 {
	float: left;
	width: 100%;
}


 .dark-blue {
    background-color: #34495e !important;
}

.green {
    background-color: #16a085 !important;
}

.blue {
    background-color: #2980b9 !important;
}

.orange {
    background-color: #f39c12 !important;
}

.red {
    background-color: #e74c3c !important;
}

.purple {
    background-color: #8e44ad !important;
}

.dark-gray {
    background-color: #7f8c8d !important;
}

.gray {
    background-color: #95a5a6 !important;
}

.light-gray {
    background-color: #bdc3c7 !important;
}

.yellow {
    background-color: #f1c40f !important;
}



.divider_line1 {
	float: left;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}
.divider_line11 {
	width: 75%;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e3e3e3;
}
.divider_line3 {
	float: left;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #333;
}
.divider_line4 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.divider_line5 {
	float: left;
	width: 100%;
	padding-top: 59px;
	border-bottom: 1px solid #eee;
}
.divider_line6 {
	float: left;
	width: 100%;
	margin-bottom: 70px;
	border-bottom: 1px solid #eee;
}
.divider_line_half {
	float: left;
	width: 100%;
}

.divider_line_small {
	width: 20%;
	margin: 0 auto;
	height: 25px;
	border-top: 1px solid #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


.divider_dashed1 {
	float: left;
	width: 100%;
	margin: 40px 0px;
	border-top: 1px dotted #727272;
}
.divider_dashed2 {
	float: left;
	width: 100%;
	margin: 59px 0px;
	border-top: 1px dotted #d7d7d7;
}
.divider_dashed3 {
	float: left;
	width: 100%;
	margin: 30px 0px 59px 0px;
	border-top: 1px dotted #d7d7d7;
}
.divider_dashed4 {
	float: left;
	width: 100%;
	margin: 40px 0px 59px 0px;
	border-top: 1px dotted #d7d7d7;
}
.divider_dashed5 {
	float: left;
	width: 100%;
	margin: 0px 0px 59px 0px;
	border-top: 1px dotted #d7d7d7;
}
.divider_dashed6 {
	float: left;
	width: 100%;
	margin: 50px 0px 59px 0px;
	border-top: 1px dotted #d7d7d7;
}
.divider_dashed7 {
	float: left;
	width: 100%;
	margin: 50px 0px 0px 0px;
	border-top: 1px dotted #d7d7d7;
}
.divider_dashed8 {
	float: left;
	width: 100%;
	margin: 53px 0px 45px 0px;
	border-top: 1px dotted #d7d7d7;
}
.divider_dashed9 {
	float: left;
	width: 100%;
	margin: 40px 0px 48px 0px;
	border-top: 1px dotted #d7d7d7;
}

.divider_dashed10 {
	float: left;
	width: 100%;
	margin: 20px 0px;
	border-top: 1px dotted #d7d7d7;
}

.divider_dashed11 {
	float: left;
	width: 100%;
	margin: 10px 0px;
	border-top: 1px dotted #d7d7d7;
}


.no_background {
	background: none !important;
}