* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	width: 100%;
}

a {
	text-decoration: none;
}

	cursor: pointer;
}

ul,li {
	list-style: none;
}
l
html,body {
	width: 100%;
	
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	width: 100%;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	min-height: 100%;
	overflow-x:hidden; 
	background-color: rgba(247, 246, 236, 1);
}
body.home{
	overflow: hidden;
}
header{
	height:52px;
	width: 100%;
	float:left;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	text-align: center;
}

header a{
	display: inline-block;
	color: #000000;
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
}
header .language{
	position: absolute;
	top:16px;
	right: 53px;
	height: 25px;
}
.side .language{
	display: none;
}
.language a{
	float: left;
	margin:0 5px;
	color: #71c5cf;
	font-size: 14px;
	line-height: 22px;
	width: 25px;
	height: 25px;
	border:1px solid #71c5cf;
	border-radius:40px;
	font-family: "Roboto",sans-serif;
	text-transform: none;
	text-align: center;
}
.language a.select, .language a:hover{
	color: #fff;
	background-color:#71c5cf;
}
.language a:last-child{
	margin:0 0 0 5px;
}
.background{
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	height: auto;
	overflow:hidden;
	width: 100%;
	top:52px;
	left:52px;
	right: 52px;
	bottom: 52px;
	z-index: 0;
}
.no-touch .background{
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	opacity:0;
}

@media screen and (max-width : 979px){

header a{
	font-size: 22px;
}
header .language{
	/*right: 73px;*/
	display: none;
}
.side .language{
	display: block;
}
header .language a{
	width: 22px;
	height: 22px;
	line-height: 20px;
}
.background{
	top:52px;
	left:20px;
	right: 20px;
	bottom: 52px;
}
	}
	.no-touch .activate .background{
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	opacity:1;
}
	
.side{
	position: fixed;
	top:0;
	bottom:0;
	/*width: 3%;*/
	width: 52px;
	z-index: 99;
	background-color: #fff;
	transition-duration:1s;
    transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}


.side.open{
	transition-duration:1s;
    transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
} 
.side.left.open{
	left:352px;
	left:30vw;
} 
.side.right.open{
	right:352px;
	right:30vw;
} 
@media screen and (min-width : 980px){
a.clickmenu{
	float: left;
	color: #000000;
	font-size:14px;
	top:50%;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	-ms-transform: rotate(-90deg) translateY(-50%); /* IE 9 */
    -webkit-transform: rotate(-90deg) translateY(-50%); /* Chrome, Safari, Opera */
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: center top 0;
    text-align: center;
    z-index: 999;
    /* transition-duration:1s;
    transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out; */
}
.left a.clickmenu{
	left:0;
	line-height: 52px;
    width: 100%;
}
.open.left a.clickmenu{
	-ms-transform: rotate(-90deg) translateY(-50%); /* IE 9 */
    -webkit-transform: rotate(-90deg) translateY(-50%); /* Chrome, Safari, Opera */
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: center top 0;
   /*  transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out; */
}


.clickmenu .text{
	opacity: 1;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
.open .clickmenu .text{
	opacity: 0;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}


a.buy{
	/*-34px*/
	-ms-transform: rotate(90deg) translateX(-50%) translateY(-70px); /* IE 9 */
    -webkit-transform: rotate(90deg) translateX(-50%) translateY(-70px); /* Chrome, Safari, Opera */
    transform: rotate(90deg) translateX(-50%) translateY(-70px);
    text-transform: uppercase;
    width: 200px;
    transform-origin: 0 0 0;
}


	}
	.clickmenu .line, .clickmenumobile .line{
	opacity: 0;
	width: 20px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top:50%;
	left:35%;
	-ms-transform: rotate(-90deg) translateY(-50%); /* IE 9 */
    -webkit-transform: rotate(-90deg) translateY(-50%); /* Chrome, Safari, Opera */
    transform: rotate(-90deg) translateY(-50%);
    transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
.clickmenumobile .line{
	left:25px;
}

.open .clickmenu .line, .open.left .clickmenumobile .line{
	opacity: 1;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.clickmenu .line.other, .clickmenumobile .line.other{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.open .clickmenu .line.other, .open.left .clickmenumobile .line.other{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
.clickmenumobile i{
	opacity: 1;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
.open.left .clickmenumobile i{
	opacity: 0;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
	.side.left{
	left:0;
	cursor: pointer;
}
.side.right{
	right:0;
}
@media screen and (max-width : 979px){
	.side.left.open{
	left:100%;
	left:100vw;
	width: 0;
} 
.side.right.open{
	right:100%;
	width: 0;
} 
.side{
	width: 20px;
	/*position: absolute;
	top:0;
	bottom:0;
	z-index: 99;
	background-color: #fff;*/
	
}	
a.clickmenu, .buy{
	display: none;
}
	}
.clickmenumobile{
	float: left;
	display: block;
	margin: 0 0 0 20px;
	font-size: 30px;
}
.buymobile{
	float: right;
	display: block;
	margin: 0 20px 0 0;
	font-size: 30px;
	cursor: pointer;
	position: relative;
}

.buymobile i.icon-right-open{
	position: absolute;
	top:0;
	right: -4px;
}
.buymobile i.icon-right-open, .open.right .buymobile i.icon-basket{
	opacity:0;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
.open.right .buymobile i.icon-right-open{
	opacity:1;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
@media screen and (max-width : 480px){
	.clickmenumobile, .buymobile{
	font-size: 20px;
}
header a{
	font-size: 16px;
}
	}
	@media screen and (min-width : 980px){
.clickmenumobile, .buymobile{
	display: none;
}	


	}
.menu{
	position: absolute;
	z-index: 0;
	top:0;
	background-color:#fff; 
	width: 40%;
	width: 30vw;
	height: 100%;
	min-width: 300px;
	
}
.left .menu{
	right: 100%;
}
.right .menu{
	left: 100%;
}
.open .menu, .menu.open{
	z-index: 9;
	overflow: auto;
}
.menu_in{
	margin: 52px 0 52px 52px;
	background-image:url(images/menu.jpg);
	background-position: left top;
	background-repeat: repeat;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}
.right .menu_in{
	margin: 52px 52px 52px 0;
	background-image:url(images/buy.jpg);
	background-position: left top;
}

.menu ul, .menu .center{
	float: left;
	display: block;
	width: 100%;
	display: flex;
	align-items:center;
	height: 100%;
	flex-wrap:wrap;
	align-content:center;
}
.menu ul li, .menu .center span{
	width: 100%;
	display: block;
	flex:0 0 80%;
	margin:10px 10%;
}
.menu ul li a{
	display: block;
	width:100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.menu ul li.language{
	text-align: center;
}
.menu ul li.language a{
	float: none;
	display: inline-block;
	margin:0 5px;
	text-transform: none;
	font-size: 14px;
	line-height: 27px;
	width: 30px;
	height: 30px;
	border:1px solid #fff;
}

.menu ul li a:hover{
	text-decoration: underline;
}
.menu ul li.language a.select, .menu ul li.language a:hover{
	color: #e9cb1f;
	background-color:#fff;
	text-decoration: none;
	/* border:1px solid #71c5cf; */
}
.menu .center span{
	height: auto;
	line-height: 20px;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.menu .center span a{
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
@media screen and (max-width : 979px){
	.menu{
	width: 100%;
	width: 100vw;
	min-width: 100%;
	
}
/*.menu{
	height:100%;
	bottom:0;
	top:-100%;
	width: 100%;
	transition-duration:1s;
    transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	position: fixed;
	z-index: 0;
	background-color:#fff; 
}	
.menu.open{
	transition-duration:1s;
    transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	top:0;
}*/ 
.menu_in, .right .menu_in{
	margin: 0 20px;
	bottom:0;
	
}
.menu ul li a{
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}
	}
@media screen and (min-width : 1367px){
	.menu ul li a{
	font-size: 30px;
	height: 120px;
	line-height: 120px;
}
	}
#homepage{
	position: absolute;
	bottom: 52px;
	left:52px;
	right: 52px;
	background-color: rgba(255, 255, 255, 0.75);
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	opacity:1;
	z-index:0;
	height: auto;
}
#page #homepage{
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
}

#homepage.fadeout{
	opacity:0;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	height: 0;
}
/* #page #homepage.fadeout{
	bottom:-100%;
} */
#page #homepage{
	bottom:52px;
}
#homepage_in{
	width: 80%;
	margin: 22px auto;
	text-align: center;
}

#homepage_in .title{
	width: 100%;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-style: italic;
	text-transform: uppercase;
	float: left;
}

#homepage_in .text{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	float: left;
	padding: 25px 0 13px;
}
@media screen and (min-width : 980px) and and (max-width : 1260px){
	#homepage_in .title{
	font-size: 18px;
	line-height: 24px;
}
#homepage_in .text{
	font-size: 12px;
	line-height: 18px;
	padding: 20px 0 8px;
}
	}
@media screen and (max-width : 979px){
	#homepage{
	display: none;
}
	}
@media screen and (min-width : 1367px){
	#homepage_in{
	width: 50%;
	margin: 22px auto;
	text-align: center;
}
#homepage_in .title{
	font-size: 26px;
	line-height: 32px;
}
#homepage_in .text{
	font-size: 16px;
	line-height: 22px;
}
	}
