@charset "utf-8";

/* html, body, tags */
html, body{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
    height:100%;
}
b, strong,.strong {
	font-weight: bold;
}
.f-w-normal{font-weight: normal !important;}
h1,h2,h3,h4,ul,li,div,a,span,iframe{
    margin: 0;padding: 0;border:none;
}

h3{font-weight:400;}

iframe{
   border:none;
   overflow:hidden;
   margin-bottom:-5px;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#101010;
	font-size:13px;
	background-color:#fff;
}
.cursorType:after{
    display: inline-block;
    border-left:3px solid #1799f4;
    content: " ";
    height: 40px;
}

h1, .h1{font-size:36px;line-height:1.22em;}
h2, .h2{font-size:30px;line-height:1.47em;}
h3, .h3{font-size:20px;line-height:1.3em;}

.title-main{font-size:30px;line-height:36px;}
.text-main{font-size:18px;line-height:1.47em;}
.title-content{font-size:20px;line-height:1.3em;}
.text-content{font-size:16px;line-height:1.4em;}

.bold{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight:bold;
}

.medium{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
}
/* style for tags */
a{outline:none!important;color:#006dfc;text-decoration:none;}
a:hover{text-decoration:underline;color:#3292ff;}
a:active{color:#3292ff;}
.false-link{cursor: pointer}

a.color-inherit{color:inherit;}
a.highlight{color:#0379ff;}
a.underline-inherit{text-decoration: inherit;}
a.underline{text-decoration: underline;}

a.arrow-blue-link:after {
	content: " ";
	display: inline-block;
	width: 18px;
	height: 14px;
	background: center no-repeat url(../png/arrowblueimage.png);
	background-size: 18px 14px;
	margin: 0 6px 0 8px;
	vertical-align: middle;
}
a.arrow-blue-link:hover:after{
	background-image: url(../png/arrowbluehoverimage.png);
}
.strike{
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #F80850;
}
.strike-1{
    text-decoration: line-through;
}
.tooltip-link{
	border-bottom: 1px dotted;
}

.tooltip.in{
	opacity: 1;
}
.tooltip-inner{
    font-size: 13px !important;
    line-height: 1.38;
	border-radius: 3px;
    background-color: #495359;
    padding: 14px;
	max-width: 230px;
    min-width: 230px;
    color: #ffffff;
	font-family: "Montserrat Regular", Helvetica, Arial, Verdana, sans-serif;
}
.tooltip-arrow{
	border-top-color: #495359 !important;
}
.cover,[class^="cover"], [class*=" cover"]
{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
.no-background-image{background-image:none}

.middle-line-with-text{width: 100%;text-align: center;border-bottom: 1px solid #c9ced8;line-height: 0.12em;margin: 10px 0 20px;}
.middle-line-with-text span{background:#e0e7f1;padding:0 10px;color:#747782;font-size:12px;text-transform: uppercase;}
.bkg-color-ebf5fa .middle-line-with-text span{background: #ebf5fa;}

*{outline:none;}
p{margin:0;}
input[type=text], input[type=email]{
     box-shadow:inset 0px 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.15);
}
/* global class */
.reletive{
	position: relative;
}
.overflow-x-hidden{
    overflow-x: hidden;
    overflow-y: auto;
}
.overflow-hidden{overflow: hidden;}
.bkg-fixed{background-attachment: fixed;}
.floatl{float:left}
.floatr{float:right;}
.noborder{border:none!important;}
.vat_text {
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
}
.col-center{
    float: none;
    margin: 0 auto;
}
/* wrap, container, content */
.wrap {
	width:100%;
}
.container {max-width: 970px;min-width:320px;}
.container.max-750 {max-width: 750px;}
.container.max-970 {max-width: 970px;}
.container.max-975 {max-width: 975px;}
.container.max-1070 {max-width: 1070px;}
.container.max-1170 {max-width: 1170px;}
.container.width-750{max-width:750px;}
.container.width-670{max-width:670px;}
.container.width-650{max-width:650px;}
.container.width-700{max-width:700px;}
.container.width-840{max-width:840px;}
.container.width-810{max-width:810px;}
.container.width-910{max-width:910px;}
.container.width-1120{max-width:1120px;}
.width-1140 .container {
    max-width:1140px;
}
.shadow-line{
    border-bottom: 1px solid #d5d8d8;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
        -moz-box-shadow : 0px 1px 1px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}
.shadow-box{
    background:transparent scroll;
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.15);
        -moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.15);
        -webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.15);
    height: 1px;
    position: relative;
}
.shadow-box-top{
    background:transparent scroll;
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.15);
    height: 2px;
}
.shadow-inset{
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15) inset;
        -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15) inset;
        -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15) inset;
}

.bkg-color-081c34.shadow-inset{
    box-shadow: 0px 1px 2px rgba(34, 55, 79, 1) inset;
        -moz-box-shadow: 0px 1px 2px rgba(34, 55, 79, 1) inset;
        -webkit-box-shadow: 0px 1px 2px rgba(34, 55, 79, 1) inset;
}

