
html, body{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
strong {
	font-weight: normal;
}
body {
	font-family: "Open Sans", Helvetica Arial, Verdana, sans-serif;
	color:#495359;
	font-size:18px;
}
b{
    font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
}
* {
	outline:none;
}
h1,h2,h3,h4,ul,li,div,a,span{
    margin: 0;padding: 0;
}
a {
	color:#118AFB;
}
a:hover, a:focus {
	color:#0084ff;
	/*border-bottom:1px solid #0084ff;*/
	text-decoration:none;
	outline:none;
}
.box-64x64{
    width:64px;
    height:64px;
}
.box-100x100{
    width:100px;
    height:100px;
}
.no-repeat {
	background-image: url('/images/no-repeat.png');
	background-repeat: no-repeat;
	background-position: 100px 100px;
}
.no-repeat-svg {
	background-image: url('/images/no-repeat-svg.svg');
	background-repeat: no-repeat;
	background-position: 0 100px;
}
.artimage{
    padding:5px 0;
}
[class*="bkg-cover"] {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
}
.bkg-cover-pro{
    background-image: url("/images/cover/cover-pro.jpg");
    min-height: 880px;
    background-color: #15202d;
}
.bkg-cover-footer{
    /*background-image: url("/images/cover/cover-pro.jpg");*/
    min-height: 200px;
    background-color: #15202d;  
}
.bkg-cover-article{
    background-color: #15202d;
    /*background-image: url("/images/cover/cover-pro.jpg");*/
	background-position:50% -250px;
    /*min-height:432px;*/
}

.bkg-cover-splash{
    background-color: #15202d;
    background-image: url("/images/cover/cover-pro.jpg");
	background-position:50% -250px;
}
.floatl{float:left;}
.floatr{float:right;}
.clearfloat{clear: both;}
.wrap {
	width:100%;
}

.wrap.fix970 {
    max-width:970px;
    margin: 0 auto;
}
.wrap-article.fix970 > .container {
    max-width:800px;
    margin: 0 auto;
    padding-left:0;
    padding-right:0;
}
.wrap-article{
    background-color:#fffffe;
    padding-top:20px;
}

.strong {
    font-weight: 700;
}

.container { min-width:320px;max-width:970px;}
.container-fluid {
	padding-left:55px;
	padding-right:55px
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.hidden {
	display:none;
}
.unvisible {
	opacity:0;
	filter: alpha(opacity=0);
}
.fixed {
	position:fixed;
}
.list-inline li {
	zoom: 1;
    *display: inline;
}
.min-height-100{
    min-height: 100px;
}
.width100, .width100 .container{ width:100% !important; margin-left:0 !important; margin-right:0 !important; padding-left:0 !important; padding-right:0 !important}
.p-t-20 {padding-top: 20px;}
.p-b-20 {padding-bottom: 20px;}
/*--------Retina ----------*/
/*.jumbotron {
  .img-retina("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px);
}*/

/*--------Retina ----------*/

/* buttons */

.btn-lg, .btn-group-lg > .btn {
    font-size: 14px;
    line-height: 1.33;
    padding: 12px 0px 14px 0px;
    border: none;
    min-width:160px;
   	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius:4px;
    -moz-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.25), inset 0px -3px 0px 0px rgba(0,0,0,0.40);
    box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.25), inset 0px -3px 0px 0px rgba(0,0,0,0.40);
    -webkit-box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,0.25), inset 0px -3px 0px 0px rgba(0,0,0,0.40);
}
.btn-group .help-block{
    font-size:10px; 
    text-align:center;
    font-weight:400;
    color:#cccdce;
}
.btn-success{
    background: #439886;
}
.btn-success:hover, .btn-success:focus, .open > .dropdown-toggle.btn-success {
    background: #429885;
    background: -moz-linear-gradient(top,  #429885 0%, #2e685c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#429885), color-stop(100%,#2e685c));
    background: -webkit-linear-gradient(top,  #429885 0%,#2e685c 100%);
    background: -o-linear-gradient(top,  #429885 0%,#2e685c 100%);
    background: -ms-linear-gradient(top,  #429885 0%,#2e685c 100%);
    background: linear-gradient(to bottom,  #429885 0%,#2e685c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429885', endColorstr='#2e685c',GradientType=0 );    
}
.btn-success:active, .btn-success.active{
    background: #357265;
    background: -moz-linear-gradient(top,  #357265 0%, #479a88 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#357265), color-stop(100%,#479a88));
    background: -webkit-linear-gradient(top,  #357265 0%,#479a88 100%);
    background: -o-linear-gradient(top,  #357265 0%,#479a88 100%);
    background: -ms-linear-gradient(top,  #357265 0%,#479a88 100%);
    background: linear-gradient(to bottom,  #357265 0%,#479a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357265', endColorstr='#479a88',GradientType=0 );
}
.btn-danger{
    background: #DD4321;
}
.btn-danger:hover, .btn-danger:focus, .open > .dropdown-toggle.btn-danger {
    background: #de4726;
    background: -moz-linear-gradient(top,  #de4726 0%, #93311c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de4726), color-stop(100%,#93311c));
    background: -webkit-linear-gradient(top,  #de4726 0%,#93311c 100%);
    background: -o-linear-gradient(top,  #de4726 0%,#93311c 100%);
    background: -ms-linear-gradient(top,  #de4726 0%,#93311c 100%);
    background: linear-gradient(to bottom,  #de4726 0%,#93311c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de4726', endColorstr='#93311c',GradientType=0 );
}
.btn-danger:active, .btn-danger.active{
    background: #a3351c;
    background: -moz-linear-gradient(top,  #a3351c 0%, #de4726 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3351c), color-stop(100%,#de4726));
    background: -webkit-linear-gradient(top,  #a3351c 0%,#de4726 100%);
    background: -o-linear-gradient(top,  #a3351c 0%,#de4726 100%);
    background: -ms-linear-gradient(top,  #a3351c 0%,#de4726 100%);
    background: linear-gradient(to bottom,  #a3351c 0%,#de4726 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3351c', endColorstr='#de4726',GradientType=0 );
}
.btn-primary{
    background: #29445B;
}
.btn-primary:hover, .btn-primary:focus, .open > .dropdown-toggle.btn-primary {
    background: #29445B;
    background: -moz-linear-gradient(top,  #2a425a 0%, #1c3142 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a425a), color-stop(100%,#1c3142));
    background: -webkit-linear-gradient(top,  #2a425a 0%,#1c3142 100%);
    background: -o-linear-gradient(top,  #2a425a 0%,#1c3142 100%);
    background: -ms-linear-gradient(top,  #2a425a 0%,#1c3142 100%);
    background: linear-gradient(to bottom,  #2a425a 0%,#1c3142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a425a', endColorstr='#1c3142',GradientType=0 );
}
.btn-primary:active, .btn-primary.active{
    
    background: #29445B;
    background: -moz-linear-gradient(top,  #1c3142 0%, #2a425a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c3142), color-stop(100%,#2a425a));
    background: -webkit-linear-gradient(top,  #1c3142 0%,#2a425a 100%);
    background: -o-linear-gradient(top,  #1c3142 0%,#2a425a 100%);
    background: -ms-linear-gradient(top,  #1c3142 0%,#2a425a 100%);
    background: linear-gradient(to bottom,  #1c3142 0%,#2a425a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3142', endColorstr='#2a425a',GradientType=0 );
}


[class^="ifont"], [class*=" ifont"] {
    display: inline-block;
    font-family: "ElmeticaNew";
    font-style: normal;
    text-align:left;
    font-weight:300;
    line-height: 18px;
    vertical-align:text-bottom;
}
.ifont.true:before{content:"a";}
.ifont.false:before{content:"f";}
.ifont.planet:before{content:"g";}
.ifont.facebook:before{content:"z";}
.ifont.tweeter:before{content:"x";}
.ifont.google:before{content:"c";}
.ifont.youtube:before{content:"v";}
.ifont.down:before{content:"r";}
.ifont.planet:before{content:"g";}
.ifont.logo:before{content:"q";}
.ifont.name:before{content:"w";}
.ifont.stars{color: #1a9cd4;font-size: 20px;line-height: 20px;}
.ifont.app{color: #fff;}
.ifont.app:before{content:"u";}
.ifont.app,.ifont.appstore{
    color: #fff;
}
.ifont.app:before,.ifont.macappstore:before{
    content:"U";
}
.ifont.appstore:before{
    content:"u";
}
/* /buttons */


/* header */
#header {padding-top:10px;}
#header .description{
    margin-top:15px;
}
#header .description .name {
    margin-bottom:8px;
	font-size: 60px;
    line-height:60px;
    color:#fff;
    font-weight: 800;
}
#header .description .name a{
    color:#fff;
    text-decoration:none;
}
#header .description .name a:hover{
    text-decoration:underline;
}
#header .description h1 {
	font-size: 14px;    
    color:#fff;
}
#header .btn-group {
	margin-top:15px;
}
#header .btn-group .button {
    display: inline-block;
}
#header .btn-group .btn-lg{
    
}
#header .btn-group .help-block{
    color:#cccdce;
}
#header .link-home, #header .link-home:hover, #header .link-home:focus{ text-decoration:none !important}
/* menu-xs */
.menu-xs {
	padding:9px 55px 7px;
}
.menu-xs .menu-xs-but {
    background-color: #fffffe;
}
.menu-xs-down .menu-xs-but {
    background-color: #eee;
}
.menu-xs .list-inline{
	margin-bottom:1px;
}
.menu-xs.menu {
	text-align:right
}
.menu-xs .list-inline .logo-play.btn{
	padding: 0;
	margin: 6px 21px;
}
.menu-xs .list-inline .btn-white{
	border-width:2px;
	padding: 10px 25px 9px 24px;
	border-color:#77BAF8;
}
.menu-xs .list-inline .btn-white:hover{
	border-color:#118AFB;
}

/*-----Splash-----*/
#splash {
	padding-top:20px;
}

#splash .screen{
    margin-top:13px;
    margin-bottom:50px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
/*-----Splash-----*/

.feature object{
    margin: 0 auto;
    display: block;
}
/*------features-------*/
.features{padding-top:0px;padding-bottom:30px;}
.features ul.items{
    list-style: none outside none;
    /*display: table;*/
}
.features .feature {
	margin-top:35px;
	/*padding-right:55px;*/
    min-height:300px;
    /*display: table-row;*/
}
.features .feature.last{
    /*padding-right:0;*/
}
.features .media object, .features .block-object{
    float:left;
    margin: 0 auto;
}
.features .media-heading {
	color:#263954;
	font-size:20px;
	font-weight:300;
	margin-left:30px;
    margin-top:7px;
}
.features .media-heading a {color:inherit;}
.features .title > h2{
	line-height:1.4em
}
.features .src {
	float:left;
    display: block;
}
.features .text {
    padding-top:20px;
	font-size:14px;
	min-height: 155px;
    color:#5c5c5c;
    font-weight: 400;
    line-height:22px;
}
.features .text a{
    color:inherit;
}
.features .icon {
    background-image: url("/images/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 100px;
    float:left;
}
.features .icon.f1 {
    background-position: 0 0;
}
.features .icon.f2 {
    background-position: -84px 0;
}
.features .icon.f3 {
    background-position: -168px 0;
}
.features .icon.f4 {
    background-position: -252px 0;
}
/*------features Pro-------*/
.features-pro {padding-top:27px;padding-bottom:30px;}
.features-pro ul.items{
    list-style: none outside none;
}
.features-pro .feature {
	margin-top:35px;
	/*padding-right:55px;*/
    min-height:230px;
}
.features-pro .feature.last{
    /*padding-right:0;*/
}
.features-pro .title{
    text-align:center;
    font-size:40px;
    font-weight:700;
    color:#fff;
    margin-bottom:5px;
}
.features-pro  .block-object{
    margin:0 auto;
}
.features-pro img.src {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.features-pro .heading {
	color:#fff;
	font-size:26px;
    line-height:26px;
	font-weight:300;
	margin-left:18px;
    margin-top:22px;
    text-align: center;
}
.features-pro .heading a{
    	color:#fff;
        text-decoration:none;
}
.features-pro .heading a:hover{
        text-decoration:underline;
}
.features-pro .title > h2{
	line-height:1.4em
}

.features-pro .text {
    padding-top:10px;
	font-size:14px;
	/*min-height: 155px;*/
    color:#d3d3d3;
    font-weight: 400;
    line-height:22px;
}
.features-pro .text a{
    color:#fff;
    text-decoration: underline;
}

.features-pro .icon {
    background-image: url("/images/sprite.png");
    background-repeat: no-repeat;
    background-position: 0 100px;
    margin: 0 auto;
}
.features-pro .icon.f-pro1 {
    background-position: 0 -84px;
}
.features-pro .icon.f-pro2 {
    background-position: -120px -84px;
}
.features-pro .icon.f-pro3 {
    background-position: -240px -84px;
}
.features-pro .icon.f-pro4 {
    background-position: -360px -84px;
}
.features-pro .icon.f-pro5 {
    background-position: -480px -84px;
}
.features-pro .icon.f-pro6 {
    background-position: -600px -84px;
}
.features-pro .icon.f-pro7 {
    background-position: -720px -84px;
}
.features-pro .icon.f-pro8 {
    background-position: -840px -84px;
}
/*--------------media----------------*/
.media, .media .media {
    margin-top: 0;
}

/*separator*/
.s-line-2{
    border-top:1px solid #e0e0e0;
}

/*comment block */
.block-comment{padding-top:15px;}
.block-comment .slider-container-box{min-height:160px;position:relative;width:100%;/*z-index:5; */margin:0;}
.block-comment .slider-container-box.height{min-height:340px;}

.block-comment .stretch-wrapper{margin:0 auto;/*max-width:750px;*/padding:0 20px}
.block-comment .slider-container{position:relative;top:1px;/*z-index:50;*//*width:750px;*/margin:0 auto}

.block-comment .slider-container .big-overflow{height:150px;overflow:hidden;/*width:750px;*/margin:0 auto}
.block-comment .slider-container .big-overflow.height{height:330px;}

.block-comment .slider-container .big-images{/*height:120px;*/list-style:none outside none;margin:0;padding:0}

.block-comment .slider-container .big-images li{ float:left;min-height:150px;/*width:750px;*/}
.block-comment .slider-container .big-images li.height{min-height:330px;}

.block-comment .item_quote .stars{width:104px;height: 21px;display: inline-block;margin-right:12px;}
.block-comment .item_quote .star-5{background-image:url('/images/star.svg'); background-position: 0 0; background-repeat: repeat-x;}
.block-comment .item_quote .name{font-size:16px; color:#2b4d6b;font-weight:700;}
.block-comment .item_quote .author{text-align:right;margin-top:15px;}
.block-comment .text{background-image: url("/images/blockquote.svg"); background-repeat:no-repeat;background-position: 0 7px; padding-top:10px; text-indent: 40px;font-size:16px; color:#000000; line-height:24px;text-align:left;}
.block-comment a.next-btn{color:#c3a066;text-decoration: underline;font-size:14px;}
.block-comment .item_quote{text-align:center;margin-top:20px;}
.block-comment ul.iterations
{
    list-style: none outside none;
    margin: 0 auto;
    display: block;
    text-align:center;
}
.block-comment .media-body{
    padding-left:50px;
}
.block-comment .item_quote .block-src{
background-repeat: no-repeat;
    padding:4px;

}
.block-comment .item_quote .src{
background-repeat: no-repeat;
    border: 3px solid #fff;
   	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.block-comment  ul.iterations li
{
    display: inline-block;
    width: 10px;
    height:10px;
    margin-right:20px;
    text-align:center;
    cursor: pointer;
    background-color: #8a8a8a;
   	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
}
.block-comment ul.iterations li.last{
     margin-right:0px;
}
.block-comment  ul.iterations li:hover{
    background-color:#a1a0a0;
}
.block-comment ul.iterations li.active{
    background-color:#515050;
}


/* buttons down */
.block-buttons{padding-top:30px;padding-bottom:45px;}
.block-buttons .buttons{
    margin: 0 auto;
    text-align:center;
    display: table;
    padding-bottom:15px;
}
.block-buttons .btn-group .help-block{
    color:#a4a4a4;
}
.block-buttons .button{
    text-align: center;
    display: table-row;
}
.block-buttons .button .btn{
    /*display: inline-block;*/
    /*float:left;
    margin-right:50px ;
    margin: 0 auto;*/
}
.block-buttons .button  .btn-primary{
    margin-right:0;
}

/* breadcrumbs */
.breadcrumbs{
    padding-bottom:13px;
   color:#a4a4a4;
   font-size:12px;
   font-weight:400;
}
.breadcrumbs a{
    color:#a4a4a4;
    text-decoration:underline;
}


/* Article header */

#article-header{
    border:1px solid #f3f3f3;
    padding-top:30px;
    padding-bottom:23px;
}
#article-header .title{    
    margin:0;
    padding:5px 0 0 0;
    color:#353535;
    font-size:26px;
    font-weight:600;
}
#article-header .author{
    padding-top:12px;
    font-size:16px;
    color:#353535;
    font-weight:400;
}
#article-header .date{
    padding-top:3px;
    font-size:12px;
    color:#9e9e9e;
    font-weight:400;
}
#article-header .breadcrumbs{
    padding-top:21px;
    color:#353535;
    font-size:12px;
    font-style: italic;
    font-weight:400;
}
#article-header .breadcrumbs a{
    color:#353535;
}
#article-header .btn-group{
    padding-top:10px;
}
#article-header .btn-group .help-block{
    color:#a4a4a4;
}

/* Article splash */
 
.article-splash{
    padding-top:32px;
    padding-bottom:32px;
    background-color:#f5f6f7;
}
.article-splash .title{
    margin-bottom:30px;
    font-size:14px;
    line-height:22px;
    color:#353535;
    
}
.article-splash .title2 {
    color: #353535;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.article-splash .text{
    font-size:14px;
    line-height:24px;
    color:#353535;
}
.article-splash .social-block{
    margin-top:36px;
}

/* Article features */

.article-features{
    padding-top:20px;
    padding-bottom:30px;
    background-color:#e9e9e9;
}
.article-features .title{
    margin-bottom:20px;
    font-size:20px;
    color:#353535;
    text-align:center;
    font-weight:300;
}
.article-features ul.items{
    list-style: none outside none;
}
.article-features ul.items li{
    margin-bottom:15px;
    font-size:14px;
    line-height:22px;
    color:#353535;
}
.article-features ul.items li .text{
    background-image:url('/images/star.svg'); background-position: 0 0; background-repeat:no-repeat;
    padding-left:30px;
}

/* Article compares */

.article-compares{
    padding-top:20px;
    padding-bottom:50px;
    background-color:#f5f6f7;
}
.article-compares .title{
    margin-bottom:20px;
    font-size:20px;
    color:#353535;
    text-align:center;
    font-weight:300;
}
.article-compares table{
    
}
.article-compares table tbody td{
    padding:15px 10px 10px 20px;
    font-size: 14px;
    color:#353535;
    font-weight:300;
}
.article-compares table td{
    
}

.article-compares table td.false{
    background-image: url("/images/close.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.article-compares table td.true{
    background-image: url("/images/done.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.article-compares table th{
    padding:12px 15px;
    font-size: 16px;
    color:#353535;
    font-weight:600;
    text-align:center;
}
.article-compares table th.first-column{
        text-align:left;
        padding-left:30px;
}
.article-compares table tbody tr:nth-child(even) {}
.article-compares table tbody tr:nth-child(odd) {background: #fafbfb}

.article-compares .feature a {
    word-break: break-all;
}

/* Article image block */
.article-image-block{
    padding-top:40px;    
    padding-bottom:36px;
}
.article-image-block .title{
    /*margin-top:10px;*/
    color:#ffffff;
    font-size:28px;
    font-weight:300;
}
.article-image-block .btn-group .help-block{
    color:#cccdce;
}
.article-image-block .image{
    margin-top:30px;
    max-width: 709px;   
    margin-left: auto;
    margin-right: auto;
}
.article-image-block .image img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.adsense{
    padding:20px 0;
    text-align: center;
    clear: both;
}

@media (max-width: 767px) {
    .adsense{
        padding:15px 0;
    }
}

/* Article content */

.articles-content{
    padding-top:20px;
    padding-bottom:30px;
    background-color:#e9e9e9;
}
.articles-content .title-h3,.articles-content h2, .articles-content .title-main{
    color: #353535;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}
.articles-content h4{
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}
.articles-content .image{
    margin-top:20px;
}
.articles-content .image img{
    margin:0 auto;
}

.articles-content .btn-group{
    margin-top:20px;
}
.articles-content .social-group{
    margin-top:20px;
}
.articles-content .text{
    color: #353535;
    font-size: 14px;
    line-height: 24px;
    margin-top:20px;
    text-align:left;
}
.articles-content .note{
    background-color:#dbe9f1;
   	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius:10px;
    margin:25px 0;
    padding:8px 15px;
}
.articles-content ul{margin-left:35px;}
.articles-content ul.items{
    list-style: none outside none;
}
.articles-content ul.items li{
    margin-bottom:15px;
    font-size:14px;
    line-height:22px;
    color:#353535;
}
.articles-content ul.items li .text{
    background-image:url('/images/star.svg'); background-position: 0 0; background-repeat:no-repeat;
    padding-left:30px;
}

/* Article Disqus comments */
.disqus-block{padding:30px 0;}

/* upgrade page */
.wrap-upgrade{
    padding-top:30px;
    padding-bottom:30px;
}
.upgrade-header{padding:0 15px;}
.upgrade-header .description{
    padding-top:45px;
    color:#353535;
    font-size:34px;
    line-height:34px;
    font-weight:300; 
}
.upgrade-header .description a{color:#e3401b;text-decoration:none;}
.upgrade-header .description a:hover{text-decoration:underline;}
.wrap-upgrade.fix970 > .container {
    max-width:910px;
    margin: 0 auto;
    padding-left:0;
    padding-right:0;
    border:1px solid #efefef;
}

.contact-form{
    padding:50px 15px 55px 15px;
}
.contact-form .text a{text-decoration: underline;color:#353535;}
.contact-form .text a:hover{text-decoration: none;}
.contact-form .text{
    font-size:14px;
    line-height:26px;
    color:#353535;
    font-weight:400;
}
.contact-form .text .grey{
    color:#908f8f;
}
.contact-form .text .grey a{
    color:#908f8f;
}
.contact-form .form-control{
    max-width: 292px;
}
.contact-form label{color:#000000;font-weight:400;font-size:14px;}
.contact-form .checkbox label{color:#908f8f;}

.contact-form input.has-error{
    border: 1px solid #e54f4f;
}

.contact-form #btn-submit{
    /*margin-left:65px;*/
    
}
.contact-form .form-group {max-width:292px;}
.contact-form .form-group .controls{
    padding-top:15px;
}
#block-success{
    background-color:#efefef;
}

#block-success .success-logo{
    margin-bottom:25px;
}
#block-success .success-title{
    display: block;
    font-size:24px;
    line-height:24px;
    color:#494848;
    font-weight:600;
}
#block-success .success-description{
    display: block;
    margin-top:18px;
    font-size:14px;
    line-height:14px;
    color:#494848;
    font-weight:400;
}
#block-success a#send-another-one{
    display: block;
    margin-top:50px;
    font-size:14px;
    color:#494848;
    font-weight:400;
    text-decoration: underline;
}
#block-success a#send-another-one:hover{
    text-decoration: none;
}
.upgrade-product{padding:90px 15px;background-color: #fafaf9;}
.upgrade-product .block-description .title{
    padding-top:40px;
    font-size:28px;
    line-height:28px;
    font-weight:300;
    color:#353535;
}
.upgrade-product .block-description .description{
    margin-top:14px;
    font-size:14px;
    font-weight:400;
    color:#353535;
}

.upgrade-product .buttons {
    display: table;
    margin: 0 auto;
    padding-top:40px;
    text-align: center;
}
.upgrade-product .block-buttons .button {
    display: table-row;
    text-align: center;
}
/*----------- footer -------*/
#footer {
	padding:10px 0 30px 0;
    font-size:14px;
}
#footer ul.footer-items{
    list-style: none outside none;
}
#footer ul.footer-items  li{
    line-height:18px;
    display: block;
}
#footer ul.footer-items > li{
     margin-top:15px;

}
#footer .title{
    color:#f0f0f0;
    font-size:14px;
    font-weight:700;
    margin-bottom: 10px;
}

#footer .text{
    color:#a8aeb8;
    font-size:12px;
}
#footer a {
	color:#A1ABB3;
	text-decoration:none;
	border-bottom:none
}
#footer a:hover, #footer a:focus{
	color:#ffffff;
	text-decoration:underline;
}
#footer .contacts{
    color:#d5d7dc;   
    font-weight:600;
    padding-right:0;
    
}
#footer .separated{
    background-color: #3b4652;
    height:1px;
    margin:25px 0 20px 0;
}
#footer .copyright {
	color:#fff;
	font-size:14px;
}
#footer .copyright a:hover, #footer .copyright a:focus{color:#006ca8;text-decoration: underline;}

#footer #flags {
	list-style:none outside none;
    color:#ffffff;
    /*width: 180px;*/
}
#footer #flags li #langdiv {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border:1px solid #c9c9c9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	text-align:left;
	min-width:120px;
    margin-bottom:20px;
	bottom:0px;
	right:0px;
	position:absolute;
	background-color:#fff;
	list-style:none;
	z-index:999;
	display:none;
}
#footer #flags li #langdiv a {
	color:#4C4C4C;
	text-decoration: none;
	display: block;
	width: 100%;
}

#footer #flags li #langdiv li {
	padding:3px 8px;
	border-bottom:1px solid #c9c9c9;
	display: block;
}
#footer #flags li #langdiv li:first-child {
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
}
#footer #flags li #langdiv li:last-child {
	border-bottom:none;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
}
#footer #flags li #langdiv li:hover {
	background-color:#f7f7f7;
}

#footer #flags li#licurlang {
	position:relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
#footer #flags li#licurlang:hover {
	cursor: pointer;
}
#footer #flags li#licurlang:hover #langdiv {
	display:block;
}
#footer #curlang span {color:#a8aeb8;}
#footer #curlang span:hover,#footer #curlang span:active {color:#fff;text-decoration: underline;}
#footer #curlang span {
    display: inline-block;
    padding-right:15px;
}
#footer #curlang span.counts{
    background-image: url("/images/no-repeat.png");
    background-position: 100% -286px;
    background-repeat: no-repeat;
}

