@charset "utf-8";

/*---SERGEI IVANOV DESIGNS MAIN STYLES---*/

html{
	height: 100%;
}
header, nav, footer, article{
	display: block;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
}
img{
	border: none;
}
#work:before, #work:after, nav:before, nav:after {
    content: " ";
    display: table;
}
#work:after, nav:after {
    clear: both;
}
#work {
	width: 100%;
	margin: auto;
	text-align: justify;
	padding-top: 30px;
	font-size: 0px /*remove space*/;
}
#frame-full .row {
	margin: auto;
	text-align: justify;
}
#work img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 204px;
	margin: auto;
}
#work a:hover {
	border-top-color: #B1CCDE;
	border-right-color: #B1CCDE;
	border-bottom-color: #B1CCDE;
	border-left-color: #B1CCDE;
}
#work .first{
	margin-left: 0px;
}
#work a{
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	display: inline-block;
	width: 48.5%;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	font-weight: normal;
	padding: 2px;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	margin-bottom: 10px;
	padding-bottom: 4px;
	color: #FF8E66;
	opacity: 0;
}
#work a strong{
	font-size: 1.8vw;
}
#work:before, #work:after, #frame-full .row:before, #frame-full .row:after{
    content: " ";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
#logo{
	display: block;
	margin-right: 25px;
	text-decoration: none;
	padding: 20px;
	display: inline-block;
}
#logo img{
	display: block;
}
h1 {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Myriad Pro", Verdana, Geneva, sans-serif;
	font-size: 40px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	color: #484848;
}
h2 {
	border-bottom: 1px dotted #49B675;
	font-size: 28px;
	padding: 20px 0 16px 0;
	color: #FF8E66;
	margin: 0px;
}
.w h2 {
	color: #49B675;
	margin-bottom: 5px;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 20px;
	line-height: 1.5em;
}
.clear {
	clear: both;
}
a {
	color: #49B675;
	border: none;
}
a:hover {
	color: #FF8E66;
}
a img{
	border: none;
}
header{
	clear: both;
	width: 100%;
	background-color: #373737;
	position: relative;
	height: auto;
	z-index: 1000;
}
#header_h {
	max-width: 1000px;
	margin: auto;
}
.menu_toggle {
	background-image: url(../images/nav-icon.png);
	background-repeat: no-repeat;
	background-position: right center;	
	float: right;
	width: 25px;
	height: 20px;
	overflow: hidden;
	margin-top: 25px;
	margin-right: 20px;
	cursor: pointer;
	color: transparent;
	display: inline-block;
}
nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: none;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 8px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	height: 28px;
	transition: all 0.5s ease;
}
nav ul li a:hover {
	color: #FFFFFF;
	background-color: #49B675;
}
nav ul .current a {
	color: #FFFFFF;
	background-color: #49B675;
}
#content_holder {
	padding-top: 30px;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
#wrapper {
	min-height: 100%;
	height: auto!important;
	margin-bottom: -220px;
}
#spacer {
	height: 190px;
}
#content {
	margin: auto;
	max-width: 1000px;
	background-image: none;
	padding-top: 10px;
	padding-bottom: 15px;
	border-radius: 3px;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-ms-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
.content{
	margin: auto;
	max-width: 1000px;
	background-image: none;
	padding-top: 10px;
	padding-bottom: 15px;
	border-radius: 3px;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-ms-animation: fadein 0.5s;
	-webkit-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
}
#content ul, .content ul {
	margin: 0px;
	font-size: 20px;
	color: #595959;
	line-height: 1.8em;
	list-style-type: none;
	padding: 20px 0px 15px 0px;
}
#content ul li, .content ul li {
	line-height: 1.4em;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #484848;
}
#content ul li:before, .content ul li:before {
    content: "● ";
    color: #49B675;
}
#content_border {
	margin: auto;
	margin-bottom: 40px;
}
.bot{
	width: 100%;
}
#footer_holder {
	width: 100%;
	background-color: #4c4c4c;
	padding: 10px 0px 20px;
}
footer {
	margin: auto;
	max-width: 1040px;
}
#footer_right, #footer_left {
	padding: 20px;
}
#footer_left {
	padding-bottom: 50px;
}
#footer_left a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
#footer_right .contact {
	font-size: 14px;
	font-weight: bold;
}
footer a:hover  {
	color: #49B675;
}
#footer_left .first {
	border-top-style: none;
}
#footer_left .last {
	border-bottom-style: none;
}
footer p {
	font-size: 12px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#nav{
	display: none;
}
#menu_checkbox{
	display: none;
}
#menu_checkbox:checked + nav #nav{
	display: block;
}

/* fade in */

