/* CSS Document */

@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Roboto:900);

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic);

* {
    -webkit-text-size-adjust: none;
}

body{
	font-family:Arial;
	font-size:100%;
	margin:0px;
	padding:0px;
    position: relative;
    min-width: 960px;}

h1{
	font-size:30px;
    font-family: Roboto, arial;
    margin-top: 0px;}
	
h2{
	/*font-family: 'Lobster', cursive;*/
	font-size:2rem;
	color:#00aeb9;
	font-weight:normal;
    font-family: Roboto Condensed, arial;
}

h3{
    font-size:1.5rem;
    font-weight:normal;
    font-family: Roboto Condensed, arial;
}

h4{
    font-size: 24px;
    font-weight: normal;
    font-family: Roboto Condensed;
    margin-top: 0px;
    margin-bottom: 15px;
    background-image: url(/images/circle-arrow.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 25px;
}

a{
	color:#00aeb9;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;}

a img{
	border:none;}
	
a:hover{
	text-decoration:none;
    color: #444444;
}

.wrapper{
	width:980px;
	margin:0 auto;
	position:relative;}

.header{
    height: 135px;}
	
.logo{
	display:block;
    float: left;
	margin-top:20px;}


/*............................MENU...............................*/

#menu{
    float:right;
    margin-top: 62px;
}

#menu ul{
    margin: 0px;
    padding: 0px;
}

#menu ul li{
    display: block;
    list-style: none;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-left: 25px;
    text-transform: uppercase;
    position: relative;
}

#menu ul li a{
    color: rgb(9, 35, 49);
    text-decoration: none;
}

#menu ul li a:hover, #menu ul li.active a{
    color:#00aeb9;
}

#menu ul li.list:after{
    content: '';
    position: absolute;
    left: 45%;
    display: block;
    width: 7px;
    height: 4px;
    background-image: url(/images/menu_arrow.jpg);
    pointer-events:none;
    bottom: -8px;
}

#menu ul li.list ul{
    opacity: 0;
    display: none;
    position: absolute;
    top: 32px;
    left: -10px;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(0,174,185,0.8);
    z-index: 88888;
}

#menu ul li.list ul li{
    margin: 0;
    text-transform: none;
    font-size: 0.95rem;
    font-weight: 400;
    display: block;
    float: none;
    line-height: 1;
    width: 200px;
}

#menu ul li.list ul li a{
    background-color: rgba(255,255,255,0.9);
    color: rgb(0,0,0);
    display: block;
    padding: 10px 10px 11px;
    font-family: Roboto Condensed, arial !important;
}

#menu ul li.list ul li a:hover{
    background-color: rgba(0,174,185,0.8);
    color: rgb(255,255,255);
}

/*............................END MENU...............................*/


/*............................DEMO...............................*/

.demo{
    position: relative;
}

#demo-bg{
    min-width: 980px;
    max-width: 1920px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 20;
}

#demo-bg-new{
    min-width: 980px;
    max-width: 1920px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;
}

.demo-container{
    position: relative;
}

.demo-wrapper{
    position: absolute;
    top: 0px;
    z-index: 30;
    opacity: 0;
}

.section-name{
    margin-top: 20px;
    position: absolute;
    top: 0;
}

.demo-points{
    bottom: 0px;
    position: absolute;
    height: 30px;
    align-content: center;
    text-align: center;
    width: 100%;
    z-index: 30;
}

.demo-points a{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0px 3px;
    text-indent: -9999px;
    cursor: pointer;
}

.demo-points a:hover, .demo-points a.active{
    background-color: #00aeb9;
}

.demo-name, .demo-name-value{
    height: 45%;
    width: 70%;
    margin: 0 auto;
    font-size: 2.2rem;
    font-family: Roboto, Arial, sans-serif;
    color: #ffffff;
}

.demo-desc{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
    font-family: Roboto, Arial, sans-serif;
}

.demo-btn{
    font-family: Roboto Condensed;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 20px 9px;
    border: 1px solid rgba(255,255,255,0.15);
    margin-top: 1%;
    display: inline-block;
}

.demo-btn:hover{
    color: #00aeb9;
    border: 1px solid #00aeb9;
}

