/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,600,700,800&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One');
body {
	background:#FFF;
	font-family:Open Sans, Helvetica, sans-serif;
	font-size:18px;
	font-weight: 300;
	color:#333129;
	padding:60px 1% 120px 1%;
}
h1 {
	font-size: 60px;
	color: #6f9527;
	font-weight: 300;
}
h2 {
	font-size: 36px;
	color: #6f9527;
	font-weight: 300;
}
.h2_title {
	font-size: 30px;
	font-weight: 300;
}
.ppf {
	color: #6f9527;
	font-size: 24px;
}
li {
	/*list-style-image:url(../img/marker.png) inherit;*/
	list-style:none;
    background:url(../img/marker.png) 0px 4px no-repeat;
    padding-left:60px;   
	padding-top: 0px;
	    min-height:40px;
        margin-bottom:30px;
}


.divcontainer {

	max-width: 980px;
	margin-top: 60px;
		/*background-color: antiquewhite;*/
}
.divcontainer-left {
	min-width: 320px;
	max-width: 960px;
	text-align: left;
	padding-top: 60px;
}

.spacer-pf {
	width: 150px;
	height: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.spacer-bot {
	width: 100%;
	height: 1px;
	padding-bottom: 30px;
	padding-top: 60px;
}
.pf-title {
	font-family:Rubik Mono One, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 19px;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.pf-details {
	font-size: 17px;
	font-weight: normal;
}
.block {
	/*margin:13pt 13px 13px 13pt;*/
	margin: 1.0%;
	width:300px;
	height:300px;
	background-color: aliceblue;
	display:inline-block;
	vertical-align: middle;
	/*float: left;*/
}
.cont {
    overflow:hidden;
}
.cont, .front, .back {
    width:300px;
    height:300px;      
}
.back {
	background: rgba(0,0,0,0.7);
}

.p-back {
	padding: 20px 20px 20px 20px;
	margin: 0 0 0 0;
	text-align: center;
	color: white;
	font-size: 15px;
	font-weight: normal;
}
.back a {
	color: white;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
}
.back a:hover {
	text-decoration: underline;
	color: #E7E6E2
}

.front, .back {
    float:left;
    transition: all 0.5s;
}
.cont:hover .front  {
    margin-left:-300px;
}
.back {
    margin-left:-640px;
}
.cont:hover .back {
    margin-left:0;
}



a {
	color: #1e54a6;
}
a:hover {
	color: #6f9527;
}
a.apf {
	color: #1e54a6;
	font-size: 24px;
}
a.apf:hover {
	color: #6f9527;
	font-size: 24px;
}