@charset "utf-8";
@font-face {
    font-family:'Gotham Pro Regular';
    /*src: local("Gotham Pro Regular"), url(Gotham/gothaproreg-webfont.woff);*/
    src: local("Gotham Pro Regular"), url(Gotham/GothaProReg.woff);
}
@font-face {
    font-family:'Gotham Pro Medium';
    /*src: local("Gotham Pro Medium"), url(Gotham/gothapromed-webfont.woff);*/
    src: local("Gotham Pro Medium"), url(Gotham/GothaProMed.woff);
}
@font-face {
    font-family:'Gotham Pro Bold';
    /*src: local("Gotham Pro Bold"), url(Gotham/gothaprobol-webfont.woff);*/
    src: local("Gotham Pro Bold"), url(Gotham/GothaProBol.woff);
}
@font-face {
    font-display: swap;
    font-family:'ElmeticaNew';
    src: url("fonts/ElmeticaNew.eot") format("embedded-opentype");
    src: url("fonts/ElmeticaNew.ttf") format("truetype"),
    url("fonts/ElmeticaNew.woff") format("woff"),
    url("fonts/ElmeticaNew.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

.GothamProRegular{
    font-family: "Gotham Pro Regular", Helvetica, Arial, Verdana, sans-serif!important;
}
.GothamProMedium{
    font-family: "Gotham Pro Medium", Helvetica, Arial, Verdana, sans-serif!important;
}
.GothamProBold{
    font-family: "Gotham Pro Bold", Helvetica, Arial, Verdana, sans-serif!important;
}
/* html, body, tags */
html, body{
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
    height: 100%;
}
body{font-size:16px;color:#303030;line-height:24px;}
a{color:#0088d3;text-decoration:none;outline: none!important;}
a:focus{text-decoration: none!important;outline: none!important;}
a strong{font-weight:400}
a.colorbox-off{cursor: default;}
.footer-wrap{
    margin-top: -84px;
    width: 100%;
    border-top: 1px solid #dadada;
}
.wrap{
    min-height: calc(100% - 130px);
    height: auto !important;
    height: 100%;
}
h1,h2,h3,h4,ul,ol,li,div,a,span,iframe{
    margin: 0;padding: 0;border:none;
}

ul > li > ul{list-style:square;}
ul > li > ul > li > ul{list-style:circle;}

ol > li > ul{list-style:square;}
ol > li > ol > li > ul{list-style:circle;}


[class^="box-"], [class*=" box-"] {display: block;margin: 0 auto;}
.box-48x48{width:48px;height:48px;}
.box-64x64{width:64px;height:64px;}
hr{border-color:#dadada;}
p{margin-bottom:15px;}
.vcenter {display: inline-block;float: none;vertical-align: middle;}
.entry-content{padding-bottom:25px;font-size:16px; }
.entry-content ul, .entry-content ol{line-height:24px;margin-left:45px; margin-top:10px; margin-bottom:25px;}
.entry-content ul ul, .entry-content ol ul, .entry-content ul ol, .entry-content ol ol{margin-left:35px; margin-top:10px;}

.entry-content ul > li > ul,.entry-content ol > li > ul, .entry-content ul > li > ol{margin-top:5px;margin-bottom:10px;}

.entry-content img.aligncenter, .entry-content .text-center img{display:block;margin-left:auto;margin-right:auto;}
.entry-content h2{color:#101010; font-size:20px; line-height:30px;font-weight:bold;margin-top:30px; margin-bottom:25px;}
.entry-content h3{color:#101010; font-size:16px; line-height:24px;font-weight:600;margin-bottom:5px;}
.entry-content img{margin-bottom:30px;}
.entry-content p > img, .entry-content a > img, .entry-content td > img{margin-bottom:0px;}

.entry-content .table-licenses{font-size:14px;}

.main-title{font-size:30px;line-height:34px;color:#101010;margin-bottom:10px;font-family: "Gotham Pro Medium", Arial, Verdana, sans-serif;}
.post-title{font-size:24px;color:#101010;margin-bottom:10px;font-family: "Gotham Pro Medium", Arial, Verdana, sans-serif;}
/* table social */
.table-social{margin-right: 0;}
.table-social > tbody > tr > td{border-top:none; padding-top:0px;}
.fb-like > span{height:25px!important;}
/* end */
.table-scrolled{overflow-x: auto;}

.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.stars{
    color: #1a9cd4;
    font-size: 20px;
    line-height: 20px;
}
.ifont.app{
    color: #fff;
}
.ifont.app:before{
    content:"u";
}
.ifont.star-5:before{content:"sssss";}
.ifont.star-4:before{content:"ssssS";}
.ifont.star-3:before{content:"sssSS";}
.ifont.star-2:before{content:"ssSSS";}
.ifont.star-1:before{content:"sSSSS";}

.ifont.arrow-right:before, .ifont.right:before{content:"t";}
.ifont.arrow-left:before, .ifont.left:before{content:"y";}

.floatl{float:left}
.floatr{float:right;}
.wrap {
	width:100%;
}
.container {max-width: 970px;min-width:320px;}

.block{display:block;}
.inline-block{display: inline-block;}
.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;
}
.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("/imgnew/no-repeat.png");
    background-repeat: no-repeat;
    background-position: center -646px;
}

.bkg-color-ffffff{background-color:#ffffff;}
.bkg-color-eff3f3{background-color:#eff3f3;}
.bkg-color-9ed1e6{background-color:#9ed1e6;}
.alert, .ed_note, .ed_warning, .ed_tip, pre{
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert.alert-info, .ed_note, .ed_warning, .ed_tip{
    background-color: #fffdc8;
    border-color: #dadada;
    color: #303030;
    font-size:14px;
    line-height:18px;
}
.ed_warning{background-color: #ff9494;border-color: #d91917;
}
.ed_tip{background-color: #ddffdd;border-color: #bbddbb;
}
pre{background-color: #f8f8f8;border-color: #dadada;color: #303030;}

.alert > ul:last-child, .alert > p:last-child, 
.ed_note > p:last-child, .ed_note > ul:last-child, .ed_note > ol:last-child,  
pre > p:last-child, pre > ul:last-child, 
.ed_warning > p:last-child, .ed_warning > ul:last-child,
.ed_tip > p:last-child, .ed_tip > ul:last-child, .ed_tip > ol:last-child{
    margin-bottom: 0px;
}

.wp_syntax pre{padding: 15px!important;background: #f8f8f8 none repeat scroll 0 0 !important;}

/* buttons */
.btn, .btn-group > .btn {
    padding: 6px 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-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);
    -khtml-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;
    -khtml-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
}

.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;
    -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-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{
    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);
    -khtml-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 );  

}
.btn-primary:hover, .btn-primary:focus{
    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 );
    
    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);
    -khtml-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.2);

}
.btn-default{
    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;
    -khtml-box-shadow: 0px 1px 1px #dbdbdb;

}
.btn-default:hover, .btn-default:focus{
    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);
    -khtml-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.2);
}


/* header */

#header, #header-mob{
    padding-top:12px;
    padding-bottom:9px;
	font-family: "Gotham Pro Bold";
    display: table;
    margin:0 auto;
    height:48px;
}
#header nav{display: inline-block;}
#header-mob{
    padding-top:9px;
    padding-bottom:8px;
	font-size: 16px;
}
#header-mob .logo-line .name{
	font-size: 24px;
}
#header-mob .logo-line .down{
	padding-left: 5px;
}

#header .list-inline, #header .list-inline ul {display: inline-block;/*margin-top:4px;*/}
#header .list-inline > li,#header .list-inline ul > li {
    padding-left: 0px;
    padding-right: 0px;
    display:inline-block;
}
#header .list-inline a{
    color:#707070;
    font-size:13px;
    text-align:center;
    padding:7px 14px 6px 14px;
    border:1px solid transparent;
    line-height:26px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;  
    -khtml-border-radius:4px; 
}
#header .list-inline a.selected{
    color:#2b2b2b;
    background-color: #eceeee;
    border-color:#e7e9e9;  
}
#header .list-inline a:hover{
    background-color: #eceeee;
    border-color:#e7e9e9;
    color:#303030; 
    text-decoration: none; 
}
#header .logo-line{
    display: inline-block;
    margin-right:10px;
    /*margin-top:3px;*/
    text-decoration:none;
}
#header .logo-line .ifont{
    line-height:26px;
    font-size:24px;
}
#header .logo-line .ifont.name{
    color:#101010;
}
#header .logo-line .ifont.logo, #header-mob .logo-line .ifont.logo{
    font-size:24px;
    color:#f33333;
}
/* search-area breadcrumbs-area  */
.breadcrumbs-area{
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.15),  inset 0px -1px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.15),  inset 0px -1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.15),  inset 0px -1px 1px rgba(0,0,0,0.15);
    -khtml-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.15),  inset 0px -1px 1px rgba(0,0,0,0.15);
}

