@charset utf-8;


@font-face {
    font-family:Gotham Pro Regular;
    src: local("Gotham Pro Regular"), url(Gotham/gothaproreg-webfont.woff);
}
@font-face {
    font-family:Gotham Pro Medium;
    src: local("Gotham Pro Medium"), url(Gotham/gothapromed-webfont.woff);
}
@font-face {
    font-family:Gotham Pro Bold;
    src: local("Gotham Pro Bold"), url(Gotham/gothaprobol-webfont.woff);
}
@font-face {
    font-family:ElmeticaNew;
    src: local("ElmeticaNew"), url(ElmeticaNew.ttf);
}

/* html, body, tags */
html, body{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
b, strong {
	font-weight: normal;
}
h1,h2,h3,h4,ul,li,div,a,span,iframe{
    margin: 0;padding: 0;border:none;
}

h3{font-weight:400;} 
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.right-0{right:0px;}
.left-0{left:0px;}
iframe{
   border:none;
   overflow:hidden;
   margin-bottom:-5px;
}
body {
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	color:#2f2f2f;
	font-size:13px;
	background-color:#f5f5f5
}
.cursorType:after{
    display: inline-block;   
    border-left:3px solid #1799f4; 
    content: " ";
    height: 40px;
}
strong{
    font-family: "Helvetica Neue Bold", Arial, Verdana, sans-serif;
    font-weight:600;    
}
.GothamProRegular{
    font-family: "Gotham Pro Regular", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.GothamProMedium{
    font-family: "Gotham Pro Medium", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.GothamProBold{
    font-family: "Gotham Pro Bold", "Helvetica Neue", Arial, Verdana, sans-serif;
}
/* style for tags */
a{outline:none!important;color:#0088d3;text-decoration:none;}
a:hover{text-decoration:underline;color:#006ca8;}
a:active{color:#006ca8;}
*{outline:none;}
p{margin:0;}
input[type=text]{
     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);
    -khtml-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.15); 
}
/* global class */
.vcenter {display: inline-block;float: none;vertical-align: middle;margin-right: -15px;}
.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;
}
/* wrap, container, content */
.wrap {
	width:100%;
}
.container {max-width: 970px;min-width:320px;}
.container.width-670{max-width:670px;}
.container.width-700{max-width:700px;}
.container.width-840{max-width:840px;}
.container.width-910{max-width:910px;}
.bold{font-weight:600;}

.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);
    -khtml-box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}

mark, .mark { background-color: #FFE77B; padding: 0.2em;}
.no-repeat{
    background-image: url("/images/no-repeat.png");
    background-repeat: no-repeat;
    background-position: 0 100px;
}
.wrap-anchor{display: block;width: 100%;}
.hidden {display:none}
.unvisible{opacity:0;filter: alpha(opacity=0);}
.visible {opacity:1;filter: alpha(opacity=100);}

.fixed {
	position:fixed;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.top-0 {
	top:0;
}
.fs-30{font-size:30px}
.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;
}
.row-fluid [class*="span"] {
    display: block;
    float: left;
    margin-right: 1%;
    min-height: 30px;
    width: 100%;
}
[class^="ifont"], [class*=" ifont"] {
    display: inline-block;
    font-family: "ElmeticaNew";
    font-style: normal;
    text-align:left;
    font-weight:300;
    line-height: 18px;
    vertical-align:text-bottom;
}
.ifont.true:before{content:"a";}
.ifont.false:before{content:"f";}
.ifont.planet:before{content:"g";}
.ifont.facebook:before{content:"z";}
.ifont.tweeter:before{content:"x";}
.ifont.google:before{content:"c";}
.ifont.youtube:before{content:"v";}
.ifont.down:before{content:"r";}
.ifont.planet:before{content:"g";}
.ifont.logo:before{content:"q";}
.ifont.name:before{content:"w";}
.ifont.app{
    color: #fff;
}
.ifont.app:before{
    content:"u";
}
.ifont.stars{
    color: #1a9cd4;
    font-size: 20px;
    line-height: 20px;
}
.ifont.star-5:before{content:"sssss";}
.ifont.star-4:before{content:"ssssS";}
.ifont.star-4-half:before{content:"ssssp";}
.ifont.star-3:before{content:"sssSS";}
.ifont.star-3-half:before{content:"ssspS";}
.ifont.star-2:before{content:"ssSSS";}
.ifont.star-2-half:before{content:"sspSS";}
.ifont.star-1:before{content:"sSSSS";}
.ifont.star-1-half:before{content:"spSSS";}

.ifont.arrow-right:before{content:"t";}

[class^="box-"], [class*=" box-"] {display: block;margin: 0 auto;}
.box-32x32{width:32px;height:32px;}
.box-34x34{width:34px;height:34px;}
.box-36x36{width:36px;height:36px;}
.box-46x46{width:46px;height:46px;}
.box-48x48{width:48px;height:48px;}
.box-54x54{width:54px;height:54px;}
.box-36x36{width:36px;height:36px;}
.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-80x80{width:80px;height:80px;}
.box-82x48{width:82px;height:48px;}
.box-94x94{width:94px;height:94px;}
.box-100x100{width:100px;height:100px;}
.box-105x105{width:105px;height:105px;}
.box-112x112{width:112px;height:112px;}
.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-132x132{width:132px;height:132px;}
.box-148x148{width:148px;height:148px;}
.box-160x160{width:160px;height:160px;}
.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-290x182{width:290px;height:182px;}


[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;  
    -khtml-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);
    -khtml-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);  
    vertical-align: middle; 
    border:3px solid #fff;
	background-position:0px 0px !important
}

