@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300");


:root {
  --main-btn-bg: #b31747;
  --main-btn-hover: #e55d87;

}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td,*{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{
	font:inherit;
}
del,ins{
	text-decoration:none;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:bold;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup,sub{
	vertical-align:baseline;
}
legend{
	color:#000000;
}


a{
	color:#0079ce;
	text-decoration:none;
}
/* additional */
.clear{
	clear:both;
}

body {
	font-size: 1.5em;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
}


/* ----- Main Class's ----- */
.header {
	background: #e55d87;
    background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: -webkit-linear-gradient(180deg, #e55d87 0%, #5fc3e4 100%);
    background: linear-gradient(180deg, #e55d87 0%, #5fc3e4 100%);
    background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
	position: fixed;
	width: 100%;
	z-index: 1;
}
.header,
.content,
.footer,
.nav{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:1em;

}

@font-face {
  font-family: 'Billabong';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Billabong.ttf") format("truetype"); 
}

/* ----- Header ----- */
.logo{
	float:left;
	display:inline-block;
	margin-left:5px;
	font-family: 'Billabong';
	font-size: 30px;
	color:#FFF;
}

.logo a{
	display:block;
	padding:10px;
	color:#FFF;
}
/* ----- Menu ----- */
/* меню */
.nav {
	margin: 0;
	padding: 20px;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	*display:inline; /* ie7 */
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #FFF;
	line-height: 100%;
}
.nav a:hover {
	color: #000;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 3px;
}

/* меню справа */
.nav.right ul {
	text-align: right;
	float: right;
}

/* меню по центру */
.nav.center ul {
	text-align: center;
}

/* ----- Content ----- */

.nav2 
{
	text-align:center;
	background:#f9f9f9;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}
	

.nav2 a:hover{
	background:#ffffff;
	color:#03acee;
}


.blog {
	padding:10px;
	border-bottom:2px solid #eeeeee;
	padding-top:70px;
	background:#ffffff;
}

.blog2 {
	padding:10px;
	margin: 0 auto;
/* 	border-bottom:2px solid #eeeeee; */
	padding-top:65px;
	padding-bottom:30px;
	text-align:center;
	color:#000000;
	background:#f9f9f9;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:1em;
}

.blog h2 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 3.6rem;
    margin: 4rem 0px 1rem 0px;
    line-height: 1;
	text-align: center;
	font-weight: 300;
}

.blog2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

.blog2 h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

/* .htitle h2{
}
.blog h2 a{
	color:#0079ce;
} */
.blog-img {
	text-align:center;
	margin:0 auto;
	padding:10px 0 5px 0;
}
.blog-content {
	color:#2d2d2d;
}
.blog-content h3{
	padding:5px 0;
}
.blog-content code {
	display:block;
	padding: 5px 15px;
	margin: 30px 0;
	-moz-border-radius:0.35rem;
	-webkit-border-radius:0.35rem;
	 border-radius: 0.35rem;
	 text-transform: uppercase;
}
.dark {
	background:#e55d87;
	color:#fff;
}
.light {
	background:#f9f9f9;
	color:#2d2d2d;
	border:1px solid #dddddd;
}
.blog-content p {
	padding:5px 0;
}
.blog-content p,
.blog-content ul,
.blog-content ol,
.blog-content code,
.blog-content dl{
	line-height:1.8em;
}
.blog-content dt{
	font-weight:bold;
	text-decoration:underline;
	padding-left:10px;
}
.blog-content dd {
	padding-left:30px;
}
.blog-content ul,
.blog-content ol {
	/*margin:10px 10px 10px 30px;*/
}
.blog-content ul {
	list-style:disc;
}
.blog-content blockquote{
	background:url(../images/blockquote-down.png) no-repeat;
	margin:5px 0;
	font-weight: 300;
	color: #313131;
	display: inline-block;
	    margin-top: 3rem;
}
.blog-content blockquote p {
	background:url(../images/blockquote-up.png) no-repeat bottom right;
    font-size: 1.6rem;
    line-height: 1.3;
	padding:10px 40px;
}/* ----- Footer ----- */
.footer {
	display:block;
	padding:10px;
	background:#03acee;
}
.footer a {
	display:inline-block;
	color:#FFF;
}
.footer p {
	color:#FFF;
	padding:5px;
}
.footer img {
margin:5px;
}
.author a{
	display:inline-block;
	color:#004b7f;
}
.author a:hover {
}
.author {
	font-family: Arial, Helvetica, sans-serif;
    border-top: 1px solid #eeeeee;
    text-align: right;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    z-index: -1;
    margin-top: -60px;
}
/* pagination */
.pagination {
	font-size:12px;
	display:block;
	margin:10px 0 10px 10px;
}
.pagination li{
	display:inline-block;
	margin:0 0 0 5px;
}
.pagination a {
	display:block;
	padding:5px 10px;
	color:#ffffff;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
	background:#0079ce;
}
.pagination a:hover {
	background:#008ef1;
}
.pagination .current a {
	color:#0079ce;
	background:none;
}
.pagination .current a:hover {
	color:#008ef1;
}
.pagination img {
	display:inline-block;
}

pre {
	display:block;
	padding:8.5px;
	margin:0 0 9px;
	font-size:12.025px;
	line-height:18px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.15);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}

textarea#note {
    width:94%;
	height:150px;
	display:block;
	padding:10px;
	margin-bottom: 3rem;
	font-size: 16px;
    line-height: 22px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,0.15);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
		margin-bottom: 40px;
    margin-top: 40px;
}

@media screen and (max-width: 1100px) {
	.nav {
	
		position: fixed;
		min-height: 10px;
		padding: 20px;
		
	}	
	.nav ul {
		width: 130px;
		padding: 25px 0;
		position: fixed;
		float:right;
		top: 0;
		left:0;
		margin-right:10px;
	/* 	border: solid 1px #FFF; */
		background: #03ACEE url(../images/adaptiv_menu.png) no-repeat 70px 11px;
/* 		border-radius: 2px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3); */
	}
	.nav li {
		display: none; /* скрыть все <li> пункты */
		margin: 0;
	}
	.nav .current {
		display: block; /* показывать только текущие активные <li> пункты */
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #FFF;
	}

	/* при наведении на пункты меню */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(../images/icon-check.png) no-repeat 10px 7px;
	}

	/* адаптивное меню справа */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* адаптивное меню по центру */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
}


/* Instatag old*/


.nav2 a {
 background: #5fc3e4;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 12px 12px;
	/*border-radius: 0.35rem;*/
}

.nav2 a:before {
    content: "";
    position: absolute;
    top: 21px;
    right: 19px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    box-shadow: inset 1px 1px 1px #868686;

}

.nav2 a:after {
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-left: 24px solid #5fc3e4;
    border-bottom: 24px solid transparent;
}

.nav2 a:hover {
	color: #fff;
    background-color: var(--main-btn-hover);
    border-color: var(--main-btn-hover);
}

.nav2 a:hover:after {
	content: "";
    float: right;
    width: 0;
    height: 0;
	border-top: 24px solid transparent;
    border-left: 24px solid var(--main-btn-hover);
    border-bottom: 24px solid transparent;
}

.nav2 li {
    float: left;
    line-height: 44px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
	list-style: none;
}

.blog2 {
	display: inline-block;
	text-align: left;
    width: 100%;
}

.blog2 h2, .blog2 h3 {
	font-size: 3.6rem;
	margin: 4rem 0px 0px 0px;
	
}