mark, .mark { background-color: #FFE77B; padding: 0.2em;}
.no-repeat{
    background-image: url("../png/no-repeat.png");
    background-repeat: no-repeat;
    background-position: 0 100px;
}
.vcenter {display: inline-block;float: none;vertical-align: middle;margin-right: -15px;}
.vtop {display: inline-block;float: none;vertical-align: top;margin-right: -15px;}
.vtop.vtop--margin {margin-top: 28px;}
.wrap-anchor{display: block;width: 100%;}
.hidden {display:none}
.unvisible{opacity:0;filter: alpha(opacity=0);}
.visible {opacity:1;filter: alpha(opacity=100);}
nav{display: inline-block;}
.fixed {
	position:fixed;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.right-0{right:0px;}
.left-0{left:0px;}
.top-0 {
	top:0;
}
.z-index{z-index:100;}
.text-center .img-responsive{margin:0 auto}
.transition-all{
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.transition-all-cubic{
	-webkit-transition: all 0.5s cubic-bezier(0,0,0,1);
	-o-transition: all 0.5s cubic-bezier(0,0,0,1);
	-moz-transition: all 0.5s cubic-bezier(0,0,0,1);
	-ms-transition: all 0.5s cubic-bezier(0,0,0,1);
	-kthtml-transition: all 0.5s cubic-bezier(0,0,0,1);
	transition: all 0.5s cubic-bezier(0,0,0,1);
}

/*
.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    padding-right:15px;
    padding-left:15px;
}
*/
.fivecolumns{margin-left: -15px;margin-right:-15px;}
.fivecolumns .span2 {padding-right:15px; padding-left:15px; width: 20%; display: block; float: left; min-height: 30px;}
/* glyphicon */
.el-glyphicon,.eltima-glyphicon {font-family: "ElmeticaNew";}
.glyphicon.true:before{content:"a";}
.glyphicon.false:before{content:"f";}
.glyphicon.planet:before{content:"g";}
.glyphicon.facebook:before{content:"z";}
.glyphicon.tweeter:before{content:"x";}
.glyphicon.google:before{content:"c";}
.glyphicon.youtube:before{content:"v";}
.glyphicon.linkedin:before{content:"n";}
.glyphicon.down:before{content:"r";}
.glyphicon.up:before{content:"R";}
.glyphicon.planet:before{content:"g";}
.glyphicon.logo:before{content:"q";color:#f33333;}
.glyphicon.name:before{content:"w";}
.glyphicon.arrow-right:before{content:"t";}
.glyphicon.arrow-left:before{content:"y";}

.el-glyphicon.glyphicon-chevron-right:before{content:"t";}
.el-glyphicon.glyphicon-chevron-left:before{content:"y";}


.icon-ok{
    background: url(../png/checkiconimage%402x.png) no-repeat;
    width: 12px;
    height: 12px;
    min-height: 12px;
    display: inline-block;
    background-size: contain;
}
.icon-remove{
    background: url(../svg/icon-remove.svg) no-repeat;
    width: 12px;
    height: 12px;
    min-height: 12px;
    display: inline-block;
    background-position: center;
}
@font-face {
    font-display: swap;
    font-family:"ElmeticaNew";
    src: url("../eot/elmeticanew.eot") format("embedded-opentype");
    src: url("../ttf/elmeticanew.ttf") format("truetype"),
    url("../woff/elmeticanew.woff") format("woff"),
    url("../eot/elmeticanewd41d.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

[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.linkedin:before{content:"n";}
.ifont.down:before{content:"r";}
.ifont.up:before{content:"R";}
.ifont.planet:before{content:"g";}
.ifont.logo:before{content:"Q";}
.ifont.eltma:before{content:"q";}
.ifont.name:before{content:"w";}
.ifont.electronic-name:before{content:"W";}

.ifont.stars{
    color: #1a9cd4;
    font-size: 20px;
    line-height: 20px;
}
.ifont.app,.ifont.appstore{
    color: #fff;
}
.ifont.app:before,.ifont.macappstore:before{
    content:"U";
}
.ifont.appstore:before{
    content:"u";
}
.ifont.star-5:before{content:"sssss";}
.ifont.star-4:before{content:"ssssS";}
.ifont.star-4-half:before,.ifont.star-4-5:before{content:"ssssp";}
.ifont.star-3:before{content:"sssSS";}
.ifont.star-3-half:before,.ifont.star-3-5:before{content:"ssspS";}
.ifont.star-2:before{content:"ssSSS";}
.ifont.star-2-half:before,.ifont.star-2-5:before{content:"sspSS";}
.ifont.star-1:before{content:"sSSSS";}
.ifont.star-1-half:before,.ifont.star-1-5:before{content:"spSSS";}

.ifont.arrow-right:before{content:"t";}
.ifont.arrow-left:before{content:"y";}
.social-buttons { font-size: 28px; }
.social-buttons .title { text-align: center; font-size: 14px; color: #909090; }
.social-buttons .ifont { vertical-align:middle; }
.social-buttons .facebook { color: #3b5998; }
.social-buttons .tweeter { color: #1a8bf0; }
.social-buttons .google { color: #d34836; }
.social-buttons .socialPull:hover { cursor: pointer; }

.caret-drop-down::after {
    bottom: 1px;
    color: #2B2D37;
    content: "▲\a ▼";
    font-size: 14px;
    line-height: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 8px;
    transform: scale(0.84, 0.64);
    width: 10px;
	white-space: normal
}
.btn.caret-drop-down {
    margin-left: 0;
	padding-right:30px
}
/*.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}*/

.flex{
    list-style: none outside none;
    width:100%;
    display:table;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.j-flex {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-stretch {
    align-items: stretch;
}

.justify-space-between {
    justify-content: space-between;
}

.nowrap {
    white-space: nowrap;
}

.box{display: block;margin: 0 auto;}
[class^="box-"], [class*=" box-"] {display: block;margin: 0 auto;}
.box-14x14{width: 14px;height: 14px;}
.box-20x20{width:20px;height:20px;}
.box-22x22{width:22px;height:22px;}
.box-24x24{width:24px;height:24px;}
.box-28x28{width:28px;height:28px;}
.box-30x30{width:30px;height:30px;}
.box-32x32{width:32px;min-width: 32px;height:32px;}
.box-34x34{width:34px;height:34px;}
.box-36x36{width:36px;height:36px;}
.box-40x40{width:40px;height:40px;}
.box-42x42{width:42px;height:42px;}
.box-46x46{width:46px;height:46px;}
.box-48x48{width:48px;height:48px;}
.box-50x50{width:50px;height:50px;}
.box-54x54{width:54px;height:54px;}
.box-56x56{width:56px;height:56px;}
.box-58x58{width:58px;height:58px;}
.box-60x56{width:60px;height:56px;}
.box-60x60{width:60px;height:60px;}
.box-64x64{width:64px;height:64px;}
.box-70x70{width:70px;height:70px;}
.box-72x72{width:72px;height:72px;}
.box-74x34{width:74px;height:34px;}
.box-74x74{width:74px;height:74px;}
.box-80x80{width:80px;height:80px;}
.box-82x48{width:82px;height:48px;}
.box-94x94{width:94px;height:94px;}
.box-99x95{width:99px;height:95px;}
.box-100x100{width:100px;height:100px;}
.box-108x72{width:108px;height:72px;}
.box-105x105{width:105px;height:105px;}
.box-112x112{width:112px;height:112px;}
.box-116x125{width:116px;height:125px;}
.box-116x64{width:116px;height:64px;}
.box-120x100{width:120px;height:100px;}
.box-120x120{width:120px;height:120px;}
.box-121x121{width:121px;height:121px;}
.box-128x128{width:128px;height:128px;}
.box-130x66{width:130px;height:66px;}
.box-130x130{width:130px;height:130px;}
.box-132x130{width:132px;height:132px;}
.box-132x132{width:132px;height:132px;}
.box-146x32{width:146px;height:32px;}
.box-146x72{width:146px;height:72px;}
.box-148x148{width:148px;height:148px;}
.box-156x156{width:156px;height:156px;}
.box-150x90{width:150px;height:90px;}
.box-160x160{width:160px;height:160px;}
.box-160x56{width:160px;height:56px;}
.box-168x168{width:168px;height:168px;}
.box-240x160{width:240px;height:160px;}
.box-212x112{width:212px;height:112px;}
.box-212x140{width:212px;height:140px;}
.box-256x256{width:256px;height:256px;}
.box-256x175{width:256px;height:175px;}
.box-287x178{width:287px;height:178px;}
.box-290x182{width:290px;height:182px;}
.box-290x172{width:290px;height:172px;}
.box-275x140{width:275px;height:140px;}

.text-left [class^="box-"], .text-left [class*=" box-"] {margin-left:0;}

[class^="icon-flags"], [class*=" icon-flags"]{background-image:url("../png/flags.png");background-position: 0px -5px;background-repeat: no-repeat;display: inline-block;}
[class^="icon-features"], [class*=" icon-features"] {background-position: 0 1000px;background-repeat: no-repeat;}
[class^="icon-features-inline"], [class*=" icon-features-inline"] {display: inline-block!important;margin:0;background-position: 0 1000px;background-repeat: no-repeat;}

.icon-avatars{
    background-repeat: no-repeat;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    vertical-align: middle;
    border:3px solid #fff
}

.icon-avatars.box-36x36.avatar29{background-image: url("../png/avatar29x36.png");}
.icon-avatars.box-36x36.avatar30{background-image: url("../png/avatar30x36.png");}
.icon-avatars.box-36x36.avatar50{background-image: url("../png/avatar50x36.png");}
.icon-avatars.box-36x36.avatar57{background-image: url("../png/avatar57x36.png");}
.icon-avatars.box-72x72.avatarDefault,
.icon-avatars.box-72x72.f1,
.icon-avatars.box-72x72.f2,
.icon-avatars.box-72x72.f3,
.icon-avatars.box-72x72.f4,
.icon-avatars.box-72x72.f5,
.icon-avatars.box-72x72.f6,
.icon-avatars.box-72x72.f7,
.icon-avatars.box-72x72.f8{background-image: url("../jpg/avatardefault.jpg");}
.icon-avatars.box-72x72.avatar1{background-image: url("../jpg/avatar1.jpg");}
.icon-avatars.box-72x72.avatar2{background-image: url("../jpg/avatar2.jpg");}
.icon-avatars.box-72x72.avatar3{background-image: url("../jpg/avatar3.jpg");}
.icon-avatars.box-72x72.avatar4{background-image: url("../jpg/avatar4.jpg");}
.icon-avatars.box-72x72.avatar5{background-image: url("../jpg/avatar5.jpg");}
.icon-avatars.box-72x72.avatar6{background-image: url("../jpg/avatar6.jpg");}
.icon-avatars.box-72x72.avatar7{background-image: url("../jpg/avatar7.jpg");}
.icon-avatars.box-72x72.avatar8{background-image: url("../jpg/avatar8.jpg");}
.icon-avatars.box-72x72.avatar9{background-image: url("../jpg/avatar9.jpg");}
.icon-avatars.box-72x72.avatar10{background-image: url("../jpg/avatar10.jpg");}
.icon-avatars.box-72x72.avatar11{background-image: url("../jpg/avatar11.jpg");}
.icon-avatars.box-72x72.avatar12{background-image: url("../jpg/avatar12.jpg");}
.icon-avatars.box-72x72.avatar13{background-image: url("../jpg/avatar13.jpg");}
.icon-avatars.box-72x72.avatar14{background-image: url("../jpg/avatar14.jpg");}
.icon-avatars.box-72x72.avatar15{background-image: url("../jpg/avatar15.jpg");}
.icon-avatars.box-72x72.avatar16{background-image: url("../jpg/avatar16.jpg");}
.icon-avatars.box-72x72.avatar17{background-image: url("../jpg/avatar17.jpg");}
.icon-avatars.box-72x72.avatar18{background-image: url("../jpg/avatar18.jpg");}
.icon-avatars.box-72x72.avatar19{background-image: url("../jpg/avatar19.jpg");}
.icon-avatars.box-72x72.avatar20{background-image: url("../jpg/avatar20.jpg");}
.icon-avatars.box-72x72.avatar21{background-image: url("../jpg/avatar21.jpg");}
.icon-avatars.box-72x72.avatar22{background-image: url("../jpg/avatar22.jpg");}
.icon-avatars.box-72x72.avatar23{background-image: url("../jpg/avatar23.jpg");}
.icon-avatars.box-72x72.avatar24{background-image: url("../jpg/avatar24.jpg");}
.icon-avatars.box-72x72.avatar25{background-image: url("../jpg/avatar25.jpg");}
.icon-avatars.box-72x72.avatar26{background-image: url("../jpg/avatar26.jpg");}
.icon-avatars.box-72x72.avatar27{background-image: url("../jpg/avatar27.jpg");}
.icon-avatars.box-72x72.avatar28{background-image: url("../jpg/avatar28.jpg");}
.icon-avatars.box-72x72.avatar29{background-image: url("../png/avatar29.png");}
.icon-avatars.box-72x72.avatar30{background-image: url("../png/avatar30.png");}
.icon-avatars.box-72x72.avatar31{background-image: url("../jpg/avatar31.jpg");}
.icon-avatars.box-72x72.avatar32{background-image: url("../jpg/avatar32.jpg");}
.icon-avatars.box-72x72.avatar33{background-image: url("../jpg/avatar33.jpg");}
.icon-avatars.box-72x72.avatar34{background-image: url("../jpg/avatar34.jpg");}
.icon-avatars.box-72x72.avatar35{background-image: url("../png/avatar35.png");}
.icon-avatars.box-72x72.avatar36{background-image: url("../png/avatar36.png");}
.icon-avatars.box-72x72.avatar37{background-image: url("../jpg/avatar37.jpg");}
.icon-avatars.box-72x72.avatar38{background-image: url("../jpg/avatar38.jpg");}
.icon-avatars.box-72x72.avatar39{background-image: url("../jpg/avatar39.jpg");}
.icon-avatars.box-72x72.avatar40{background-image: url("../jpg/avatar40.jpg");}
.icon-avatars.box-72x72.avatar41{background-image: url("../jpg/avatar41.jpg");}
.icon-avatars.box-72x72.avatar42{background-image: url("../jpg/avatar42.jpg");}
.icon-avatars.box-72x72.avatar43{background-image: url("../jpg/avatar43.jpg");}
.icon-avatars.box-72x72.avatar44{background-image: url("../jpg/avatar44.jpg");}
.icon-avatars.box-72x72.avatar45{background-image: url("../jpg/avatar45.jpg");}
.icon-avatars.box-72x72.avatar46{background-image: url("../jpg/avatar46.jpg");}
.icon-avatars.box-72x72.avatar47{background-image: url("../jpg/avatar47.jpg");}
.icon-avatars.box-72x72.avatar48{background-image: url("../jpg/avatar48.jpg");}
.icon-avatars.box-72x72.avatar49{background-image: url("../jpg/avatar49.jpg");}
.icon-avatars.box-72x72.avatar50{background-image: url("../png/avatar50.png");}
.icon-avatars.box-72x72.avatar51{background-image: url("../jpg/avatar51.jpg");}
.icon-avatars.box-72x72.avatar52{background-image: url("../jpg/avatar52.jpg");}
.icon-avatars.box-72x72.avatar53{background-image: url("../jpg/avatar53.jpg");}
.icon-avatars.box-72x72.avatar54{background-image: url("../jpg/avatar54.jpg");}
.icon-avatars.box-72x72.avatar55{background-image: url("../jpg/avatar55.jpg");}
.icon-avatars.box-72x72.avatar56{background-image: url("../jpg/avatar56.jpg");}


[class^="icon-social"], [class*=" icon-social"], [class^="icon-appstore"], [class*=" icon-appstore"]  {
    background-image: url("../png/no-repeat.png");
    background-position: 0 100px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    margin-top: 3px;
    vertical-align: text-top;
    width: 80px;
    cursor: pointer;
}
.icon-social-facebook{background-position: 0 -446px;}
.icon-social-tweeter{background-position: 0 -482px;}
.icon-social-google{background-position: 0 -523px;}
.icon-social-youtube{background-position: 0 -560px;}
.icon-social-linkedin{background-position: 0 -416px;}
.icon-appstore{background-position: -163px -541px; width:124px; height:34px}
.box-32x32.twitter{background-position: 0 -791px;}
.box-32x32.facebook{background-position: -37px -791px;}

/*-------- icons 32 -----*/
.icon-32-airy{background-image: url("../png/airy%4032.png");}
.icon-32-folx{background-image: url("../png/folx%4032.png");}
.icon-32-fdt{background-image: url("../png/fdt%4032.png");}
.icon-32-fo{background-image: url("../png/fo%4032.png");}
.icon-32-pb{background-image: url("../png/photobulk%4032.png");}
.icon-32-sm{background-image: url("../png/sm%4032.png");}
.icon-32-elmedia{background-image: url("../png/elmedia%4032.png");}
.icon-32-pdf{background-image: url("../png/pdf%4032.png");}
.icon-32-clm{background-image: url("../png/clm%4032.png");}
.icon-32-usb{background-image: url("../png/usb%4032.png");}
.icon-32-photobulk{background-image: url("../png/photobulk%4032.png");}

/*-------- icons 50 -----*/
.icon-50-airy{background-image: url("../png/airy%4050.png"); }
.icon-50-folx{background-image: url("../png/folx%4050.png");}
.icon-50-fdt{background-image: url("../png/fdt%4050.png");}
.icon-50-fo{background-image: url("../png/fo%4050.png");}
.icon-50-pb{background-image: url("../png/photobulk%4050.png");}
.icon-50-sm{background-image: url("../png/sm%4050.png");}
.icon-50-elmedia{background-image: url("../png/elmedia%4050.png");}
.icon-50-pdf{background-image: url("../png/pdf%4050.png");}
.icon-50-typeeto{background-image: url("../png/typeeto%4050.png");}
.icon-50-clm{background-image: url("../png/clm%4050.png");}
.icon-50-usb{background-image: url("../png/usb%4050.png");}
.icon-50-photobulk{background-image: url("../png/photobulk%4050.png");}
.icon-50-vspd{background-image: url("../png/vspd%4050.png");}
.icon-50-spm{background-image: url("../png/spm%4050.png");}

/*-------- icons 64 -----*/
.icon-64-airy{background-image: url("../png/airy%4064.png");}
.icon-64-folx{background-image: url("../png/folx%4064.png");}
.icon-64-fdt{background-image: url("../png/fdt%4064.png");}
.icon-64-fo{background-image: url("../png/fo%4064.png");}
.icon-64-pb{background-image: url("../png/photobulk%4064.png");}
.icon-64-sm{background-image: url("../png/sm%4064.png");}
.icon-64-elmedia{background-image: url("../png/elmedia%4064.png");}
.icon-64-pdf{background-image: url("../png/pdf%4064.png");}
.icon-64-usb{background-image: url("../png/usb%4064.png");}
.icon-64-photobulk{background-image: url("../png/photobulk%4064.png");}

/*-------- icons 128 -----*/
.icon-128-airy{background-image: url("../png/airy%40128.png");}
.icon-128-folx{background-image: url("../png/folx%40128.png");}
.icon-128-fdt{background-image: url("../png/fdt%40128.png");}
.icon-128-fo{background-image: url("../png/fo%40128.png");}
.icon-128-pb{background-image: url("../png/photobulk%40128.png");}
.icon-128-sm{background-image: url("../png/sm%40128.png");}
.icon-128-elmedia{background-image: url("../png/elmedia%40128.png");}
.icon-128-pdf{background-image: url("../png/pdf%40128.png");}
.icon-128-usb{background-image: url("../png/usb%40128.png");}
.icon-128-photobulk{background-image: url("../png/photobulk%40128.png");}

/*-------- icons 128 -----*/
[class^="icon-product"], [class*=" icon-product"] {
    background-repeat: no-repeat;
    display: block;
}

[class^="icon-32"], [class*=" icon-32"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 30px;
    vertical-align: middle;
}

[class^="icon-50"], [class*=" icon-50"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 48px;
    vertical-align: top;
}

[class^="icon-64"], [class*=" icon-64"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 64px;
    width: 64px;
    line-height: 62px;
    vertical-align: middle;
}

[class^="icon-128"], [class*=" icon-128"] {
    background-repeat: no-repeat;
    display: inline-block;
    height: 128px;
    width: 128px;
    line-height: 126px;
    vertical-align: middle;
}

/*li.clearfix{padding:0;margin:0;height:1px;line-height:1px;}*/

/* play button */

.embed-responsive-item{width: 100%;}

.play{
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 100%;height:100%;
    background-image: url("../png/play.png");
    background-repeat:no-repeat;
    background-position: 50% 50%;
}
.play:hover{background-image: url("../png/play%40hover.png");}

.cell.controls{vertical-align: middle;top:0%;height:100%;}
.play-new {
    background-color:#292929;
    display: table-cell;
    opacity: 0.6; filter: alpha(opacity=60);
    position: absolute;
	width:88px; height:88px;
    left:46.5%;top:40.5%;
    left:calc(50% - 44px);top:calc(50% - 44px);
    left:-webkit-calc(50% - 44px);top:-webkit-calc(50% - 44px);
    left:-moz-calc(50% - 44px);top:-moz-calc(50% - 44px);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
}
.play-new:after{
    margin:24px auto 0 32px;
    display:block;
    content:"";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 35px solid #fff;
    width:0; height:0;
    vertical-align: middle;
 }
.play-new:hover {opacity: 0.9; filter: alpha(opacity=90);}
/*------------nav-pils------*/

.nav-pills > li > a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border:1px solid #0088d3;
	border-collapse: collapse;
    font-size:16px;
    font-weight: 400;
    margin-left:-1px;
	color:#0088d3;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    background-color: #0088d3;
    color: #fff;
}

.bkg-color-bd2727 .nav-pills > li.active > a, .bkg-color-bd2727  .nav-pills > li.active > a:hover, .bkg-color-bd2727  .nav-pills > li.active > a:focus {
    color: #bd2727;
}
.bkg-color-47352F .nav-pills > li.active > a, .bkg-color-47352F .nav-pills > li.active > a:hover, .bkg-color-47352F .nav-pills > li.active > a:focus {
    color: #47352F;
}

.nav-pills > li:first-child > a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.nav-pills > li:last-child > a {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
}

.nav-lg > li > a {
    padding:13px 8px;
    font-size:16px;
    font-weight: 400;
}
.nav-justified{ padding:0 80px}
.nav-justified.cols-2{ padding:0 80px}
.nav-justified.cols-3{ padding:0 30px}
/*-----Orange themes-----*/
.nav-pills.orange > li > a {
	border:1px solid #e38b54;
	color:#fff;
}
.nav-pills.orange > li.active > a, .nav-pills.orange > li.active > a:hover, .nav-pills.orange > li.active > a:focus {
    background-color: #e38b54;

}

.nav-pills.orange > li > a:hover,
.nav-pills.orange > li > a:focus {
  text-decoration: none;
  background-color: #e38b54;

}
/*-----Yellow themes-----*/
.nav-pills.yellow > li > a {
	border:1px solid #fede38;
	color:#fff;
}
.nav-pills.yellow > li.active > a, .nav-pills.yellow > li.active > a:hover, .nav-pills.yellow > li.active > a:focus {
    background-color: #fede38;
    color: #138f57;
}

.nav-pills.yellow > li > a:hover,
.nav-pills.yellow > li > a:focus {
  text-decoration: none;
  background-color: #fede38;
  color:#138f57;
}
/*-----Blue2 themes-----*/
.nav-pills.blue2 > li > a {
	border:1px solid #5d869d;
	background-color: #425581;
	color:#fff;
}
.nav-pills.blue2 > li.active > a, .nav-pills.blue2 > li.active > a:hover, .nav-pills.blue2 > li.active > a:focus {
    background-color: #5d869d;

}

.nav-pills.blue2 > li > a:hover,
.nav-pills.blue2 > li > a:focus {
  text-decoration: none;
  background-color: #5d869d;

}


/* tabs */
ul.tabs{
    margin: 0 auto;
    display: table;
    text-align:center;
}

/* tabs-line */
.tabs-line > li{
    border-collapse: collapse;
    display: inline-block;
    float:left;
    min-width:280px;
    max-width:280px;
    text-align:center;
    margin-top:10px;
}
.tabs-line > li > a {
    border:1px solid #e38b54;
    display:block;
    border-collapse: collapse;
    margin-left:-1px;
    padding:13px 8px;
    color:#fff;
    font-size:16px;
    font-weight: 400;
    text-decoration:none;
}
.tabs-line.blue > li > a {
    border:1px solid #0088d3;
    color:#0088d3;
}


.tabs-line > li + li > a {

}
.tabs-line > li.first{

}
.tabs-line > li.last{

}
.tabs-line li a.first{
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}
.tabs-line li a.last{
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
}
.tabs-line > li > a:hover{
    background-color:#e38b54;
    color:#bd2727;
    text-decoration:none;
}
.tabs-line.blue > li > a:hover{
    background-color:#0088d3;
    color:#fff;
    text-decoration:none;
}

.tabs-line > li.active > a{
    background-color: #e38b54;
    color: #bd2727;
}
.tabs-line.blue > li.active > a{
    background-color: #0088d3;
    color: #fff;
}
.tabs-line > li.active > a:hover, .tabs-line > li.active > a:focus {
    background-color: #e38b54;
    color: #bd2727;
}
.tabs-line.blue > li.active > a:hover, .tabs-line.blue > li.active > a:focus {
    background-color: #0088d3;
    color: #fff;
}
/* tabs-icons */
.tabs-icons > li{
    border-collapse: collapse;
    display: inline-block;
    float:left;
    min-width:235px;
    max-width:235px;
    text-align:center;
    margin-top:10px;
}
.tabs-icons > li > a {
    display:block;
    color:#303030;
    border-collapse: collapse;
    padding:13px 15px;
    font-size:16px;
    font-weight: 400;
    text-decoration:none;
}
.tabs-icons > li + li > a {

}

.tabs-icons > li > a:hover{
    text-decoration:none;
    color: #0088d3;
}
.tabs-icons > li.active > a{
    color: #0088d3;
}
.tabs-icons > li.active > a:hover, .tabs-icons > li.active > a:focus {
    color: #0088d3;
}

/* Yellow theme */
.tabs-icons.yellow > li > a {
    color:#fff;
}
.tabs-icons.yellow > li + li > a {
}

.tabs-icons.yellow > li > a:hover{
    text-decoration:none;
    color: #fede38;
}
.tabs-icons.yellow > li.active > a{
    color: #fede38;
}
.tabs-icons.yellow > li.active > a:hover, .tabs-icons.yellow > li.active > a:focus {
    color: #fede38;
}

/* blocks */
.block-left{
    margin-left:0;

}
.block-right{
    margin-right:0;

}

/* buttons */
.btn, .btn-group > .btn {
    padding: 6px 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.btn-link, .btn-group > .btn-link{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
    color:#ffffff;
    font-family:Montserrat Medium, Arial, Verdana, sans-serif;
    border:1px solid transparent;
    min-width:172px;
    font-weight:400;
    padding: 12px 16px 10px 16px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*
    -webkit-box-shadow: 0px 1px 1px #b1b1b1;
    -moz-box-shadow: 0px 1px 1px #b1b1b1;
    box-shadow: 0px 1px 1px #b1b1b1;
    -khtml-box-shadow: 0px 1px 1px #b1b1b1;
    */

}
.btn-social, .btn-group-lg > .btn-social {
    display: inline-block;
    font-size: 20px;
    line-height:43px;
    color:#ffffff;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    min-width:158px;
    font-weight:400;
    padding:0px;
    text-align: center;
    box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;
    vertical-align: middle;
}
.btn-social:hover, .btn-social:focus, .btn-social:active{color:#ffffff;}
.btn-social .icon {display:inline-block;background-image:url("../png/no-repeat.png");margin-right:3px;margin-bottom:3px;vertical-align: middle;}
.btn-twitter{background-color: #00aaef;} .btn-twitter:hover,.btn-twitter:active{background-color: #009bd9;}
.btn-facebook{background-color: #395799;} .btn-facebook:hover,.btn-facebook:active{background-color: #344f8b;}

.bkg-color-6b2732 .btn-lg,
.bkg-color-6b2732 .btn-group-lg > .btn,
.bkg-color-004760 .btn-lg,
.bkg-color-004760 .btn-group-lg > .btn,
.bkg-color-293579 .btn-lg,
.bkg-color-293579 .btn-group-lg > .btn,
.bkg-color-00699a .btn-lg,
.bkg-color-00699a .btn-group-lg > .btn,
.bkg-color-111e4d .btn-lg,
.bkg-color-111e4d .btn-group-lg > .btn,
.bkg-color-463eb0 .btn-lg,
.bkg-color-463eb0 .btn-group-lg > .btn,
.bkg-color-081c34 .btn-lg,
.bkg-color-081c34 .btn-group-lg > .btn
{-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);box-shadow: 0px 1px 2px rgba(0,0,0,0.3);}

.btn-sm, .btn-group-sm > .btn {
    font-size: 14px;
    color:#ffffff;

    border:1px solid transparent;
    min-width:104px;
    padding:3px 10px 3px 10px!important;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
/*    -webkit-box-shadow: 0px 1px 1px #b1b1b1;
    -moz-box-shadow: 0px 1px 1px #b1b1b1;
    box-shadow: 0px 1px 1px #b1b1b1;
    -khtml-box-shadow: 0px 1px 1px #b1b1b1;*/
    line-height: 22px;
}

.btn-md, .btn-group-md > .btn {
    font-size: 14px;
    color:#ffffff;
    border:1px solid transparent;
    min-width:134px;
    padding:6px 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    line-height: 1.43em;
}
.btn-md2, .btn-group-md2 > .btn {
    font-size: 15px;
	font-weight: 500;
    color:#ffffff;
    border:1px solid transparent;
    padding:5px 18px!important;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    line-height: 24px;
}
.btn-group .help-block{
    font-size:10px;
    text-align:center;
    font-weight:400;
    color:#cccdce;
}

.btn-group{
    /*
    display: table;
    margin: 0 auto;
    text-align: center;
    */

    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.btn-group .button{
    display: inline-block;
    margin-left: 15px;
    margin-right:15px;
    /*text-align: center;*/
}

.btn-group-left{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
}
.btn-group-left .button{display:inline-block;margin:25px 15px 0px 15px;}
.btn-group-left .button:first-child{margin-left: 0;}

.btn-group-right{
    display: table;
    margin: 0;
    float:right;
    text-align: center;
}
.btn-group-right .button:last-child{
    margin-right: 0;
}

.inline-buttons .btn-group .button {
    width: unset;
    display: inline-block !important;
}

.button.nomargin{
    margin-left:0;
    margin-right:0;
}

.btn-success{
    background: #439886;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: none !important; 
}
.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{
    text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    background: #e85932;
    border-top: solid #db4218 1px;
    border-right: solid #c22918 1px;
    border-bottom: solid #bb1515 1px;
    border-left: solid #c22918 1px;
    background: -moz-linear-gradient(top,  #e85932 0%, #c22326 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85932), color-stop(100%,#c22326));
    background: -webkit-linear-gradient(top,  #e85932 0%,#c22326 100%);
    background: -o-linear-gradient(top,  #e85932 0%,#c22326 100%);
    background: -ms-linear-gradient(top,  #e85932 0%,#c22326 100%);
    background: linear-gradient(to bottom,  #e85932 0%,#c22326 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85932', endColorstr='#c22326',GradientType=0 );
}
.btn-danger:hover, .btn-danger:focus{
    background: #ea6642;
    border-top: solid #db4218 1px;
    border-right: solid #c22918 1px;
    border-bottom: solid #bb1515 1px;
    border-left: solid #c22918 1px;
    background: -moz-linear-gradient(top,  #ea6642 0%, #c83538 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea6642), color-stop(100%,#c83538));
    background: -webkit-linear-gradient(top,  #ea6642 0%,#c83538 100%);
    background: -o-linear-gradient(top,  #ea6642 0%,#c83538 100%);
    background: -ms-linear-gradient(top,  #ea6642 0%,#c83538 100%);
    background: linear-gradient(to bottom,  #ea6642 0%,#c83538 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6642', endColorstr='#c83538',GradientType=0 );

}
.btn-danger:active, .btn-danger.active{
    background: #bf2425;
    border-top: solid #db4218 1px;
    border-right: solid #c22918 1px;
    border-bottom: solid #bb1515 1px;
    border-left: solid #c22918 1px;
    background: -moz-linear-gradient(top,  #bf2425 0%, #e25731 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf2425), color-stop(100%,#e25731));
    background: -webkit-linear-gradient(top,  #bf2425 0%,#e25731 100%);
    background: -o-linear-gradient(top,  #bf2425 0%,#e25731 100%);
    background: -ms-linear-gradient(top,  #bf2425 0%,#e25731 100%);
    background: linear-gradient(to bottom,  #bf2425 0%,#e25731 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2425', endColorstr='#e25731',GradientType=0 );
    box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);

}
.btn-primary{
    text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    border-top: solid #1e9abd 1px;
    border-right: solid #298ec0 1px;
    border-bottom: solid #0c79b0 1px;
    border-left: solid #298ec0 1px;
    background: #41b7d8;
    background: -moz-linear-gradient(top,  #41b7d8 0%, #008bd1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41b7d8), color-stop(100%,#008bd1));
    background: -webkit-linear-gradient(top,  #41b7d8 0%,#008bd1 100%);
    background: -o-linear-gradient(top,  #41b7d8 0%,#008bd1 100%);
    background: -ms-linear-gradient(top,  #41b7d8 0%,#008bd1 100%);
    background: linear-gradient(to bottom,  #41b7d8 0%,#008bd1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b7d8', endColorstr='#008bd1',GradientType=0 );
    outline: none;

}
.btn-primary:hover, .btn-primary:focus{
    outline: none;
    background: #4ebcdb;
    border-top: solid #1e9abd 1px;
    border-right: solid #298ec0 1px;
    border-bottom: solid #0c79b0 1px;
    border-left: solid #298ec0 1px;
    background: -moz-linear-gradient(top,  #4ebcdb 0%, #1695d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ebcdb), color-stop(100%,#1695d5));
    background: -webkit-linear-gradient(top,  #4ebcdb 0%,#1695d5 100%);
    background: -o-linear-gradient(top,  #4ebcdb 0%,#1695d5 100%);
    background: -ms-linear-gradient(top,  #4ebcdb 0%,#1695d5 100%);
    background: linear-gradient(to bottom,  #4ebcdb 0%,#1695d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ebcdb', endColorstr='#1694d5',GradientType=0 );

}
.btn-primary:active, .btn-primary.active{
    background: #0389cc;
    border-top: solid #1e9abd 1px;
    border-right: solid #298ec0 1px;
    border-bottom: solid #0c79b0 1px;
    border-left: solid #298ec0 1px;
    background: -moz-linear-gradient(top,  #0389cc 0%, #3eb2d3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0389cc), color-stop(100%,#3eb2d3));
    background: -webkit-linear-gradient(top,  #0389cc 0%,#3eb2d3 100%);
    background: -o-linear-gradient(top,  #0389cc 0%,#3eb2d3 100%);
    background: -ms-linear-gradient(top,  #0389cc 0%,#3eb2d3 100%);
    background: linear-gradient(to bottom,  #0389cc 0%,#3eb2d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0389cc', endColorstr='#3eb2d3',GradientType=0 );
    outline: none;
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.2);

}
.btn-default{
    outline: none;
    color:#505050;
    border-color:#c5c5c5;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6eaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6eaea));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6eaea 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e6eaea 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e6eaea 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e6eaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6eaea',GradientType=0 );
    box-shadow: 0px 1px 1px #dbdbdb;
    -moz-box-shadow: 0px 1px 1px #dbdbdb;
    -webkit-box-shadow: 0px 1px 1px #dbdbdb;

}
.btn-default:hover, .btn-default:focus{
    outline: none;
    border-color:#c5c5c5;
    background: #f2f2f2;
    color:#505050;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #dbdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dbdfdf));
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dbdfdf 100%);
    background: -o-linear-gradient(top,  #f2f2f2 0%,#dbdfdf 100%);
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#dbdfdf 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#dbdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdfdf',GradientType=0 );


}
.btn-default:active, .btn-default.active{
    background: #e4e7e7;
    background: -moz-linear-gradient(top,  #e4e7e7 0%, #dbdede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e7e7), color-stop(100%,#dbdede));
    background: -webkit-linear-gradient(top,  #e4e7e7 0%,#dbdede 100%);
    background: -o-linear-gradient(top,  #e4e7e7 0%,#dbdede 100%);
    background: -ms-linear-gradient(top,  #e4e7e7 0%,#dbdede 100%);
    background: linear-gradient(to bottom,  #e4e7e7 0%,#dbdede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e7e7', endColorstr='#dbdede',GradientType=0 );
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.2);
    outline: none;
}
.btn-warning{
    text-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    background: #f87c54;
    border-top: solid #EC6E45 1px;
    border-right: solid #DD5C32 1px;
    border-bottom: solid #D04B22 1px;
    border-left: solid #DD5C32 1px;
    background: -moz-linear-gradient(top,  #f87c54 0%, #e0572a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f87c54), color-stop(100%,#e0572a));
    background: -webkit-linear-gradient(top,  #f87c54 0%,#e0572a 100%);
    background: -o-linear-gradient(top,  #f87c54 0%,#e0572a 100%);
    background: -ms-linear-gradient(top,  #f87c54 0%,#e0572a 100%);
    background: linear-gradient(to bottom,  #f87c54 0%,#e0572a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87c54', endColorstr='#e0572a',GradientType=0 );
}
.btn-warning:hover, .btn-warning:focus{
    background: #fb8e69;
    border-top: solid #EC6E45 1px;
    border-right: solid #DD5C32 1px;
    border-bottom: solid #D04B22 1px;
    border-left: solid #DD5C32 1px;
    background: -moz-linear-gradient(top,  #fb8e69 0%, #ea6b41 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb8e69), color-stop(100%,#ea6b41));
    background: -webkit-linear-gradient(top,  #fb8e69 0%,#ea6b41 100%);
    background: -o-linear-gradient(top,  #fb8e69 0%,#ea6b41 100%);
    background: -ms-linear-gradient(top,  #fb8e69 0%,#ea6b41 100%);
    background: linear-gradient(to bottom,  #fb8e69 0%,#ea6b41 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8e69', endColorstr='#ea6b41',GradientType=0 );

}
.btn-warning:active, .btn-warning.active{
    background: #e0572a;
    border-top: solid #db4218 1px;
    border-right: solid #c22918 1px;
    border-bottom: solid #bb1515 1px;
    border-left: solid #c22918 1px;
    background: -moz-linear-gradient(top,  #e0572a 0%, #f87c54 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0572a), color-stop(100%,#f87c54));
    background: -webkit-linear-gradient(top,  #e0572a 0%,#f87c54 100%);
    background: -o-linear-gradient(top,  #e0572a 0%,#f87c54 100%);
    background: -ms-linear-gradient(top,  #e0572a 0%,#f87c54 100%);
    background: linear-gradient(to bottom,  #e0572a 0%,#f87c54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0572a', endColorstr='#f87c54',GradientType=0 );
    box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);

}


.area-index--videobtn{
    padding: 5px 0;
    margin-top: 24px;
}
.btn-video-quick{
    background: #27AEFF;
    border: 0;
    border-radius: 50px;
    text-shadow: none;
    box-shadow: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-flex !important;
    align-items: center;
    padding: 5px 20px 5px 8px;
    border: 1px solid #fff;
    position: relative;
}
.btn-video-quick::before{
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
    top: -5px;
    background: #27AEFF;
    z-index: -1;
    border-radius: 50px;
    transition: all 0.2s linear;
}
.btn-video-quick > .btn-video-quick--icon{
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
}
.btn-video-quick > .btn-video-quick--icon svg{
    position: relative;
    left: 2px;
    transition: all 0.2s linear;
}
.btn-video-quick > .btn-video-quick--icon svg path{
    transition: all 0.2s linear;
}
.btn-video-quick:hover{
    background: #4DBCFF;
    box-shadow: none;
    color: #fff;
}
.btn-video-quick:hover::before{
    background: #4DBCFF;
}
.btn-video-quick:hover > .btn-video-quick--icon svg path{
    fill: #4DBCFF;
}
.btn-video-quick:focus{
    background: #0089DC;
    box-shadow: none;
    color: #fff;
}
.btn-video-quick:focus::before{
    background: #0089DC;
}
.btn-video-quick:focus > .btn-video-quick--icon svg path{
    fill: #0089DC;
}


#header .nav li.btn-salesheader--flat{
    padding: 0;
}
#header .nav li a.btn-salesheader--flat,
.btn-salesheader--flat{
    background: #DE463E;
    border-radius: 4px;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    border: 0;
    text-shadow: none;
    color: #fff;
    margin: 0;
    box-shadow: none;
    font-family: "Montserrat Medium", Helvetica, Arial, Verdana, sans-serif;
}
#header .has-children.open .parent.link.btn-salesheader--flat,
#header .nav li a.btn-salesheader--flat:hover,
#header .nav li a.btn-salesheader--flat:focus,
.btn-salesheader--flat:hover,
.btn-salesheader--flat:focus{
    background: #CC4039;
    color: #fff;
}
#header .has-children.open .parent.link.btn-salesheader--flat,
#header .nav li a.btn-salesheader--flat:active,
#header .nav li.active a.btn-salesheader--flat:active,
#header .nav li.active a.btn-salesheader--flat:hover,
#header .nav li.active a.btn-salesheader--flat,
#header .nav li a.btn-salesheader--flat.active,
.btn-salesheader--flat:active,
.btn-salesheader--flat.active{
    background: #BB3B34;
    color: rgba(255, 255, 255, 0.8);
}
.btn-primary-sm{
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .08);
    background: #0379ff;
    border: 0;
    padding: 13px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.13;
    text-shadow: none;
    color: #ffffff;
}
.btn-primary-sm:hover,
.btn-primary-sm:active,
.btn-primary-sm:focus{
    box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    color: #ffffff;
    background: rgba(3, 121, 255, .8);
    border: 0;
}
.btn-danger-sm{
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .08);
    background: #ec452d;
    border: 0;
    padding: 13px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.13;
    text-shadow: none;
    color: #ffffff;
}
.btn-danger-sm:hover,
.btn-danger-sm:active,
.btn-danger-sm:focus{
    box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.2);
    color: #ffffff;
    background: rgba(236, 69, 45, .8);
    border: 0;

}

.btn-app, .btn-appstore, .btn-macappstore{
    background: transparent !important;
    padding: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
    text-shadow: none;
    border:0 !important;
}

.btn-app:hover, .btn-app:focus, .open > .dropdown-toggle.btn-app {color:#fff;background: #000000;}
.btn-app:active, .btn-app.active{background: #000000;}

.btn-lg.btn-app,.btn-lg.btn-macappstore{
    min-width:auto;
}
.btn-lg.btn-appstore{
    min-width:auto;
}

.btn .ifont.app, .btn .ifont.appstore, .btn .ifont.macappstore{
    font-size:34px;
}

.btn-sm.btn-app{
    line-height: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-sm .ifont.app,.btn-sm .ifont.appstore,.btn-sm .ifont.macappstore{
    font-size:26px;
    line-height:26px;
}


.btn-md.btn-app,.btn-md.btn-appstore,.btn-md.btn-macappstore{
    padding:0;
}

.btn-md .ifont.app, .btn-md .ifont.appstore, .btn-md .ifont.macappstore{
    font-size:26px;
    line-height:23px;
}

.btn-app-1{
	background: transparent !important;
	color: #ffffff;
	border: 0 !important;
    padding: 0;
    min-width: fit-content;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-app-2{
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    min-width: fit-content;
}

.btn-app-2 .ifont.app{color:#101010;}
/* .btn-md.btn-app-2{min-width:154px;padding:5px 16px 3px 16px;}
.btn-md.btn-app-2 .ifont.app{font-size:32px;line-height:32px;}
.bkg-color-032530 .btn-app-2{ background: #109aa6; }
.bkg-color-032530 .btn-app-2 .ifont.app{color:#ffffff;} */

.btn-app-3{
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.btn-app-3 .ifont.app{color:#ffffff;}
.btn-app-4{
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.btn-app-4 .ifont.app{color:#ffffff;}
.btn-app-5{
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.btn-app-5 .ifont.app{color:#ffffff;}
.btn-app-5:hover, .btn-app-5:focus{color:#fff;}

.btn-sm.btn-primary{
    text-shadow: 0px 1px 0px rgba(0,0,0,0.0);
}
.btn-gplay {
    background-image: url("../svg/google-play-badge.svg");
    background-size: auto 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    border: 0 none;
    box-shadow: none;
    height: 45px;
    padding: 0;
}

.btn-available, .btn-group .available{
    color:#0088d3;
    font-size:14px;
    line-height:18px;
    border-color: #0088d3;
    background:transparent;
    font-weight:500;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 8px 10px;
}
.btn-available .ifont, .btn-group .available .ifont{
    font-size:14px;
}
.btn-available:hover, .btn-group .available:hover{
    color:#006ca8;
    border-color: #006ca8;
    background:transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-explode, .btn-group .explode{
    min-width:180px;
    white-space: normal;
    text-align:center;
    display:block;
    padding: 12px 15px;
    color:#bf1e15;
    border-color: #ffffff;
    background:#ffffff;
    font-weight:500;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size:16px;
	line-height:1.25;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.btn-explode.twoline{padding-top:8px;padding-bottom:10px;}
.btn-explode:hover, .btn-group .btn-explode:hover{
    color:#f1693c;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.50);
   	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-kthtml-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.btn-explode:after, .btn-group .btn-explode:after{
    /*position: absolute;*/
    /*top:33px;*/
    /*right:12px;*/

    font-family: "ElmeticaNew";
    font-style: normal;
    font-weight: 300;
    line-height: inherit;
    font-size: 14px;
    text-align: left;
    vertical-align: text-bottom;
    content: "t";
    display:inline-block;

}
.btn-red{
	background-color: rgb(255, 63, 61);
  	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.19);
	border: solid 1px rgb(190, 26, 31);
	color:#ffffff;
}
.btn-red:hover, .btn-red:focus {
	background-color: rgb(243, 51, 51);
  	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
  	border: solid 1px rgb(190, 26, 31);
	color:#ffffff;
}

.btn-winapp{
    background-color: #000000;
	color:#ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
    text-shadow: none;
	border: solid 1px #d2d2d2;
}
.btn-winapp > .icons.winapp{
	background-image: url(../svg/win-badge.svg);
	width:72px;
	height:19px;
	display:inline-block
}
.btn-lg.btn-winapp{
	min-width:172px;
	height:46px;
	padding-top:7px;
	padding-bottom:8px;
}
.btn-lg.btn-winapp > .icons.winapp{
	width:108px;
	height:28px;
}
/* flat btn */
.btn-primary.btn-primary--flat {
    font-family: "Montserrat Black",Helvetica,Arial,Verdana,sans-serif;
    font-weight: 900;
    background: #0379ff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 15px;
    min-width: 172px;
    font-size: 16px;
    text-shadow: none;
    line-height: 1.75;
    color: #ffffff;
    text-align: center;
    white-space: normal;
}
.btn.btn-primary--flat:hover,
.btn.btn-primary--flat:focus {
    background: #3292ff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-lg.btn-primary.btn-primary--flat {
    padding: 11px 12px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-md.btn-primary.btn-primary--flat {
    padding: 13px 40px;
    font-size: 18px;
    line-height: 28px;
    min-width: 209px;
    background: #157EF2;
    box-shadow: none;
}
.btn-md.btn-primary.btn-primary--flat:focus,
.btn-md.btn-primary.btn-primary--flat:hover{
    background: #3292ff;
}

.btn-danger.btn-danger--flat {
    font-family: "Montserrat Black",Helvetica,Arial,Verdana,sans-serif;
    font-weight: 900;
    background: #f33333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 11px 12px;
    min-width: 230px;
    font-size: 18px;
    text-shadow: none;
    line-height: 1.33;
    color: #ffffff;
    text-align: center;
    white-space: normal;
}
.btn-primary.btn-primary--069f3f {
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat Bold", Helvetica, "Arial Black", Verdana, sans-serif;
    background: #069f3f;
    border: 2px solid #069F3F;
    border-radius: 8px;
    box-shadow: none;
}
.btn-primary.btn-primary--ffffff {
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat Bold", Helvetica, "Arial Black", Verdana, sans-serif;
    color: #101010;
    background: #ffffff;
    border: 2px solid #069F3F;
    border-radius: 8px;
    box-shadow: none;
}
.btn-primary.btn-primary--ffffff:hover,
.btn-primary.btn-primary--ffffff:active,
.btn-primary.btn-primary--ffffff:focus {
    background: rgba(6, 159, 63, 0.2);
    border: 2px solid #069F3F;
}
.btn-primary.btn-primary--069f3f:hover,
.btn-primary.btn-primary--069f3f:active,
.btn-primary.btn-primary--069f3f:focus {
    background: #069F3F;
    border: 2px solid #069F3F;
}
.btn-primary.btn-primary--00a336 {
    background: #00a336;
}
.btn-primary.btn-primary--00a336:focus,
.btn-primary.btn-primary--00a336:hover{
    background: #00a336;
}
.btn-primary.btn-primary--f33333 {
    background: #f33333;
}
.btn-primary.btn-primary--f33333:focus,
.btn-primary.btn-primary--f33333:hover{
    background: #f33333;
}
.btn-danger.GothamProBlack,
.btn-primary.GothamProBlack {
    font-family: "Montserrat Black", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 900;
}
.btn.btn-danger--flat:hover,
.btn.btn-danger--flat:focus {
    background: #f24436;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn-danger--flat span > span,
.btn-primary--flat span > span {
    display: block;
    font-family: "Montserrat Medium", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.29;
    color: rgba(255, 255, 255, 0.8);
}
.btn-lg.btn-danger--flat,
.btn-lg.btn-primary--flat{
    min-width: 240px;
}

/* btn flat */
.btn-primary--flat {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    background: #0379ff;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 11px 38px;
    font-family: "Montserrat Black", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-shadow: none;
    line-height: 1.33;
    color: #ffffff;
    min-width: 210px;
    text-align: center; 
}

.btn-primary--flat-line {
    font-family: "Montserrat Medium", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    padding: 11px 24px;
    font-weight: 500;
}

.btn-primary--flat:hover,
.btn-primary--flat:focus {
    background: #3292ff;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}


.btn-download-for,
.btn-download-for:visited {
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    background-color: #16a1e6;
    color: #fff;
    display: flex;
    align-items: center;
}

.btn-download-for:hover,
.btn-download-for:focus,
.btn-download-for:active {
    text-decoration: none;
    box-shadow: none;
    color: #fff;
}

.btn-download-for .icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.btn-download-for .win {
    background-image: url(../logo_win.html);
}

.btn-download-for .mac {
    background-image: url(../logo_apple.html);
}

.btn-danger-new {
    background: #e62117;
    border-color: #e62117;
    height: 100%;
    display: flex;
    align-items: center;
}
.btn-danger-new .caret{
    margin-left: 5px;
}

.btn-danger-new:hover,
.btn-danger-new:focus {
    background: #ff4940;
    border-color: #ff4940;
    outline: none;
    color: white;
}

.btn-danger-new:active,
.btn-danger-new.active {
    background: #cc0a00;
    border-color: #cc0a00;
    color: white;
}

.btn-danger-new:active:focus {
    outline: none;
}

.btn-try-now{
    border-radius: 6px;
    background: #F56D16;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 15px 60px;
    border: 0;
}
.btn-try-now:hover{
    background: #FF7D1F;
    color: #fff;
}
.btn-try-now:focus{
    background: #F56D16;
    color: #fff;
}
.btn-23B1D8 {
    background: linear-gradient(76.4deg, #23B1D8 12.23%, #2CDBD0 88.54%);
}

.btn-rounded,
.btn-group>.btn.btn-rounded{
    padding: 13px 40px 14px 40px;
    border: 0;
    border-radius: 60px !important;
    text-align: center;
    min-width: 223px;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-rounded:hover,
.btn-group>.btn.btn-rounded:hover{
    color: #fff;
}
.btn-rounded:focus,
.btn-group>.btn.btn-rounded:focus{
    color: #fff;
}
.btn-rounded::before,
.btn-group>.btn.btn-rounded::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 60px;
    transition: all .1s ease-in-out;
}
.btn-rounded:focus::before,
.btn-group>.btn.btn-rounded:focus::before{
    width: 102%;
    height: 107%;
}
.btn-hover-arrow::after{
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMC45Nzc0NDMgNS40NDIzQzAuNDM3NjE2IDUuNDQyMyAtMy4xMDI3MmUtMDcgNS45MDE4IC0yLjg1NDk2ZS0wNyA2LjQ2ODYyQy0yLjYwNzE5ZS0wNyA3LjAzNTQ0IDAuNDM3NjE2IDcuNDk0OTMgMC45Nzc0NDMgNy40OTQ5M0w5LjY2NDcxIDcuNTI2MzJMNi4xMjAyOCAxMS4yNDhDNS43Mzg1NiAxMS42NDg4IDUuNzM4NTYgMTIuMjk4NiA2LjEyMDI4IDEyLjY5OTRDNi41MDE5OSAxMy4xMDAyIDcuMTIwODggMTMuMTAwMiA3LjUwMjU5IDEyLjY5OTRMMTIuNzE1NiA3LjIyNTcyQzEzLjA5NzMgNi44MjQ5MSAxMy4wOTczIDYuMTc1MDkgMTIuNzE1NiA1Ljc3NDI4TDcuNTAyNTkgMC4zMDA2MDJDNy4xMjA4NyAtMC4xMDAyIDYuNTAxOTkgLTAuMTAwMiA2LjEyMDI4IDAuMzAwNjAyQzUuNzM4NTYgMC43MDE0MDIgNS43Mzg1NiAxLjM1MTIzIDYuMTIwMjggMS43NTIwM0w5LjY2NDcxIDUuNDczNjhMMC45Nzc0NDMgNS40NDIzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+');
    transition: transform .2s linear, opacity .3s linear, width .1s linear;
    opacity: 0;
    display: inline-flex;
    transform: translateX(-13px);
    width: 0;
}
.btn-hover-arrow:hover::after{
    width: 13px;
    opacity: 1;
    transform: translateX(8px);
}
/* btn-pricing */
.btn.btn-pricing {
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 186px;
    font-weight: 600;
    color: #000000;
    background-color: #DDE6E8;
    border-radius: 4px;
    box-shadow: none!important;
}
.btn.btn-pricing:active,
.btn.btn-pricing:focus,
.btn.btn-pricing:hover {
    color: #000000;
    background-color: #DDE6E8!important;
    box-shadow: none!important;
}

.btn.btn-FF4343:focus,
.btn.btn-FF4343:active,
.btn.btn-FF4343{
    background: linear-gradient(84deg, #FF4343 0%, #FF6543 100%);
    box-shadow: 0px 10px 20px 0px rgba(255, 67, 67, 0.30);
}
.btn.btn-FF4343::before{
    background: linear-gradient(84deg, #FF4343 0%, #FF6543 100%);
}
.btn.btn-00A9F2:focus,
.btn.btn-00A9F2:active,
.btn.btn-00A9F2{
    background: linear-gradient(84deg, #00A9F2 0%, #00C1ED 100%);
    box-shadow: 0px 10px 20px 0px rgba(0, 189, 234, 0.30);
}
.btn.btn-00A9F2::before{
    background: linear-gradient(84deg, #00A9F2 0%, #00C1ED 100%);
}
.btn.btn-helpwire:focus,
.btn.btn-helpwire:active,
.btn.btn-helpwire{
    box-shadow: 0px 10px 20px 0px rgba(39, 193, 182, 0.30);
    background: linear-gradient(84deg, #27C1B6 0%, #27C1B6 100%);
}
.btn.btn-helpwire::before{
    background: linear-gradient(84deg, #27C1B6 0%, #27C1B6 100%);
}
.btn.btn-fh:focus,
.btn.btn-fh:active,
.btn.btn-fh{
    background: linear-gradient(87deg, #0044C8 0%, #004CE1 99.33%);
    box-shadow: 0px 10px 20px 0px rgba(3, 79, 227, 0.30);
}
.btn.btn-ung:focus,
.btn.btn-ung{
    background: linear-gradient(84deg, #27292C 0%, #35373A 100%);
    box-shadow: 0px 10px 20px 0px rgba(113, 144, 148, 0.30);
}
.btn.btn-sec:focus,
.btn.btn-sec{
    background: linear-gradient(84deg, #8600B5 0%, #8C00BD 100%);
    box-shadow: 0px 10px 20px 0px #CC42E9;
}
.btn.btn-spm:focus,
.btn.btn-spm{
    background: linear-gradient(84deg, #FFBF1A 0%, #FFEC3E 100%);
    box-shadow: 0px 10px 20px 0px #009A4D;
    color: #383838;
}
.btn.btn-spm:hover{
    color: #383838;
}
.btn.btn-spm.btn-hover-arrow::after{
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMC45Nzc0NDMgNS40NDIzQzAuNDM3NjE2IDUuNDQyMyAtMy4xMDI3MmUtMDcgNS45MDE4IC0yLjg1NDk2ZS0wNyA2LjQ2ODYyQy0yLjYwNzE5ZS0wNyA3LjAzNTQ0IDAuNDM3NjE2IDcuNDk0OTMgMC45Nzc0NDMgNy40OTQ5M0w5LjY2NDcxIDcuNTI2MzJMNi4xMjAyOCAxMS4yNDhDNS43Mzg1NiAxMS42NDg4IDUuNzM4NTYgMTIuMjk4NiA2LjEyMDI4IDEyLjY5OTRDNi41MDE5OSAxMy4xMDAyIDcuMTIwODggMTMuMTAwMiA3LjUwMjU5IDEyLjY5OTRMMTIuNzE1NiA3LjIyNTcyQzEzLjA5NzMgNi44MjQ5MSAxMy4wOTczIDYuMTc1MDkgMTIuNzE1NiA1Ljc3NDI4TDcuNTAyNTkgMC4zMDA2MDJDNy4xMjA4NyAtMC4xMDAyIDYuNTAxOTkgLTAuMTAwMiA2LjEyMDI4IDAuMzAwNjAyQzUuNzM4NTYgMC43MDE0MDIgNS43Mzg1NiAxLjM1MTIzIDYuMTIwMjggMS43NTIwM0w5LjY2NDcxIDUuNDczNjhMMC45Nzc0NDMgNS40NDIzWiIgZmlsbD0iIzM4MzgzOCIvPgo8L3N2Zz4=");
}
.btn.btn-df:focus,
.btn.btn-df{
    background: linear-gradient(84deg, #633EE3 0%, #23B6F1 100%);
    box-shadow: 0px 10px 20px 0px #1E1B71;
}
.btn.btn-vspd:focus,
.btn.btn-vspd{
    background: linear-gradient(84deg, #FF995F 0%, #FFB55F 100%);
    box-shadow: 0px 10px 20px 0px rgba(255, 177, 95, 0.30);
    color: #383838;
}
.btn.btn-vspd:hover{
    color: #383838;
}
.btn.btn-vspd.btn-hover-arrow::after{
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMC45Nzc0NDMgNS40NDIzQzAuNDM3NjE2IDUuNDQyMyAtMy4xMDI3MmUtMDcgNS45MDE4IC0yLjg1NDk2ZS0wNyA2LjQ2ODYyQy0yLjYwNzE5ZS0wNyA3LjAzNTQ0IDAuNDM3NjE2IDcuNDk0OTMgMC45Nzc0NDMgNy40OTQ5M0w5LjY2NDcxIDcuNTI2MzJMNi4xMjAyOCAxMS4yNDhDNS43Mzg1NiAxMS42NDg4IDUuNzM4NTYgMTIuMjk4NiA2LjEyMDI4IDEyLjY5OTRDNi41MDE5OSAxMy4xMDAyIDcuMTIwODggMTMuMTAwMiA3LjUwMjU5IDEyLjY5OTRMMTIuNzE1NiA3LjIyNTcyQzEzLjA5NzMgNi44MjQ5MSAxMy4wOTczIDYuMTc1MDkgMTIuNzE1NiA1Ljc3NDI4TDcuNTAyNTkgMC4zMDA2MDJDNy4xMjA4NyAtMC4xMDAyIDYuNTAxOTkgLTAuMTAwMiA2LjEyMDI4IDAuMzAwNjAyQzUuNzM4NTYgMC43MDE0MDIgNS43Mzg1NiAxLjM1MTIzIDYuMTIwMjggMS43NTIwM0w5LjY2NDcxIDUuNDczNjhMMC45Nzc0NDMgNS40NDIzWiIgZmlsbD0iIzM4MzgzOCIvPgo8L3N2Zz4=");
}
.btn.btn-clm:focus,
.btn.btn-clm{
    background: linear-gradient(84deg, #0049F5 0%, #007AFD 100%);
    box-shadow: 0px 10px 20px 0px rgba(185, 239, 251, 0.30);
}
.btn.btn-mdr:focus,
.btn.btn-mdr{
   background: linear-gradient(84deg, #B5FF3E 0%, #B5FF3E 100%);
    box-shadow: 0px 10px 20px 0px rgba(181, 255, 62, 0.30);
    color: #383838;
}
.btn.btn-mdr:hover{
    color: #383838;
}
.btn.btn-mdr.btn-hover-arrow::after{
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMC45Nzc0NDMgNS40NDIzQzAuNDM3NjE2IDUuNDQyMyAtMy4xMDI3MmUtMDcgNS45MDE4IC0yLjg1NDk2ZS0wNyA2LjQ2ODYyQy0yLjYwNzE5ZS0wNyA3LjAzNTQ0IDAuNDM3NjE2IDcuNDk0OTMgMC45Nzc0NDMgNy40OTQ5M0w5LjY2NDcxIDcuNTI2MzJMNi4xMjAyOCAxMS4yNDhDNS43Mzg1NiAxMS42NDg4IDUuNzM4NTYgMTIuMjk4NiA2LjEyMDI4IDEyLjY5OTRDNi41MDE5OSAxMy4xMDAyIDcuMTIwODggMTMuMTAwMiA3LjUwMjU5IDEyLjY5OTRMMTIuNzE1NiA3LjIyNTcyQzEzLjA5NzMgNi44MjQ5MSAxMy4wOTczIDYuMTc1MDkgMTIuNzE1NiA1Ljc3NDI4TDcuNTAyNTkgMC4zMDA2MDJDNy4xMjA4NyAtMC4xMDAyIDYuNTAxOTkgLTAuMTAwMiA2LjEyMDI4IDAuMzAwNjAyQzUuNzM4NTYgMC43MDE0MDIgNS43Mzg1NiAxLjM1MTIzIDYuMTIwMjggMS43NTIwM0w5LjY2NDcxIDUuNDczNjhMMC45Nzc0NDMgNS40NDIzWiIgZmlsbD0iIzM4MzgzOCIvPgo8L3N2Zz4=");
}
.btn.btn-cmd:focus,
.btn.btn-cmd{
    background: linear-gradient(84deg, #43AAFF 0%, #43D4FF 100%);
    box-shadow: 0px 10px 20px 0px rgba(67, 177, 255, 0.30);
}
.btn.btn-elm:focus,
.btn.btn-elm{
    background:  linear-gradient(84deg, #292929 0%, #454545 100%);
    box-shadow: 0px 10px 20px 0px #CA6053;
}
.btn.btn-folx:focus,
.btn.btn-folx{
    background:  linear-gradient(84deg, #FF4343 0%, #FF4343 100%);
    box-shadow: 0px 10px 20px 0px rgba(0, 53, 103, 0.30);
}
.btn.btn-docast:focus,
.btn.btn-docast{
    background:  linear-gradient(84deg, #F1C41C 0%, #F1EB03 45.17%, #CDEB00 100%);
    box-shadow: 0px 10px 20px 0px rgba(211, 235, 0, 0.30);
    color: #383838;
}
.btn.btn-docast:hover{
    color: #383838;
}
.btn.btn-docast.btn-hover-arrow::after{
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMC45Nzc0NDMgNS40NDIzQzAuNDM3NjE2IDUuNDQyMyAtMy4xMDI3MmUtMDcgNS45MDE4IC0yLjg1NDk2ZS0wNyA2LjQ2ODYyQy0yLjYwNzE5ZS0wNyA3LjAzNTQ0IDAuNDM3NjE2IDcuNDk0OTMgMC45Nzc0NDMgNy40OTQ5M0w5LjY2NDcxIDcuNTI2MzJMNi4xMjAyOCAxMS4yNDhDNS43Mzg1NiAxMS42NDg4IDUuNzM4NTYgMTIuMjk4NiA2LjEyMDI4IDEyLjY5OTRDNi41MDE5OSAxMy4xMDAyIDcuMTIwODggMTMuMTAwMiA3LjUwMjU5IDEyLjY5OTRMMTIuNzE1NiA3LjIyNTcyQzEzLjA5NzMgNi44MjQ5MSAxMy4wOTczIDYuMTc1MDkgMTIuNzE1NiA1Ljc3NDI4TDcuNTAyNTkgMC4zMDA2MDJDNy4xMjA4NyAtMC4xMDAyIDYuNTAxOTkgLTAuMTAwMiA2LjEyMDI4IDAuMzAwNjAyQzUuNzM4NTYgMC43MDE0MDIgNS43Mzg1NiAxLjM1MTIzIDYuMTIwMjggMS43NTIwM0w5LjY2NDcxIDUuNDczNjhMMC45Nzc0NDMgNS40NDIzWiIgZmlsbD0iIzM4MzgzOCIvPgo8L3N2Zz4=");
}
.btn.btn-js:focus,
.btn.btn-js{
    background:  linear-gradient(84deg, #FF9417 0%, #FBD302 100%);
    box-shadow: 0px 10px 20px 0px rgba(91, 13, 77, 0.30);
    color: #383838;
}
.btn.btn-js:hover{
    color: #383838;
}
.btn.btn-js.btn-hover-arrow::after{
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMC45Nzc0NDMgNS40NDIzQzAuNDM3NjE2IDUuNDQyMyAtMy4xMDI3MmUtMDcgNS45MDE4IC0yLjg1NDk2ZS0wNyA2LjQ2ODYyQy0yLjYwNzE5ZS0wNyA3LjAzNTQ0IDAuNDM3NjE2IDcuNDk0OTMgMC45Nzc0NDMgNy40OTQ5M0w5LjY2NDcxIDcuNTI2MzJMNi4xMjAyOCAxMS4yNDhDNS43Mzg1NiAxMS42NDg4IDUuNzM4NTYgMTIuMjk4NiA2LjEyMDI4IDEyLjY5OTRDNi41MDE5OSAxMy4xMDAyIDcuMTIwODggMTMuMTAwMiA3LjUwMjU5IDEyLjY5OTRMMTIuNzE1NiA3LjIyNTcyQzEzLjA5NzMgNi44MjQ5MSAxMy4wOTczIDYuMTc1MDkgMTIuNzE1NiA1Ljc3NDI4TDcuNTAyNTkgMC4zMDA2MDJDNy4xMjA4NyAtMC4xMDAyIDYuNTAxOTkgLTAuMTAwMiA2LjEyMDI4IDAuMzAwNjAyQzUuNzM4NTYgMC43MDE0MDIgNS43Mzg1NiAxLjM1MTIzIDYuMTIwMjggMS43NTIwM0w5LjY2NDcxIDUuNDczNjhMMC45Nzc0NDMgNS40NDIzWiIgZmlsbD0iIzM4MzgzOCIvPgo8L3N2Zz4=");
}
.btn-group > .btn.btn-black,
.btn-black{

    color: #FFF;
	background: #27292C;
    box-shadow: 0px 8px 30px 0px rgba(20, 24, 58, 0.14);
	/*
	display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    
    padding: 14px 25px;
    text-decoration: none !important;
	min-width: 200px;
    justify-content: center;
	*/
}
.btn-black:hover{
    background: #3D3F42;
    color: #FFF;
}
.btn-black:focus{
    background: #000;
	color: #FFF;
}


/* end btn flat  */

/* font style for default class */
/*
.title-main{
    font-size:30px;
}
*/
/*
h3.title-main{
    font-size:20px;
	line-height:1.4
}
*/
h3 sup{
    font-size:65%;
}
/*
.text-main{
    font-size:18px;
    line-height:28px;
}
*/
/*
.title-content{
    font-size:20px;
    line-height:28px;
}
*/
/*
.text-content{
    font-size:16px;
    line-height:24px;
}
*/
/* bs-callout */
.callout {
    background-color: #ffffff;
    margin-top:10px;
    border: none;
    border-left: 3px solid #eee;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.callout-top {
    border: none;
    border-top: 3px solid #eee;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.callout .inner{padding:30px;min-height:400px;}
.callout.all{
	border-style:solid;
	border-width:3px;
}
.callout-info {
    border-color: #5bc0de;
}
.callout-orange {
    border-color: #fea462;
}

.callout-green {
    border-color: #22b582;
}
.callout-blue {
    border-color: #2259b5;
}
.callout-yellow {
    border-color: #d4d225;
}

/* badge */
.badge {
    white-space: normal;
    background-color: transparent;
    border:1px solid #101010;
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #101010;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
}

.badge.white{
    border-color:#fff;
    color:#fff;
}
.badge-lg{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	font-size: 16px;
	padding: 5px 10px;
}
.badge.bkg-orange{
    background-color: #f06d27;
    border-color: #f06d27;
}
.badge.bkg-yellow{
    background-color: #ffc104;
    border-color: #ffc104;
}
.badge.gray{
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.5px;
	color: #ffffff;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.27);
	padding: 0 4px;
	border:none;
	font-weight: normal;
	margin-bottom: 1px;
}
.badge.gray2{
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.5px;
	color: #505050;
	border-radius: 2px;
	background-color: #dae0e0;
	padding: 0 4px;
	border:none;
	font-weight: normal;
}
/* table compare v.2 */
table.table-compare{
    margin:0 auto 20px auto;
    width:100%;
    max-width: 780px;
}
table.table-compare > thead > tr > th{
    border-bottom:2px solid #c5c5c5;
}
table.table-compare > tbody > tr > td{
    font-size: 16px;
    color:#303030;
    font-weight:400;
    padding:10px 8px;
    border-color:#c5c5c5;
    border-bottom:1px solid #c5c5c5;
    vertical-align: middle;
}
table.table-compare.big-title > tbody > tr > td{
    font-size: 20px;
}
/*table.table-compare > tbody > tr > td:first-child{width:50px;}
table.table-compare > tbody > tr > td:nth-child(2){max-width:500px;}*/
table.table-compare td.true,table.table-compare td.false{
    font-family: "ElmeticaNew";
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    font-size:24px;
    text-align: center;
    vertical-align: middle;
}
table.table-compare td.true:before{content: "a";color:#00ab38;}
table.table-compare td.false:before{content: "f";color:#303030;font-size:16px;}

table.table-compare td.true span.text, table.table-compare td.false span.text {
    display: block;
    font-family: "Helvetica",Arial,Tahoma,Geneva,sans-serif,Verdana,Geneva,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    margin-top: 5px;
}

table.table-compare th{
    font-size: 14px;
    font-weight:600;
    border-color:#c5c5c5;
    text-align: center;
}
table.table-compare-2 th,table.table-compare-3 th{
    font-size: 14px;
}

table.table-compare th:nth-child(1),table.table-compare th:nth-child(2){
    text-align:left;
}
table.table-compare th:nth-child(1){
    width:5%;
}
table.table-compare th:nth-child(2){
    width:65%;
}
.product-compares a.show-more {color: #0088d3;display: inline-block;font-size: 16px;margin-top: 10px;text-decoration: none;}
/* .table-compare-2 - use 5 cols not use first col for count records */
table.table-compare-2 th:nth-child(1){
    width:50%;
}
table.table-compare-2 th:nth-child(2){
    text-align:center;
    width: inherit;
}

/* cols-4 */
table.table-compare.cols-4 th:nth-child(2){
    width:35%;
}

table.table-compare .note{
    color:#909090;
    text-align:left;
}
table.table-compare.big-title .note{
    font-size:16px;
}

/* table isset link */
table.table-compare.table-use-link td a{
    color:#303030;
}
table.table-compare td .free{margin-left:5px;display:inline-block;font-weight:600;text-transform: uppercase;color:#00ab38;}
table.table-compare.table-use-link td a:hover{
    color:#0088d3;
    text-decoration:none;
}
table.table-compare.table-use-link > tbody > tr:hover td{background-color:#fafbfb}

/* table list */
table.table-check-list{
    margin:0 auto 20px auto;
    width:100%;
    max-width: 780px;

}
table.table-check-list .bkg-icon{
    display: block;
    margin-left: auto;
    margin-right:auto;
    margin-top:3px;
    background-color:#00af42;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding:3px 3px 8px 5px;
    height:32px;
    width:32px;
}
table.table-check-list .ifont{
    color:#ffffff;
    font-size:24px;
}

table.table-check-list > tbody > tr:first-child > td{
    border-top: 2px solid #c5c5c5;
}
table.table-check-list > tbody > tr > td{
    font-size: 18px;
    line-height:28px;
    font-weight:400;
    padding: 13px 19px 15px 19px;
    border-bottom:1px solid #c5c5c5;
    vertical-align: middle;
}
table.table-check-list td.row1{
    width:5%;

}
table.table-check-list td.row2{
    padding-left: 0;

}

/* alert content */
.alert{
    padding: 5px 15px 8px 15px;
    margin-bottom: 3px;
    background-color:#fff5c6;
    font-size:14px;
    line-height:16px;
    color:#575541;
    text-align:center;
    border:1px solid #bfc2c2;
    border-top:1px solid #ebe3ba;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.alert.alert-danger{
    color: #842029;
    background: #f8d7da;
    border-color: #f5c2c7;
    padding: 16px;
    margin: 0;
    border-radius: 6px;
}
.alert.absolute{
    margin-bottom: -50px;
}
.alert.default{
    padding: 10px 15px;
    border:1px solid #f2e5a5;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.alert a.btn{
    color:#0088d3;
    font-weight:500;
    font-size:13px;
    text-decoration:none;
    display:inline-block;
    margin-left:5px;
    border: 1px solid #d5cea0;
    padding:6px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

}
.alert a.btn:hover, .alert a.btn:focus{
    color:#006ca8;
    border-color:#c2bc92;
    text-decoration:none;
}

.alert a.btn:active{
    border-color:#cdc69a;
    background-color:#f0e8b6;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
}

.alert.top {
    margin-top: -2px;
    padding: 7px 15px 7px 15px;
    border-top: none;
    border-top: 1px solid #E3DBB4;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 30%), inset 0 0px 2px #e3dbb4;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 0px 2px #E3DBB4;
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 30%), inset 0 0px 2px #e3dbb4;
}

/*.alert-dismissable .close, .alert-dismissible .close {
    top: 5px;
}*/
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert.theme1{
    padding: 20px;
    font-size:16px;
    line-height:24px;
    border:1px solid transparent;
    border-radius: 6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    box-shadow: none;
    -moz-box-shadow:  none;
    -webkit-box-shadow:  none;
    color:#303030;
}
.alert.theme1 hr{
    border-color:#A8BDC9;
    height:1px;
    margin:10px 0px;
    width:100%;
}
.alert.theme1 i{
    font-style: italic;
}

.alert.theme2 {
    padding: 20px;
    font-size: 14px;
    line-height: 1.43;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #505050;
    background-color: #ebf6ff;
}

.alert.alert-primary {
    border: 1px solid #dadada;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: none;
    padding: 17px 16px 14px 16px;
    color: #000000;
    margin-top: -30px;
}

a.alert.alert-primary {
    text-decoration: none;
}
a.alert.alert-primary:hover {
    text-decoration: none;
}
a.alert.alert-primary:hover  .alert-link {
    text-decoration: underline;
}
a.alert .alert-link {
    color: #0088d3;
    font-weight: normal;
}

.note-1{
    font-size: 15px;
    line-height: 22px;
    border-left: 3px solid #ffc104;
    padding-left: 18px;
}

/* product-breadcrumbs */

.product-breadcrumbs{
    color: #909090;font-size: 13px;padding-bottom: 17px;padding-top: 30px;border-bottom: 1px solid #dadada;
}
.product-breadcrumbs a{
    color:#909090;
    text-decoration: none;
}
.product-breadcrumbs a:hover{
    color:#0379ff;
    text-decoration: none;
}

/* form-breadcrumbs */
.form-breadcrumbs{
    padding-bottom:17px;
   	color:#909090;
    padding-top:28px;
    font-size:13px;
}
.form-breadcrumbs a{
    color:#909090;
    text-decoration: none;
}
.form-breadcrumbs a:hover{
    color:#0088d3;
    text-decoration: none;
}
/* others */
.inline{
    display: inline;
}
.inline-block{
    display: inline-block;
}

/*  disqus  */
.post-list, .post-list .children{list-style: none outside none;margin:0;padding:0;}
.post-list .children{margin-left:24px;}
.post-list .post{margin-bottom:15px;}
.disqus-cache-content{
	border-top: 2px solid rgba(0, 39, 59, 0.08);
	clear: both;
	padding: 24px 0 10px;
}
.disqus-cache-content {font-size:14px;line-height:16px;}
.disqus-cache-content .author{
	font-size: 13px;
	color:#288ce4;
	font-weight: 700;
}
#disqus-cache-link{
	color: rgba(0, 39, 59, 0.2);
	font-size: 13px;
	padding-right:12px;
}
.link-up{
	background-image:url('../item1_up.html');
	background-position:100% 50%;
	background-repeat:no-repeat;
}
.link-down{	background-image:url('../item1_down.html');}
/* background-color */
[class*="bkg-color"] {background-image: none;}
.bkg-none {background: none !important;}
.bkg-color-f16d27 {
    background-color: #f16d27;
}
.bkg-color-FEC02E{background-color: #FEC02E;}
.bkg-color-FDA929{background-color: #FDA929;}
.bkg-color-FD9827{background-color: #FD9827;}
.bkg-color-FD8968{background-color: #FD8968;}
.bkg-color-F57652{background-color: #F57652;}
.bkg-color-FE6E77{background-color: #FE6E77;}
.bkg-color-f1f3f8{background-color: #f1f3f8;}
.bkg-color-f0f2f5{background-color: #f0f2f5;}
.bkg-color-def4fc{background-color: #def4fc;}
.bkg-color-eef0fc{background-color: #eef0fc;}
.bkg-color-04111F, .bkg-color-04111f{background-color: #04111f;}
.bkg-color-003B55 {background-color: #003B55;}
.bkg-color-0648cc{background-color: #0648cc;}
.bkg-color-dce7f9{background-color: #dce7f9;}
.bkg-color-cadffa{background-color: #cadffa;}
.bkg-color-273143{background-color: #273143;}
.bkg-color-293579{background-color: #293579;}
.bkg-color-6b2732{background-color: #6b2732;}
.bkg-color-102b60{background-color: #102b60;}
.bkg-color-fcd163{background-color: #fcd163;}
.bkg-color-edf1f4{background-color: #edf1f4;}
.bkg-color-ffc01c{background-color: #ffc01c;}
.bkg-color-feb32d{background-color: #feb32d;}
.bkg-color-1869a5{background-color: #1869a5;}
.bkg-color-d4e6f3{background-color: #d4e6f3;}
.bkg-color-1467a3{background-color: #1467a3;}
.bkg-color-407d60{background-color: #407d60;}
.bkg-color-006064{background-color: #006064;}
.bkg-color-faa825{background-color: #faa825;}
.bkg-color-1565c0{background-color: #1565c0;}
.bkg-color-ff7300{background-color: #ff7300;}
.bkg-color-118afb{background-color: #118afb;}
.bkg-color-d73d32{background-color: #d73d32;}
.bkg-color-029d55{background-color: #029d55;}
.bkg-color-f79d10{background-color: #f79d10;}
.bkg-color-9fd2e7{background-color: #9fd2e7;}
.bkg-color-7e3794{background-color: #7e3794;}
.bkg-color-f19824{background-color: #f19824;}
.bkg-color-232f5a{background-color: #232f5a;}
.bkg-color-121831{background-color: #121831;}
.bkg-color-393984{background-color: #393984;}
.bkg-color-edbe45{background-color: #edbe45;}
.bkg-color-f64f49{background-color: #f64f49;}
.bkg-color-F6F6F6{background-color: #f6f6f6;}
.bkg-color-1cacc0{background-color: #1cacc0;}
.bkg-color-DFE7F1{background-color: #DFE7F1;}
.bkg-color-d2ddec{background-color: #d2ddec;}
.bkg-color-153797{background-color: #153797;}
.bkg-color-ffa12c{background-color: #ffa12c;}
.bkg-color-0099d9{background-color: #0099d9;}
.bkg-color-feb929{background-color: #feb929;}
.bkg-color-0069d9{background-color: #0069d9;}
.bkg-color-2d233f{background-color: #2d233f;}
.bkg-color-463eb0{background-color: #463eb0;}
.bkg-color-a3e3f5{background-color: #a3e3f5;}
.bkg-color-ffffff,.bkg-white{background-color: #ffffff;}
.bkg-color-161c5a{background-color: #161c5a;}
.bkg-color-000000, .bkg-black{background-color: #000000;}
.bkg-color-477b8f{background-color: #477b8f;}
.bkg-color-eff3f3,.bkg-whiteSmoke{background-color: #eff3f3;}
.bkg-color-ffa12b{background-color: #ffa12b;}
.bkg-color-bd2727, .bkg-red{background-color: #bd2727;color:rgba(255,255,255,0.5);}
.bkg-color-2a2faf{background-color: #2a2faf;}
.bkg-color-094269, .bkg-darkBlue{background-color: #094269;color:rgba(255,255,255,0.7);}
.bkg-color-353b3a, .bkg-dimgray{background-color: #353b3a;}
.bkg-color-d3dada{background-color: #d3dada;}
.bkg-color-94999c, .bkg-silver{background-color: #94999c;}
.bkg-color-bdd7ea, .bkg-lightBlue{background-color: #bdd7ea;}
.bkg-color-47352F, .bkg-darkbrown{background-color: #47352F;color:#a58d85;}
.bkg-color-47352F .text-main, .bkg-darkbrown .text-main {color: #a68e85;}
.bkg-color-365f84{background-color: #365f84;}
.bkg-color-2E2839, .bkg-color-2e2839, .bkg-darkIndigo{background-color: #2E2839;color:#ababaf;}
.bkg-color-1b593c{background-color: #1b593c;}
.bkg-color-2E2839 .text-main, .bkg-darkIndigo .text-main{color:#ababaf;}
.bkg-color-4c505a{background-color: #4c505a;}
.bkg-color-109aa6, .bkg-deepSkyBlue{background-color: #109aa6;}
.bkg-color-1d265f, .bkg-midnightBlue{background-color: #1d265f;}
.bkg-color-1d265f .title-main{ color:#F59D51 !important}
.bkg-color-1d265f .text-main{ color:#828ABE !important}
.bkg-color-52b0cc{background-color: #52b0cc;}
.bkg-color-0e8d53, .bkg-seaGreen{background-color: #0e8d53;}
.bkg-color-0088d3, .bkg-dodgerBlue{background-color: #0088d3;}
.bkg-color-273a5a{background-color: #273a5a;}
.bkg-color-7594aa{background-color: #7594aa;}
.bkg-color-333333{background-color: #333333;}
.bkg-color-03354F{background-color: #03354F;}
.bkg-color-03354F .title-main {color: #fff;}
.bkg-color-47b3b3{background-color: #47b3b3;}
.bkg-color-00b2c2{background-color: #00b2c2;}
.bkg-color-fd9315{background-color: #fd9315;}
.bkg-color-00b4e2{background-color: #00b4e2;}
.bkg-color-4A7286{background-color: #4A7286;}
.bkg-color-44b39b{background-color: #44b39b;}
.bkg-color-0066B6{background-color: #0066B6;}
.bkg-color-167067{background-color: #167067;}
.bkg-color-010b25{background-color: #010b25;}
.bkg-color-dae4e4{background-color: #dae4e4;}
.bkg-color-0D5993{background-color: #0D5993;}
.bkg-color-004760{background-color: #004760;}
.bkg-color-0D5993 .title-main{ color:#ffffff !important}
.bkg-color-0D5993 .text-main{ color:#ffffff !important}
.bkg-color-0b9593{background-color: #0b9593;}
.bkg-color-111e4d{background-color: #111e4d;}
.bkg-color-141414{background-color: #141414;}
.bkg-color-e6f4fa{background-color: #e6f4fa;}
.bkg-color-0c1057{background-color: #0c1057;}
.bkg-color-f5f8fa{background-color: #f5f8fa;}
.bkg-color-069f3f{background-color: #069f3f;}
.bkg-color-058550{background-color: #058550;}
.bkg-color-e5aa21{background-color: #e5aa21;}
.bkg-color-FF4343{background-color: #FF4343;}
.bkg-color-2F2F2F{background-color: #2F2F2F;}
.bkg-color-d4e8f2 {
    background-color: #d4e8f2;
}
.bkg-color-3A1C71-D46B77{
    background: linear-gradient(77deg, #3A1C71 0%, #D46B77 100%);
}
.bkg-color-ED6B3B-F6A150{
    background: linear-gradient(270deg, #ED6B3B 16.77%, #F6A150 89.86%);
}
.bkg-color-002F60 {
    background-color: #002F60;
}
.bkg-color-007dd1 {
    background-color: #007dd1;
}
.bkg-color-e09302 {
    background-color: #e09302;
}
.bkg-color-00a0e1 {
    background-color: #00a0e1;
}
.bkg-color-97B719 {
    background-color: #97B719;
}
.bkg-color-F0F8F4{
    background-color: #F0F8F4;
}
.bkg-color-38A5F4 {
    background: linear-gradient(35.46deg, #38A5F4 -7.87%, #5C7AEB 97.54%);
}
.bkg-color-F44138 {
    background-color: #F44138;
}
.bkg-color-222222 {
    background-color: #222222;
}
.bkg-color-f5f8fa {
    background-color: #f5f8fa;
}
.bkg-color-D5D5FF-FFE8DE {
	background: linear-gradient(52deg, #D5D5FF -1.9%, #FFE8DE 114.79%);
}
.bkg-color-EFF3F4 {
    position: relative;
}
.bkg-color-EFF3F4::before {
    position: absolute;
    background-color: #eff3f4;
    border-radius: 20px;
    content: '';
}
/*------doCast-------*/
.bkg-color-docast{
    overflow: hidden;
    position: relative;
}
.bkg-color-docast-gr{
    background: linear-gradient(82.31deg, #B9E114 0%, #F4CA43 50%, #F35D60 100%);
}
.bkg-color-docast-gr::before{
    content: '';
    background: linear-gradient(82.31deg, #B9E114 0%, #F4CA43 50%, #F35D60 100%);
    filter: blur(100px);
    position: absolute;
    width: 100%;
    height: 50%;
    will-change: filter;
}
/*------flexihub-----*/
.bkg-color-gradient-fh{background-image: linear-gradient(118deg, #fbf3e8, #dee4ff);}
/*------support-----*/
.bkg-color-635CB8{background-color: #635CB8;}
.bkg-color-BD3422{background-color: #BD3422;}
.bkg-color-8BCFC3{
    background-color: #8BCFC3;
}
.bkg-color-2c3c72{
    background-color: #2c3c72;
}
.bkg-color-e2e9e9{background-color: #e2e9e9;}
.bkg-color-1a237e{background-color: #1a237e;}
.bkg-color-428BB3{background-color: #428BB3;}
.bkg-color-EB411D{background-color: #EB411D;}
.bkg-color-d4e8f2{background-color: #d4e8f2;}
.bkg-color-9fbacd{background-color: #9fbacd;}
.bkg-color-bad0dd{background-color: #bad0dd;}
.bkg-color-ccdce6{background-color: #ccdce6;}
.bkg-color-00699a{background-color: #00699a;}
.bkg-color-0d453c {background-color: #0d453c;}
.bkg-color-5969e8 {background-color: #5969e8;}
.bkg-color-f2f4f8 {background-color: #f2f4f8;}
/*------syncmate devices bkg------*/
/* pricing */
.bkg-color-ECF2F4-D8E4E7 {
  background: linear-gradient(180deg, #ECF2F4 0%, #D8E4E7 100%);
}
/*----android---*/
.bkg-color-99c333{
    background-color: #99c333;
}
/*----ios---*/
.bkg-color-FF5A45{
    background-color: #FF5A45;
}
/*----mac---*/
.bkg-color-45B39C{
    background-color: #45B39C;
}
/*----mount---*/
.bkg-color-FDC93B{
    background-color: #FDC93B;
}
/*----google---*/
.bkg-color-4389BA{
    background-color: #4389BA;
}
/*----dropbox---*/
.bkg-color-48A8BF{
    background-color: #48A8BF;
}
/*----icloud---*/
.bkg-color-1D4C5D{
    background-color: #1D4C5D;
}
/*----mtp---*/
.bkg-color-FD963B{
    background-color: #FD963B;
}
.bkg-color-081c34{background-color: #081c34;}
.bkg-color-fffcfd{
    background-color: #fffcfd;
}
.bkg-color-101010{
    background-color: #101010;
}
.bkg-color-29386a{
    background-color: #29386a;
}
.bkg-color-e0e7f1{
    background-color: #e0e7f1;
}
.bkg-color-171929{
    background-color: #171929;
}
.bkg-color-292433{
    background-color: #292433;
}
.bkg-color-233653{
    background-color: #233653;
}
.bkg-color-F5B907{
    background-color: #F5B907;
}
.bkg-color-1c1c1c{
    background-color: #1c1c1c;
}
.bkg-color-373357{
    background-color: #373357;
}
/*----Flash optimiser---*/
.bkg-color-b71c1c{
    background-color: #b71c1c;
}
/*----Application as service---*/
.bkg-color-3f51b5{
    background-color: #3f51b5;
}
.bkg-color-f1693c{
    background-color: #f1693c;
}
.bkg-color-31263E{background-color: #31263E;}
.bkg-color-d3eef0{background-color: #d3eef0;}
.bkg-color-5dcad4{background-color: #5dcad4;}
.bkg-color-8adee6{background-color: #8adee6;}
.bkg-color-207797{background-color: #207797;}
/* blackfriday */
.bkg-color-121516{background-color: #121516; }
/*-----Folx5------*/
.bkg-color-253967{background-color: #253967; }
/*-----photobulk--*/
.bkg-color-032530{background-color: #032530; }
/*------------*/
.bkg-color-091F95{background-color: #091F95}
/*-------Swordbox-----*/
.bkg-color-2145A9{background-color: #2145A9;}
.bkg-color-93bc53{background-color: #93bc53;}
.bkg-color-1a4d80{background-color: #1a4d80;}
.bkg-color-003b27{background-color: #003b27;}
.bkg-color-bdd7ea, .bkg-lightBlue{background-color: #bdd7ea;}
.bkg-color-3234ac{background-color: #3234ac;}
.bkg-color-f1f6fd{background-color: #f1f6fd;}
.bkg-color-192651{background-color: #192651;}
.bkg-color-3E2346{background-color: #3E2346;}
.bkg-color-f0f7fb-ffffff{ background-image: linear-gradient(to bottom, #f0f7fb, #ffffff); }
.bkg-color-70110D{background-color: #70110D;}
.bkg-color-023F70{background-color: #023F70;}
.bkg-color-F9843B{background-color: #F9843B;}
.bkg-color-F9F9F9{background-color: #F9F9F9;}
.bkg-color-1277f4 {background-color: #1277f4;}
.bkg-color-111c43 {background-color: #111c43;}
.bkg-color-163797{background-color: #163797;}
.bkg-color-efefef{background-color: #efefef;}
.bkg-color-CCEBFF, .bkg-color-ccebff {
   background-color: #ccebff;
}
/* helpwire */
.bkg-color-27C1B617{background: #DAF4F3;}
.bkg-color-fff-gradient{background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);}
.bkg-splash-main-hw::before{
    content: "";
    width: 1488px;
    height: 866px;
    flex-shrink: 0;
    border-radius: 1488px;
    background: rgba(39, 193, 182, 0.40);
    filter: blur(200px);
    will-change: transform;
    display: block;
    z-index: -1;
    position: absolute;
    top: -350px;
    left: 50%;
    transform: translateX(-50%);
}
/* align */
.text-center{text-align:center;}
.text-center img {
    margin-left: auto;
    margin-right: auto;
}
.text-left{text-align:left;}
.text-right{text-align:right;}
/* backgroud-cover */

/* background-image */
.bg-RDPImage{
    background-image: url(../png/bgrndrdpimage.png);
	background-repeat: no-repeat;
	background-size: 1421px 1027px;
	background-position: top right;
}
.bg-RDPImage-2{
    background-image: url(../png/bgrndvirtualimagemirrored.png);
	background-repeat: no-repeat;
	background-size: 1750px 780px;
	background-position: top right;
}

/* font-size */
.font-size-13{font-size:13px;}
.font-size-14{font-size:14px;}
.font-size-15{font-size:15px;}
.font-size-16{font-size:16px;}
.font-size-18{font-size:18px;}
.f-s-20, .font-size-20 {font-size:20px;}
.f-s-30, .font-size-30 {font-size:30px !important;line-height: 1.47em !important;}
.f-s-58{font-size:58px;}

/* color */
.c-ffffff{color:#ffffff!important;}
.c-9eabb9{color:#9eabb9!important;}
.c-303030{color:#303030!important;}
.c-909090{color:#909090!important;}
.c-101010{color:#101010!important;}
.c-717980{color: #717980;}
.c-f16d27{color:#F16D27}
.c-A58D85,.c-a58d85{color:#a58d85 !important}
.c-ABABAF,.c-ababaf{color:#ababaf}
.c-F59D51,.c-f59d51{color:#f59d51 !important}
.c-5bc0de{color:#5bc0de}
.c-2F2F2F{ color:#2F2F2F !important}
.c-EC3232, .c-ec3232{color:#EC3232}
.color-bd2727{color:#bd2727;}
.color-e0972e{color:#e0972e;}
.c-00ab38{color:#00ab38;}
.color-ffda55{color:#ffda55;}
.c-ffcc00{color:#ffcc00;}
.c-6a6a6a{color:#6a6a6a;}
.c-26c9ab{color:#26c9ab;}
.c-5969e8{color:#5969e8;}
.c-00a336 {color:#00a336;}
.c-88b222{color: #88b222;}
.c-fe8719{color: #fe8719;}
.c-00b8a5{color: #00b8a5;}
.c-ffb700{color: #ffb700;}
.c-F56D16{color: #F56D16;}
.c-5753BE{color: #5753BE;}
.color-F60{color: #F60 !important;}
.color-2395FF{color: #2395FF !important;}
.color-FF492C{color: #FF492C !important;}
.color-00B67A{color: #00B67A !important;}
.color-2A333F{color: #2A333F !important;}
.c-46C224{
    color: #46C224;
}
.c-FFE500{color: #FFE500;}
.c-F66233{color: #F66233;}
.c-8C3FD1{color: #8C3FD1;}
.c-0896E8{color: #0896E8;}
.c-04B24A{color: #04B24A;}
/* padding */







.p-b-0, .pb0{
    padding-bottom:0!important;
}
.p-b-5{
    padding-bottom:5px!important;
}
.p-b-10{
    padding-bottom:10px!important;
}
.p-b-15{
    padding-bottom:15px!important;
}
.p-b-20{
    padding-bottom:20px!important;
}
.p-b-25{
    padding-bottom:25px!important;
}
.p-b-30{
    padding-bottom:30px!important;
}
.p-b-40{
    padding-bottom:40px!important;
}
.p-b-45{
    padding-bottom:45px!important;
}
.p-b-50{
    padding-bottom: 50px!important;
}
.p-b-55 {
    padding-bottom: 55px!important;
}
.p-b-60 {
    padding-bottom: 60px!important;
}
.p-b-80{
    padding-bottom: 80px!important;
}
.p-b-100{
    padding-bottom: 100px!important;
}
.p-b-150 {
    padding-bottom: 150px!important;
}
.p-t-0{padding-top:0!important;}
.p-t-5{
    padding-top:5px!important;
}
.p-t-10, .top-padding-10{
    padding-top:10px!important;
}
.p-t-15{
    padding-top:15px!important;
}
.p-t-20, .pt20{
    padding-top:20px!important;
}
.p-t-25{
    padding-top:25px!important;
}
.p-t-30{
    padding-top:30px!important;
}
.p-t-35{
    padding-top:35px!important;
}
.p-t-40{
    padding-top:40px!important;
}
.p-t-50{ padding-top:50px;}
.p-t-60,.padding-top-60{padding-top:60px!important;}
.p-t-75,.padding-top-75{padding-top:75px!important;}
.p-t-80{
    padding-top: 80px !important;}
.p-t-90{
    padding-top: 90px !important;
}
.p-t-100 {
    padding-top: 100px !important;
}
.p-0-10{
    padding:0px 9px!important;
}
.p-0-10{
    padding:0px 9px!important;
}
.p-lr-55{
    padding-left:55px!important;
    padding-right:55px!important;
}
.p-l-0 {
    padding-left: 0 !important;
}
.p-r-0 {
    padding-right: 0 !important;
}
.h-55{
 min-height:55px  ;
}
.min-height-200{min-height:200px!important}
.min-height-220{min-height:220px!important}
.min-height-240{min-height:240px!important}
.min-height-260{min-height:260px!important}
.min-height-280{min-height:280px!important}
.min-height-300{min-height:300px!important}
.min-height-430{min-height:430px!important}
.min-height-460{min-height:460px!important}
.min-height-480{min-height:480px!important}
.min-height-500{min-height:500px!important}
.min-height-520{min-height:520px!important}


/* margin */
.m-t-0{margin-top:0 !important;}
.m-t-5{margin-top:5px!important;}
.m-t-10{margin-top:10px !important;}
.m-t-20{margin-top:20px !important;}
.m-t-25{margin-top:25px !important;}
.m-t-30{margin-top:30px !important;}
.m-t-35{margin-top:35px !important;}
.m-t-40{margin-top:40px !important;}
.m-t-45{margin-top:45px !important;}
.m-t-50{margin-top:50px !important;}
.m-t-60{margin-top:60px !important;}
.m-b-0{margin-bottom:0 !important;}
.m-b-5{margin-bottom:5px !important;}
.m-b-10{margin-bottom:10px !important;}
.m-b-12{margin-bottom:12px !important;}
.m-b-13{margin-bottom:13px !important;}
.m-b-20{margin-bottom:20px !important;}
.m-b-25{margin-bottom:25px !important;}
.m-b-30{margin-bottom:30px !important;}
.m-b-35{margin-bottom:35px !important;}
.m-b-40{margin-bottom:40px !important;}
.m-b-45{margin-bottom:45px !important;}
.m-b-50{margin-bottom:50px !important;}
.m-b-55{margin-bottom:55px !important;}
.m-b-60{margin-bottom:60px !important;}
.m-b-80{margin-bottom:80px !important;}
.m-b-100{margin-bottom:100px !important;}
.m-l-20{margin-left: 20px!important;}
.m-l-15{margin-left: 15px!important;}
.m-l-10{margin-left: 10px!important;}
.m-l-5{margin-left: 5px!important;}
.m-l-0{margin-left: 0px!important;}
.m-r-20{margin-right: 20px!important;}
.m-r-15{margin-right: 15px!important;}
.m-r-10{margin-right: 10px!important;}
.m-r-5{margin-right: 5px!important;}
.m-r-0{margin-right: 0px!important;}


.pulsare{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/* links */
.link {

}

a.link-default {
    color:#0088d3;
    text-decoration: none;
}
a.link-default:hover{
    color:#006ca8;
    text-decoration: underline;
}

/* width */
.width-290{max-width:290px;width:290px;}

/* separator */
.s-line-1, .s-line-top-bottom{
    border-top:1px solid #d5d8d8;
    border-bottom:1px solid #e6e9e9;
}
.s-line-2, .s-line-top{
    border-top:1px solid #dadada;
}
.s-line-3{
    border-top:2px solid #000;
}

.s-line-bottom{
    border-bottom:1px solid #dadada;
}
.s-line-4{
    border-bottom: 1px solid #EBEBEB;
}


.s-image-1{
    height: 2px;
    padding: 10px 0;
    background-image: url("../png/no-repeat.png");
    background-repeat: no-repeat;
    background-position: center -646px;
}
.separated-text{
    background-image: url("../png/s-image-1.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.separated-text .inner{
    display: inline-block;
    text-align:center;
    color:#909090;
    font-size:12px;
    text-transform: uppercase;
    padding:3px 7px;
    background-color:#eff3f3;
}
.s-image-2{
    height: 24px;
    background-image: url("../png/no-repeat.png");
    background-repeat: no-repeat;
    background-position: center -676px;
}
/* loading */
[class*="loading"] {
    background-position: center center;background-repeat: no-repeat;
}
.loading{
    background-image:url(../gif/loading.gif);
   	opacity:0.2;
	filter: alpha(opacity=20);
}
.cover-loading{
    position:absolute;
    height:100%;width:100%;
    background-color:#eff3f3;
    background-image:url(../gif/loading.gif);
   	opacity:0.9;filter: alpha(opacity=90);
    top:0;
    z-index:100;
}
.bc-loading{
    position:relative;
    min-height:180px;width:100%;
    background-color:#fff;
    background-image:url(../gif/loading.gif);
    background-position: 50% 50%;
   	opacity:0.9;filter: alpha(opacity=90);
}
.btn-loading{
    background-image:url(../gif/white-loader.gif);
   	opacity:0.3;
	filter: alpha(opacity=30);
    cursor: default;
}
/* opacity */
.o-0{ opacity:0; }
.o-01{ opacity:0.1; }
.o-02{ opacity:0.2; }
.o-03{ opacity:0.3; }
.o-04{ opacity:0.4; }
.o-05{ opacity:0.5; }
.o-06{ opacity:0.6; }
.o-07{ opacity:0.7; }
.o-08{ opacity:0.8; }
.o-09{ opacity:0.9; }
.o-1{ opacity:1; }
/* radius */
.r,.r-6{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.r-3{
     border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.r-4{
     border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.r-5{
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.r-7{
     border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}
.r-8{
     border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.r-10{
     border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* cone */
.cone{
    background-repeat: no-repeat;
    background-position: 0 0;
}
.cone-left-center{background-position: 0 50%;}
.cone-left-bottom{background-position: left bottom;}
.cone.airy{background-image: url("../png/cone-left-top.png");}
.cone.folx{background-image: url("../png/cone-left-top-2.png");}
.cone.fdt{background-image: url("../png/cone-left-top-3.png");}
.cone.sm{background-image: url("../png/cone-left-top-4.png");}
.cone.pb{background-image: url("../png/cone-left-top-5.png");}
.cone.elmedia{background-image: url("../png/cone-left-top-6.png");}
.cone.pdf{background-image: url("../png/cone-left-top-7.png");}
.cone.fo{background-image: url("../png/cone-left-top-8.png");}
.cone.commander{background-image: url("../png/cone-left-top-9.png");}
.cone.typeeto{background-image: url("../cone-left-top.html");}
.cone.uplet{background-image: url("../png/cone-left-top-10.png");}
/* .cone.clm{background-image: url("/imgnew/products/clm/cone-left-top.png");} */
.cone.clm{background-image: url("../png/imgclm3upgrdcorner.png");}
/* border */
[class*="b-1-"] {border-width:1px;border-style: solid;}
.b-1-c7d6da{border-color: #c7d6da;}
.b-1-e7e7e7{border-color: #e7e7e7;}

[class*="b-2-"] {border-width:2px !important; border-style: solid !important;}
.b-2-00c8d1{border-color: #00c8d1;}

.w-100{width: 100%;margin:0 auto;}
.w-150{width: 150px;margin:0 auto;}

/* placeholder */
::-webkit-input-placeholder {
    color:    #adadad!important;
}
:-moz-placeholder {
    color:    #adadad!important;
}
::-moz-placeholder {
    color:    #adadad!important;
}
:-ms-input-placeholder {
    color:    #adadad!important;
}
/*----Media-object----*/
.media-right, .media > .pull-right {
    padding-left: 30px;
    padding-right: 30px;
}
.media-left, .media > .pull-left {
    padding-right: 30px;
}
.fmedia.vertical .media-left,.fmedia.vertical  .media-right,.fmedia.vertical  .media-body{
    display: block;
	padding-right: 0px;
}

/* breadcrumbs */
.breadcrumbs{
    padding-bottom:17px;
   	color:#909090;
    padding-top:28px;
    font-size:13px;
}
.breadcrumbs a{
    color:#909090;
    text-decoration: none;
}
.breadcrumbs a:hover{
    color:#0088d3;
    text-decoration: none;
}

/*---------------404-------*/
.page-not-found{padding-top:50px; padding-bottom:230px; font-size:14px;}
.page-not-found h3{ font-size:20px; color:#8F8F8F}
.page-not-found h1{margin-top:25px}
.page-not-found p{padding:25px 0 15px 0}

/* no styles */
[class*="no-border"]{
    border:none;
}
[class*="no-radius"]{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
[class*="no-shadow"]{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
[class*="no-bkg"] {
    background: none !important;
}
[class*="no-bkg-image"] {
    background-image: none;
}
.flex-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.flex-container.flex-direction-column{
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}
.flex-container.flex-direction-row{
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
}
.flex-container.align-items-center{
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.flex-container.align-items-stretch{
    -webkit-box-align: stretch;-ms-flex-align: stretch;align-items:stretch;
}
.flex-container.align-items-start{
    -webkit-box-align: start;-ms-flex-align:  start;align-items:flex-start;
}
.flex-container.space-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex-container.space-arround{
    -ms-flex-pack: distribute;
        justify-content: space-around;
}


.flex-container-wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.flex-container-wrap > .flex-container-wrap-item {
    -webkit-box-flex:1;
        -ms-flex:1 1 290px;
            flex:1 1 290px;
}

.bg-cover {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

ul.squared-green-list {
    margin: 0 0 34px 36px;
    padding: 0;
    list-style: none outside none;
}

ul.squared-green-list li:before {
    list-style: none outside none;
    color: #00ae40;
    font-size: 24px;
    content: "\25A0";
    margin-left: -25px;
    padding-right: 10px;
}

ul.rounded-list {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px;
}

.font-size-tiny{font-size:14px;line-height:20px;}
.font-size-little{font-size:15px;line-height:18px;}
.font-size-small{font-size:16px;line-height:1.5em;}
.font-size-middle{font-size:18px;line-height:1.56;}
.font-size-middle-20{font-size:20px;line-height: 32px;}
.font-size-big{font-size:24px;line-height:1.42em;}
.font-size-large{font-size:26px;line-height:30px;}
.font-size-huge{font-size:42px;line-height:1.2em;}
.font-size-xxl{font-size:46px;line-height:1.6em;}
.font-size-20-16{font-size:20px;line-height:1.6em;}

.borderless td, .borderless th {
    border: none;
}
.table.no-border tr td, .table.no-border tr th {
  border-width: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1), only screen and (-webkit-min-device-pixel-ratio: 2) {
    /*.flex{width:100%;display:block;}*/
    /*.section-features.of-3-cols .items .item{min-height:100px;}*/
}


/*
 * Pulse animation
*/

.pulse {
	-webkit-animation: pulse 1s linear infinite;
	-moz-animation: pulse 1s linear infinite;
	-ms-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}

@keyframes pulse {
 0% {
    -webkit-transform: scale(1.1);
   	-moz-transform: scale(1.1);
   	-o-transform: scale(1.1);
   	-ms-transform: scale(1.1);
   	transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
   	-moz-transform: scale(0.8);
   	-o-transform: scale(0.8);
   	-ms-transform: scale(0.8);
   	transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
 }

}

@-moz-keyframes pulse {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes pulse {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}

@-ms-keyframes pulse {
 0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -ms-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
}

.grecaptcha-badge{z-index:-9999; opacity: 0.5}

/*----ARAB-----*/
html[lang="ar"] body{direction:rtl;}

/*----ARAB-----*/

@media (min-width: 1200px) {
	.text-lg-center{ text-align:center}
    .text-lg-left{ text-align:left}
    .hidden-image-lg{background-image: none!important;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*
    .fivecolumns .span2 {
        width: 18.5%!important;
        *width: 17.6%!important;
    }*/
    .wrap-adw-new{
        background-position-x: 140% !important;
    }
    .hidden-image-lg{background-image: none!important;}
	.text-lg-center{ text-align:center}
    .text-lg-left{ text-align:left}
    .text-md-left{ text-align:left}
    .text-lg-md-center{ text-align:center}
    .text-lg-md-left{text-align:left;}
    .text-lg-md-right{text-align:right;}
    .border-md-none{border: none!important;}
 
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-explode.twoline {padding-bottom: 20px;padding-top: 17px;}
    .hidden-image-md{background-image: none!important;}
    .width-md-max{width:100%}
	.text-md-center{ text-align:center}
    .text-md-left{ text-align:left}
    .text-md-sm-center{text-align:center;}
    .text-md-sm-left{text-align:left;}
    .text-md-sm-right{text-align:right;}
    .md-noimage{background: none!important;}
    .block-md-center{margin:0 auto;}
    .border-md-none{border: none!important;}
    .margin-md-none{margin:0!important;}
    .btn-group-md-center{
        margin:0 auto;
    }
    .btn-group-md-center .button:first-child{
        margin-left: 15px;
    }
	.nav-justified {
    	padding: 0px;
	}
  
}
@media (min-width: 992px) {
    .d-flex .col-md-6 {
        width: 49.9%;  /* for safari */
    }
    .img-lg-responsive{
        display: block;
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 768px) {
    .d-flex .col-sm-6 {
        width: 49.9%;  /* for safari */
    }
    .visible-sm-image{
        display: none !important; 
    }
}

@media (max-width:  991px) {
    .bkg-color-docast-gr::before{
        display: none;
    }
    .bkg-color-xs-D9E5E8{
        background: #D9E5E8;
    }
    .products-helpwire .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .no-background-image-md{background-image:none !important}
    .text-md-center{ text-align:center}
    .text-md-center .img-responsive{
		margin-left:auto;
		margin-right:auto;
	}
    .text-md-center [class^="box-"], .text-md-center [class*=" box-"]{ margin-left:auto; margin-right: auto;}
	.btn-md-block {
		display: block;
	    width: 100%;
	}
	.nav-justified {
    	padding: 0px;
	}
    .vtop.vtop--margin {
        margin-top: 0;
    }
    .d-flex {
        display: block;
    }
    .btn-rounded,
    .btn-group>.btn.btn-rounded{
        font-size: 16px;
        line-height: 24px;
        padding-top: 8px;
        padding-bottom: 9px;
        max-width: 269px;
        min-width: 269px;
        margin: 0 auto;
    }
}

@media (min-width: 480px) and (max-width: 767px) {


    .hidden-image-md{background-image: none!important;}
	.text-sm-center{ text-align:center}
    .text-sm-center [class^="box-"],
	.text-sm-center [class*=" box-"],
	.text-sm-center .img-responsive{
		margin-left:auto;
		margin-right:auto;
	}


    .btn-group-left.text-sm-center .button:first-child{
        margin-left: 15px;
    }


    .btn-group-left.text-sm-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
    }


    .btn-group{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
    }


	.btn-sm-block {
		display: block;
	    width: 100%;
	}
	.nav-justified {
    	padding: 0px;
	}

    .visible-sm-image{
        display: block !important;
    }
    .hidden-sm-image{
        display: none !important;
    }
    
}
@media (min-width: 481px) {
    .visible-xs-image{
        display: none !important;
    }
}
@media (max-width: 767px) {
    .font-size-middle-20 {
        font-size: 16px;
        line-height: 24px;
    }
    .m-xs-0{margin: 0 !important;}
    .f-s-30, .font-size-30 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
	.fmedia.xs-horizontal .media-left, .fmedia.xs-horizontal .media-right, .fmedia.xs-horizontal .media-body{
		display: table-cell;
	}
	.fmedia.xs-horizontal .media-left{
		padding-right: 20px;
	}

	.fmedia.vertical .media-left, .fmedia.vertical .media-right, .fmedia.vertical .media-body{
		display: table-cell;
	}
	.fmedia.vertical .media-left{
		padding-right: 20px;
	}
	
	.xs-img-responsive{
		max-width: 100%;
		height: auto;
	}
    .btn-danger-new{
        width: 100%;
        justify-content: center;
    }
    .btn-try-now{
        font-size: 20px;
        line-height: 30px;
    }
    .btn-explode.twoline {padding-bottom: 20px;padding-top: 8px;}
    .fivecolumns .span2 {float: none;width:100%;}
    .fivecolumns .span2.col-xs-6{float: left;width:50%;}
    .col-xs-reset{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .visible-image-sm{background-image: inherit;}
    .btn-group .btn-social {margin-bottom:15px;}
    .width-sm-max{width:100%;}
	.text-sm-center{ text-align:center}
    .text-sm-center [class^="box-"],
	.text-sm-center [class*=" box-"],
	.text-sm-center .img-responsive{
		margin-left:auto;
		margin-right:auto;
	}

    .btn-group-left.text-sm-center .button:first-child{
        margin-left: 15px;
    }

    .btn-group-left.text-sm-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
    }

    .text-sm-left{ text-align:left}
    .text-sm-right{ text-align:right}
    .text-sm-xs-center{text-align:center;}
    .text-sm-xs-left{text-align:left;}
    .sm-noimage{background: none!important;}
    .block-sm-center{margin:0 auto;float:none;}
    .btn-group-sm-center{
        margin:0 auto;
    }
    .btn-group{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
    }
    .btn-group-sm-center .button:first-child{
        margin-left: 15px;
    }
    .border-sm-none{border: none!important;}
	h1, .h1{ font-size:32px}
	h2, .h2{ font-size:28px;line-height: 36px;}
	.display-sm-block{ display:block; width:100%; margin:0 auto}
    .sm-inline{ display: inline-block;}
    .margin-sm-center{margin:0 auto;}
    .margin-sm-none{margin:0!important;}

	.btn-xs-block {
		display: block;
	    width: 100%;
	}

	.play{
		margin-left: -15px;
	}
	
	.nav-justified {
    	padding: 0px;
	}


    .panel-default.cone{background-image: none!important;}
	
	
	.p-t-60, .padding-top-60 {
    	padding-top: 30px !important;
	}
    .btn-group-left {
        justify-content: center;
    }
    .img-sm-responsive{
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #header .nav li.link-sales.desktop-visible{
        display: none;
    }

    .bkg-splash-main-hw::before{
        border-radius: 654.651px;
        background: rgba(39, 193, 182, 0.40);
        filter: blur(87.99075317382812px);
        width: 654.651px;
        height: 381px;
        top: -192px;
    }
}
@media (max-width: 480px) {
    
    /*---------tabs----*/
    .tab-content > .tab-pane.visible-xs {
        display: block;
        visibility: visible;
    }
	.text-xs-center{ text-align:center}
    .text-xs-left{ text-align:left}
    .text-xs-right{ text-align:right}
    .block-xs-center{margin:0 auto;}
    .btn-group-xs-center{
        margin:0 auto;
    }
    .btn-group-xs-center .button:first-child{
        margin-left: 15px;
    }

	.btn-group{width: 100%;}
    .btn-group .button{text-align: center;}
    .btn-group .button, .btn-lg.btn-primary, .btn-lg.btn-danger,.btn-group .btn-lg.btn-default, .btn-gplay{width: 100%; display: block;}

    .margin-xs-center{margin:0 auto;}
    .hidden-xs-bkg{background-image: none!important;}
    .visible-xs-image{
        display: block !important;
    }

	h1, .h1{ font-size:31px!important;line-height: 1.4em!important;}
	h2, .h2,.title-main{font-size: 26px!important;line-height: 1.4em!important;}
    h3, .h3,.title-content{font-size:20px;line-height: 1.4em;}

    .font-size-large{font-size:20px;line-height: 1.4em;}
    .font-size-small{font-size:16px;line-height:1.5em;}
    .font-size-big{font-size:18px;line-height:26px;}

/*
    .font-size-tiny{font-size:14px;line-height:20px;}
    .font-size-little{font-size:15px;line-height:18px;}
    .font-size-small{font-size:16px;line-height:1.5em;}
    .font-size-middle{font-size:18px;line-height:26px;}
    .font-size-big{font-size:24px;line-height:1.42em;}
    .font-size-large{font-size:26px;line-height:30px;}
    .font-size-huge{font-size:42px;line-height:1.2em;}
    .font-size-xxl{font-size:46px;line-height:1.6em;}
*/

	.display-xs-block{ display:block; width:100%; margin:0 auto}
    .visible-sm-image{
        display: none !important;
    }
    .hidden-sm-image{
        display: block !important;
        max-width: 100%;
        height: auto;
        width: 100%;
    }
	table.table-compare-2 th {
    	font-size: 12px;
	}
	table.table-compare-2 th {
    	font-size: 12px;
	}
	table.table-compare-2 > tbody > tr > td {
    	font-size: 14px;
	}
	.p-b-80 {
    	padding-bottom: 40px !important;
	}
    .p-t-80 {
        padding-top: 40px !important;
    }
    /*------------breadcrumbs------*/
    .breadcrumbs {
        padding-bottom: 30px;
    }
    /*---------------404-------*/
    .page-not-found{padding-top:25px; padding-bottom:45px; }
    .page-not-found h1{margin-top:20px; font-size:26px; line-height:1.3}
    .page-not-found p{padding:20px 0px 15px 0px}
    .btn-explode, .btn-group .explode{min-width:172px;}

}
@media (max-width: 374px) {
    .btn-group>.btn.btn-rounded{
        min-width: 100%;
    }
}

@media (max-width: 320px) {
	.text-xs-center{ text-align:center}
    .xs-inline{ display: inline-block;}
	.display-xs-block{ display:block; width:100%; margin:0 auto}
    .text-xxs-center{text-align:center;}
    .text-xxs-left{text-align:left;}
}
/* retina   */

  @media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) {

	a.arrow-blue-link:after{ background-image: url(../png/arrowblueimage%402x.png); }
	a.arrow-blue-link:hover:after{background-image: url(../png/arrowbluehoverimage%402x.png);}

    .icon-avatars.box-36x36.avatar29{background-image: url("../png/avatar29x36%402x.png");}
    .icon-avatars.box-36x36.avatar30{background-image: url("../png/avatar30x36%402x.png");}
    .icon-avatars.box-36x36.avatar50{background-image: url("../png/avatar50x36%402x.png");}
    .icon-avatars.box-36x36.avatar57{background-image: url("../png/avatar57x36%402x.png");}
    .icon-avatars.box-72x72.avatarDefault,
    .icon-avatars.box-72x72.f1,
    .icon-avatars.box-72x72.f2,
    .icon-avatars.box-72x72.f3,
    .icon-avatars.box-72x72.f4,
    .icon-avatars.box-72x72.f5,
    .icon-avatars.box-72x72.f6,
    .icon-avatars.box-72x72.f7,
    .icon-avatars.box-72x72.f8{background-image: url("../jpg/avatardefault%402x.jpg");}
    .icon-avatars.box-72x72.avatar1{background-image: url("../jpg/avatar1%402x.jpg");}
    .icon-avatars.box-72x72.avatar2{background-image: url("../jpg/avatar2%402x.jpg");}
    .icon-avatars.box-72x72.avatar3{background-image: url("../jpg/avatar3%402x.jpg");}
    .icon-avatars.box-72x72.avatar4{background-image: url("../jpg/avatar4%402x.jpg");}
    .icon-avatars.box-72x72.avatar5{background-image: url("../jpg/avatar5%402x.jpg");}
    .icon-avatars.box-72x72.avatar6{background-image: url("../jpg/avatar6%402x.jpg");}
    .icon-avatars.box-72x72.avatar7{background-image: url("../jpg/avatar7%402x.jpg");}
    .icon-avatars.box-72x72.avatar8{background-image: url("../jpg/avatar8%402x.jpg");}
    .icon-avatars.box-72x72.avatar9{background-image: url("../jpg/avatar9%402x.jpg");}
    .icon-avatars.box-72x72.avatar10{background-image: url("../jpg/avatar10%402x.jpg");}
    .icon-avatars.box-72x72.avatar11{background-image: url("../jpg/avatar11%402x.jpg");}
    .icon-avatars.box-72x72.avatar12{background-image: url("../jpg/avatar12%402x.jpg");}
    .icon-avatars.box-72x72.avatar13{background-image: url("../jpg/avatar13%402x.jpg");}
    .icon-avatars.box-72x72.avatar14{background-image: url("../jpg/avatar14%402x.jpg");}
    .icon-avatars.box-72x72.avatar15{background-image: url("../jpg/avatar15%402x.jpg");}
    .icon-avatars.box-72x72.avatar16{background-image: url("../jpg/avatar16%402x.jpg");}
    .icon-avatars.box-72x72.avatar17{background-image: url("../jpg/avatar17%402x.jpg");}
    .icon-avatars.box-72x72.avatar18{background-image: url("../jpg/avatar18%402x.jpg");}
    .icon-avatars.box-72x72.avatar19{background-image: url("../jpg/avatar19%402x.jpg");}
    .icon-avatars.box-72x72.avatar20{background-image: url("../jpg/avatar20%402x.jpg");}
    .icon-avatars.box-72x72.avatar21{background-image: url("../jpg/avatar21%402x.jpg");}
    .icon-avatars.box-72x72.avatar22{background-image: url("../jpg/avatar22%402x.jpg");}
    .icon-avatars.box-72x72.avatar23{background-image: url("../jpg/avatar23%402x.jpg");}
    .icon-avatars.box-72x72.avatar24{background-image: url("../jpg/avatar24%402x.jpg");}
    .icon-avatars.box-72x72.avatar25{background-image: url("../jpg/avatar25%402x.jpg");}
    .icon-avatars.box-72x72.avatar26{background-image: url("../jpg/avatar26%402x.jpg");}
    .icon-avatars.box-72x72.avatar27{background-image: url("../jpg/avatar27%402x.jpg");}
    .icon-avatars.box-72x72.avatar28{background-image: url("../jpg/avatar28%402x.jpg");}
    .icon-avatars.box-72x72.avatar29{background-image: url("../png/avatar29%402x.png");}
    .icon-avatars.box-72x72.avatar30{background-image: url("../png/avatar30%402x.png");}
    .icon-avatars.box-72x72.avatar31{background-image: url("../jpg/avatar31%402x.jpg");}
    .icon-avatars.box-72x72.avatar32{background-image: url("../jpg/avatar32%402x.jpg");}
    .icon-avatars.box-72x72.avatar33{background-image: url("../jpg/avatar33%402x.jpg");}
    .icon-avatars.box-72x72.avatar34{background-image: url("../jpg/avatar34%402x.jpg");}
    .icon-avatars.box-72x72.avatar35{background-image: url("../png/avatar35%402x.png");}
    .icon-avatars.box-72x72.avatar36{background-image: url("../png/avatar36%402x.png");}
    .icon-avatars.box-72x72.avatar37{background-image: url("../jpg/avatar37%402x.jpg");}
    .icon-avatars.box-72x72.avatar38{background-image: url("../jpg/avatar38%402x.jpg");}
    .icon-avatars.box-72x72.avatar39{background-image: url("../jpg/avatar39%402x.jpg");}
    .icon-avatars.box-72x72.avatar40{background-image: url("../jpg/avatar40%402x.jpg");}
    .icon-avatars.box-72x72.avatar41{background-image: url("../jpg/avatar41%402x.jpg");}
    .icon-avatars.box-72x72.avatar42{background-image: url("../jpg/avatar42%402x.jpg");}
    .icon-avatars.box-72x72.avatar43{background-image: url("../jpg/avatar43%402x.jpg");}
    .icon-avatars.box-72x72.avatar44{background-image: url("../jpg/avatar44%402x.jpg");}
    .icon-avatars.box-72x72.avatar45{background-image: url("../jpg/avatar45%402x.jpg");}
    .icon-avatars.box-72x72.avatar46{background-image: url("../jpg/avatar46%402x.jpg");}
    .icon-avatars.box-72x72.avatar47{background-image: url("../jpg/avatar47%402x.jpg");}
    .icon-avatars.box-72x72.avatar48{background-image: url("../jpg/avatar48%402x.jpg");}
    .icon-avatars.box-72x72.avatar49{background-image: url("../jpg/avatar49%402x.jpg");}
    .icon-avatars.box-72x72.avatar50{background-image: url("../png/avatar50%402x.png");}
    .icon-avatars.box-72x72.avatar51{background-image: url("../jpg/avatar51%402x.jpg");}
    .icon-avatars.box-72x72.avatar52{background-image: url("../jpg/avatar52%402x.jpg");}
    .icon-avatars.box-72x72.avatar53{background-image: url("../jpg/avatar53%402x.jpg");}
    .icon-avatars.box-72x72.avatar54{background-image: url("../jpg/avatar54%402x.jpg");}
    .icon-avatars.box-72x72.avatar55{background-image: url("../jpg/avatar55%402x.jpg");}
    .icon-avatars.box-72x72.avatar56{background-image: url("../jpg/avatar56%402x.jpg");}

	[class^="icon-32"], [class*=" icon-32"], .box-32x32 {
        background-size:32px 32px;
        -webkit-background-size:32px 32px;
        -moz-background-size:32px 32px;
		 background-position:0 0 !important;
	}
	.box-30x30 {
        background-size:30px 30px;
        -webkit-background-size:30px 30px;
        -moz-background-size:30px 30px;
		 background-position:0 0 !important;
	}
    .box-40x40 {
        background-size:40px 40px;
        -webkit-background-size:40px 40px;
        -moz-background-size:40px 40px;
		 background-position:0 0 !important;
	}
    .box-20x20 {
        background-size:20px 20px;
        -webkit-background-size:20px 20px;
        -moz-background-size:20px 20px;
		 background-position:0 0 !important;
	}	
    .box-24x24 {
        background-size:24px 24px;
        -webkit-background-size:24px 24px;
        -moz-background-size:24px 24px;
		 background-position:0 0 !important;
	}
    .box-28x28 {
        background-size:28px 28px;
        -webkit-background-size:28px 28px;
        -moz-background-size:28px 28px;
		 background-position:0 0 !important;
	}
	.box-34x34 {
        background-size:34px 34px;
        -webkit-background-size:34px 34px;
        -moz-background-size:34px 34px;
		 background-position:0 0 !important;
	}

	.box-36x36 {
        background-size:36px 36px;
        -webkit-background-size:36px 36px;
        -moz-background-size:36px 36px;
		 background-position:0 0 !important;
	}
	.box-42x42 {
        background-size:42px 42px;
        -webkit-background-size:42px 42px;
        -moz-background-size:42px 42px;
		 background-position:0 0 !important;
	}
	.box-48x48 {
        background-size:48px 48px;
        -webkit-background-size:48px 48px;
        -moz-background-size:48px 48px;
		 background-position:0 0 !important;
	}
    .box-56x56 {
        background-size:56px 56px;
        -webkit-background-size:56px 56px;
        -moz-background-size:56px 56px;
		 background-position:0 0 !important;
	}
    .box-58x58 {
        background-size:58px 58px;
        -webkit-background-size:58px 58px;
        -moz-background-size:58px 58px;
		 background-position:0 0 !important;
	}
   	.box-60x56{
        background-size:60px 56px;
        -webkit-background-size:60px 56px;
        -moz-background-size:60px 56px;
         background-position:0 0 !important;
    }
   	.box-60x60{
        background-size:60px 60px;
        -webkit-background-size:60px 60px;
        -moz-background-size:60px 60px;
         background-position:0 0 !important;
    }
	[class^="icon-50"], [class*=" icon-50"],.box-50x50 {
        background-size:50px 50px;
        -webkit-background-size:50px 50px;
        -moz-background-size:50px 50px;
         background-position:0 0 !important;
	}

	[class^="icon-64"], [class*=" icon-64"], .box-64x64 {
        background-size:64px 64px;
        -webkit-background-size:64px 64px;
        -moz-background-size:64px 64px;
         background-position:0 0 !important;
	}
	.box-80x80 {
        background-size:80px 80px;
        -webkit-background-size:80px 80px;
        -moz-background-size:80px 80px;
         background-position:0 0 !important;
	}
	.box-74x34{
        background-size:74px 34px;
        -webkit-background-size:74px 34px;
        -moz-background-size:74px 34px;
         background-position:0 0 !important;
    }
	.box-74x74{
        background-size:74px 74px;
        -webkit-background-size:74px 74px;
        -moz-background-size:74px 74px;
         background-position:0 0 !important;
    }
   	.box-54x54{
        background-size:54px 54px;
        -webkit-background-size:54px 54px;
        -moz-background-size:54px 54px;
         background-position:0 0 !important;
    }
   	.box-72x72{
        background-size:72px 72px;
        -webkit-background-size:72px 72px;
        -moz-background-size:72px 72px;
         background-position:0 0 !important;
    }
	.box-82x48{
        background-size:82px 48px;
        -webkit-background-size:82px 48px;
        -moz-background-size:82px 48px;
         background-position:0 0 !important;
    }
	[class^="icon-128"], [class*=" icon-128"],.box-128x128 {
        background-size:128px 128px;
        -webkit-background-size:128px 128px;
        -moz-background-size:128px 128px;
         background-position:0 0 !important;
	}
	.box-94x94{
        background-size:94px 94px;
        -webkit-background-size:94px 94px;
        -moz-background-size:94px 94px;
         background-position:0 0 !important;
    }
	.box-99x95{
        background-size:99px 95px;
        -webkit-background-size:99px 95px;
        -moz-background-size:99px 95px;
         background-position:0 0 !important;
    }
	.box-100x100{
        background-size:100px 100px;
        -webkit-background-size:100px 100px;
        -moz-background-size:100px 100px;
         background-position:0 0 !important;
    }
    .box-108x72{
        background-size:108px 72px;
        -webkit-background-size:108px 72px;
        -moz-background-size:108px 72px;
         background-position:0 0 !important;
    }
	.box-112x112{
        background-size:112px 112px;
        -webkit-background-size:112px 112px;
        -moz-background-size:112px 112px;
         background-position:0 0 !important;
    }
    .box-116x125{
          background-size:116px 125px;
          -webkit-background-size:116px 125px;
          -moz-background-size:116px 125px;
          background-position:0 0 !important;
    }
    .box-116x64{
          background-size:116px 64px;
          -webkit-background-size:116px 64px;
          -moz-background-size:116px 64px;
          background-position:0 0 !important;
    }
    .box-120x120{
        background-size:120px 120px;
        -webkit-background-size:120px 120px;
        -moz-background-size:120px 120px;
         background-position:0 0 !important;
    }
	.box-120x100{
        background-size:120px 100px;
        -webkit-background-size:120px 100px;
        -moz-background-size:120px 100px;
         background-position:0 0 !important;
    }
   	.box-130x66{
        background-size:130px 66px;
        -webkit-background-size:130px 66px;
        -moz-background-size:130px 66px;
         background-position:0 0 !important;
    }
	.box-130x130{
        background-size:130px 130px;
        -webkit-background-size:130px 130px;
        -moz-background-size:130px 130px;
         background-position:0 0 !important;
    }
	.box-146x32{
		background-size:146px 32px;
		-webkit-background-size:146px 32px;
		-moz-background-size:146px 32px;
		background-position:0 0 !important;
	}
	.box-146x72{
		background-size:146px 72px;
		-webkit-background-size:146px 72px;
		-moz-background-size:146px 72px;
		background-position:0 0 !important;
	}
    .box-150x90{
        background-size:150px 90px;
        -webkit-background-size:150px 90px;
        -moz-background-size:150px 90px;
         background-position:0 0 !important;
    }
	.box-160x160{
        background-size:160px 160px;
        -webkit-background-size:160px 160px;
        -moz-background-size:160px 160px;
         background-position:0 0 !important;
    }
	.box-212x112{
        background-size:212px 112px;
        -webkit-background-size:212px 112px;
        -moz-background-size:212px 112px;
         background-position:0 0 !important;
    }
   	.box-212x140{
        background-size:212px 140px;
        -webkit-background-size:212px 140px;
        -moz-background-size:212px 140px;
         background-position:0 0 !important;
    }

	.box-121x121{
        background-size:121px 121px;
        -webkit-background-size:121px 121px;
        -moz-background-size:121px 121px;
         background-position:0 0 !important;
    }

	.box-148x148{
        background-size:148px 148px;
        -webkit-background-size:148px 148px;
        -moz-background-size:148px 148px;
         background-position:0 0 !important;
    }
	.box-156x156{
        background-size:156px 156px;
        -webkit-background-size:156px 156px;
        -moz-background-size:156px 156px;
         background-position:0 0 !important;
	}
	.box-168x168{
        background-size:168px 168px;
        -webkit-background-size:168px 168px;
        -moz-background-size:168px 168px;
         background-position:0 0 !important;
    }

	.box-240x160{
        background-size:240px 160px;
        -webkit-background-size:240px 160px;
        -moz-background-size:240px 160px;
         background-position:0 0 !important;
    }
   	.box-275x140{
        background-size:275px 140px;
        -webkit-background-size:275px 140px;
        -moz-background-size:275px 140px;
         background-position:0 0 !important;
    }
   	.box-290x182{
        background-size:290px 182px;
        -webkit-background-size:290px 182px;
        -moz-background-size:290px 182px;
         background-position:0 0 !important;
    }
    .box-290x172{
        background-size:290px 172px;
        -webkit-background-size:290px 172px;
        -moz-background-size:290px 172px;
         background-position:0 0 !important;
    }
   	.box-287x178{
        background-size:287px 178px;
        -webkit-background-size:287px 178px;
        -moz-background-size:287px 178px;
         background-position:0 0 !important;
    }
	.icon-32-airy{background-image: url("../png/airy%4064.png");}
	.icon-32-folx{background-image: url("../png/folx%4064.png");}
	.icon-32-fdt{background-image: url("../png/fdt%4064.png");}
	.icon-32-fo{background-image: url("../png/fo%4064.png");}
	.icon-32-pb{background-image: url("../png/photobulk%4064.png");}
	.icon-32-sm{background-image: url("../png/sm%4064.png");}
	.icon-32-elmedia{background-image: url("../png/elmedia%4064.png");}
	.icon-32-pdf{background-image: url("../png/pdf%4064.png")}
	.icon-32-clm{background-image: url("../png/clm%4064.png")}
	.icon-32-usb{background-image: url("../png/usb%4064.png");}
	.icon-32-photobulk{background-image: url("../png/photobulk%4064.png");}

	.icon-50-airy{background-image: url("../png/airy%40100.png"); }
	.icon-50-folx{background-image: url("../png/folx%40100.png");}
	.icon-50-fdt{background-image: url("../png/fdt%40100.png");}
	.icon-50-fo{background-image: url("../png/fo%40100.png");}
	.icon-50-pb{background-image: url("../png/photobulk%40100.png");}
	.icon-50-sm{background-image: url("../png/sm%40100.png");}
	.icon-50-elmedia{background-image: url("../png/elmedia%40100.png");}
	.icon-50-pdf{background-image: url("../png/pdf%40100.png");}
    .icon-50-typeeto{background-image: url("../png/typeeto%40100.png");}
	.icon-50-clm{background-image: url("../png/clm%4050%402x.png");}
	.icon-50-usb{background-image: url("../png/usb%40100.png");}
	.icon-50-photobulk{background-image: url("../png/photobulk%40100.png");}
    .icon-50-vspd{background-image: url("../png/vspd%40100.png");}
    .icon-50-spm{background-image: url("../png/spm%40100.png");}

	.icon-64-airy{background-image: url("../png/airy%40128.png");}
	.icon-64-folx{background-image: url("../png/folx%40128.png");}
	.icon-64-fdt{background-image: url("../png/fdt%40128.png");}
	.icon-64-fo{background-image: url("../png/fo%40128.png");}
	.icon-64-pb{background-image: url("../png/photobulk%40128.png");}
	.icon-64-sm{background-image: url("../png/sm%40128.png");}
	.icon-64-elmedia{background-image: url("../png/elmedia%40128.png");}
	.icon-64-pdf{background-image: url("../png/pdf%40128.png");}
	.icon-64-usb{background-image: url("../png/usb%40128.png");}
	.icon-64-photobulk{background-image: url("../png/photobulk%40128.png");}


	.icon-128-airy{background-image: url("../png/airy%40256.png");}
	.icon-128-folx{background-image: url("../png/folx%40256.png");}
	.icon-128-fdt{background-image: url("../png/fdt%40256.png");}
	.icon-128-fo{background-image: url("../png/fo%40256.png");}
	.icon-128-pb{background-image: url("../png/photobulk%40256.png");}
	.icon-128-sm{background-image: url("../png/sm%40256.png");}
	.icon-128-elmedia{background-image: url("../png/elmedia%40256.png");}
	.icon-128-pdf{background-image: url("../png/pdf%40256.png");}
	.icon-128-usb{background-image: url("../png/usb%40256.png");}
	.icon-128-photobulk{background-image: url("../png/photobulk%40256.png");}


    .icon-social-facebook{
        background-image: url("../png/facebook%402x.png");
        background-position: 0 0px;
        background-size:58px 20px;
        -webkit-background-size:58px 20px;
        -moz-background-size:58px 20px;
    }
    .icon-social-tweeter{
        background-image: url("../png/twitter%402x.png");
        background-position: 0 0px;
        background-size:60px 20px;
        -webkit-background-size:56px 20px;
        -moz-background-size:56px 20px;
    }
    .icon-social-google{
        background-image: url("../png/google%402x.png");
        background-position: 0 0px;
        background-size:60px 20px;
        -webkit-background-size:60px 20px;
        -moz-background-size:60px 20px;
    }
    .icon-social-youtube{
        background-image: url("../png/youtube%402x.png");
        background-position: 0 0px;
        background-size:80px 20px;
        -webkit-background-size:80px 20px;
        -moz-background-size:80px 20px;
    }
    .icon-social-linkedin{
        background-image: url("../png/linkedin%402x.png");
        background-position: 0 0px;
        background-size:62px 20px;
        -webkit-background-size:62px 20px;
        -moz-background-size:62px 20px;
    }
    .box-32x32.twitter{background-image: url("../png/socialtwittericon%402x.png");}
    .box-32x32.facebook{background-image: url("../png/socialfacebookicon%402x.png");}
    .play {
        background-image: url("../png/play%402x.png");
        background-size:92px 92px;
        -webkit-background-size:92px 92px;
        -moz-background-size:92px 92px;
    }
    .play:hover {
        background-image: url("../png/play_hover%402x.png");
        background-size:92px 92px;
        -webkit-background-size:92px 92px;
        -moz-background-size:92px 92px;
    }
	.cone.airy {
	    background-image: url("../png/cone-left-top%402x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;
	}
	.cone.folx{
		background-image: url("../png/cone-left-top%402x-2.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.fdt{
		background-image: url("../png/cone-left-top%402x-3.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.sm{
		background-image: url("../png/cone-left-top%402x-4.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.pb{
		background-image: url("../png/cone-left-top%402x-5.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.elmedia{
		background-image: url("../png/cone-left-top%402x-6.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.pdf{
		background-image: url("../png/cone-left-top%402x-7.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.fo{
		background-image: url("../png/cone-left-top%402x-8.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;
	}
	.cone.commander{
		background-image: url("../png/cone-left-top%402x-9.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;
}
	.cone.typeeto{
		background-image: url("../cone-left-top.html");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;
	}
	.cone.uplet{
		background-image: url("../png/cone-left-top%402x-10.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;
	}
	.cone.clm{
		background-image: url("../png/imgclm3upgrdcorner%402x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;
	}
    .products-discount-banner .demarcation-line{
        background-image:url("../img.html");
        background-size:415px 26px;
        -webkit-background-size:415px 26px;
        -moz-background-size:415px 26px;
    }

      .btn-download-for .win {
          background-image: url(../logo_win.html);
      }
      .btn-download-for .mac {
          background-image: url(../logo_apple.html);
      }
}