.icon-avatars.box-36x36.avatar29{background-image: url("/images/avatars/avatar29x36.png");}
.icon-avatars.box-36x36.avatar30{background-image: url("/images/avatars/avatar30x36.png");}
.icon-avatars.box-36x36.avatar50{background-image: url("/images/avatars/avatar50x36.png");}
.icon-avatars.box-36x36.avatar57{background-image: url("/images/avatars/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("/images/avatars/avatarDefault.jpg");}
.icon-avatars.box-72x72.avatar1{background-image: url("/images/avatars/avatar1.jpg");}
.icon-avatars.box-72x72.avatar2{background-image: url("/images/avatars/avatar2.jpg");}
.icon-avatars.box-72x72.avatar3{background-image: url("/images/avatars/avatar3.jpg");}
.icon-avatars.box-72x72.avatar4{background-image: url("/images/avatars/avatar4.jpg");}
.icon-avatars.box-72x72.avatar5{background-image: url("/images/avatars/avatar5.jpg");}
.icon-avatars.box-72x72.avatar6{background-image: url("/images/avatars/avatar6.jpg");}
.icon-avatars.box-72x72.avatar7{background-image: url("/images/avatars/avatar7.jpg");}
.icon-avatars.box-72x72.avatar8{background-image: url("/images/avatars/avatar8.jpg");}
.icon-avatars.box-72x72.avatar9{background-image: url("/images/avatars/avatar9.jpg");}
.icon-avatars.box-72x72.avatar10{background-image: url("/images/avatars/avatar10.jpg");}
.icon-avatars.box-72x72.avatar11{background-image: url("/images/avatars/avatar11.jpg");}
.icon-avatars.box-72x72.avatar12{background-image: url("/images/avatars/avatar12.jpg");}
.icon-avatars.box-72x72.avatar13{background-image: url("/images/avatars/avatar13.jpg");}
.icon-avatars.box-72x72.avatar14{background-image: url("/images/avatars/avatar14.jpg");}
.icon-avatars.box-72x72.avatar15{background-image: url("/images/avatars/avatar15.jpg");}
.icon-avatars.box-72x72.avatar16{background-image: url("/images/avatars/avatar16.jpg");}
.icon-avatars.box-72x72.avatar17{background-image: url("/images/avatars/avatar17.jpg");}
.icon-avatars.box-72x72.avatar18{background-image: url("/images/avatars/avatar18.jpg");}
.icon-avatars.box-72x72.avatar19{background-image: url("/images/avatars/avatar19.jpg");}
.icon-avatars.box-72x72.avatar20{background-image: url("/images/avatars/avatar20.jpg");}
.icon-avatars.box-72x72.avatar21{background-image: url("/images/avatars/avatar21.jpg");}
.icon-avatars.box-72x72.avatar22{background-image: url("/images/avatars/avatar22.jpg");}
.icon-avatars.box-72x72.avatar23{background-image: url("/images/avatars/avatar23.jpg");}
.icon-avatars.box-72x72.avatar24{background-image: url("/images/avatars/avatar24.jpg");}
.icon-avatars.box-72x72.avatar25{background-image: url("/images/avatars/avatar25.jpg");}
.icon-avatars.box-72x72.avatar26{background-image: url("/images/avatars/avatar26.jpg");}
.icon-avatars.box-72x72.avatar27{background-image: url("/images/avatars/avatar27.jpg");}
.icon-avatars.box-72x72.avatar28{background-image: url("/images/avatars/avatar28.jpg");}
.icon-avatars.box-72x72.avatar29{background-image: url("/images/avatars/avatar29.png");}
.icon-avatars.box-72x72.avatar30{background-image: url("/images/avatars/avatar30.png");}
.icon-avatars.box-72x72.avatar31{background-image: url("/images/avatars/avatar31.jpg");}
.icon-avatars.box-72x72.avatar32{background-image: url("/images/avatars/avatar32.jpg");}
.icon-avatars.box-72x72.avatar33{background-image: url("/images/avatars/avatar33.jpg");}
.icon-avatars.box-72x72.avatar34{background-image: url("/images/avatars/avatar34.jpg");}
.icon-avatars.box-72x72.avatar35{background-image: url("/images/avatars/avatar35.png");}
.icon-avatars.box-72x72.avatar36{background-image: url("/images/avatars/avatar36.png");}
.icon-avatars.box-72x72.avatar37{background-image: url("/images/avatars/avatar37.jpg");}
.icon-avatars.box-72x72.avatar38{background-image: url("/images/avatars/avatar38.jpg");}
.icon-avatars.box-72x72.avatar39{background-image: url("/images/avatars/avatar39.jpg");}
.icon-avatars.box-72x72.avatar40{background-image: url("/images/avatars/avatar40.jpg");}
.icon-avatars.box-72x72.avatar41{background-image: url("/images/avatars/avatar41.jpg");}
.icon-avatars.box-72x72.avatar42{background-image: url("/images/avatars/avatar42.jpg");}
.icon-avatars.box-72x72.avatar43{background-image: url("/images/avatars/avatar43.jpg");}
.icon-avatars.box-72x72.avatar44{background-image: url("/images/avatars/avatar44.jpg");}
.icon-avatars.box-72x72.avatar45{background-image: url("/images/avatars/avatar45.jpg");}
.icon-avatars.box-72x72.avatar46{background-image: url("/images/avatars/avatar46.jpg");}
.icon-avatars.box-72x72.avatar47{background-image: url("/images/avatars/avatar47.jpg");}
.icon-avatars.box-72x72.avatar48{background-image: url("/images/avatars/avatar48.jpg");}
.icon-avatars.box-72x72.avatar49{background-image: url("/images/avatars/avatar49.jpg");}
.icon-avatars.box-72x72.avatar50{background-image: url("/images/avatars/avatar50.png");}




[class^="icon-social"], [class*=" icon-social"], [class^="icon-appstore"], [class*=" icon-appstore"]  {
    background-image: url("/images/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;
}

[class^="icon"], [class*=" icon"]{
    background-image: url("/images/no-repeat.png");
    background-position: 0 100px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: 0px;
    vertical-align: text-top;
}


.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-appstore{background-position: -163px -541px; width:124px; height:34px}

/*-------- icons 32 -----*/
.icon-32-airy{background-image: url("/images/products/airy/airy@32.png");}
.icon-32-folx{background-image: url("/images/products/folx/folx@32.png");}
.icon-32-fdt{background-image: url("/images/products/fdt/fdt@32.png");}
.icon-32-fo{background-image: url("/images/products/fo/fo@32.png");}
.icon-32-pb{background-image: url("/images/products/photobulk/photobulk@32.png");}
.icon-32-sm{background-image: url("/images/products/sm/sm@32.png");}
.icon-32-elmedia{background-image: url("/images/products/elmedia/elmedia@32.png");}
.icon-32-pdf{background-image: url("/images/products/pdf/pdf@32.png");}
.icon-32-mac{background-position: 0 -57px;}
.icon-32-win{background-position: -43px -57px;}

/*-------- icons 50 -----*/
.icon-50-airy{background-image: url("/images/products/airy/airy@50.png"); }
.icon-50-folx{background-image: url("/images/products/folx/folx@50.png");}
.icon-50-fdt{background-image: url("/images/products/fdt/fdt@50.png");}
.icon-50-fo{background-image: url("/images/products/fo/fo@50.png");}
.icon-50-pb{background-image: url("/images/products/photobulk/photobulk@50.png");}
.icon-50-sm{background-image: url("/images/products/sm/sm@50.png");}
.icon-50-elmedia{background-image: url("/images/products/elmedia/elmedia@50.png");}
.icon-50-pdf{background-image: url("/images/products/pdf/pdf@50.png");}

/*-------- icons 64 -----*/
.icon-64-airy{background-image: url("/images/products/airy/airy@64.png");}
.icon-64-folx{background-image: url("/images/products/folx/folx@64.png");}
.icon-64-fdt{background-image: url("/images/products/fdt/fdt@64.png");}
.icon-64-fo{background-image: url("/images/products/fo/fo@64.png");}
.icon-64-pb{background-image: url("/images/products/photobulk/photobulk@64.png");}
.icon-64-sm{background-image: url("/images/products/sm/sm@64.png");}
.icon-64-elmedia{background-image: url("/images/products/elmedia/elmedia@64.png");}
.icon-64-pdf{background-image: url("/images/products/pdf/pdf@64.png");}

/*-------- icons 128 -----*/
.icon-128-airy, .box-128x128.airy{background-image: url("/images/products/airy/airy@128.png");}
.icon-128-folx{background-image: url("/images/products/folx/folx@128.png");}
.icon-128-fdt{background-image: url("/images/products/fdt/fdt@128.png");}
.icon-128-fo{background-image: url("/images/products/fo/fo@128.png");}
.icon-128-pb{background-image: url("/images/products/photobulk/photobulk@128.png");}
.icon-128-sm{background-image: url("/images/products/sm/sm@128.png");}
.icon-128-elmedia{background-image: url("/images/products/elmedia/elmedia@128.png");}
.icon-128-pdf{background-image: url("/images/products/pdf/pdf@128.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("/images/play.png");
    background-repeat:no-repeat;
    background-position: 50% 50%;
}
.play:hover{
    background-image: url("/images/play@hover.png");
 }
.play-new {
    background-color:#e13323;
    display: table-row;
    opacity: 0.6; filter: alpha(opacity=60);
    position: absolute;
	width:88px; height:88px;
    left:46.5%;top:32%;left:calc(50% - 44px);top: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);
    -khtml-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    border-radius: 44px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;  
    -khtml-border-radius:44px;
}
.play-new:after{    
    content:"";
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 35px solid #fff;
    width:0; height:0;
    vertical-align: middle; 
    display:block;
    margin:22px auto 0 30px;
 }
.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;
    -khtml-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;
    -khtml-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;
    -khtml-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;
}
/* 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;
    -khtml-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;
    -khtml-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;
    -khtml-border-radius: 5px;*/
}
.btn .glyphicon{font-weight: 300;}
.btn-lg, .btn-group-lg > .btn {
    font-size: 16px;
    color:#ffffff;
    font-family:Gotham Pro Medium;
    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;
    -khtml-border-radius: 6px;
}
.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;
    -khtml-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-sm.btn-app{
    line-height: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-box-shadow: none;
}

.btn .ifont.app{
    font-size:34px;
}
.btn-md{
	font-size:16px;
	line-height:1.5	
}

.btn-md i[class^="icon-32"], .btn-md i[class*=" icon-32"] {
    margin-top: -5px !important;
}
.btn-sm .ifont.app{
    font-size:26px;
    line-height:26px;
}
.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;
}