@media (max-width: 479px) {
    body {
        min-width: 300px;
    }
    #demo-bg, #demo-bg-new{min-width: 300px !important;}
    .demo-name{font-size: 1.2rem !important;}
    .demo-btn{margin-top: 0%;}
    .demo-desc div, .section-name{display: none;}
    .content-right, .content-divider{display: none;}
    .content-wrapper{width: 100% !important;}
    .article{float:none !important; width: 100% !important; margin-right: 0px !important;}
    .wrapper{width:100% !important;}
    .last{width:100% !important;}
}

@media (max-width:767px) {
    body {
        min-width: 420px;
    }
    #demo-bg, #demo-bg-new{min-width: 420px !important;}
    .demo-name{font-size: 1.5rem !important;}
    .demo-btn{margin-top: 0.5%; font-size: 1.1rem;}
    .demo-desc div{display: none;}
    .section-name{display: block;}
    .content-right, .content-divider{display: none !important;}
    .content-wrapper{width: 100% !important;}
    .wrapper{width:100% !important;}
    .article{float:none !important; width: 100% !important; height:  margin-right: 0px !important; height: 360px;}
}

@media (max-width:995px) {
    body {
        min-width: 768px;
    }
    #demo-bg, #demo-bg-new{min-width: 768px;}
    .demo-name{font-size: 2.0rem;}
    .demo-btn{margin-top: 0% !important; font-size: 1.2rem;}
    .demo-desc div, .section-name{display: none;}
    .content-right, .content-divider{display: table-cell;}
    .content-wrapper{width: 740px;}
    /*.wrapper{width:980px !important;}*/
    /*.article{float:left !important; width: 47% !important; margin-right: 6%;}*/
}



/*............................END DEMO...............................*/




.additional{
    height: 39px;
    border-bottom: 1px solid #e5e5e5;
}

.additional .wrapper{
    padding-top: 9px;
    text-align: center;
}

.additional a{
    color: #000000;
    margin: 0px 15px;
    font-size: 0.95rem;
}

.additional a:hover{
    color: #00aeb9;
}

.carrot{
    color: #fb3030 !important;
}





.content{
	padding:30px 0;}
	
.content img{
	/*border-radius:20px;*/}

.content-left{
    position: relative;
}

.content-right{
    width: 200px;
    /*background-color: #e5e5e5;*/
}

.content-divider{
    width: 40px;
}

.content-wrapper{
    width: 740px;
}









.footer{
	padding:30px 0;}
	
.footer-menu a{
	color:#000000;
	float:left;
	padding:0px 13px;}


.sub{
	font-size:11px;}
	
.preview{
	/*float:left;*/
	margin-right:30px;}
	
.date{
	font-size:12px;
	color:#18a2b7;
	margin-bottom:7px;
	display:block;}
	
.article-item{
	float:left;
	width:48%;
	margin-bottom: 30px;
	margin-right:1%;}
	
.article-name{
	font-size:21px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	line-height: 1.1;}
	
.clear{
	clear:both;}

.article-item .preview{
	padding-bottom:12px;}
	
.float-left{
	float:left;
	margin-right:25px;
	margin-bottom:15px;}

.bquote{
    padding-left: 75px;
    background-image: url(/images/bquote.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.bquote-close{
    padding-right: 75px;
    background-image: url(/images/bquote-close.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.bquote-name{
    font-family: Roboto Condensed;
    color: #666666;
    float:  right;
}









.social{
    width: 100%;
    height: 101px;
    background-image: url(/images/social-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% top;
}

.social a{
    display: block;
    height: 101px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: 50% top;
    opacity:0;
}

.social-wrapper{
    float: right;
    display: block;
    height: 101px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: 50% top;
}


.social-f{
    background-image: url(/images/social_f.png);
}

.social-i{
    background-image: url(/images/social_i.png);
}

.social-v{
    background-image: url(/images/social_v.png);
}

.social-t{
    background-image: url(/images/social_t.png);
    margin-right: 200px;
}

.social-z{
    background-image: url(/images/social_z.png);
}



.social-f a{
    background-image: url(/images/social_f_hover.png);
}

.social-i a{
    background-image: url(/images/social_i_hover.png);
}

.social-v a{
    background-image: url(/images/social_v_hover.png);
}

.social-t a{
    background-image: url(/images/social_t_hover.png);
}

.social-z a{
    background-image: url(/images/social_z_hover.png);
}