@keyframes fadein {
    from {opacity: 0;} to {opacity: 1;}
}
@-ms-keyframes fadein {
    from {opacity: 0;} to {opacity: 1;}
}
@-moz-keyframes fadein {
    from {opacity: 0;} to {opacity: 1;}
}
@-webkit-keyframes fadein {
    from {opacity: 0;} to {opacity: 1;}
}
@-o-keyframes fadein {
    from {opacity: 0;} to {opacity: 1;}
}

/* colour change */

@keyframes color_change {
	from { background-color: #FFF; } to { background-color: #F2F2F2; }
}
@-webkit-keyframes color_change {
	from { background-color: #FFF; } to { background-color: #F2F2F2; }
}
@-moz-keyframes color_change {
	from { background-color: #FFF; } to { background-color: #F2F2F2; }
}
@-ms-keyframes color_change {
	from { background-color: #FFF; } to { background-color: #F2F2F2; }
}
@-o-keyframes color_change {
	from { background-color: #FFF; } to { background-color: #F2F2F2; }
}

/* size change */

/*@-moz-keyframes resize {
	from { max-height:0px; } to { max-height: 1000px; }
}*/

.anim-1{
	animation: fadein 0.5s;
	animation-fill-mode: forwards; 
	animation-delay: 0.5s;
}
 .anim-2{
	animation: fadein 0.5s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards; 
}
.anim-3{
	animation: fadein 0.5s;
	animation-delay: 1.1s;
	animation-fill-mode: forwards; 
}
.anim-4{
	animation: fadein 0.5s;
	animation-delay: 1.4s;
	animation-fill-mode: forwards; 
}
.anim-5{
	animation: fadein 0.5s;
	animation-delay: 1.7s;
	animation-fill-mode: forwards; 
}
.anim-6{
	animation: fadein 0.5s;
	animation-delay: 2s;
	animation-fill-mode: forwards; 
}
.anim-7{
	animation: fadein 0.5s;
	animation-delay: 2.3s;
	animation-fill-mode: forwards; 
}
.anim-8{
	animation: fadein 0.5s;
	animation-delay: 2.6s;
	animation-fill-mode: forwards; 
}
.fade{
	opacity: 0;
	animation: fadein 0.5s;
	animation-delay: 1.7s;
	animation-fill-mode: forwards; 
}

/*--- list blocks (skills, services) ---*/

#frame-w{
	background-color: #FFF;
	display: table!important;
	width: 100%;
	padding-top: 8px;
	animation: color_change 1.2s;
	animation-delay: 2.0s;
	animation-fill-mode: forwards;
}
#frame-full{
	background-color: #FFF;
	display: table!important;
	width: 100%;
	padding-top: 8px;
}
#frame-w-container{
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	margin-bottom: 10px;
	/*max-height: 0px;
	overflow: hidden;
	animation: resize 1.2s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;*/
}
#frame-w .row{
	display: table-row!important;
	margin: 0px!important;
	padding: 0px!important;
}
#frame-full .row{
	font-size: 0px; /*remove space*/
	padding: 0;
}
#frame-w section {
	display: block!important;
	padding: 15px 35px 35px 35px;
	background-color: #FFF;
	margin: 0px 8px 8px 8px;
	border: 1px solid #E1E1E1;
}
#frame-full a{
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	display: inline-block;
	width: 48.5%;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	font-weight: normal;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	color: #FF8E66;
	opacity: 0;
	margin-bottom: 30px;
}
#frame-full a:hover{
	border-top-color: #B1CCDE;
	border-right-color: #B1CCDE;
	border-bottom-color: #B1CCDE;
	border-left-color: #B1CCDE;
}
#frame-w h2, #frame-full h2{
	border: none;
	padding-bottom: 0px;
	font-size: 20px;
	padding-top: 4px;
	padding-top: 15px;
}
#frame-w ul li, #frame-full ul li{
	font-size: 15px;
}
#frame-w ul, #frame-full ul{
	padding-top: 10px;
	padding-bottom: 0px;
}
#frame-w .anim-1, #frame-w .anim-2, #frame-w .anim-3, #frame-w .anim-4, #frame-w .anim-5, #frame-w .anim-6, #frame-w .anim-7, #frame-w .anim-8{
	opacity: 0;
}
#frame-full .anim-1,#frame-full .anim-2, #frame-full .anim-3, #frame-full .anim-4, #frame-full .anim-5, #frame-full .anim-6, #frame-full .anim-7, #frame-full .anim-8{
	opacity: 0;
}

/*--- images (portfolio) ---*/

#frame-w .p, #frame-full .p{
	width: 50%!important;
}
#frame-w .p h2, #frame-full .p h2{
	text-align: center;
	color: #484848;
	font-weight: normal;
}
#frame-w img{
	max-width: 100%;
	max-height: 100px;
	display: block;
	margin: 15px auto;
	border: 1px solid #E1E1E1;
	padding: 3px;
}
#frame-full img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0px;
	height: auto;
}