.btn-group .button{
    display: inline-block;
    margin-left: 15px;
    margin-right:15px;
    text-align: center;
}

.btn-group-left{
    display: table;
    margin: 0;
    text-align: center;
}
.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;
}
.button.nomargin{
    margin-left:0;
    margin-right:0;
}
.btn-success{
    background: #439886;
}
.btn-success:hover, .btn-success:focus, .open > .dropdown-toggle.btn-success {
    background: #429885;
    background: -moz-linear-gradient(top,  #429885 0%, #2e685c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#429885), color-stop(100%,#2e685c));
    background: -webkit-linear-gradient(top,  #429885 0%,#2e685c 100%);
    background: -o-linear-gradient(top,  #429885 0%,#2e685c 100%);
    background: -ms-linear-gradient(top,  #429885 0%,#2e685c 100%);
    background: linear-gradient(to bottom,  #429885 0%,#2e685c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429885', endColorstr='#2e685c',GradientType=0 );    
}
.btn-success:active, .btn-success.active{
    background: #357265;
    background: -moz-linear-gradient(top,  #357265 0%, #479a88 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#357265), color-stop(100%,#479a88));
    background: -webkit-linear-gradient(top,  #357265 0%,#479a88 100%);
    background: -o-linear-gradient(top,  #357265 0%,#479a88 100%);
    background: -ms-linear-gradient(top,  #357265 0%,#479a88 100%);
    background: linear-gradient(to bottom,  #357265 0%,#479a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357265', endColorstr='#479a88',GradientType=0 );
}
.btn-danger{
    background: #e62117;
    border-color:#e62117;
}
.btn-danger:hover, .btn-danger:focus{
    background: #ff4940;
    border-color:#ff4940;
}
.btn-danger:active, .btn-danger.active{
    background: #cc0a00;
    border-color:#cc0a00;
}
.btn-primary{
    border-color: #17a1e6;
    background: #17a1e6;

}
.btn-primary:hover, .btn-primary:focus{
    border-color: #33bbff;
    background: #33bbff;
}
.btn-primary:active, .btn-primary.active{
    background: #0088cc;
    border-color: #0088cc;
}
.btn-default{
    color:#505050;
    border-color:#909090;
    border-width:2px;
    background: transparent;

}
.btn-default:hover, .btn-default:focus{
    color:#707070;
    background: transparent;
    border-color:#707070;
}
.btn-default:active, .btn-default.active{
    color:#505050;
    border-color:#505050;
}
.btn-app{
    background: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
    -khtml-box-shadow:none;
    text-shadow: none;
    border:1px solid #b1b3b6;
}
.btn-app:hover, .btn-app:focus, .open > .dropdown-toggle.btn-app {
    background: #000000;   
}
.btn-app:active, .btn-app.active{
    background: #000000;
}
.btn-sm.btn-primary{
    text-shadow: 0px 1px 0px rgba(0,0,0,0.0);
}

.btn-explode, .btn-group .explode{
    min-width:180px;
    white-space: normal;
    text-align:center;
    height:44px;
    display:block;
    padding: 14px 15px 14px 15px;
    color:#bf1e15;
    border-color: #ffffff;
    background:#ffffff;
    font-weight:500;
    font-family: "Helvetica Neue Medium", Arial, Verdana, sans-serif;
    font-size:16px;
    line-height:16px;
    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);
    -khtml-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);
    -khtml-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-empty{
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background: none;
	color: #0087D2
}
.btn-empty:hover, .btn-empty:focus{
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background: none;
	text-decoration: underline;
	color: #0087D2
}
.btn-empty:active, .btn-empty.active{
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background: none;
	text-decoration: none;
	color: #0087D2;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
}
.btn-winapp{
    background-color: #000000;
	color:#ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
    -khtml-box-shadow:none;
    text-shadow: none;
	border: solid 1px #000000;	
}
.btn-winapp > .icons.winapp{
	background-image: url(/images/icons/win-badge.svg);
	background-position:0 0;
	width:72px;
	height:19px;
	display:inline-block
}
.btn-lg.btn-winapp{
	min-width:172px;
	height:46px;
	/*border-radius:5px;*/
	padding-top:6px;
	padding-bottom:8px;
}
.btn-lg.btn-winapp > .icons.winapp{
	width:108px;
	height:28px;
}
/* font style for default class */
h3.title-main {
    font-size: 20px;
    line-height: 1.4;
}
.title-main{
    font-size:30px;
}
.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);
    -khtml-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);
    -khtml-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;
    -khtml-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;
    -khtml-border-radius: 5px;
	font-size: 16px;
	padding: 5px 10px;
}

/* table compare v.2 */
table.table-compare{
    margin:0 auto 20px auto;    
    width:100%; 
    max-width: 780px;
}

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 th{
    font-size: 16px;
    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%;
}
/* .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;
}

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.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;
    -khtml-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-width: 2px;  
}
table.table-check-list > tbody > tr > td{
    font-size: 18px;
    line-height:28px;
    font-weight:400;
    padding: 9px 19px 15px 19px;
    border-bottom:1px solid #c5c5c5;
    vertical-align: middle;
}
table.table-check-list td.row1{

}
table.table-check-list td.row2{
    padding-left: 0;

}

/* header */
header{
	background-color: transparent;
}
.header{
	position:relative;
}
.header.slider-header{
    background-color: rgba(255,255,255,0.95);
    position: fixed;
    top: -100px;
	left:0px;
    z-index:101;
    width:100%;
	min-height:67px;
	overflow:hidden;
	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);
    -khtml-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.header .navbar{padding-top:1px;min-height: 50px;margin-bottom: 0px; border-radius:0px}
.header .navbar-default{background-color: transparent;border-color: transparent; border-width:0px}
.header .navbar-default .navbar-brand {
    padding:0;
	height:auto;
	margin-top:22px;
}
.icon-airy.box-32x32{
	background-position:0px 0px;	
}
.header .navbar-default .navbar-brand span{
	display: inline-block	
}

.header .navbar-default .navbar-header .title{
	color: #DD1B1B;
    /*font-family: "Open Sans","Helvetica",Arial,Verdana,sans-serif;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;

}

.header .navbar .nav.navbar-nav.navbar-right{
	margin-top:9px;

}
.header .navbar.toogle-menu{
    background-color:#1a1520;
    box-shadow:0 1px 49px rgba(0,0,0, 0.75);
    -moz-box-shadow:0 1px 49px rgba(0,0,0, 0.75);
    -webkit-box-shadow:0 1px 49px rgba(0,0,0, 0.75);
    -khtml-box-shadow:0 1px 49px rgba(0,0,0, 0.75);
}

.header .navbar-brand .icon{ margin-right:3px; margin-top:-3px}
.header .navbar-default .navbar-nav > li{
	margin-right: 5px;
    padding: 0;
}
.header.slider-header  .navbar-default .navbar-nav > li{ max-width:190px; text-align:center}
.header .navbar-default .navbar-nav > li:last-child{ margin-right:0px;}
.header .navbar-default .navbar-nav > li:first-child{ margin-left:0px}
.header .navbar-default .navbar-nav > li > a {
	font-family: "Gotham Pro Medium","Helvetica Neue",Arial,Verdana,sans-serif;
    color: #6F6F6F;
    font-size:15px;
	line-height:1.33;
    font-weight: normal;
    text-align: center;
}

/*.header .navbar-default .navbar-nav > li > a.selected{color:#406580;}
.header .navbar-default .navbar-nav > li > a:hover {color: #406580;}*/

.header .navbar-default .navbar-nav > li > a.selected,
.header .navbar-default .navbar-nav > li > a:hover{
    color:#DD1B1B;
}

.header .navbar-default .navbar-nav > li > a.btn-lg{
	margin-top:-13px;
	min-width: 100px;
    padding: 12px 20px 10px;
	min-width:150px	
}
.header .navbar-default .navbar-nav > li > a.btn-primary{
	color:#ffffff;

}
.header .navbar-default .navbar-nav > li > a.btn-sm{
    line-height:1.5;
    min-width:120px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    padding:8px 10px;
	margin-top:-12px;
}

.header .navbar-toggle{margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;background-color:transparent;border-color:transparent;color:#519cf2;font-size:15px; line-height:32px;background-color:transparent;border-color:transparent;}
.header .navbar-default .navbar-toggle.collapsed{color:#519cf2;}
.header .navbar-default .navbar-toggle .ifont{color:#519cf2;margin-left:3px; margin-bottom:2px;font-size:9px!important;}
.header .navbar-default .navbar-toggle .ifont:before{content:"\0025B2"; }
.header .navbar-default .navbar-toggle.collapsed .ifont:before,
.ifont.down:before{content:"\0025BC"; }

.header .navbar-default .navbar-toggle{color:#519cf2;}

.header .navbar-default .navbar-toggle:hover, .header .navbar-default .navbar-toggle:focus{background-color:transparent;}
.header .navbar-default .navbar-collapse{border-color: transparent;}

.header .title a{
    color:#23272a;
    text-decoration:none;
    font-size:24px;
    display:inline-block;
    margin-top:0px;
}
.header .navbar-toggle{
	margin-top:18px;	
}
.header .navbar-default .navbar-nav > li > a.btn-xs {
	font-weight: 500;
	}
.header .navbar-default .navbar-nav > li > a.btn-green, .header .navbar-default .navbar-nav > li > a.btn-blue {
	color:#ffffff;
}

.header .navbar-default .navbar-nav.nav-custom  > li{ margin:0 0 0 18px;}

/* alert content */
.alert{    
    padding: 5px 15px 8px 15px;
    margin-bottom: 0;
    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; 
    -khtml-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);
    -khtml-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.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; 
    -khtml-border-radius:6px;    
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-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;
    -khtml-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);
    -khtml-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
}


.alert-dismissable .close, .alert-dismissible .close {
    top: -10px;
}
.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;
    -khtml-border-radius:6px;
    box-shadow: none;
    -moz-box-shadow:  none;
    -webkit-box-shadow:  none;
    -khtml-box-shadow:  none;
    color:#505050;
}
.alert.theme1 hr{
    border-color:#b8b8b8;
    height:1px;
    margin:10px 0px;
    width:100%;
}
.alert.theme1 i{
    font-style: italic;
}
/*----------- footer -------*/
#footer {
	padding:10px 0 30px 0;
    font-size:14px;
}
#footer a {
	color:#909090;
	text-decoration:none;
	border-bottom:none
}
#footer-columns  a:hover{
    color:#0088d3;
    text-decoration: none;
}

#footer .copyright {
	color:#909090;
	font-size:13px;
    line-height:22px;
}
#footer .copyright-flags{
    padding-top:6px;
}
#footer .copyright-links{
    z-index:10;
}
#footer .copyright a{color:#505050;text-decoration:none}
#footer a:hover, #footer a:focus{color:#505050;text-decoration: underline;}
#footer .btn, #footer .btn-group > .btn {
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
    box-shadow: none;
    outline: medium none;
    background-color: #d9dede;
    padding:3px;
    display: inline-block;
    width:100%;
}


#footer #flags > li{list-style: none outside none;}
/*
#footer #flags {
    width: 145px;
    color:#505050;
    font-size:13px;
    text-align: left;
}
*/
#footer .arround-flags{
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
    background-color: #d9dede;
    padding:3px;
    display: inline-block;
    width:100%;

}
#footer .arround-flags .planet{
    color: #505050;
    font-size: 22px;
}
#footer #flags {
    width: 100%;
    color:#505050;
    font-size:13px;
    text-align: left;
    background-color: #d9dede;
    padding: 4px 0px 4px 4px;
    line-height:16px;
    border: none;
    display: inline-block;
    margin:0;
    cursor: default;
    font-family:inherit;
    font-size:inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