#homepage_in a{
	display: inline-block;
	margin: 5px 0 0;
	text-align: center;
}
#homepage_in a img{
	width: auto;
	display: inl
	
}
#homepage_in a span{
	color: #000000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	line-height: 38px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}

#page{
	background-color: rgba(247, 246, 236, 1);
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	opacity:1;
	width: 100%;
	float: left;
	min-height: 100vh;
}

#page.fadeout{
	opacity:0;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
#page_in{
	width: 56%;
	min-width:800px;
	margin: 165px auto 0;
}
@media screen and (max-width : 979px){
	#page_in{
	width: 90%;
	min-width:90%;
	margin: 115px auto 0;
}
	}
@media screen and (max-width : 480px){
		#page_in{
	width: 80%;
	min-width:80%;
}
	}
h1{
	color: #55bac2;
	font-size: 70px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	line-height: 92px;
	float: left;
	width: 100%;	
}
h2{
	color: #000000;
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height: 25px;
	float: left;
	width: 60%;	
	clear: left;
}

h2 a{
	color: #838383;
	text-decoration: underline;
}
h2 a:hover{
	color: #55bac2;
}
h3{
	color: #000000;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	line-height: 45px;
	float: left;
	width: 100%;	
	text-transform: uppercase;
}
.item h3{
	font-size: 15px;
	font-weight:500;
	line-height: 25px;
	width: auto;
	max-width: 90%;
}
@media screen and (max-width : 979px){
	.item h3{
	font-size: 14px;
	line-height: 20px;
	max-width: 80%;
}
	}
@media screen and (max-width :480px){
	.item h3{
	max-width: 100%;
}
	}
h4{
	color: #000000;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	line-height: 25px;
	float: left;
	width: 100%;	
	margin:27px 0 0;
 }
@media screen and (min-width : 1367px){
h3{
	font-size: 34px;
	line-height: 55px;
}	
h4{
	font-size: 21px;
	line-height: 30px;
 }
}
@media screen and (max-width : 979px){
h1{
	font-size: 35px;
	line-height: 57px;	
}	
h2{
	font-size: 17px;
	line-height: 21px;
	width: 100%;	
}
h3{
	font-size: 20px;
	line-height: 41px;
}
h4{
	font-size: 14px;
	line-height: 23px;
 }
	}
@media screen and (max-width : 480px){
h3{
	font-size: 16px;
	line-height: 37px;
}
h4{
	font-size: 12px;
	line-height: 21px;
	margin: 7px 0 0;
 }	
	}
.line{
	width: 22px;
	height: 1px;
	background-color: #393736;
	float: left;
	clear: left;
	margin: 0 0 28px;
}
.social{
	float: left;
	width: 100%;
	color: #919292;
	font-size: 9px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height: 15px;
	margin: 33px 0 0;
}
aside .social{
	margin: 0 0 59px;
}
.social.bottom{
	margin: 70px 0 90px;
	text-align: center;
	color: #000;
}
@media screen and (max-width : 979px){
.social.bottom{
	margin: 20px 0 90px;
}	
	}
.social span{
	float: left;
	width: 100%;
	color: #000000;
	font-size: 9px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	line-height: 15px;
	text-transform: uppercase;
}
.social a{
	color: #919292;
	font-size: 9px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0 12px 0 0;
}
.social.bottom a{
	color: #000000;
	display: inline-block;
}
.social a:hover{
	text-decoration: underline;
	color: #55bac2;
}
.social a:last-child{
	margin: 0 0 0 12px;
}

.artist{
	float: left;
	width: 100%;
	border-bottom: solid 1px #0e1211;	
	margin:55px 0 46px;
	padding: 0 0 12px;
}

.artist figure{
	width: 65%;
	float: right;
}

.artist figure figcaption{
	width:100%;
	float: left;
	color: #4cabb3;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height: 14px;
	margin:3px 0 0;
	text-align:left;
}
.text{
	float: left;
	width: 100%;
	margin:37px 0;
}
@media screen and (max-width : 480px){
	.text{
	margin:17px 0;
}
	}
.artist .text{
	width: 65%;
	float: right;
	margin:47px 0;
}
@media screen and (max-width : 979px){
	.artist{
	text-align: center;
}
.artist figure{
	float: none;
	text-align: center;
	display: inline-block;
}
.artist .text{
	width: 100%;
	text-align: left;
}
	}
@media screen and (max-width : 480px){
	.artist figure{
	width: 100%;
}
	}
p{
	float: left;
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	line-height: 19px;
	padding: 9px 0;
}
.item p{
	color: #7b7b7b;
}
@media screen and (max-width : 979px){
	.item p{
	font-size: 12px;
}
	}
.letter p{
	color: #7b7b7b;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	padding: 14px 0;
}
@media screen and (min-width : 1367px){
.letter p{
	font-size: 18px;
	line-height: 26px;
}	
	}
	@media screen and (max-width : 979px){
	.letter p{
	font-size: 12px;
	line-height: 19px;
}
	}
.form{
	float: left;
	width: 68%;
	/*border-right: 1px solid #0e1211;*/
	padding: 0 59px 0 0;
	margin: 54px 0 127px;
}

label{
	display: none;
}
input[type=text]{
	float: left;
	display: block;
	width: 100%;
	height: 39px;
	border:1px solid #e7e6e6;
	line-height: 39px;
	padding: 0 20px;
	color: #828383;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin: 14px 0;
}
input[type=text]:nth-child(2){
	margin: 0 0 14px;
}
textarea{
	float: left;
	display: block;
	width: 100%;
	height: 254px;
	border:1px solid #e7e6e6;
	line-height: 18px;
	padding: 20px;
	color: #828383;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin: 14px 0;
	resize:none;
}
input[type=submit]{
	float: left;
	display: block;
	width: auto;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	margin: 34px 0 0;
	cursor: pointer;
	background-color: #403f40;
	text-transform: uppercase;
}
input[type=submit]:hover{
	background-color: #55bac2;
}
@media screen and (min-width : 1367px){
.form{
	margin: 74px 0 147px;
}	
input[type=text]{
	height: 49px;
	line-height: 49px;
	font-size: 18px;
	margin: 18px 0;
}
input[type=text]:nth-child(2){
	margin: 0 0 18px;
}
textarea{
	height: 354px;
	line-height: 22px;
	font-size: 18px;
	margin: 18px 0;
}
input[type=submit]{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	margin: 44px 0 0;
}
	}

aside{
	float: right;
	width: 32%;
	padding: 20px 0 50px 30px;
	margin:54px 0;
	border-left: 1px solid #0e1211;
}
@media screen and (max-width : 979px){
.form{
	width: 100%;
	border-right: none;
	padding: 0;
	margin: 54px 0;
}
input[type=text]{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin: 12px 0;
}
input[type=text]:nth-child(2){
	margin: 0 0 12px;
}
textarea{
	height: 154px;
	line-height: 16px;
	font-size: 14px;
	margin: 12px 0;
}
input[type=submit]{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin: 24px 0 0;
}
aside{
	width: 100%;
	padding: 0;
	margin:0 0 52px;
	text-align: center;
	border:none;
}	
aside img{
	display: none;
}	
	}
	