#footer ul.items-eula{list-style: none outside none;margin: 0; padding: 0; display: inline-block;}
#footer ul.items-eula > li{display: inline;padding-right:10px;}

/* footer-article */

/*----------- footer -------*/
#footer-article {
	padding:10px 0 30px 0;
    font-size:14px;
}
#footer-article ul.footer-items{
    list-style: none outside none;
}
#footer-article ul.footer-items  li{
    line-height:18px;
    display: block;
}
#footer-article ul.footer-items > li{
     margin-top:15px;

}
#footer-article .title{
    color:#f0f0f0;
    font-size:14px;
    font-weight:700;
    margin-bottom: 10px;
}

#footer-article .text{
    color:#a8aeb8;
    font-size:12px;
}
#footer-article a {
	color:#A1ABB3;
	text-decoration:none;
	border-bottom:none
}
#footer-article a:hover, #footer-article a:focus{
	color:#ffffff;
	text-decoration:underline;
}
#footer-article .contacts{
    color:#d5d7dc;   
    font-weight:600;
    padding-right:0;
    
}
#footer-article .separated{
    background-color: #3b4652;
    height:1px;
    margin:25px 0 20px 0;
}
#footer-article .copyright {
	color:#fff;
	font-size:14px;
}
#footer-article .copyright a{color:#a8aeb8;}
#footer-article .copyright a:hover, #footer-article .copyright a:focus{color:#fff;text-decoration: underline;}