#footer #flags::-ms-expand{
    display: none;
}

#footer #flags::after{
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
#footer #flags option {padding-left:3px;}
#footer .arround-flags.arow #flags{cursor: pointer;}
#footer .arround-flags.arow::after {
    bottom: 1px;
    color: #82888a;
    content: "▼";
    line-height: 1;
    padding-top: 0.7em;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    -webkit-transform: scale(0.84, 0.42);
    -moz-transform: scale(0.84, 0.42);
    -ms-transform: scale(0.84, 0.42);
    -o-transform: scale(0.84, 0.42);
    transform: scale(0.84, 0.42);
    width: 2em;
}
#footer #flags .active {
    color:#0088d3;
}

#footer ul.menu-line{display: inline-block;margin-left:10px;}


/* footer columns */
#footer-columns{
    padding-top:10px;
    padding-bottom:20px;
}

#footer-columns ul > li{
    list-style: none outside none;
}
#footer-columns .items  .item{
    line-height:22px;
    margin-top:15px;
}
#footer-columns  .title{
    margin-bottom:5px;
    font-size:13px;
    color:#909090;
    font-weight:600;
}
#footer-columns  .title.noIcon{font-weight: normal;}
#footer-columns {
    font-size:13px;
    color:#909090;
}
#footer-columns li.span2:first-child{
}
#footer-columns  a,#footer .breadcrumbs a{
    color:#909090;
   	-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;
}
#footer-columns  a:hover{
    color:#0088d3;
    text-decoration: none;
}

/* product-breadcrumbs */
.product-breadcrumbs{
    padding-bottom:17px;
   	color:#909090;
    padding-top:28px;
    font-size:13px;
}
.product-breadcrumbs a{
    color:#909090;
    text-decoration: none;
}
.product-breadcrumbs a:hover{
    color:#0088d3;
    text-decoration: none;
}