ul.list{
	width: 105%;
	float: left;
	display: -webkit-box; 
	display: -moz-box; 
	display:-moz-flex;
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	 -webkit-flex-wrap: wrap; 
    flex-wrap: wrap;
    -webkit-flex-direction: row;
  margin:112px 0 0 -20px;
}
ul.list li{
	width: 33%;
	display: block;
	-webkit-box-flex: 1 1 auto; 
	 -webkit-flex:1 1 auto;
	-moz-box-flex: 1 1 auto; 
	-webkit-flex: 1 1 auto; 
	-moz-flex:1 1 auto;
    -moz-box-flex:1 1 auto;
    -ms-flex: 1 1 auto; 
	flex: 1 1 auto;
	position: relative;
	max-width:40%;
	min-width: 30%;  
	padding: 21px 20px;
	align-self:center;
}

/* ul.list li:first-child, ul.list li:nth-child(3n+1){
	padding: 21px 20px 21px 0;
}
ul.list li:nth-child(3n){
	padding: 21px 0 21px 20px;
} */
@media screen and (max-width : 1024px){
ul.list li{
	width: 100%;
	margin:112px 0 0 0;
}

}
@media screen and (max-width : 979px){
ul.list li{
	max-width:50%;
	min-width: 50%; 
	width: 50%; 
}
/* ul.list li:nth-child(3n+1){
	padding: 21px 20px;
}	
ul.list li:first-child, ul.list li:nth-child(2n+1){
	padding: 21px 20px 21px 0;
}
ul.list li:nth-child(3n){
	padding: 21px 20px;
}
ul.list li:nth-child(2n){
	padding: 21px 0 21px 20px;
} */
	}
@media screen and (max-width : 480px){
	ul.list{
  margin:62px 0 0;
}
	ul.list li{
	max-width:100%;
	min-width: 100%;
	width: 100%;
	padding: 21px 0;  
}
/* ul.list li:nth-child(3n+1), ul.list li:first-child, ul.list li:nth-child(2n+1), ul.list li:nth-child(3n), ul.list li:nth-child(2n){
	padding: 21px 0;
}	
	 */}
	ul.list li a{
	display: block;
	float: left;}
	ul.list li a:hover img{
	opacity:0.6;}
ul.list li .title{
	float: left;
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height: 17px;
	margin:11px 0 0;
}
ul.list li .subtitle{
	float: left;
	width: 100%;
	color: #000000;
	font-size: 11px;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-weight:400;
	line-height: 15px;
}
@media screen and (min-width : 1367px){
ul.list li .title{
	font-size: 16px;
	line-height: 20px;
}
ul.list li .subtitle{
	font-size: 12px;
	line-height: 16px;
}	
	}

.press{
	float: left;
	display: block;
	width: 100%;
	margin: 54px 0 100px;
}
.press .item{
	padding: 20px 20px;
	background-color: #fff;
	height: auto;
	width: 100%;
	margin: 5px 0;
	float: left;
	cursor: pointer;
}
.press .item .see{
	width: auto;
	float: right;
	color: #55bac2;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	text-transform: uppercase;
	padding: 2px 0;
}
.press .item.open .see i:before{
	 content: '\e8a5';
}

.press .news{
	max-height:0;
	overflow: hidden;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: linear;
	-webkit-transition: all 1s lineart;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	width: 100%;
	float: left;
}
.press .item.open .news{
	max-height: 1000px;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: linear;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
	
}
.popup{
	position: fixed;
	top:52px;
	left:0;
	right: 0;
	background-color: #f6f5f1;
	width: 100%;
	height: auto;
	/*min-height:80vh;*/
	overflow: hidden;
	bottom:52px;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	opacity: 0;
	visibility: hidden;
	
}
.popup.open{
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	opacity: 1;
	visibility: visible;
}
.popupin{
	width: 80%;
	min-width:800px;
	margin: 0 auto;
	/*padding: 0 0 72px;*/
	overflow: auto;
	height: 100%;
	position: relative;
}
@media screen and (max-width : 979px){
	.popupin{
	width: 90%;
	min-width:90%;
	margin: 21px auto 0;
}

	}
@media screen and (max-width : 480px){
		.popupin{
	width: 80%;
	min-width:80%;
}	}
.popup a.close{
	float: left;
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	top:41px;
	left:0;
}

