/*-- style.css ------------------------------------ */

/* Author: Oleg Svetlov http://getsimplecms.ru/ */

@import url("reset.css");

@import url("layout.css");

body{

	font-size : 100%;

	font-family : sans-serif;

	color: #666;

	background : #2F2F2F url(../images/background.png) repeat fixed center;

	/*background : #EEE8AA url(../images/background-wooden.png) repeat fixed center;*/

	/*background : #E2E2E2 url(../images/background-lite.png) repeat fixed center;*/

}

a {

	color: #4E4E4E;

	text-decoration : underline;

}

a:hover {

	color: #282828;

	text-decoration : none;

}

h1, h2, h3, h4 {

	color : #72B626;

	font-weight : bold;

}

h1 {

	font-size : 24px;

}

h2 {

  margin-bottom : 30px;

  font-size : 18px;

}

p+h2 {

	margin-top : 35px;

}

h3 {

	margin-bottom : 25px;

	font-size : 16px;

}

p+h3 {

	margin-top : 30px;

}

h4 {

	margin-bottom : 20px;

	font-size : 14px;

}

p+h4 {

	margin-top : 25px;

}

h5 {

	margin-bottom : 10px;

	font-size : 14px;

}



b, strong {

	font-weight : bold;

}

em {

	font-style : italic;

}

p {

	margin-bottom : 20px;

}

.alt-slider p {

	margin-bottom : 0px;

}

.alt-slider img {

	margin-bottom : 0px!important;

	margin-top : 20px!important;

}

p+ul, p+ol {

	margin-top : 20px;

}	

ul+p, ol+p {

	margin-top : 20px;

}

ol ol, ul ul {

	margin-top : 15px;

	margin-left : 14px;

}

li {

	margin-bottom : 15px;

	margin-left : 20px;

}

ul li {

	list-style : disc outside;

}

ol li {

	list-style : decimal outside;

}

.padding-right {

	padding-right : 20px;

}

.right .padding-right {

	padding-left : 20px;

}

.right .padding-right [class*="col-"] {

	float : left;

}

.fl-right {

	float : right;

}

.text-right {

	text-align : right;

}

.red {

	color : Red;

}

blockquote {

	padding-left : 2%;

	margin-left : 3%;

	font-style : oblique;

	font-size : 13px;

	overflow : hidden;

	margin-bottom : 20px;

	border-left : thick solid #CFCFCF;

}

blockquote p:last-child {

	margin-bottom : 0px;

}

blockquote:before {

	font-size : 20px;

	content:"\f10d";

	font-family:'FontAwesome';

	float : left;

	margin-right : 10px;

}

#wrapper {

	-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);

	box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);

	margin: 50px auto 50px auto;

}

.chrome {

	background-color : White;

}



/* --- header ----------------------------------------*/



#header {

	background-color : White;

	padding-top : 40px;

	padding-bottom : 10px;

}

#logo a {

	color : #72b626;

	text-decoration : none;

	font-size : 40px;

}

#logo span {

	position : relative;

	font-size : 13px;

	line-height : 26px;

	padding-left : 8px;

	margin-left : 8px;

	border-left : 1px solid #CFCFCF;

	top : -5px;

}

.top-contact {

	position : relative;

	top : 0px;

}

.phone {

	vertical-align : middle;

	text-align : right;

}



/* --- navigation -------------------------*/



nav {

	background-color : White;

}

nav .col-12 {

	margin-bottom : 0px;

}

#navigation {

	background: #303030;

	display: block;

	width: 100%;

	float: left;

	max-height: 60px;

	position : relative;

}

#navigation ul, #navigation li {

	list-style:none;

	padding:0;

	margin:0;

	display:inline;

}

#navigation ul li{

	float:left;

	position:relative;

	padding-left : 0px;

	background: url(../images/navigation-border.png) no-repeat right 50%;

}

#navigation ul li a { 

	display: inline-block;

	color: #fff;

	text-decoration: none;

	padding: 17px 25px;

}

#navigation ul li a:before {

	content:' '!important;

}