/* others */
.inline{
    display: inline;
}
.inline-block{
    display: inline-block;
}
.wrap-middle{
	display: table;
	text-align:center;
	margin:0 auto;
	vertical-align: middle;
	height:100%;
    width:100%;
    overflow: hidden;
}
.wrap-middle .cell{display:table-cell; vertical-align: middle;}


/*  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('/images/items/item1_up.png');
	background-position:100% 50%;
	background-repeat:no-repeat;
}

.link-down{
	background-image:url('/images/items/item1_down.png');
}
/*  disqus  */


/* background-color */
[class*="bkg-color"] {background-image: none;}
.bkg-color-f2f2f2{background-color: #f2f2f2;}
.bkg-color-ffffff,.bkg-white{background-color: #ffffff;}
.bkg-color-e6e6e6{background-color: #e6e6e6;}
.bkg-color-000000, .bkg-black{
    background-color: #000000;
}
.bkg-color-eff3f3,.bkg-whiteSmoke{
    background-color: #eff3f3;
}
.bkg-color-bd2727, .bkg-red{
    background-color: #bd2727;
	color:rgba(255,255,255,0.5)
}
.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-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-9fbacd{background-color:#9fbacd;}
.bkg-color-7594aa{background-color:#7594aa;}
.bkg-color-bad0dd{background-color:#bad0dd;}
.bkg-color-47352F .text-main, .bkg-darkbrown .text-main {color: #a68e85;}

.bkg-color-2E2839, .bkg-color-2e2839, .bkg-darkIndigo{
    background-color: #2E2839;
	color:#ababaf;
}
.bkg-color-2E2839 .text-main, .bkg-darkIndigo .text-main{color:#ababaf;}
.bkg-color-ccdce6{background-color:#ccdce6;}
.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-0e8d53, .bkg-seaGreen{
    background-color: #0e8d53;   
}
.bkg-color-0088d3, .bkg-dodgerBlue{
    background-color: #0088d3;   
}
.bkg-color-273a5a{
    background-color: #273a5a;   
}
.bkg-color-333333{
    background-color: #333333;   
}
.bkg-color-03354F{
    background-color: #03354F;   
}
.bkg-color-03354F .title-main {
    color: #fff;
}
.bkg-color-00b2c2 {
    background-color: #00b2c2;   
}
.bkg-color-fd9315 {
    background-color: #fd9315;   
}
.bkg-color-00b2c2 {
    background-color: #00b2c2;   
}
.bkg-color-fd9315 {
    background-color: #fd9315;   
}
.bkg-color-4A7286{
    background-color: #4A7286;   
}
.bkg-color-44b39b{
    background-color: #44b39b;   
}
/*------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-fffcfd{
    background-color: #fffcfd;      
}
.bkg-color-101010{
    background-color: #101010;      
}
.bkg-color-B2D2E2{
    background-color: #B2D2E2;      
}
.bkg-color-f5f5f5{
    background-color: #f5f5f5;      
}

/* align */
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
/* backgroud-cover */

/* background-image */

/* 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;}

/* color */
.c-ffffff{
    color:#ffffff!important;
}
.c-9eabb9{
    color:#9eabb9!important;
}
.c-303030{color:#303030!important;}
.c-101010{color:#101010!important;}
.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}
/* padding */
.p-b-100{
    padding-bottom: 100px!important;
}
.p-b-50{
    padding-bottom: 50px!important;
}
.p-b-80{
    padding-bottom: 80px!important;
}
.p-b-25{
    padding-bottom:25px!important;
}
.p-b-20{
    padding-bottom:20px!important;
}
.p-b-30{
    padding-bottom:30px!important;
}
.p-b-45{
    padding-bottom:45px!important;
}
.p-b-40{
    padding-bottom:40px!important;
}
.p-b-0{
    padding-bottom:0!important;
}
.p-t-0{padding-top:0!important;}
.p-t-5{
    padding-top:5px!important;
}
.p-t-10{
    padding-top:10px!important;
}
.p-t-15{
    padding-top:15px!important;
}
.p-t-20{
    padding-top:20px!important;
}
.p-t-50{
    padding-top:50px!important;
}
.p-t-25{
    padding-top:25px!important;
}
.p-t-30{
    padding-top:30px!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;	
}
.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;}
.m-t-5{margin-top:5px!important;}
.m-t-10{margin-top:10px;}
.m-t-25{margin-top:25px;}
.m-t-30{margin-top:30px;}
.m-t-35{margin-top:35px;}
.m-t-40{margin-top:40px;}
.m-t-45{margin-top:45px;}
.m-t-50{margin-top:50px;}
.m-b-0{margin-bottom:0;}
.m-b-5{margin-bottom:5px;}
.m-b-20{margin-bottom:20px;}
.m-b-10{margin-bottom:10px;}
.m-b-25{margin-bottom:25px;}
.m-b-35{margin-bottom:35px;}
.m-b-40{margin-bottom:40px;}
.m-b-45{margin-bottom:45px;}
.m-b-50{margin-bottom:50px;}
.m-b-100{margin-bottom:100px;}
/* 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{
    border-top:1px solid #d5d8d8;
    border-bottom:1px solid #e6e9e9;
}
.s-line-2{
    border-top:1px solid #dadada;
}
.s-image-1{
    height: 2px;
    padding: 10px 0;
    background-image: url("/images/no-repeat.png");
    background-repeat: no-repeat;
    background-position: center -646px;
}
.separated-text{
    background-image: url("/images/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("/images/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(/images/loading.gif);
   	opacity:0.2;
	filter: alpha(opacity=20);
}

/* radius */
.r,.r-6{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; 
    -khtml-border-radius:6px; 
}
.r-3{
     border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  
    -khtml-border-radius:3px;   
}
.r-4{
     border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;   
    -khtml-border-radius:4px; 
}
.r-5{
     border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
    -khtml-border-radius:5px;    
}
.r-8{
     border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;    
    -khtml-border-radius:8px; 
}
.r-10{
     border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    -khtml-border-radius:10px;    
}

/* cone */
.cone{
    background-repeat: no-repeat;
    background-position: 0 0;
}
.cone-rb{
    background-repeat: no-repeat;
    background-position: 100% 100%;
}


.cone-left-center{background-position: 0 50%;}
.cone-left-bottom{background-position: left bottom;}
.cone.airy{background-image: url("/images/products/airy/cone-left-top.png");}
.cone.folx{background-image: url("/images/products/folx/cone-left-top.png");}
.cone.fdt{background-image: url("/images/products/fdt/cone-left-top.png");}
.cone.sm{background-image: url("/images/products/sm/cone-left-top.png");}
.cone.pb{background-image: url("/images/products/photobulk/cone-left-top.png");}
.cone.elmedia{background-image: url("/images/products/elmedia/cone-left-top.png");}
.cone.pdf{background-image: url("/images/products/pdf/cone-left-top.png");}
.cone.fo{background-image: url("/images/products/fo/cone-left-top.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;}

[class*="w-"] {margin:0 auto;}
.w-100{width: 100%;}
.w-150{width: 150px;}

/* 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;
}

/* 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}
.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}


/* products-discount-banner */
.products-discount-banner{margin-top:-20px;margin-bottom:25px;}
.products-discount-banner .inner{
    position:relative;
    padding-top: 5px;padding-bottom:18px;min-height:190px;
    background: #47c299;
    background: -moz-linear-gradient(left,  #47c299 0%, #349f9f 100%);
    background: -webkit-linear-gradient(left,  #47c299 0%,#349f9f 100%);
    background: linear-gradient(to right,  #47c299 0%,#349f9f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47c299', endColorstr='#349f9f',GradientType=1 );
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
    -khtml-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
}
.products-discount-banner .text{padding-left:50px;padding-right:50px;color:#ffffff;font-size:16px;line-height:24px;height:85px;}
.products-discount-banner .discount-field{color:#ffffff;font-size:50px;line-height:50px;}
.products-discount-banner .discount-text{margin-top:10px;color:#ffffff;font-size:50px;line-height:50px;}
.products-discount-banner .footer-area{margin-top:10px;}
.products-discount-banner .btn{
    color:#505050;display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.products-discount-banner .explode{
    min-width:180px;
    white-space: normal;
    text-align:center;
    height:44px;
    display: inline-block;
    padding: 14px 15px 14px 15px;
    color:#505050;
    border-color: #ffffff;
    background:#ffffff;
    font-weight:500;
    font-family: "Helvetica Neue Medium", Arial, Verdana, sans-serif;
    font-size:16px;
    line-height:16px;
    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);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.products-discount-banner .demarcation{
    height:26px;
    background-image:url("/images/discount/img.png");
    background-repeat:no-repeat;
    background-position: 50% 50%;
}
.products-discount-banner .demarcation:before,.products-discount-banner .demarcation:after{
    position: absolute;
    top:45%;
    left:-15px;
    content:"";
    background-color:#eff3f3;
    width:30px;
    height:30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
}
.products-discount-banner .demarcation:after{
    left:auto;
    right:-15px;

}

/* no styles */
[class*="no-border"]{
    border:none;
}
[class*="no-radius"]{
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none; 
    -khtml-border-radius: none;
}
[class*="no-shadow"]{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;    
}
[class*="no-bkg"] {
    background: none;
}
[class*="no-bkg-image"] {
    background-image: none;
}

/*--------------media-----------*/
@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/*----------------------*/

.bkg-gradient-f5f5f5-ffffff{
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);

}

.bkg-gradient-f5f5f5-ffffff.bkg-cover-1{
    background: url("/images/products/airy/splash/bg-pattern.png"), -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
    background: url("/images/products/airy/splash/bg-pattern.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff));
    background: url("/images/products/airy/splash/bg-pattern.png"), -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: url("/images/products/airy/splash/bg-pattern.png"), -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: url("/images/products/airy/splash/bg-pattern.png"), -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
    background: url("/images/products/airy/splash/bg-pattern.png"), linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);	
    background-position: center  bottom;
    background-repeat: no-repeat;
}
.bkg-color-f5f5f5.bkg-cover-1{
    background: url("/images/products/airy/splash/bg-pattern.png") #f5f5f5;
    background: url("/images/products/airy/splash/bg-pattern.png") #f5f5f5;
    background: url("/images/products/airy/splash/bg-pattern.png") #f5f5f5;
    background: url("/images/products/airy/splash/bg-pattern.png") #f5f5f5;
    background: url("/images/products/airy/splash/bg-pattern.png") #f5f5f5;
    background: url("/images/products/airy/splash/bg-pattern.png") #f5f5f5;	
    background-position: center  bottom;
    background-repeat: no-repeat;
}


@media (min-width: 1200px) {
    .fivecolumns .span2 {
        width: 18.5%!important;
        *width: 17.6%!important;
    }
	.text-lg-center{ text-align:center}
    .text-lg-left{ text-align:left}
}

@media (min-width: 992px) and (max-width: 1199px) {
    
    .fivecolumns .span2 {
        width: 18.5%!important;
        *width: 17.6%!important;
    }
	.text-lg-center{ text-align:center}
    .text-lg-left{ text-align:left}
    .text-md-left{ text-align:left}	
    .border-md-none{border: none!important;}
}
@media (min-width: 768px) and (max-width: 991px) {

    .fivecolumns .span2 {
        width: 18.5%!important;
        *width: 17.6%!important;
    }	
	.text-md-center{ text-align:center}	
    .text-md-left{ text-align:left}	
    .block-md-center{margin:0 auto;}
    .border-md-none{border: none!important;}
    .btn-group-md-center{
        margin:0 auto;
    }
    .btn-group-md-center .button:first-child{
        margin-left: 15px;
    }
	.nav-justified {
    	padding: 0px;
	}
        #footer #flags {
        width: auto;
    }
    #footer #flags li #langdiv {
    bottom: auto;
    top: 29px;
    width: 100%;
}
}
@media (max-width:  991px) {
	.text-md-center{ text-align:center}
	.btn-md-block {
		display: block;
	    width: 100%;
	}
	.nav-justified {
    	padding: 0px;
	}	
   
}
@media (min-width: 480px) and (max-width: 768px) {
        
    .row-fluid[class*="span"] {
        float: none;
    }
	.text-sm-center{ text-align:center}
	.btn-sm-block {
		display: block;
	    width: 100%;
	}
	.nav-justified {
    	padding: 0px;
	}	
}
@media (max-width: 767px) {
    
    .col-xs-reset{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
	.text-sm-center{ text-align:center}
    .text-sm-left{ text-align:left}
    .text-sm-right{ text-align:right}
    .block-sm-center{margin:0 auto;float:none;}
    .btn-group-sm-center{
        margin:0 auto;
    }
    .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}	
	.display-sm-block{ display:block; width:100%; margin:0 auto}
    .sm-inline{ display: inline-block;}
    .margin-sm-center{margin:0 auto;}

/*------header---------*/
   /* #header */
	.header {
		padding-left:0px;
		padding-right:0px;
		background-color:#fefeff;
		z-index:100;
		width:100%;
        position: relative;
	}
    .header .container, header .container {padding-left:0px;padding-right:0px;width: 100%;}
	.navbar-header, .navbar-nav, .navbar-left, .navbar-right, .navbar-nav > li {
      float: none !important;
	 }
    .header .navbar{padding-top:0px;}
	.header .navbar-default{
		border:none	
	}
    .header .navbar-header{
		padding-left:15px;
		padding-right:15px;
	}

	.header .navbar-default .navbar-collapse{
		border-color: transparent;
		border-width:0px;
	 	background-color:#ffffff;
		padding-left:10px;
		padding-right:10px;
		padding-top:0px;
		padding-bottom:0px;
		position:absolute;
		width:100%;
        box-shadow: 0px 4px 3px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 4px 3px rgba(0,0,0,0.10);
        -webkit-box-shadow: 0px 4px 3px rgba(0,0,0,0.10);
        -khtml-box-shadow: 0px 4px 3px rgba(0,0,0,0.10);
		
		}
	.header .navbar .nav.navbar-nav.navbar-right {
    	margin-top: 0px;
	}		
    .header .navbar-default .navbar-nav{margin:0px;}
    .header .navbar-default .navbar-nav > li{ padding:10px 0; text-align:center; margin:0}
    .header .navbar-default .navbar-nav > li > a {padding:8px 5px;font-size:14px;text-align:left;}
	.header .navbar.toogle-menu{
        background-color:transparent;
        box-shadow:none;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
        -khtml-box-shadow:none;
    }
    .header .navbar-default .navbar-brand {margin-top:15px;}
	.btn-xs-block {
		display: block;
	    width: 100%;
	}
	
	.play{
		margin-left: -15px;
	}
	/* footer-columns */
	#footer-columns{margin-bottom: 0;}
	#footer-columns .items .item{
		line-height: 36px;
		margin: 0;
		border-bottom: 1px solid #DADADA;
		display: block;
	}
	#footer-columns .items .item:last-of-type{
		border-bottom: none;
	}
	#footer-columns .items .item .title {
		margin-bottom: 0px;
		display: block;
	}
	#footer-columns .items .item .title:after{
		display:inline-block;
		float: right;
		font-size: 16px;
		color: #505050;
		content: "+";
		text-align: left;
		margin-right: 10px
	}
    #footer-columns .items .item .title.noIcon:after{content:"";}
	#footer-columns .items .item.open .title:after{content: "-";}
    #footer-columns .items .item.open .title.noIcon:after{content:"";}
	#footer-columns div.item div.text {display: none;}
	#footer-columns .items .item .text li{line-height: 30px;}
	
	#footer #flags{
		width: auto;
	}
	#footer .copyright{
		margin-top: 18px;
	}
	#footer .copyright > div{
		padding-right: 0;
		padding-left: 0;
	}
	#footer ul.menu-line{
		margin-left: 0;
		margin-top: 14px;
	}
	#footer ul.menu-line.list-inline > li:first-of-type{
		padding-left: 0;
	}
	#footer .copyright .copyright-data{
		margin-top: 14px;
	}
	#footer #flags li #langdiv{
		width: 100%;
		bottom: auto;
		top:29px;
	}
	.nav-justified {
    	padding: 0px;
	}
	.alert-dismissable .close, .alert-dismissible .close{
		position: absolute;
		top: 52px;
		color:#000;
		right: 25px;
	}
/*    .alert.alert-warning{
        margin-top:10px;
    }*/
    .panel-default.cone{background-image: none!important;}
        .products-discount-banner .button-field{
        text-align:center;
        margin-top:15px;
    }
    .products-discount-banner .text{padding-left: 10px;padding-right: 10px;height:auto;}
    .products-discount-banner .inner{
        padding-top: 18px;padding-bottom:18px;min-height:100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
    }
    .products-discount-banner .demarcation{display:none;background-image:none;}
    .products-discount-banner .demarcation:before,.products-discount-banner .demarcation:after{display:none;}
    .products-discount-banner .footer-area {margin-top: 25px;}
	#footer-columns {
    	padding-bottom: 0px;
 	   padding-top: 5px;
}

}
@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;
    }
    .margin-xs-center{margin:0 auto;}
    .hidden-xs-bkg{background-image: none!important;}
	h1, .h1{ font-size:31px}
	h2, .h2{ font-size:27px}
	.title-main {
	    font-size: 24px;
	}
	.display-xs-block{ display:block; width:100%; margin:0 auto}
	.product-breadcrumbs{
    	padding-bottom:0px;
	}
	#footer .copyright .copyright-data{
		margin-top: 0px;
	}
	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;
	}
    