.popup a.close span{
	opacity: 0;
	width: 31px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top:50%;
	left:0%;
	-ms-transform: rotate(-90deg) translateY(-50%); /* IE 9 */
    -webkit-transform: rotate(-90deg) translateY(-50%); /* Chrome, Safari, Opera */
    transform: rotate(-90deg) translateY(-50%);
    transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
.popup a.close:hover span{
	background-color: #55bac2;
}
.open.popup a.close span{
	opacity: 1;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.open.popup a.close span:last-child{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.open.popup a.close span:last-child{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
.popup .painting{
	float: left;
	width: 100%;
	/*margin: 31px 0 0;*/
	position: absolute;
	top: 50%;
	left:50%;
    transform: translateX(-50%) translateY(-50%);
	opacity:0;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	visibility: hidden;
	display: none;
	/*min-height: 60vh;*/
}
.popup .painting.open{
	opacity:1;
	transition-duration:1s;
	transition-property: all;
	transition-timing-function: ease-out;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	visibility: visible;
	display: block;
}

.popup .painting .image{
	width: 50%;
	float: left;
	text-align: center;
}

.popup .painting img{
	max-width: 45%;
	width: auto;
	max-height: 60vh;
	display: inline-block;
}
.popup .painting .content{
	float: right;
	width: 50%;
	border-left: 1px solid #0b0b0a;
	padding: 0 0 0 45px;
	position: absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}

.popup .painting .title{
	color: #253032;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	line-height: 26px;
	float: left;
	width: 100%;
}
.popup .painting .text{
	color: #000000;
	font-size: 12px;
	font-family: 'Droid Serif', serif;
	font-weight:400;
	line-height: 16px;
	float: left;
	width: 100%;
	margin: 63px 0
}
@media screen and (max-width : 979px){
	.popup .painting .image{
	width: 100%;
}
.popup .painting .content{
	width: 100%;
	border-left: none;
	padding: 0 20px;
	position: static;
	top:0;
	transform:translateY(0);
}
.popup .painting .text{
	margin: 13px 0
}
	}
	.popup .navigation{
	position: absolute;
	bottom:41px;
	left:0;}
.popup a.prev{
	float: left;
	width: auto;
	padding: 0 15px 0 0;
	border-right: 1px solid #000000;
	color: #000;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height: 16px;
}
.popup a.prev:hover{
	color: #55bac2;
}
.popup a.next{
	float: left;
	width: auto;
	padding: 0 0 0 15px;
	color: #000;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height: 16px;
}
.popup a.next:hover{
	color: #55bac2;
}
footer{
	height: 52px;
	background-color: #fff;
	width: 100%;
	text-align: center;
	float: left;
	position: fixed;
	bottom: 0;
	z-index:99;
}
.home footer{
	position: absolute;
	bottom: 0;
	z-index:999;
}

footer a{
	display: inline-block;
	margin: 6px 0 0;
}
/* footer a img{
	animation-name: rotate;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
} */

footer a img{
	width: auto;
	float: left;
}
footer a span{
	color: #000000;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	line-height: 38px;
	text-transform: uppercase;
	float: left;
	margin:0 0 0 9px;
}

@font-face {
  font-family: 'fontello';
  src: url('js/fontello.eot?33716938');
  src: url('js/fontello.eot?33716938#iefix') format('embedded-opentype'),
       url('js/fontello.woff?33716938') format('woff'),
       url('js/fontello.ttf?33716938') format('truetype'),
       url('js/fontello.svg?33716938#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?33716938#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-glass:before { content: '\e800'; } /* 'î €' */
.icon-music:before { content: '\e801'; } /* 'î �' */
.icon-search:before { content: '\e802'; } /* 'î ‚' */
.icon-mail:before { content: '\e803'; } /* 'î ƒ' */
.icon-mail-alt:before { content: '\e804'; } /* 'î „' */
.icon-mail-squared:before { content: '\e805'; } /* 'î …' */
.icon-heart:before { content: '\e806'; } /* 'î †' */
.icon-heart-empty:before { content: '\e807'; } /* 'î ‡' */
.icon-star:before { content: '\e808'; } /* 'î ˆ' */
.icon-star-empty:before { content: '\e809'; } /* 'î ‰' */
.icon-star-half:before { content: '\e80a'; } /* 'î Š' */
.icon-star-half-alt:before { content: '\e80b'; } /* 'î ‹' */
.icon-user:before { content: '\e80c'; } /* 'î Œ' */
.icon-user-plus:before { content: '\e80d'; } /* 'î �' */
.icon-user-times:before { content: '\e80e'; } /* 'î Ž' */
.icon-users:before { content: '\e80f'; } /* 'î �' */
.icon-male:before { content: '\e810'; } /* 'î �' */
.icon-female:before { content: '\e811'; } /* 'î ‘' */
.icon-child:before { content: '\e812'; } /* 'î ’' */
.icon-user-secret:before { content: '\e813'; } /* 'î “' */
.icon-video:before { content: '\e814'; } /* 'î ”' */
.icon-videocam:before { content: '\e815'; } /* 'î •' */
.icon-picture:before { content: '\e816'; } /* 'î –' */
.icon-camera:before { content: '\e817'; } /* 'î —' */
.icon-camera-alt:before { content: '\e818'; } /* 'î ˜' */
.icon-th-large:before { content: '\e819'; } /* 'î ™' */
.icon-th:before { content: '\e81a'; } /* 'î š' */
.icon-th-list:before { content: '\e81b'; } /* 'î ›' */
.icon-ok:before { content: '\e81c'; } /* 'î œ' */
.icon-ok-circled:before { content: '\e81d'; } /* 'î �' */
.icon-ok-circled2:before { content: '\e81e'; } /* 'î ž' */
.icon-ok-squared:before { content: '\e81f'; } /* 'î Ÿ' */
.icon-cancel:before { content: '\e820'; } /* 'î  ' */
.icon-cancel-circled:before { content: '\e821'; } /* 'î ¡' */
.icon-cancel-circled2:before { content: '\e822'; } /* 'î ¢' */
.icon-plus:before { content: '\e823'; } /* 'î £' */
.icon-plus-circled:before { content: '\e824'; } /* 'î ¤' */
.icon-plus-squared:before { content: '\e825'; } /* 'î ¥' */
.icon-plus-squared-alt:before { content: '\e826'; } /* 'î ¦' */
.icon-minus:before { content: '\e827'; } /* 'î §' */
.icon-minus-circled:before { content: '\e828'; } /* 'î ¨' */
.icon-minus-squared:before { content: '\e829'; } /* 'î ©' */
.icon-minus-squared-alt:before { content: '\e82a'; } /* 'î ª' */
.icon-help:before { content: '\e82b'; } /* 'î «' */
.icon-help-circled:before { content: '\e82c'; } /* 'î ¬' */
.icon-info-circled:before { content: '\e82d'; } /* 'î ­' */
.icon-info:before { content: '\e82e'; } /* 'î ®' */
.icon-home:before { content: '\e82f'; } /* 'î ¯' */
.icon-link:before { content: '\e830'; } /* 'î °' */
.icon-unlink:before { content: '\e831'; } /* 'î ±' */
.icon-link-ext:before { content: '\e832'; } /* 'î ²' */
.icon-link-ext-alt:before { content: '\e833'; } /* 'î ³' */
.icon-attach:before { content: '\e834'; } /* 'î ´' */
.icon-lock:before { content: '\e835'; } /* 'î µ' */
.icon-lock-open:before { content: '\e836'; } /* 'î ¶' */
.icon-lock-open-alt:before { content: '\e837'; } /* 'î ·' */
.icon-pin:before { content: '\e838'; } /* 'î ¸' */
.icon-eye:before { content: '\e839'; } /* 'î ¹' */
.icon-eye-off:before { content: '\e83a'; } /* 'î º' */
.icon-tag:before { content: '\e83b'; } /* 'î »' */
.icon-tags:before { content: '\e83c'; } /* 'î ¼' */
.icon-bookmark:before { content: '\e83d'; } /* 'î ½' */
.icon-bookmark-empty:before { content: '\e83e'; } /* 'î ¾' */
.icon-flag:before { content: '\e83f'; } /* 'î ¿' */
.icon-flag-empty:before { content: '\e840'; } /* 'î¡€' */
.icon-flag-checkered:before { content: '\e841'; } /* 'î¡�' */
.icon-thumbs-up:before { content: '\e842'; } /* 'î¡‚' */
.icon-thumbs-down:before { content: '\e843'; } /* 'î¡ƒ' */
.icon-thumbs-up-alt:before { content: '\e844'; } /* 'î¡„' */
.icon-thumbs-down-alt:before { content: '\e845'; } /* 'î¡…' */
.icon-download:before { content: '\e846'; } /* 'î¡†' */
.icon-upload:before { content: '\e847'; } /* 'î¡‡' */
.icon-download-cloud:before { content: '\e848'; } /* 'î¡ˆ' */
.icon-upload-cloud:before { content: '\e849'; } /* 'î¡‰' */
.icon-reply:before { content: '\e84a'; } /* 'î¡Š' */
.icon-reply-all:before { content: '\e84b'; } /* 'î¡‹' */
.icon-forward:before { content: '\e84c'; } /* 'î¡Œ' */
.icon-quote-left:before { content: '\e84d'; } /* 'î¡�' */
.icon-quote-right:before { content: '\e84e'; } /* 'î¡Ž' */
.icon-code:before { content: '\e84f'; } /* 'î¡�' */
.icon-export:before { content: '\e850'; } /* 'î¡�' */
.icon-export-alt:before { content: '\e851'; } /* 'î¡‘' */
.icon-share:before { content: '\e852'; } /* 'î¡’' */
.icon-share-squared:before { content: '\e853'; } /* 'î¡“' */
.icon-pencil:before { content: '\e854'; } /* 'î¡”' */
.icon-pencil-squared:before { content: '\e855'; } /* 'î¡•' */
.icon-edit:before { content: '\e856'; } /* 'î¡–' */
.icon-print:before { content: '\e857'; } /* 'î¡—' */
.icon-retweet:before { content: '\e858'; } /* 'î¡˜' */
.icon-keyboard:before { content: '\e859'; } /* 'î¡™' */
.icon-gamepad:before { content: '\e85a'; } /* 'î¡š' */
.icon-comment:before { content: '\e85b'; } /* 'î¡›' */
.icon-chat:before { content: '\e85c'; } /* 'î¡œ' */
.icon-comment-empty:before { content: '\e85d'; } /* 'î¡�' */
.icon-chat-empty:before { content: '\e85e'; } /* 'î¡ž' */
.icon-bell:before { content: '\e85f'; } /* 'î¡Ÿ' */
.icon-bell-alt:before { content: '\e860'; } /* 'î¡ ' */
.icon-bell-off:before { content: '\e861'; } /* 'î¡¡' */
.icon-bell-off-empty:before { content: '\e862'; } /* 'î¡¢' */
.icon-attention-alt:before { content: '\e863'; } /* 'î¡£' */
.icon-attention:before { content: '\e864'; } /* 'î¡¤' */
.icon-attention-circled:before { content: '\e865'; } /* 'î¡¥' */
.icon-location:before { content: '\e866'; } /* 'î¡¦' */
.icon-direction:before { content: '\e867'; } /* 'î¡§' */
.icon-compass:before { content: '\e868'; } /* 'î¡¨' */
.icon-trash:before { content: '\e869'; } /* 'î¡©' */
.icon-trash-empty:before { content: '\e86a'; } /* 'î¡ª' */
.icon-doc:before { content: '\e86b'; } /* 'î¡«' */
.icon-docs:before { content: '\e86c'; } /* 'î¡¬' */
.icon-doc-text:before { content: '\e86d'; } /* 'î¡­' */
.icon-doc-inv:before { content: '\e86e'; } /* 'î¡®' */
.icon-doc-text-inv:before { content: '\e86f'; } /* 'î¡¯' */
.icon-file-pdf:before { content: '\e870'; } /* 'î¡°' */
.icon-file-word:before { content: '\e871'; } /* 'î¡±' */
.icon-file-excel:before { content: '\e872'; } /* 'î¡²' */
.icon-file-powerpoint:before { content: '\e873'; } /* 'î¡³' */
.icon-file-image:before { content: '\e874'; } /* 'î¡´' */
.icon-file-archive:before { content: '\e875'; } /* 'î¡µ' */
.icon-file-audio:before { content: '\e876'; } /* 'î¡¶' */
.icon-file-video:before { content: '\e877'; } /* 'î¡·' */
.icon-file-code:before { content: '\e878'; } /* 'î¡¸' */
.icon-folder:before { content: '\e879'; } /* 'î¡¹' */
.icon-folder-open:before { content: '\e87a'; } /* 'î¡º' */
.icon-folder-empty:before { content: '\e87b'; } /* 'î¡»' */
.icon-folder-open-empty:before { content: '\e87c'; } /* 'î¡¼' */
.icon-box:before { content: '\e87d'; } /* 'î¡½' */
.icon-rss:before { content: '\e87e'; } /* 'î¡¾' */
.icon-rss-squared:before { content: '\e87f'; } /* 'î¡¿' */
.icon-phone:before { content: '\e880'; } /* 'î¢€' */
.icon-phone-squared:before { content: '\e881'; } /* 'î¢�' */
.icon-fax:before { content: '\e882'; } /* 'î¢‚' */
.icon-menu:before { content: '\e883'; } /* 'î¢ƒ' */
.icon-cog:before { content: '\e884'; } /* 'î¢„' */
.icon-cog-alt:before { content: '\e885'; } /* 'î¢…' */
.icon-wrench:before { content: '\e886'; } /* 'î¢†' */
.icon-sliders:before { content: '\e887'; } /* 'î¢‡' */
.icon-basket:before { content: '\e888'; } /* 'î¢ˆ' */
.icon-cart-plus:before { content: '\e889'; } /* 'î¢‰' */
.icon-cart-arrow-down:before { content: '\e88a'; } /* 'î¢Š' */
.icon-calendar:before { content: '\e88b'; } /* 'î¢‹' */
.icon-calendar-empty:before { content: '\e88c'; } /* 'î¢Œ' */
.icon-login:before { content: '\e88d'; } /* 'î¢�' */
.icon-down-circled2:before { content: '\e88e'; } /* 'î¢Ž' */
.icon-up-circled2:before { content: '\e88f'; } /* 'î¢�' */
.icon-logout:before { content: '\e890'; } /* 'î¢�' */
.icon-mic:before { content: '\e891'; } /* 'î¢‘' */
.icon-mute:before { content: '\e892'; } /* 'î¢’' */
.icon-volume-off:before { content: '\e893'; } /* 'î¢“' */
.icon-volume-down:before { content: '\e894'; } /* 'î¢”' */
.icon-volume-up:before { content: '\e895'; } /* 'î¢•' */
.icon-headphones:before { content: '\e896'; } /* 'î¢–' */
.icon-clock:before { content: '\e897'; } /* 'î¢—' */
.icon-lightbulb:before { content: '\e898'; } /* 'î¢˜' */
.icon-block:before { content: '\e899'; } /* 'î¢™' */
.icon-resize-full:before { content: '\e89a'; } /* 'î¢š' */
.icon-resize-full-alt:before { content: '\e89b'; } /* 'î¢›' */
.icon-resize-small:before { content: '\e89c'; } /* 'î¢œ' */
.icon-resize-vertical:before { content: '\e89d'; } /* 'î¢�' */
.icon-resize-horizontal:before { content: '\e89e'; } /* 'î¢ž' */
.icon-move:before { content: '\e89f'; } /* 'î¢Ÿ' */
.icon-zoom-in:before { content: '\e8a0'; } /* 'î¢ ' */
.icon-zoom-out:before { content: '\e8a1'; } /* 'î¢¡' */
.icon-left-circled2:before { content: '\e8a2'; } /* 'î¢¢' */
.icon-right-circled2:before { content: '\e8a3'; } /* 'î¢£' */
.icon-down-dir:before { content: '\e8a4'; } /* 'î¢¤' */
.icon-up-dir:before { content: '\e8a5'; } /* 'î¢¥' */
.icon-left-dir:before { content: '\e8a6'; } /* 'î¢¦' */
.icon-right-dir:before { content: '\e8a7'; } /* 'î¢§' */
.icon-down-open:before { content: '\e8a8'; } /* 'î¢¨' */
.icon-left-open:before { content: '\e8a9'; } /* 'î¢©' */
.icon-right-open:before { content: '\e8aa'; } /* 'î¢ª' */
.icon-up-open:before { content: '\e8ab'; } /* 'î¢«' */
.icon-angle-left:before { content: '\e8ac'; } /* 'î¢¬' */
.icon-angle-right:before { content: '\e8ad'; } /* 'î¢­' */
.icon-angle-up:before { content: '\e8ae'; } /* 'î¢®' */
.icon-angle-down:before { content: '\e8af'; } /* 'î¢¯' */
.icon-angle-circled-left:before { content: '\e8b0'; } /* 'î¢°' */
.icon-angle-circled-right:before { content: '\e8b1'; } /* 'î¢±' */
.icon-angle-circled-up:before { content: '\e8b2'; } /* 'î¢²' */
.icon-angle-circled-down:before { content: '\e8b3'; } /* 'î¢³' */
.icon-angle-double-up:before { content: '\e8b4'; } /* 'î¢´' */
.icon-angle-double-down:before { content: '\e8b5'; } /* 'î¢µ' */
.icon-down:before { content: '\e8b6'; } /* 'î¢¶' */
.icon-left:before { content: '\e8b7'; } /* 'î¢·' */
.icon-right:before { content: '\e8b8'; } /* 'î¢¸' */
.icon-up:before { content: '\e8b9'; } /* 'î¢¹' */
.icon-down-big:before { content: '\e8ba'; } /* 'î¢º' */
.icon-left-big:before { content: '\e8bb'; } /* 'î¢»' */
.icon-right-big:before { content: '\e8bc'; } /* 'î¢¼' */
.icon-up-big:before { content: '\e8bd'; } /* 'î¢½' */
.icon-right-hand:before { content: '\e8be'; } /* 'î¢¾' */
.icon-left-hand:before { content: '\e8bf'; } /* 'î¢¿' */
.icon-up-hand:before { content: '\e8c0'; } /* 'î£€' */
.icon-down-hand:before { content: '\e8c1'; } /* 'î£�' */
.icon-left-circled:before { content: '\e8c2'; } /* 'î£‚' */
.icon-right-circled:before { content: '\e8c3'; } /* 'î£ƒ' */
.icon-up-circled:before { content: '\e8c4'; } /* 'î£„' */
.icon-down-circled:before { content: '\e8c5'; } /* 'î£…' */
.icon-arrows-cw:before { content: '\e8c6'; } /* 'î£†' */
.icon-level-up:before { content: '\e8c7'; } /* 'î£‡' */
.icon-level-down:before { content: '\e8c8'; } /* 'î£ˆ' */
.icon-shuffle:before { content: '\e8c9'; } /* 'î£‰' */
.icon-exchange:before { content: '\e8ca'; } /* 'î£Š' */
.icon-history:before { content: '\e8cb'; } /* 'î£‹' */
.icon-expand:before { content: '\e8cc'; } /* 'î£Œ' */
.icon-collapse:before { content: '\e8cd'; } /* 'î£�' */
.icon-expand-right:before { content: '\e8ce'; } /* 'î£Ž' */
.icon-collapse-left:before { content: '\e8cf'; } /* 'î£�' */
.icon-play:before { content: '\e8d0'; } /* 'î£�' */
.icon-play-circled:before { content: '\e8d1'; } /* 'î£‘' */
.icon-play-circled2:before { content: '\e8d2'; } /* 'î£’' */
.icon-stop:before { content: '\e8d3'; } /* 'î£“' */
.icon-pause:before { content: '\e8d4'; } /* 'î£”' */
.icon-to-end:before { content: '\e8d5'; } /* 'î£•' */
.icon-to-end-alt:before { content: '\e8d6'; } /* 'î£–' */
.icon-to-start:before { content: '\e8d7'; } /* 'î£—' */
.icon-cw:before { content: '\e8d8'; } /* 'î£˜' */
.icon-ccw:before { content: '\e8d9'; } /* 'î£™' */
.icon-to-start-alt:before { content: '\e8da'; } /* 'î£š' */
.icon-fast-fw:before { content: '\e8db'; } /* 'î£›' */
.icon-fast-bw:before { content: '\e8dc'; } /* 'î£œ' */
.icon-eject:before { content: '\e8dd'; } /* 'î£�' */
.icon-target:before { content: '\e8de'; } /* 'î£ž' */
.icon-signal:before { content: '\e8df'; } /* 'î£Ÿ' */
.icon-wifi:before { content: '\e8e0'; } /* 'î£ ' */
.icon-award:before { content: '\e8e1'; } /* 'î£¡' */
.icon-desktop:before { content: '\e8e2'; } /* 'î£¢' */
.icon-laptop:before { content: '\e8e3'; } /* 'î££' */
.icon-tablet:before { content: '\e8e4'; } /* 'î£¤' */
.icon-mobile:before { content: '\e8e5'; } /* 'î£¥' */
.icon-inbox:before { content: '\e8e6'; } /* 'î£¦' */
.icon-globe:before { content: '\e8e7'; } /* 'î£§' */
.icon-sun:before { content: '\e8e8'; } /* 'î£¨' */
.icon-cloud:before { content: '\e8e9'; } /* 'î£©' */
.icon-flash:before { content: '\e8ea'; } /* 'î£ª' */
.icon-moon:before { content: '\e8eb'; } /* 'î£«' */
.icon-umbrella:before { content: '\e8ec'; } /* 'î£¬' */
.icon-flight:before { content: '\e8ed'; } /* 'î£­' */
.icon-fighter-jet:before { content: '\e8ee'; } /* 'î£®' */
.icon-paper-plane:before { content: '\e8ef'; } /* 'î£¯' */
.icon-paper-plane-empty:before { content: '\e8f0'; } /* 'î£°' */
.icon-space-shuttle:before { content: '\e8f1'; } /* 'î£±' */
.icon-leaf:before { content: '\e8f2'; } /* 'î£²' */
.icon-font:before { content: '\e8f3'; } /* 'î£³' */
.icon-bold:before { content: '\e8f4'; } /* 'î£´' */
.icon-medium:before { content: '\e8f5'; } /* 'î£µ' */
.icon-italic:before { content: '\e8f6'; } /* 'î£¶' */
.icon-header:before { content: '\e8f7'; } /* 'î£·' */
.icon-paragraph:before { content: '\e8f8'; } /* 'î£¸' */
.icon-text-height:before { content: '\e8f9'; } /* 'î£¹' */
.icon-text-width:before { content: '\e8fa'; } /* 'î£º' */
.icon-align-left:before { content: '\e8fb'; } /* 'î£»' */
.icon-align-center:before { content: '\e8fc'; } /* 'î£¼' */
.icon-align-right:before { content: '\e8fd'; } /* 'î£½' */
.icon-align-justify:before { content: '\e8fe'; } /* 'î£¾' */
.icon-list:before { content: '\e8ff'; } /* 'î£¿' */
.icon-indent-left:before { content: '\e900'; } /* 'î¤€' */
.icon-indent-right:before { content: '\e901'; } /* 'î¤�' */
.icon-list-bullet:before { content: '\e902'; } /* 'î¤‚' */
.icon-list-numbered:before { content: '\e903'; } /* 'î¤ƒ' */
.icon-strike:before { content: '\e904'; } /* 'î¤„' */
.icon-underline:before { content: '\e905'; } /* 'î¤…' */
.icon-superscript:before { content: '\e906'; } /* 'î¤†' */
.icon-subscript:before { content: '\e907'; } /* 'î¤‡' */
.icon-table:before { content: '\e908'; } /* 'î¤ˆ' */
.icon-columns:before { content: '\e909'; } /* 'î¤‰' */
.icon-crop:before { content: '\e90a'; } /* 'î¤Š' */
.icon-scissors:before { content: '\e90b'; } /* 'î¤‹' */
.icon-paste:before { content: '\e90c'; } /* 'î¤Œ' */
.icon-briefcase:before { content: '\e90d'; } /* 'î¤�' */
.icon-suitcase:before { content: '\e90e'; } /* 'î¤Ž' */
.icon-ellipsis:before { content: '\e90f'; } /* 'î¤�' */
.icon-ellipsis-vert:before { content: '\e910'; } /* 'î¤�' */
.icon-off:before { content: '\e911'; } /* 'î¤‘' */
.icon-road:before { content: '\e912'; } /* 'î¤’' */
.icon-list-alt:before { content: '\e913'; } /* 'î¤“' */
.icon-qrcode:before { content: '\e914'; } /* 'î¤”' */
.icon-barcode:before { content: '\e915'; } /* 'î¤•' */
.icon-book:before { content: '\e916'; } /* 'î¤–' */
.icon-ajust:before { content: '\e917'; } /* 'î¤—' */
.icon-tint:before { content: '\e918'; } /* 'î¤˜' */
.icon-toggle-off:before { content: '\e919'; } /* 'î¤™' */
.icon-toggle-on:before { content: '\e91a'; } /* 'î¤š' */
.icon-check:before { content: '\e91b'; } /* 'î¤›' */
.icon-check-empty:before { content: '\e91c'; } /* 'î¤œ' */
.icon-circle:before { content: '\e91d'; } /* 'î¤�' */
.icon-circle-empty:before { content: '\e91e'; } /* 'î¤ž' */
.icon-circle-thin:before { content: '\e91f'; } /* 'î¤Ÿ' */
.icon-circle-notch:before { content: '\e920'; } /* 'î¤ ' */
.icon-dot-circled:before { content: '\e921'; } /* 'î¤¡' */
.icon-asterisk:before { content: '\e922'; } /* 'î¤¢' */
.icon-gift:before { content: '\e923'; } /* 'î¤£' */
.icon-fire:before { content: '\e924'; } /* 'î¤¤' */
.icon-magnet:before { content: '\e925'; } /* 'î¤¥' */
.icon-chart-bar:before { content: '\e926'; } /* 'î¤¦' */
.icon-chart-area:before { content: '\e927'; } /* 'î¤§' */
.icon-chart-pie:before { content: '\e928'; } /* 'î¤¨' */
.icon-chart-line:before { content: '\e929'; } /* 'î¤©' */
.icon-ticket:before { content: '\e92a'; } /* 'î¤ª' */
.icon-credit-card:before { content: '\e92b'; } /* 'î¤«' */
.icon-floppy:before { content: '\e92c'; } /* 'î¤¬' */
.icon-megaphone:before { content: '\e92d'; } /* 'î¤­' */
.icon-hdd:before { content: '\e92e'; } /* 'î¤®' */
.icon-key:before { content: '\e92f'; } /* 'î¤¯' */
.icon-fork:before { content: '\e930'; } /* 'î¤°' */
.icon-rocket:before { content: '\e931'; } /* 'î¤±' */
.icon-bug:before { content: '\e932'; } /* 'î¤²' */
.icon-certificate:before { content: '\e933'; } /* 'î¤³' */
.icon-tasks:before { content: '\e934'; } /* 'î¤´' */
.icon-filter:before { content: '\e935'; } /* 'î¤µ' */
.icon-beaker:before { content: '\e936'; } /* 'î¤¶' */
.icon-magic:before { content: '\e937'; } /* 'î¤·' */
.icon-cab:before { content: '\e938'; } /* 'î¤¸' */
.icon-taxi:before { content: '\e939'; } /* 'î¤¹' */
.icon-truck:before { content: '\e93a'; } /* 'î¤º' */
.icon-bus:before { content: '\e93b'; } /* 'î¤»' */
.icon-bicycle:before { content: '\e93c'; } /* 'î¤¼' */
.icon-motorcycle:before { content: '\e93d'; } /* 'î¤½' */
.icon-train:before { content: '\e93e'; } /* 'î¤¾' */
.icon-subway:before { content: '\e93f'; } /* 'î¤¿' */
.icon-ship:before { content: '\e940'; } /* 'î¥€' */
.icon-money:before { content: '\e941'; } /* 'î¥�' */
.icon-euro:before { content: '\e942'; } /* 'î¥‚' */
.icon-pound:before { content: '\e943'; } /* 'î¥ƒ' */
.icon-dollar:before { content: '\e944'; } /* 'î¥„' */
.icon-rupee:before { content: '\e945'; } /* 'î¥…' */
.icon-yen:before { content: '\e946'; } /* 'î¥†' */
.icon-rouble:before { content: '\e947'; } /* 'î¥‡' */
.icon-shekel:before { content: '\e948'; } /* 'î¥ˆ' */
.icon-try:before { content: '\e949'; } /* 'î¥‰' */
.icon-won:before { content: '\e94a'; } /* 'î¥Š' */
.icon-bitcoin:before { content: '\e94b'; } /* 'î¥‹' */
.icon-viacoin:before { content: '\e94c'; } /* 'î¥Œ' */
.icon-sort:before { content: '\e94d'; } /* 'î¥�' */
.icon-sort-down:before { content: '\e94e'; } /* 'î¥Ž' */
.icon-sort-up:before { content: '\e94f'; } /* 'î¥�' */
.icon-sort-alt-up:before { content: '\e950'; } /* 'î¥�' */
.icon-sort-alt-down:before { content: '\e951'; } /* 'î¥‘' */
.icon-sort-name-up:before { content: '\e952'; } /* 'î¥’' */
.icon-sort-name-down:before { content: '\e953'; } /* 'î¥“' */
.icon-sort-number-up:before { content: '\e954'; } /* 'î¥”' */
.icon-sort-number-down:before { content: '\e955'; } /* 'î¥•' */
.icon-hammer:before { content: '\e956'; } /* 'î¥–' */
.icon-gauge:before { content: '\e957'; } /* 'î¥—' */
.icon-sitemap:before { content: '\e958'; } /* 'î¥˜' */
.icon-spinner:before { content: '\e959'; } /* 'î¥™' */
.icon-coffee:before { content: '\e95a'; } /* 'î¥š' */
.icon-food:before { content: '\e95b'; } /* 'î¥›' */
.icon-beer:before { content: '\e95c'; } /* 'î¥œ' */
.icon-user-md:before { content: '\e95d'; } /* 'î¥�' */
.icon-stethoscope:before { content: '\e95e'; } /* 'î¥ž' */
.icon-heartbeat:before { content: '\e95f'; } /* 'î¥Ÿ' */
.icon-ambulance:before { content: '\e960'; } /* 'î¥ ' */
.icon-medkit:before { content: '\e961'; } /* 'î¥¡' */
.icon-h-sigh:before { content: '\e962'; } /* 'î¥¢' */
.icon-bed:before { content: '\e963'; } /* 'î¥£' */
.icon-hospital:before { content: '\e964'; } /* 'î¥¤' */
.icon-building:before { content: '\e965'; } /* 'î¥¥' */
.icon-angle-double-left:before { content: '\e966'; } /* 'î¥¦' */
.icon-angle-double-right:before { content: '\e967'; } /* 'î¥§' */
.icon-building-filled:before { content: '\e968'; } /* 'î¥¨' */
.icon-bank:before { content: '\e969'; } /* 'î¥©' */
.icon-smile:before { content: '\e96a'; } /* 'î¥ª' */
.icon-frown:before { content: '\e96b'; } /* 'î¥«' */
.icon-meh:before { content: '\e96c'; } /* 'î¥¬' */
.icon-anchor:before { content: '\e96d'; } /* 'î¥­' */
.icon-terminal:before { content: '\e96e'; } /* 'î¥®' */
.icon-eraser:before { content: '\e96f'; } /* 'î¥¯' */
.icon-puzzle:before { content: '\e970'; } /* 'î¥°' */
.icon-shield:before { content: '\e971'; } /* 'î¥±' */
.icon-extinguisher:before { content: '\e972'; } /* 'î¥²' */
.icon-bullseye:before { content: '\e973'; } /* 'î¥³' */
.icon-wheelchair:before { content: '\e974'; } /* 'î¥´' */
.icon-language:before { content: '\e975'; } /* 'î¥µ' */
.icon-graduation-cap:before { content: '\e976'; } /* 'î¥¶' */
.icon-paw:before { content: '\e977'; } /* 'î¥·' */
.icon-spoon:before { content: '\e978'; } /* 'î¥¸' */
.icon-cube:before { content: '\e979'; } /* 'î¥¹' */
.icon-cubes:before { content: '\e97a'; } /* 'î¥º' */
.icon-recycle:before { content: '\e97b'; } /* 'î¥»' */
.icon-tree:before { content: '\e97c'; } /* 'î¥¼' */
.icon-database:before { content: '\e97d'; } /* 'î¥½' */
.icon-server:before { content: '\e97e'; } /* 'î¥¾' */
.icon-lifebuoy:before { content: '\e97f'; } /* 'î¥¿' */
.icon-rebel:before { content: '\e980'; } /* 'î¦€' */
.icon-empire:before { content: '\e981'; } /* 'î¦�' */
.icon-bomb:before { content: '\e982'; } /* 'î¦‚' */
.icon-soccer-ball:before { content: '\e983'; } /* 'î¦ƒ' */
.icon-tty:before { content: '\e984'; } /* 'î¦„' */
.icon-binoculars:before { content: '\e985'; } /* 'î¦…' */
.icon-plug:before { content: '\e986'; } /* 'î¦†' */
.icon-newspaper:before { content: '\e987'; } /* 'î¦‡' */
.icon-calc:before { content: '\e988'; } /* 'î¦ˆ' */
.icon-copyright:before { content: '\e989'; } /* 'î¦‰' */
.icon-at:before { content: '\e98a'; } /* 'î¦Š' */
.icon-eyedropper:before { content: '\e98b'; } /* 'î¦‹' */
.icon-brush:before { content: '\e98c'; } /* 'î¦Œ' */
.icon-birthday:before { content: '\e98d'; } /* 'î¦�' */
.icon-diamond:before { content: '\e98e'; } /* 'î¦Ž' */
.icon-street-view:before { content: '\e98f'; } /* 'î¦�' */
.icon-venus:before { content: '\e990'; } /* 'î¦�' */
.icon-mars:before { content: '\e991'; } /* 'î¦‘' */
.icon-mercury:before { content: '\e992'; } /* 'î¦’' */
.icon-transgender:before { content: '\e993'; } /* 'î¦“' */
.icon-transgender-alt:before { content: '\e994'; } /* 'î¦”' */
.icon-venus-double:before { content: '\e995'; } /* 'î¦•' */
.icon-mars-double:before { content: '\e996'; } /* 'î¦–' */
.icon-venus-mars:before { content: '\e997'; } /* 'î¦—' */
.icon-mars-stroke:before { content: '\e998'; } /* 'î¦˜' */
.icon-mars-stroke-v:before { content: '\e999'; } /* 'î¦™' */
.icon-mars-stroke-h:before { content: '\e99a'; } /* 'î¦š' */
.icon-neuter:before { content: '\e99b'; } /* 'î¦›' */
.icon-cc-visa:before { content: '\e99c'; } /* 'î¦œ' */
.icon-cc-mastercard:before { content: '\e99d'; } /* 'î¦�' */
.icon-cc-discover:before { content: '\e99e'; } /* 'î¦ž' */
.icon-cc-amex:before { content: '\e99f'; } /* 'î¦Ÿ' */
.icon-cc-paypal:before { content: '\e9a0'; } /* 'î¦ ' */
.icon-cc-stripe:before { content: '\e9a1'; } /* 'î¦¡' */
.icon-adn:before { content: '\e9a2'; } /* 'î¦¢' */
.icon-android:before { content: '\e9a3'; } /* 'î¦£' */
.icon-angellist:before { content: '\e9a4'; } /* 'î¦¤' */
.icon-apple:before { content: '\e9a5'; } /* 'î¦¥' */
.icon-behance:before { content: '\e9a6'; } /* 'î¦¦' */
.icon-behance-squared:before { content: '\e9a7'; } /* 'î¦§' */
.icon-bitbucket:before { content: '\e9a8'; } /* 'î¦¨' */
.icon-bitbucket-squared:before { content: '\e9a9'; } /* 'î¦©' */
.icon-buysellads:before { content: '\e9aa'; } /* 'î¦ª' */
.icon-cc:before { content: '\e9ab'; } /* 'î¦«' */
.icon-codeopen:before { content: '\e9ac'; } /* 'î¦¬' */
.icon-connectdevelop:before { content: '\e9ad'; } /* 'î¦­' */
.icon-css3:before { content: '\e9ae'; } /* 'î¦®' */
.icon-dashcube:before { content: '\e9af'; } /* 'î¦¯' */
.icon-delicious:before { content: '\e9b0'; } /* 'î¦°' */
.icon-deviantart:before { content: '\e9b1'; } /* 'î¦±' */
.icon-digg:before { content: '\e9b2'; } /* 'î¦²' */
.icon-dribbble:before { content: '\e9b3'; } /* 'î¦³' */
.icon-dropbox:before { content: '\e9b4'; } /* 'î¦´' */
.icon-drupal:before { content: '\e9b5'; } /* 'î¦µ' */
.icon-facebook:before { content: '\e9b6'; } /* 'î¦¶' */
.icon-facebook-squared:before { content: '\e9b7'; } /* 'î¦·' */
.icon-facebook-official:before { content: '\e9b8'; } /* 'î¦¸' */
.icon-flickr:before { content: '\e9b9'; } /* 'î¦¹' */
.icon-forumbee:before { content: '\e9ba'; } /* 'î¦º' */
.icon-foursquare:before { content: '\e9bb'; } /* 'î¦»' */
.icon-git-squared:before { content: '\e9bc'; } /* 'î¦¼' */
.icon-git:before { content: '\e9bd'; } /* 'î¦½' */
.icon-github:before { content: '\e9be'; } /* 'î¦¾' */
.icon-github-squared:before { content: '\e9bf'; } /* 'î¦¿' */
.icon-github-circled:before { content: '\e9c0'; } /* 'î§€' */
.icon-gittip:before { content: '\e9c1'; } /* 'î§�' */
.icon-google:before { content: '\e9c2'; } /* 'î§‚' */
.icon-gplus:before { content: '\e9c3'; } /* 'î§ƒ' */
.icon-gplus-squared:before { content: '\e9c4'; } /* 'î§„' */
.icon-gwallet:before { content: '\e9c5'; } /* 'î§…' */
.icon-hacker-news:before { content: '\e9c6'; } /* 'î§†' */
.icon-html5:before { content: '\e9c7'; } /* 'î§‡' */
.icon-instagram:before { content: '\e9c8'; } /* 'î§ˆ' */
.icon-ioxhost:before { content: '\e9c9'; } /* 'î§‰' */
.icon-joomla:before { content: '\e9ca'; } /* 'î§Š' */
.icon-jsfiddle:before { content: '\e9cb'; } /* 'î§‹' */
.icon-lastfm:before { content: '\e9cc'; } /* 'î§Œ' */
.icon-lastfm-squared:before { content: '\e9cd'; } /* 'î§�' */
.icon-leanpub:before { content: '\e9ce'; } /* 'î§Ž' */
.icon-linkedin-squared:before { content: '\e9cf'; } /* 'î§�' */
.icon-linux:before { content: '\e9d0'; } /* 'î§�' */
.icon-linkedin:before { content: '\e9d1'; } /* 'î§‘' */
.icon-maxcdn:before { content: '\e9d2'; } /* 'î§’' */
.icon-meanpath:before { content: '\e9d3'; } /* 'î§“' */
.icon-openid:before { content: '\e9d4'; } /* 'î§”' */
.icon-pagelines:before { content: '\e9d5'; } /* 'î§•' */
.icon-paypal:before { content: '\e9d6'; } /* 'î§–' */
.icon-pied-piper-squared:before { content: '\e9d7'; } /* 'î§—' */
.icon-pied-piper-alt:before { content: '\e9d8'; } /* 'î§˜' */
.icon-pinterest:before { content: '\e9d9'; } /* 'î§™' */
.icon-pinterest-circled:before { content: '\e9da'; } /* 'î§š' */
.icon-pinterest-squared:before { content: '\e9db'; } /* 'î§›' */
.icon-qq:before { content: '\e9dc'; } /* 'î§œ' */
.icon-reddit:before { content: '\e9dd'; } /* 'î§�' */
.icon-reddit-squared:before { content: '\e9de'; } /* 'î§ž' */
.icon-renren:before { content: '\e9df'; } /* 'î§Ÿ' */
.icon-sellsy:before { content: '\e9e0'; } /* 'î§ ' */
.icon-shirtsinbulk:before { content: '\e9e1'; } /* 'î§¡' */
.icon-simplybuilt:before { content: '\e9e2'; } /* 'î§¢' */
.icon-skyatlas:before { content: '\e9e3'; } /* 'î§£' */
.icon-skype:before { content: '\e9e4'; } /* 'î§¤' */
.icon-slack:before { content: '\e9e5'; } /* 'î§¥' */
.icon-slideshare:before { content: '\e9e6'; } /* 'î§¦' */
.icon-soundcloud:before { content: '\e9e7'; } /* 'î§§' */
.icon-spotify:before { content: '\e9e8'; } /* 'î§¨' */
.icon-stackexchange:before { content: '\e9e9'; } /* 'î§©' */
.icon-stackoverflow:before { content: '\e9ea'; } /* 'î§ª' */
.icon-steam:before { content: '\e9eb'; } /* 'î§«' */
.icon-steam-squared:before { content: '\e9ec'; } /* 'î§¬' */
.icon-stumbleupon:before { content: '\e9ed'; } /* 'î§­' */
.icon-stumbleupon-circled:before { content: '\e9ee'; } /* 'î§®' */
.icon-tencent-weibo:before { content: '\e9ef'; } /* 'î§¯' */
.icon-trello:before { content: '\e9f0'; } /* 'î§°' */
.icon-tumblr:before { content: '\e9f1'; } /* 'î§±' */
.icon-tumblr-squared:before { content: '\e9f2'; } /* 'î§²' */
.icon-twitch:before { content: '\e9f3'; } /* 'î§³' */
.icon-twitter-squared:before { content: '\e9f4'; } /* 'î§´' */
.icon-twitter:before { content: '\e9f5'; } /* 'î§µ' */
.icon-vimeo-squared:before { content: '\e9f6'; } /* 'î§¶' */
.icon-vine:before { content: '\e9f7'; } /* 'î§·' */
.icon-vkontakte:before { content: '\e9f8'; } /* 'î§¸' */
.icon-whatsapp:before { content: '\e9f9'; } /* 'î§¹' */
.icon-wechat:before { content: '\e9fa'; } /* 'î§º' */
.icon-weibo:before { content: '\e9fb'; } /* 'î§»' */
.icon-windows:before { content: '\e9fc'; } /* 'î§¼' */
.icon-wordpress:before { content: '\e9fd'; } /* 'î§½' */
.icon-xing:before { content: '\e9fe'; } /* 'î§¾' */
.icon-xing-squared:before { content: '\e9ff'; } /* 'î§¿' */
.icon-yelp:before { content: '\ea00'; } /* 'î¨€' */
.icon-youtube:before { content: '\ea01'; } /* 'î¨�' */
.icon-yahoo:before { content: '\ea02'; } /* 'î¨‚' */
.icon-youtube-squared:before { content: '\ea03'; } /* 'î¨ƒ' */
.icon-youtube-play:before { content: '\ea04'; } /* 'î¨„' */
.icon-blank:before { content: '\ea05'; } /* 'î¨…' */
.icon-lemon:before { content: '\ea06'; } /* 'î¨†' */

@keyframes rotate {
 0% {
 transform:rotate(0deg);
 -webkit-transform:rotate(0deg);

 }

 2% {
 transform:rotate(360deg);
 -webkit-transform:rotate(360deg);

 }
 100% {
 transform:rotate(360deg);
 -webkit-transform:rotate(360deg);

 }
}
@-webkit-keyframes rotate {
 0% {
 transform:rotate(0deg);
 -webkit-transform:rotate(0deg);

 }
 2% {
 transform:rotate(360deg);
 -webkit-transform:rotate(360deg);

 }
 100% {
 transform:rotate(360deg);
 -webkit-transform:rotate(360deg);

 }
}
.error{
	font-family: "Roboto",sans-serif;
}