#navigation ul li a:hover {

	background-color: #72b626;

	color: #fff;

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition: all 0.1s ease-in-out;

	-o-transition: all 0.1s ease-in-out;

	-ms-transition: all 0.1s ease-in-out;

	transition: all 0.1s ease-in-out;

}

#navigation .current a {

	background-color: #72b626 !important;

	color: #fff !important;

}



/* --- page title ---------------------------------*/



#page-title {

	border-bottom: 1px solid #e9e9e9;

	display: block;

	margin: 0 0 25px 0;

}

#page-title h1 {

	font-weight: normal;

	padding: 11px 0 26px 0;

}

#bold-line {

	height: 3px;

	width: 100px;

	display: block;

	background: #72b626;

	margin-bottom: -1.8px;

}



/* --- content ------------------------------*/



#content {

	background-color : White;

	padding-top : 20px;

}

.article img {

	margin-bottom : 10px;

	display : block;

}

.article p img {

	float : left;

	margin : 5px 3% 5px 0;

	/*width : 33%!important;*/

}

.article img.fl-right {

	float : right;

	margin : 5px 0 5px 3%;

	width : 33%!important;

}



/* --- slider -------------------------------------*/



#slider {

	background-color : White;

}



/* --- forms -------------------------------*/



form {

	width : auto!important;

}

textarea {

	width: 400px;

	max-width: 90%!important;

	height: 180px;

	margin: 5px 0 15px 0;

	padding : 8px 10px;

	border : 1px solid #DADADA;

	position : relative;

}

input[type="text"] {

	width: 240px!important;

	max-width : 90%!important;

	margin-bottom: 15px;

	padding : 8px 10px!important;

	border : 1px solid #DADADA;

}



input[type="text"]:focus, textarea:focus {

	border: 1px solid #A6A6A6;

}

input[type="submit"] {

	padding: 9px 12px!important;

	display: inline-block;

	border: 0px;

	font-weight: bold;

	cursor: pointer;

	width: auto;

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition: all 0.1s ease-in-out;

	-o-transition: all 0.1s ease-in-out;

	-ms-transition: all 0.1s ease-in-out;

	transition: all 0.1s ease-in-out;

	background-color : #72B626;

	color : White;

	text-decoration : none;

}

input[type="submit"]:hover {

	background-color : #aaa;

	color : White;

}



/* --- sidebar -------------------------------------------------*/



#sidebar h3 {

	margin-bottom : 10px;

}

#sidebar .widget {

	margin-bottom : 30px;

}

#sidebar p {

	margin-bottom : 0px;

}



/* --- copy -----------------------------------*/



#copy {

	padding : 20px 0px 6px;

	background : #303030;

}

#copy, #copy a{

	color: #aaa;

}

#copy img {

	opacity:0.5;

	margin : 0;

	padding : 0;

}

#copy img:hover {

	opacity:0.9;

}

#cms {

	margin-left : 10px;

	margin-right : auto;

	width : 31px;

	height : 31px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

	position : relative;

	display : inline-block;

	top:-5px;

	right : 0px;

	background-color : #272727;

}

#cms a {

	display : block;

	width : 20px;

	text-transform : uppercase;

	height : 20px;

	line-height : 20px;

	text-align : center;

	font-size : 9px;

	position : absolute;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

	text-decoration : none;

	color : #CCCCCC;

}

#cms .gs {

	left : -1px;

	top : -1px;

	background-color : #171717;

}

#cms .ru {

	bottom :-1px;

	right : -1px;

	background-color : #363636;

}

#cms a:hover {

	color : #242424;

	background-color : #EFEFEF;

}



/* --- go to top ------------------------------- */



#gotoTop {

    display: none;

    position: fixed;

    z-index: 150;

    top: 80%;

    right: 1%;

    width: 32px;

    height: 32px;

    transition: background-color .3s linear;

    -moz-transition: background-color .3s linear;

    -webkit-transition: background-color .3s linear;    

    -ms-transition: background-color .3s linear;

    -o-transition: background-color .3s linear;

    text-align : center;

    line-height : 30px;

    font-size : 18px;

	background-color : #72B626;

	color : White;

	text-decoration : none;

}