#footer-article #flags {
	list-style:none outside none;
    color:#ffffff;
    /*width: 180px;*/
}
#footer-article #flags li #langdiv {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border:1px solid #c9c9c9;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	text-align:left;
	min-width:120px;
    margin-bottom:20px;
	bottom:0px;
	right:0px;
	position:absolute;
	background-color:#fff;
	list-style:none;
	z-index:999;
	display:none;
}
#footer-article #flags li #langdiv a {
	color:#4C4C4C;
	text-decoration: none;
	display: block;
	width: 100%;
}

#footer-article #flags li #langdiv li {
	padding:3px 8px;
	border-bottom:1px solid #c9c9c9;
	display: block;
}
#footer-article #flags li #langdiv li:first-child {
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
}
#footer-article #flags li #langdiv li:last-child {
	border-bottom:none;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
}
#footer-article #flags li #langdiv li:hover {
	background-color:#f7f7f7;
}

#footer-article #flags li#licurlang {
	position:relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
#footer-article #flags li#licurlang:hover {
	cursor: pointer;
}
#footer-article #flags li#licurlang:hover #langdiv {
	display:block;
}
#footer-article #curlang span {color:#a8aeb8;}
#footer-article #curlang span:hover,#footer-article #curlang span:active {color:#fff;text-decoration: underline;}
#footer-article #curlang span {
    display: inline-block;
    padding-right:15px;
}
#footer-article #curlang span.counts{
    background-image: url("/images/no-repeat.png");
    background-position: 100% -286px;
    background-repeat: no-repeat;
}
#footer-article ul.items-eula{list-style: none outside none;margin: 0; padding: 0; display: inline-block;}
#footer-article ul.items-eula > li{display: inline;padding-right:10px;}
/* others */