.breadcrumbs-area h1{font-size:36px;line-height:34px;margin-top:40px;margin-bottom:55px;}

.search-area{padding-top:15px;}

#searchform .input-group {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#searchform input[type=text] {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    font-size: 13px;
    height: 36px;
    line-height: 24px;
    padding: 8px 12px 7px 12px;
    width: 100%;
    color:#101010;
    border-right: none;
    border-color:#d9dede;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1), inset -1px 0px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1), inset -1px 0px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1),  inset -1px 0px 1px rgba(0,0,0,0.1);
    -khtml-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1),  inset -1px 0px 1px rgba(0,0,0,0.1);  
    border-right-color:#F5F5F5;
}
#searchform input[type=text]:focus {
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15), inset -1px 0px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15), inset -1px 0px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15), inset -1px 0px 1px rgba(0,0,0,0.1);
    -khtml-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.15), inset -1px 0px 1px rgba(0,0,0,0.1);  
}
#searchform .input-group-addon:hover {
    background: -moz-linear-gradient(top,  #F5F5F5 0%, #EAEAEA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(100%,#EAEAEA));
    background: -webkit-linear-gradient(top,  #F5F5F5 0%,#EAEAEA 100%);
    background: -o-linear-gradient(top,  #F5F5F5 0%,#EAEAEA 100%);
    background: -ms-linear-gradient(top,  #F5F5F5 0%,#EAEAEA 100%);
    background: linear-gradient(to bottom,  #F5F5F5 0%,#EAEAEA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#EAEAEA',GradientType=0 );
}
#searchform .has-error input,  #searchform .has-error .input-group-addon{border-color:#FF9494;}
#searchform .input-group-addon {
    border-left: none;
    background-color:#ffffff;
    border-color:#d9dede;
    border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -khtml-border-radius: 0px 6px 6px 0px;
    padding: 0px;
    width:36px;
   	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-ms-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	-kthtml-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    background: -moz-linear-gradient(top,  #FAFAFA 0%, #F1F1F1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#F1F1F1));
    background: -webkit-linear-gradient(top,  #FAFAFA 0%,#F1F1F1 100%);
    background: -o-linear-gradient(top,  #FAFAFA 0%,#F1F1F1 100%);
    background: -ms-linear-gradient(top,  #FAFAFA 0%,#F1F1F1 100%);
    background: linear-gradient(to bottom,  #FAFAFA 0%,#F1F1F1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#F1F1F1',GradientType=0 );
}
#searchform button[type=submit]{
    background-image: url("../images/loupe.png");
    background-color:transparent!important;
    background-position: center center;
    background-repeat: no-repeat;
    height:34px;
    border:none;
    width:16px;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    outline:none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
}
#searchform button[type=submit]:hover {
    /*background-image: url("../images/loupe-hover.png");*/color:#e5e5e5;
    background-color: transparent;
}


#searchsubmit {display: none;}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 12px;
    padding: 8px 15px;
    color:#707070;
    font-size:13px;
    /*text-transform: uppercase;*/
    
}
.breadcrumb a{color:#0088d3;}

.content-page {padding-top:40px;padding-bottom:124px;}
.content-page.archive{padding-bottom:124px;}
.content-page h1{margin-bottom: 30px;}

/* front-page */
.front-page .post img{max-width:455px;margin-left:0;display:block;}

.front-page li.widget-container{list-style-type: none;} 

.front-page ul.products .content{max-width:145px;}
.front-page ul.products h3{font-size:14px; font-weight:400; color:#101010;}
.front-page ul.products h3 a{color:#101010;}
.front-page ul.products h3 a:hover{color:#0088d3;text-decoration:none;}
.front-page ul.products > li {margin-bottom: 30px;}
.front-page ul.products .logos{background-image: url("../images/products.png");background-repeat: no-repeat;background-position: 100px 100px;margin-right:15px;}
.front-page ul.products .logos.usb{background-position: 0px 0px;}
.front-page ul.products .logos.sec{background-position: -53px 0px;}
.front-page ul.products .logos.sm{background-position: -106px 0px;}
.front-page ul.products .logos.elmedia{background-position: -159px 0px;}

.front-page ul.products .logos.spm{background-position: -318px 0px;}
.front-page ul.products .logos.vspd{background-position: -371px 0px;}
.front-page ul.products .logos.folx{background-position: -212px 0px;}
.front-page ul.products .logos.photobulk{background-position: -265px 0px;}
.front-page ul.products .logos.flexihub{background-position: -477px 0px;}
.front-page ul.products .logos.vspax{background-position: -424px 0px;}
.front-page ul.products .logos.airy{background-position: -530px 0px;}
.front-page ul.products .logos.commander{background-position: -583px 0px;}

.front-page .toogle-area{padding-bottom:30px;}
.front-page ul.other-products {font-size:14px; color:#101010;}
.front-page ul.other-products h3{font-size:14px;line-height:18px;min-height:40px; font-weight:600; color:#303030;}
.front-page ul.other-products a{color:#101010;}
.front-page ul.other-products a:hover{color:#0088d3;text-decoration:none;}
.front-page ul.other-products > li {margin-bottom: 25px;}
.front-page ul.other-products li > ul {margin-top: 5px;}
.front-page ul.other-products li > ul > li {margin-bottom: 12px;line-height:18px;}

.front-page #other-products hr{margin-top:10px;margin-bottom:35px;}


/* top-faqs */
.top-faqs{padding-top:50px;}
.top-faqs .form-group, .top-faqs .input-group {width:100%!important;}

/*.top-faqs #searchform input[type="text"] {
    min-width: 100%;
}*/

.top-faqs h2{padding-top:6px;font-size:20px; line-height:24px; color:#101010;}
/*.top-faqs #searchform .input-group-addon {text-align:right;}*/

.top-faqs li.widget-container{list-style-type: none;} 

.top-faqs ul.items-faqs{font-size:14px;}
.top-faqs ul.items-faqs > li > ul{list-style-type: disc;margin-left:15px;}
.top-faqs ul.items-faqs > li > ul > li{margin-bottom:5px;}
.top-faqs ul.items-faqs h3{margin-bottom:15px;font-size:14px;font-weight:bold;color:#303030;}
.top-faqs ul.items-faqs > li{min-height:200px;} 
.top-faqs ul.items-faqs a.link{font-weight: 500;} 
.top-faqs .panel{
    background-color: #ffffff;
    border: 1px solid #e8ecec;
    border-top:1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom:5px;
}
.top-faqs .panel-default .panel-body {padding-top:30px;padding-bottom:40px;}
.top-faqs .panel-default > .panel-heading {
    background-color: #fdfdfd;
    border-color: #e8ecec;
    color: #101010;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    -khtml-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    border-bottom-color:#e1e1e1;
    padding: 20px 15px 20px 30px;
}

.top-faqs hr{margin-bottom:30px;margin-top:30px;}
.top-faqs hr.visible-xs{padding: 0;}

/* post */
.postmeta{font-size:13px;line-height:26px;padding-bottom:5px;color:#909090;font-weight:600;}
.postmeta a{color:#909090;font-weight:400;}

.loop-page-single img{max-width:700px;margin-left:auto; margin-right:auto;display:block;}
.loop-page-single{margin-bottom:0px;padding-top:3px;}
.loop-page-single h2 a{color:#101010;}
.loop-page-single h2 a:hover{color:#101010;text-decoration:none;}
.about-post{
    font-size:13px;
    color:#303030;
    line-height:22px;
    margin-bottom:30px;
}
.about-post .date{color:#909090;}
.about-post .category{color:#909090;}
.about-post .comments{color:#303030;}



.helped-area{padding-bottom: 21px;}
#block_helped {font-size:20px;color:#505050;}
#block_helped .btn{min-width:60px;margin:0 25px;font-size:16px;}
#block_helped .btn-primary{
    background:#fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    color:#0088d3;
    border-color:#0088d3;
}
#block_helped .btn-primary:hover{background:#0088d3;color:#fff;}
#block_helped .btn-primary:active{background:#006ca8;}

.category h1{margin-bottom: 25px;}

.widget-area ul{list-style: none outside none;}
.widget_categories .widget-title{font-size:13px;line-height:30px;text-transform: uppercase;color:#505050}
.widget_categories li.cat-item {font-size:13px;line-height:24px;color:#505050}
.widget_categories li.cat-item a{color:#505050}
.widget_categories li.cat-item a:hover{color:#0088d3;text-decoration:none;}

/*----------- footer -------*/
#footer {
	padding:10px 0 40px 0;
    font-size:14px;
}
#footer a {
	color:#909090;
	text-decoration:none;
	border-bottom:none
}

#footer .copyright {
	color:#909090;
	font-size:13px;
    line-height:22px;
    margin-top:5px;
}
#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 #flags > li{list-style: none outside none;}

#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;
    border: none;
    display: inline-block;
    margin:0;
    cursor: default;
    font-family:inherit;font-size:inherit;line-height: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:0px;}
#footer ul.menu-line > li{
    padding-right:10px;
    padding-left:0px;
}

/* footer columns */
/*
#footer-columns{
    padding-top:20px;
    margin-bottom:35px;
    font-size:13px;
    color:#909090;
}

#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;
    font-family: "Helvetica Neue Bold", Arial, Verdana, sans-serif;
}
#footer-columns  .title.noIcon{font-weight: normal;}

#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;
}
*/

.footer-columns{padding-top: 45px;}

.footer-columns .media-heading{
    font-size:16px;
    line-height:18px;
    color:#303030;
}
.footer-columns .media-body{font-size:13px;line-height:18px;color:#909090;}
.footer-columns .media-body a{display:block;margin-top:5px;}
.footer-columns ul.items > li{
    margin-bottom: 35px;
}

.footer-columns .icons{
    background-image:url("../images/products.png");
    background-repeat:no-repeat;
    background-position:100px 100px;
}

.footer-columns .icons.licenses{background-position:-138px -58px;}
.footer-columns .icons.information{background-position:0px -58px;}
.footer-columns .icons.policies{background-position:-69px -58px;}

.posts-navigation{display:table;width:100%;margin-bottom:28px;margin-top:-18px;font-size:16px;line-height:24px;}
.posts-navigation .ifont{font-size:12px;line-height:16px;}
.posts-navigation > a{display:table-cell; width:50%;text-align:right}
.posts-navigation > a.prev,.posts-navigation > a[rel=prev]{text-align:left;}
.posts-navigation > a.next,.posts-navigation > a[rel=next]{ width:100%;text-align:right}
.posts-navigation  a + a{ width:50%;text-align:right}


/* crp_related_widget */
.crp_related_widget{padding-top: 45px; padding-bottom:20px;}
.widget_widget_crp{list-style: none outside none;}
.crp_related_widget .items{list-style: none outside none;}
.crp_related_widget .items > li {margin-bottom:25px;}
.crp_related_widget .items > li .inner{
    min-height:250px;
	background-color: #fff;
	border: 1px solid #DBDFDF;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
   	padding-bottom: 15px;
    padding:5px 15px 15px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10); -khtml-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
}


.crp_related_widget .items > li > .inner > a:first-child{min-height:135px; display:block}

.crp_related_widget .crp_thumb{margin: 0 auto;max-width:260px;max-height:135px;display:block;}
.crp_related_widget a.crp_title{display: block;margin-top:10px;margin-bottom:10px;font-size:16px; line-height:24px;color:#101010;}
.crp_related_widget a.crp_title:hover{text-decoration:none;color:#0088d3;}
.crp_related_widget .crp_author, .crp_related_widget .crp_date{font-size: 13px; color:#909090;}
.crp_related_widget .crp_author a{color:#909090;}


/* search-page */
.search-page {min-height:475px;}
.search-page h1{margin-bottom:20px;}
.search-page h3.entry-title{font-size:20px;line-height:24px;color:#101010;}
.search-page h3.entry-title a{color:#101010;}
.search-page h3.entry-title a:hover{color:#0088d3;text-decoration:none;}
.search-page .post{margin-bottom:15px;}
.search-page .about-post {margin-bottom: 25px;}

/* tag-page */

.tag-page h3.entry-title{font-size:20px;line-height:24px;color:#101010;}
.tag-page h3.entry-title a{color:#101010;}
.tag-page h3.entry-title a:hover{color:#0088d3;text-decoration:none;}
.tag-page .post{margin-bottom:20px;}


#disqus_thread{margin-bottom:25px;}


/* table */
.table > thead > tr > th{color:#909090;font-weight:400;}
.table > tbody > tr > th{color:#909090;font-weight:400;font-size:16px;padding:12px 8px;}
.table-hover > tbody > tr:hover{
    background-color:#f8f8f8;
}
.table > tbody > tr > td h3{color:#303030; font-size:14px;line-height:18px;}
.table a {word-break:break-all;}

/* placeholder */
::-webkit-input-placeholder {
    color:    #adadad!important;
}
:-moz-placeholder {
    color:    #adadad!important;
}
::-moz-placeholder {
    color:    #adadad!important;
}
:-ms-input-placeholder {
    color:    #adadad!important;
}

@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}
    
    #footer-columns .item .text{display:block!important;}
    .widget_categories > ul {display:block!important;}
}

@media (min-width: 992px) and (max-width: 1199px) {
    
        .fivecolumns .span2 {
        width: 18.5%!important;
        width: 17.6%!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;}
    
    #footer-columns .item .text{display:block!important;}
    .widget_categories > ul {display:block!important;}

}
@media (max-width:  991px) {	
   .text-md-center{ text-align:center}
}
@media (min-width: 768px) and (max-width: 991px) {
    .fivecolumns .span2 {
        width: 18.5%!important;
        width: 17.6%!important;
    }
        .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;}
    
    #footer-columns .item .text{display:block!important;}
    .widget_categories > ul {display:block!important;}
}

@media (max-width: 767px) {
    
    .text-sm-center{ text-align:center;}
    .text-sm-center img{margin-left:auto; margin-right:auto;}
    
    #header.nav-open{
		top: 0px;
		-webkit-transform:translate(0,0%);
	-moz-transform:translate(0,0%);
	-ms-transform:translate(0,0%);
	-o-transform:translate(0,0%);
	transform:translate(0,0%);
	opacity:1;
	-webkit-overflow-scrolling:touch;
	-webkit-transition:-webkit-transform .5s,opacity 0;
	-moz-transition:-moz-transform .5s,opacity 0;
	-o-transition:-o-transform .5s,opacity 0;
	transition:transform .5s,opacity 0
	}
	#header {
		position: fixed;
		top: -127%;
		left: 0;
		height:100%;
		opacity: 0;
		z-index: 800;
		width: 100%;
		background-color: #303030;
		overflow-y: scroll;
		
		-webkit-transform: translate(0,-127%); 
		-moz-transform: translate(0,-127%);
		-ms-transform: translate(0,-127%);
		-o-transform: translate(0,-127%);
		transform: translate(0,-127%);
		
		-webkit-transition: -webkit-transform .5s,opacity 0 .6s;
		-moz-transition: -moz-transform .5s,opacity 0 .6s;
		-o-transition: -o-transform .5s,opacity 0 .6s;
		transition: transform .5s,opacity 0 .6s;
	}
	#header-mob{
	/*	position: fixed;*/
		background: #fff;
		height: 40px;
		top: 0;
		left: 0;
		z-index: 700;
		width: 100%;
	}
	/*body {margin-top: 40px;}*/
	#header-mob a {
		line-height: 24px;
		display: block;
		color: #000000;
	}
	#header-mob a:hover {
		text-decoration: none;
	}
	
	#header .close-menu {
		margin-left: 15px;
		color: white;
        cursor: pointer;
	}

	#header .logo-line{ margin: 0 auto; float: none!important; }
	#header .list-inline { float: none!important; }
	#header .list-inline.social-menu { display: block; }
	#header  nav .list-inline a,#header  nav .list-inline a:hover,#header  nav .list-inline a.selected {
		color: white;
		font-size:14px;
		font-weight:normal;
		text-align:center;
		border:1px solid transparent;
		margin: 10px;
		display: block;
		background-color: transparent;
	}
	#header .logo-line .ifont.name{ color: white; }
	#header nav{ display: block; }
	#header nav .list-inline > li{
		display: block;
	}
	
	#header .list-inline a {
		color: white;
		font-size:14px;
	}
	#header .social-menu{
		padding-top: 20px;
		padding-bottom: 55px;
	}
	#header .social-menu a.link-social {
		display: block;
	}
	#header a.link-social .ifont{
		color: white;
		display: block;
		font-size: 28px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
	#header a.link-social:hover .ifont{
		color: #000000;
	}	
	#header .list-inline a{
		padding: 8px 12px 7px 12px;
	}
    
    
    /* 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;
        cursor: pointer;
	}
	#footer-columns .items .item .title:after{
		display:inline-block;
		float: right;
		font-size: 16px;
		color: #505050;
		content: "+";
		text-align: left;
		margin-right: 10px;
        font-weight:500;
	}
    #footer-columns .items .item .title.noIcon:after{content:"";}
	#footer-columns .items .item .title.open:after{content: "-";}
    #footer-columns .items .item .title.open.noIcon:after{content:"";}
	#footer-columns div.item div.text {display: none;}
	#footer-columns .items .item .text li{line-height: 30px;}
    
    .search-area{padding-top:0px;}
    .breadcrumb {margin-bottom: 0px;}
    
    .widget_categories .widget-title{border-top: 1px solid #dadada;padding-top:10px;font-size:16px; line-height:28px; color:#909090;text-transform: capitalize;padding-bottom:15px;cursor: pointer;}
    .widget_categories .widget-title:after{
		display:inline-block;
		float: right;
		font-size: 16px;
		color: #505050;
		content: "+";
		text-align: left;
		margin-right: 10px;
        font-weight:500;
	}
	.widget_categories .widget-title.open:after{content: "-";}
    .widget_categories > ul {display:none;}
    #footer-columns {margin-top:28px;border-top: 1px solid #dadada;}
    
    .top-faqs h2{margin-bottom:15px;}
    
    #block_helped .btn{margin-top:15px;}

}
@media (min-width: 480px) and (max-width: 768px) {
		.text-sm-center{ text-align:center}
}
@media (max-width: 540px) {
    /* hidden for mobile */
    .table > tbody > tr > th{display: none;}
    .table > thead > tr {display: none;}
    
    .table > tbody > tr {display:block;margin-bottom:25px;}
    .table > tbody > tr:nth-child(odd) {background-color:#f8f8f8}
    .table > tbody > tr > td {display:block;}
    .table > tbody > tr > td.empty {display:none;}
    .table > tbody > tr > td h3{font-size:16px;margin-bottom:12px;}  
}
@media (max-width: 480px) {
	.text-xs-center{ text-align:center}
    .text-xs-center img{margin-left:auto; margin-right:auto;}
    .text-xs-left{ text-align:left}
    .text-xs-right{ text-align:right}
    
    .entry-content ul, .entry-content ol{margin-left:15px; }
    .entry-content ul ul, .entry-content ol ul, .entry-content ul ol, .entry-content ol ol{margin-left:15px;}
    
    .main-title, h1{font-size:24px; line-height:30px;}
    .breadcrumbs-area h1{font-size:30px;}
}	

@media (max-width: 320px) {

}
/* 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) {

    .box-64x64 {background-size:64px 64px;-webkit-background-size:64px 64px;-moz-background-size:64px 64px;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;}
    
    .footer-columns .icons.licenses{background-image:  url("../images/lic@2x.png");}
    .footer-columns .icons.information{background-image:  url("../images/info@2x.png");}
    .footer-columns .icons.policies{background-image:  url("../images/pol@2x.png");}

    .front-page ul.products .logos.usb{background-image:  url("../images/products/UNG@2x.png");}
    .front-page ul.products .logos.sec{background-image:  url("../images/products/SEC@2x.png");}
    .front-page ul.products .logos.sm{background-image:  url("../images/products/SyncMate@2x.png");}
    .front-page ul.products .logos.elmedia{background-image:  url("../images/products/Elmedia@2x.png");}
    .front-page ul.products .logos.spm{background-image:  url("../images/products/SPM@2x.png");}
    .front-page ul.products .logos.vspd{background-image:  url("../images/products/VSPD@2x.png");}
    .front-page ul.products .logos.folx{background-image:  url("../images/products/Folx@2x.png");}
    .front-page ul.products .logos.photobulk{background-image:  url("../images/products/Photobulk@2x.png");}
    .front-page ul.products .logos.flexihub{background-image:  url("../images/products/FH@2x.png");}
    .front-page ul.products .logos.vspax{background-image:  url("../images/products/VSPAX@2x.png");}
    .front-page ul.products .logos.airy{background-image:  url("../images/products/AIRY@2x.png");}
    .front-page ul.products .logos.commander{background-image:  url("../images/products/CommOne@2x.png");}

}