/*------------breadcrumbs------*/
.breadcrumbs {
    padding-bottom: 10px;
}
/*---------------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}	

}	


@media (max-width: 320px) {
	.text-xs-center{ text-align:center}
    .xs-inline{ display: inline-block;}
	h1, .h1{ font-size:30px}
	h2, .h2{ font-size:24px}
	h3, .h3{ font-size:20px}
	.display-xs-block{ display:block; width:100%; margin:0 auto}
}
/* 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) {
	  
 
    .icon-avatars.box-36x36.avatar29{background-image: url("/images/avatars/avatar29x36@2x.png");}
    .icon-avatars.box-36x36.avatar30{background-image: url("/images/avatars/avatar30x36@2x.png");}
	.icon-avatars.box-36x36.avatar50{background-image: url("/images/avatars/avatar50x36@2x.png");}
    .icon-avatars.box-36x36.avatar57{background-image: url("/images/avatars/avatar57x36@2x.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("/images/avatars/avatarDefault@2x.jpg");}
    .icon-avatars.box-72x72.avatar1{background-image: url("/images/avatars/avatar1@2x.jpg");}
    .icon-avatars.box-72x72.avatar2{background-image: url("/images/avatars/avatar2@2x.jpg");}
    .icon-avatars.box-72x72.avatar3{background-image: url("/images/avatars/avatar3@2x.jpg");}
    .icon-avatars.box-72x72.avatar4{background-image: url("/images/avatars/avatar4@2x.jpg");}
    .icon-avatars.box-72x72.avatar5{background-image: url("/images/avatars/avatar5@2x.jpg");}
    .icon-avatars.box-72x72.avatar6{background-image: url("/images/avatars/avatar6@2x.jpg");}
    .icon-avatars.box-72x72.avatar7{background-image: url("/images/avatars/avatar7@2x.jpg");}
    .icon-avatars.box-72x72.avatar8{background-image: url("/images/avatars/avatar8@2x.jpg");}
    .icon-avatars.box-72x72.avatar9{background-image: url("/images/avatars/avatar9@2x.jpg");}
    .icon-avatars.box-72x72.avatar10{background-image: url("/images/avatars/avatar10@2x.jpg");}
    .icon-avatars.box-72x72.avatar11{background-image: url("/images/avatars/avatar11@2x.jpg");}
    .icon-avatars.box-72x72.avatar12{background-image: url("/images/avatars/avatar12@2x.jpg");}
    .icon-avatars.box-72x72.avatar13{background-image: url("/images/avatars/avatar13@2x.jpg");}
    .icon-avatars.box-72x72.avatar14{background-image: url("/images/avatars/avatar14@2x.jpg");}
    .icon-avatars.box-72x72.avatar15{background-image: url("/images/avatars/avatar15@2x.jpg");}
    .icon-avatars.box-72x72.avatar16{background-image: url("/images/avatars/avatar16@2x.jpg");}
    .icon-avatars.box-72x72.avatar17{background-image: url("/images/avatars/avatar17@2x.jpg");}
    .icon-avatars.box-72x72.avatar18{background-image: url("/images/avatars/avatar18@2x.jpg");}
    .icon-avatars.box-72x72.avatar19{background-image: url("/images/avatars/avatar19@2x.jpg");}
    .icon-avatars.box-72x72.avatar20{background-image: url("/images/avatars/avatar20@2x.jpg");}
    .icon-avatars.box-72x72.avatar21{background-image: url("/images/avatars/avatar21@2x.jpg");}
    .icon-avatars.box-72x72.avatar22{background-image: url("/images/avatars/avatar22@2x.jpg");}
    .icon-avatars.box-72x72.avatar23{background-image: url("/images/avatars/avatar23@2x.jpg");}
    .icon-avatars.box-72x72.avatar24{background-image: url("/images/avatars/avatar24@2x.jpg");}
    .icon-avatars.box-72x72.avatar25{background-image: url("/images/avatars/avatar25@2x.jpg");}
    .icon-avatars.box-72x72.avatar26{background-image: url("/images/avatars/avatar26@2x.jpg");}
    .icon-avatars.box-72x72.avatar27{background-image: url("/images/avatars/avatar27@2x.jpg");}
    .icon-avatars.box-72x72.avatar28{background-image: url("/images/avatars/avatar28@2x.jpg");}
    .icon-avatars.box-72x72.avatar29{background-image: url("/images/avatars/avatar29@2x.png");}
    .icon-avatars.box-72x72.avatar30{background-image: url("/images/avatars/avatar30@2x.png");}
    .icon-avatars.box-72x72.avatar31{background-image: url("/images/avatars/avatar31@2x.jpg");}
    .icon-avatars.box-72x72.avatar32{background-image: url("/images/avatars/avatar32@2x.jpg");}
    .icon-avatars.box-72x72.avatar33{background-image: url("/images/avatars/avatar33@2x.jpg");}
    .icon-avatars.box-72x72.avatar34{background-image: url("/images/avatars/avatar34@2x.jpg");}
    .icon-avatars.box-72x72.avatar35{background-image: url("/images/avatars/avatar35@2x.png");}
    .icon-avatars.box-72x72.avatar36{background-image: url("/images/avatars/avatar36@2x.png");}
    .icon-avatars.box-72x72.avatar37{background-image: url("/images/avatars/avatar37@2x.jpg");}
    .icon-avatars.box-72x72.avatar38{background-image: url("/images/avatars/avatar38@2x.jpg");}
    .icon-avatars.box-72x72.avatar39{background-image: url("/images/avatars/avatar39@2x.jpg");}
    .icon-avatars.box-72x72.avatar40{background-image: url("/images/avatars/avatar40@2x.jpg");}
    .icon-avatars.box-72x72.avatar41{background-image: url("/images/avatars/avatar41@2x.jpg");}
    .icon-avatars.box-72x72.avatar42{background-image: url("/images/avatars/avatar42@2x.jpg");}
    .icon-avatars.box-72x72.avatar43{background-image: url("/images/avatars/avatar43@2x.jpg");}
    .icon-avatars.box-72x72.avatar44{background-image: url("/images/avatars/avatar44@2x.jpg");}
    .icon-avatars.box-72x72.avatar45{background-image: url("/images/avatars/avatar45@2x.jpg");}
    .icon-avatars.box-72x72.avatar46{background-image: url("/images/avatars/avatar46@2x.jpg");}
    .icon-avatars.box-72x72.avatar47{background-image: url("/images/avatars/avatar47@2x.jpg");}
    .icon-avatars.box-72x72.avatar48{background-image: url("/images/avatars/avatar48@2x.jpg");}
    .icon-avatars.box-72x72.avatar49{background-image: url("/images/avatars/avatar49@2x.jpg");}
	.icon-avatars.box-72x72.avatar50{background-image: url("/images/avatars/avatar50@2x.png");}
    
	[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-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-48x48 {
        background-size:48px 48px;
        -webkit-background-size:48px 48px;
        -moz-background-size:48px 48px;
		 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-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-100x100{
        background-size:100px 100px;
        -webkit-background-size:100px 100px;
        -moz-background-size:100px 100px;
         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-120x100{
        background-size:120px 100px;
        -webkit-background-size:120px 100px;
        -moz-background-size:120px 100px;
         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-160x160{
        background-size:160px 160px;
        -webkit-background-size:160px 160px;
        -moz-background-size:160px 160px;
         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-240x160{
        background-size:240px 160px;
        -webkit-background-size:240px 160px;
        -moz-background-size:240px 160px;
         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;		
    }

	.icon-32-airy, .icon-airy.box-32x32{background-image: url("/images/products/airy/airy@64.png");}
	.icon-32-folx{background-image: url("/images/products/folx/folx@64.png");}
	.icon-32-fdt{background-image: url("/images/products/fdt/fdt@64.png");}
	.icon-32-fo{background-image: url("/images/products/fo/fo@64.png");}
	.icon-32-pb{background-image: url("/images/products/photobulk/photobulk@64.png");}
	.icon-32-sm{background-image: url("/images/products/sm/sm@64.png");}
	.icon-32-elmedia{background-image: url("/images/products/elmedia/elmedia@64.png");}
	.icon-32-pdf{background-image: url("/images/products/pdf/pdf@64.png");}
    
    .icon-32-mac{background-image: url("/images/icons/ic-apple@2x.png");}
    .icon-32-win{background-image: url("/images/icons/ic-win@2x.png");}


	.icon-50-airy{background-image: url("/images/products/airy/airy@100.png"); }
	.icon-50-folx{background-image: url("/images/products/folx/folx@100.png");}
	.icon-50-fdt{background-image: url("/images/products/fdt/fdt@100.png");}
	.icon-50-fo{background-image: url("/images/products/fo/fo@100.png");}
	.icon-50-pb{background-image: url("/images/products/photobulk/photobulk@100.png");}
	.icon-50-sm{background-image: url("/images/products/sm/sm@100.png");}
	.icon-50-elmedia{background-image: url("/images/products/elmedia/elmedia@100.png");}
	.icon-50-pdf{background-image: url("/images/products/pdf/pdf@100.png");}


	.icon-64-airy{background-image: url("/images/products/airy/airy@128.png");}
	.icon-64-folx{background-image: url("/images/products/folx/folx@128.png");}
	.icon-64-fdt{background-image: url("/images/products/fdt/fdt@128.png");}
	.icon-64-fo{background-image: url("/images/products/fo/fo@128.png");}
	.icon-64-pb{background-image: url("/images/products/photobulk/photobulk@128.png");}
	.icon-64-sm{background-image: url("/images/products/sm/sm@128.png");}
	.icon-64-elmedia{background-image: url("/images/products/elmedia/elmedia@128.png");}
	.icon-64-pdf{background-image: url("/images/products/pdf/pdf@128.png");}


	.icon-128-airy, .box-128x128.airy{background-image: url("/images/products/airy/airy@256.png");}
	.icon-128-folx{background-image: url("/images/products/folx/folx@256.png");}
	.icon-128-fdt{background-image: url("/images/products/fdt/fdt@256.png");}
	.icon-128-fo{background-image: url("/images/products/fo/fo@256.png");}
	.icon-128-pb{background-image: url("/images/products/photobulk/photobulk@256.png");}
	.icon-128-sm{background-image: url("/images/products/sm/sm@256.png");}
	.icon-128-elmedia{background-image: url("/images/products/elmedia/elmedia@256.png");}
	.icon-128-pdf{background-image: url("/images/products/pdf/pdf@256.png");}	
	
	
    .icon-social-facebook{
        background-image: url("/images/@2x/facebook@2x.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("/images/@2x/twitter@2x.png");
        background-position: 0 0px; 
        background-size:56px 20px;
        -webkit-background-size:56px 20px;
        -moz-background-size:56px 20px;
    }
    .icon-social-google{
        background-image: url("/images/@2x/google@2x.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("/images/@2x/youtube@2x.png");
        background-position: 0 0px; 
        background-size:80px 20px;
        -webkit-background-size:80px 20px;
        -moz-background-size:80px 20px;
    }
    
    .play {
        background-image: url("/images/@2x/play@2x.png");
        background-size:92px 92px;
        -webkit-background-size:92px 92px;
        -moz-background-size:92px 92px;
    }
    .play:hover {
        background-image: url("/images/@2x/play_hover@2x.png");
        background-size:92px 92px;
        -webkit-background-size:92px 92px;
        -moz-background-size:92px 92px;
    }
	.cone.airy {
	    background-image: url("/images/products/airy/cone-left-top@2x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;
	}
	.cone.folx{
		background-image: url("/images/products/folx/cone-left-top@2x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.fdt{
		background-image: url("/images/products/fdt/cone-left-top@2x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.sm{
		background-image: url("/images/products/sm/cone-left-top@2x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.pb{
		background-image: url("/images/products/photobulk/cone-left-top@2x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.elmedia{
		background-image: url("/images/products/elmedia/cone-left-top@2x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.pdf{
		background-image: url("/images/products/pdf/cone-left-top@2x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;}
	.cone.fo{
		background-image: url("/images/products/fo/cone-left-top@2x.png");
	    background-size:70px 69px;
        -webkit-background-size:70px 69px;
        -moz-background-size:70px 69px;
	}	
    .products-discount-banner .demarcation-line{
        background-image:url("/images/discount/img@2x.png");
        background-size:415px 26px;
        -webkit-background-size:415px 26px;
        -moz-background-size:415px 26px;
        -khtml-background-size:415px 26px;
    }
}