.f-13{
    font-size:13px!important;
    
} 
.c-ffffff{
    color:#ffffff!important;   
}


strong{font-weight:600;}

.bkg-white{
    background-color: #fff;
}
.bkg-gray{
    background-color: #fffffe;
}
.bkg-gray2{
    background-color: #efefef;
}
.bkg-gray3{
    background-color: #fafaf9;
}
.bkg-gray4{
    background-color:#e9e9e9;
}
.bkg-gray5{
    background-color: #f5f6f7;
}
.bkg-body{
    background-color: #d5d7dc;
}

/* banners & overlays */

#bupgrade {height:35px; background-color:#eaeef0; width:100%; margin:0;text-align:center;position:relative;}
#bupgrade .inner{width:768px; height:35px; margin:0 auto;padding:0;}
#bupgrade .btn-all{display:block;width:768px; margin:0 auto; text-align:center; color:#e3401b;}
#bupgrade .text{display:inline-block;font-size:14px;color:#e3401b;text-align:center;}

#bupgrade .close{
    display:block;
    position:absolute;
    top:12px;
    right:13px;
    width:12px;
    height:12px;
    background-image: url("/images/banners/upgrade/close.svg");
    background-repeat:no-repeat;
    background-position:0 0;
}
#bupgrade .close:hover, #bupgrade .close:active{
    background-image: url("/images/banners/upgrade/close_press.svg");
}
#bupgrade  .btn-submit{
    display:inline-block;
    margin:0;
    padding:0;
    text-align:center;
    background-color:#ffffff;
    font-size:14px;
    color:#e3401b;
    font-weight:700;
    text-decoration:underline;
    padding:0 30px;
    line-height:35px;
    margin-left:40px;
}
#bupgrade .btn-submit:hover{
    text-decoration:none;
    
}




/*--------------media-----------*/
/* Small devices (tablets, 768px and up) */
/*@media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {*/
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
/* sm */
@media (max-width:  991px) {
    .article-image-block .title{text-align:center;}
    .article-image-block .btn-group{margin-top:20px;}
    .inpCoupon {
        min-width: 264px!important;
    }
    .wrap-buynow .container{
        width: 100%!important;
    }
    
    .splash_columns .column .product_name{
        font-size:28px;
    }
    .splash_columns .column .product_decsription{
        font-size:16px;
    }
}
/* xs */
@media (max-width: 767px) {

    #header{margin-top:0!important;}
    .features .media object, .features .block-object{
        float:none;
    }
    .block-comment .text {
      font-size: 70%;
      line-height: 18px;
      padding-top: 16px;
    }
    #header .description{text-align:center;}
    #header .description .name {
        /*font-size: 45px;*/
        text-align:center;

    }
    #header .description h1{
        text-align:center;
    }
    #header .btn-group{
        margin-top:20px;
    }

    .features .src{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .features .media-heading{
        text-align:center;
        margin-left: 0;
    }
    .features{
        padding-bottom:0;
    }
    .bkg-cover-splash{
        background-image: none;
        min-height:200px;
    }
    .bkg-cover-pro{
        background-image: none;
    }
    .bkg-cover-footer{
         background-image: none;
    }
    .bkg-cover-article{
         background-image: none;
    }
    .block-comment .media-body {
        padding-left: 0;
    }
    #article-header .description-block{
        text-align:center;
    }
    .article-splash .image{
        margin-top:20px;
    }
    #flags{text-align:center;margin-top:10px;}
    #footer .copyright {
    text-align: center;
}
   	.menu-xs { padding: 7px 0 13px; display: block!important; }
    .menu-xs .menu-xs-block{display: none;}
	.menu-xs .list-inline > li{ display: block; line-height: 50px;  border-top: 1px solid #c5ccd2;  padding:0; margin:0; text-align:left; padding-left:22px; }
	.menu-xs .list-inline > li:first-of-type{  border-top: 0;}
	.menu-xs .list-inline > li  > a{ text-decoration: none; border-bottom: none; color: #A1ABB3; }
	.menu-xs .list-inline > li  > a.selected{ color: #0084ff; }
	.menu-xs .list-inline > li  > a:hover, .menu-xs .list-inline > li  > a.selected:hover{ color: #4B555B; }
	.menu-xs .menu-xs-but{ text-align:left; margin-top:15px;cursor:pointer;padding: 5px 10px; }

	.menu-xs .list-inline .btn{ 
        padding:0;
        margin:0;
        border:none; 
        min-width:0; 
    	border-radius: 0;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	-khtml-border-radius:0;
        line-height:50px;
    }

	.menu-xs-but span.logo { cursor:pointer;background-image: url('/images/no-repeat.png'); background-repeat: no-repeat; background-position: 0 -338px; padding: 7px 0 7px 22px;color:#4c565c; }
	.menu-xs-but span.logo.active { background-position: 0 -383px;color:#4c565c; }
    .menu-xs-but span.logo:hover{color:#4c565c;}
    
    .block-buttons .button {
        margin-top:15px;
    }
    
    .btn-lg, .btn-group-lg > .btn{
        font-size:20px;
        min-width: 250px;
        padding:20px;
    }
    
    .contact-form .form-group {
        margin-left: auto;
        margin-right: auto;
    }

}
@media (min-width: 480px) and (max-width: 720px) {

}

@media (max-width: 480px) {
    

    
    .block-comment .text {
        font-size: 60%;
        line-height: 18px;
        padding-top: 16px;
    }
    
    #footer .title{
        font-size:12px;
    }
    #footer .text{
        font-size:10px;
    }

}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #adadad!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #adadad!important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #adadad!important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #adadad!important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    -ms-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}


/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   -moz-device-pixel-ratio: 2){

  
    #cboxClose {
    -webkit-background-size:19px 19px;-moz-background-size:19px 19px;background-size:19px 19px;
    }
    
    #cboxPrevious,#cboxNext {
    -webkit-background-size:19px 34px;-moz-background-size:19px 34px;background-size:19px 34px;
    }
    
    #cboxClose {
    	background-image:url(/images/cb/close@2x.png);
    }
     #cboxPrevious {
    	background-image:url(/images/cb/previous@2x.png);
    }
     #cboxNext {
    	background-image:url(/images/cb/next@2x.png);
    }
    
    #header .icon-logo {
        background-image: url("/images/logo@2x.png");
        background-position: 0 0;
         background-repeat: no-repeat;
         background-size:50px 80px;
         -moz-background-size:50px 80px;
         -webkit-background-size:50px 80px;
    }
    
    .features-pro .icon,.features .icon {
    background-position: 0 0!important;

    }
    .features-pro .icon.f-pro1 {
    background-image: url("/images/features/f-pro1@2x.png");

    background-size:100px 100px;
    -moz-background-size:100px 100px;
    -webkit-background-size:100px 100px;
    }
        .features-pro .icon.f-pro2 {
    background-image: url("/images/features/f-pro2@2x.png");

    background-size:100px 100px;
    -moz-background-size:100px 100px;
    -webkit-background-size:100px 100px;
    }
        .features-pro .icon.f-pro3 {
    background-image: url("/images/features/f-pro3@2x.png");
    background-size:100px 100px;
    -moz-background-size:100px 100px;
    -webkit-background-size:100px 100px;
    }
        .features-pro .icon.f-pro4 {
    background-image: url("/images/features/f-pro4@2x.png");
    background-size:100px 100px;
    -moz-background-size:100px 100px;
    -webkit-background-size:100px 100px;
    }
        .features-pro .icon.f-pro5 {
    background-image: url("/images/features/f-pro5@2x.png");
    background-size:100px 100px;
    -moz-background-size:100px 100px;
    -webkit-background-size:100px 100px;
    }
    .features-pro .icon.f-pro6 {
    background-image: url("/images/features/2-down-on-vid@2x.png");
    background-size:100px 100px;
    -moz-background-size:100px 100px;
    -webkit-background-size:100px 100px;
    }
    .features-pro .icon.f-pro7 {
    background-image: url("/images/features/f-pro7@2x.png");
    background-size:100px 100px;
    -moz-background-size:100px 100px;
    -webkit-background-size:100px 100px;
    }
    .features-pro .icon.f-pro8 {
    background-image: url("/images/features/f-pro8@2x.png");
    background-size:100px 100px;
    -moz-background-size:100px 100px;
    -webkit-background-size:100px 100px;
    }
    .features .icon.f1 {
    background-image: url("/images/features/f1@2x.png");
    background-size:64px 64px;
    -moz-background-size:64px 64px;
    -webkit-background-size:64px 64px;
    }
    .features .icon.f2 {
    background-image: url("/images/features/f2@2x.png");
    background-size:64px 64px;
    -moz-background-size:64px 64px;
    -webkit-background-size:64px 64px;
    }
    .features .icon.f3 {
    background-image: url("/images/features/f3@2x.png");
    background-size:64px 64px;
    -moz-background-size:64px 64px;
    -webkit-background-size:64px 64px;
    }
    .features .icon.f4 {
    background-image: url("/images/features/f4@2x.png");
    background-size:64px 64px;
    -moz-background-size:64px 64px;
    -webkit-background-size:64px 64px;
    }
   
}