/* Font Open Sans */
@font-face{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('apt-upload/fonts/template/open-sans/OpenSans-Light.woff') format('woff');
}
@font-face{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('apt-upload/fonts/template/open-sans/OpenSans.woff') format('woff');
}
@font-face{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('apt-upload/fonts/template/open-sans/OpenSans-Semibold.woff') format('woff');
}
@font-face{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('apt-upload/fonts/template/open-sans/OpenSans-Bold.woff') format('woff');
}
@font-face{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('apt-upload/fonts/template/open-sans/OpenSans-Extrabold.woff') format('woff');
}
@font-face{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('apt-upload/fonts/template/open-sans/OpenSansLight-Italic.woff') format('woff');
}
@font-face{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('apt-upload/fonts/template/open-sans/OpenSans-Italic.woff') format('woff');
}
@font-face{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('apt-upload/fonts/template/open-sans/OpenSans-SemiboldItalic.woff') format('woff');
}
@font-face{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('apt-upload/fonts/template/open-sans/OpenSans-BoldItalic.woff') format('woff');
}
@font-face{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('apt-upload/fonts/template/open-sans/OpenSans-ExtraboldItalic.woff') format('woff');
}

/* Font Source Sans Pro */
@font-face{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('apt-upload/fonts/template/sourcesanspro/SourceSansPro-Light.woff') format('woff');
}
@font-face{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('apt-upload/fonts/template/sourcesanspro/SourceSansPro-Regular.woff') format('woff');
}
@font-face{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url('apt-upload/fonts/template/sourcesanspro/SourceSansPro-Semibold.woff') format('woff');
}
@font-face{
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 300;
    src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url('apt-upload/fonts/template/sourcesanspro/SourceSansPro-LightIt.woff') format('woff');
}
@font-face{
    font-family: vnf-quicksand-light;
    src: url('apt-upload/fonts/template/vnf-quicksand/vnf-quicksand-light.ttf');
}
@font-face{
    font-family: vnf-quicksand-bold;
    src: url('apt-upload/fonts/template/vnf-quicksand/vnf-quicksand-bold.ttf');
}
@font-face{
    font-family: AgencyFB-Bold;
    src: url('apt-upload/fonts/template/agencyfb/AgencyFB-Bold.ttf');
}

@font-face{
    font-family: roboto-c;
  	font-style: normal;
    font-weight: 400;
    src: url('apt-upload/fonts/template/tahoma/tahoma.ttf');
}
@font-face{
    font-family: roboto;
  	font-style: normal;
    font-weight: 400;
    src: url('apt-upload/fonts/template/tahoma/tahoma.ttf');
}html{
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto';;
	font-size: 14px;
	color: #333333;
  	text-decoration: none;
  	  	  	  	  	  	  	  	  	  	
}
body, td, th, input, textarea, select, a{
    font-size: 14px;
}
.loader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  	}
a, a:visited, a b{
  	font-family: 'Roboto';;
  	font-size: 14px;
	color: #0074a2;
  	text-decoration: none;  	
	  	  	  	
}
a:hover{    
	  		font-size: 14px;
  	  	  	text-decoration: none;
  	  	  	  	
}
a img{
    border:none;
}
h1, .welcome{
    color:#636E75;
    font-family:"Open Sans", sans-serif;
    margin-top:0px;
    margin-bottom:20px;
    font-size:32px;
    font-weight:normal;
    text-shadow:0 0 1px rgba(0, 0, 0, .01);
}
h2{
    color:#000000;
    font-size:16px;
    margin-top:0px;
    margin-bottom:5px;
}
p{
    margin-top:0px;
}
form{
    padding:0;
    margin:0;
    display:inline;
}
input[type='text'], input[type='password'], textarea{
    padding:3px;
    margin-left:0;
    margin-right:0;
    box-shadow:0 2px 5px rgba(204, 204, 204, 0.4) inset;
    border-radius:3px;
    background:none repeat scroll 0 0 #fff;
    border:1px solid #d4d4d4;
    color:#333;
    font-size:12px;
    outline:medium none;
    width:auto;
}
input[type='radio']{
    margin-right:4px;
}
select{
    background:#F8F8F8;
    border:1px solid #CCCCCC;
    padding:2px;
}
label{
    cursor:pointer;
}
.clearfix:after,
.clearfix:before{
    clear:both;
    content:" ";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
}
.clearfix{
    display:block;
}
.mar-top1{
    margin-top:10px;
    width:100%;
}
.mar-top2{
    margin-top:20px;
    width:100%;
}
.mar-top3{
    margin-top:30px;
    width:100%;
}
.mar-top4{
    margin-top:40px;
    width:100%;
}
.pad-center1{
    padding:0 10px;
}
.pad-center2{
    padding:0 20px;
}
.pad-center3{
    padding:0 30px;
}
.pad-full5{
    padding:5px;
}
.divider-line7{
    border-bottom:1px solid #F0F0F0;
    float:left;
    height:8px;
    margin:10px 0 40px;
    padding:0;
    width:100%;
}
.divider-line3{
    border-bottom:1px solid #F0F0F0;
    float:left;
    height:18px;
    margin:32px 0 50px;
    padding:0;
    width:100%;
}
.success, .warning, .attention, .information{
    padding:10px 10px 10px 33px;
    margin-bottom:15px;
    color:#555555;
}
.success i.fa, .warning i.fa, .attention i.fa, .information i.fa{
    margin-right:10px;
}
.success{
    background:#EAF7D9 url('apt-upload/image/icon/success.png') 10px center no-repeat;
    border:1px solid #BBDF8D;
}
.warning{
    background:#FFD1D1 url('apt-upload/image/icon/warning.png') 10px center no-repeat;
    border:1px solid #F8ACAC;
}
.attention{
    background:#FFF5CC url('apt-upload/image/icon/attention.png') 10px center no-repeat;
    border:1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close{
    float:right;
    padding-top:4px;
    padding-right:4px;
    cursor:pointer;
}
.alert{
    padding:4px;
    margin-bottom:15px;
    color:#555555;
    background:#FFF5CC;
    border:1px solid #F2DD8C;
    text-align:center;
}
.required{
    color:#FF0000;
    font-weight:bold;
}
.error{
    display:block;
    color:#FF0000;
}
.help{
    color:#999;
    font-size:10px;
    font-weight:normal;
    font-family:"Open Sans", sans-serif;
    display:block;
}
table.form{
    width:100%;
    border-collapse:collapse;
    margin-bottom:20px;
}
table.form tr td:first-child{
    width:150px;
}
table.form > * > * > td{
    color:#000000;
}
table.form td{
    padding:4px;
}
input.large-field, select.large-field{
    width:300px;
}
table.list{
    border-collapse:collapse;
    width:100%;
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    margin-bottom:20px;
}
table.list td{
    border-right:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
}
table.list thead td{
    background-color:#EFEFEF;
    padding:0px 5px;
}
table.list thead td a, .list thead td{
    text-decoration:none;
    color:#222222;
    font-weight:bold;
}
table.list tbody td{
    padding:0px 5px;
}
table.list .left{
    text-align:left;
    padding:7px;
}
table.list .right{
    text-align:right;
    padding:7px;
}
table.list .center{
    text-align:center;
    padding:7px;
}
table.radio{
    width:100%;
    border-collapse:collapse;
}
table.radio td{
    padding:5px;
}
table.radio td label{
    display:block;
}
table.radio tr td:first-child{
    width:1px;
}
table.radio tr td:first-child input{
    margin-top:1px;
    margin-left:0;
    position:static;
}
table.radio tr.highlight:hover td{
    background:#F1FFDD;
    cursor:pointer;
}
.pagenumber{
    border-top:1px solid #DDDDDD;
    display:inline-block;
    width:100%;
    padding-top:6px;
}
.pagenumber .links{
    float:left;
    padding-top:6px;
}
.pagenumber .links .pagination{
    display:inline-block;
    margin:0;
    padding-left:0;
}
.pagenumber .links .pagination > li{
    display:inline;
}
.pagenumber .links .pagination > li > a,
.pagenumber .links .pagination > li > span{
    background-color:#ffffff;
    border:1px solid #dddddd;
    color:#1e91cf;
    float:left;
    line-height:1.42857;
    margin-left:-1px;
    padding:4px 10px;
    position:relative;
    text-decoration:none;
}
.pagenumber .links .pagination > li:first-child > a,
.pagenumber .links .pagination > li:first-child > span{
    border-bottom-left-radius:3px;
    border-top-left-radius:3px;
    margin-left:0;
}
.pagenumber .links .pagination > li:last-child > a,
.pagenumber .links .pagination > li:last-child > span{
    border-bottom-right-radius:3px;
    border-top-right-radius:3px;
}
.pagenumber .links .pagination > li > a:hover,
.pagenumber .links .pagination > li > span:hover,
.pagenumber .links .pagination > li > a:focus,
.pagenumber .links .pagination > li > span:focus{
    background-color:#eeeeee;
    border-color:#dddddd;
    color:#14628c;
}
.pagenumber .links .pagination > .active > a,
.pagenumber .links .pagination > .active > span,
.pagenumber .links .pagination > .active > a:hover,
.pagenumber .links .pagination > .active > span:hover,
.pagenumber .links .pagination > .active > a:focus,
.pagenumber .links .pagination > .active > span:focus{
    background:none repeat scroll 0 0 #2ea2cc;
    border-color:#0074a2;
    border-style:solid;
    border-width:1px;
    box-shadow:0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color:#ffffff;
    cursor:default;
    z-index:2;
}
.pagenumber .links .pagination > .disabled > span,
.pagenumber .links .pagination > .disabled > span:hover,
.pagenumber .links .pagination > .disabled > span:focus,
.pagenumber .links .pagination > .disabled > a,
.pagenumber .links .pagination > .disabled > a:hover,
.pagenumber .links .pagination > .disabled > a:focus{
    background-color:#ffffff;
    border-color:#dddddd;
    color:#777777;
    cursor:not-allowed;
}
.pagenumber .results{
    float:right;
    padding-top:6px;
    font-size:12px;
}
/* button */
a.button, input.button{
    background:#499bea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:-moz-linear-gradient(top, #499bea 0%, #207ce5 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #499bea 0%, #207ce5 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #499bea 0%, #207ce5 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #499bea 0%, #207ce5 100%); /* IE10+ */
    background:linear-gradient(to bottom, #499bea 0%, #207ce5 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0); /* IE6-9 */
    border:1px solid #0074a2;
    color:#fff;
    border-radius:3px;
    box-shadow:0 1px 4px 0 rgb(200, 200, 210);
    text-decoration:none;
    display:inline-block;
    padding:4px 10px;
    cursor:pointer;
    font-size:11px;
}
input.button{
    text-decoration:none;
}
a.button:hover,
a.button:focus,
a.button:active,
input.button:hover,
input.button:focus,
input.button:active{
    background:rgb(255, 175, 75); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 175, 75, 1)), color-stop(100%, rgba(255, 146, 10, 1))); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* IE10+ */
    background:linear-gradient(to bottom, rgba(255, 175, 75, 1) 0%, rgba(255, 146, 10, 1) 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0); /* IE6-8 */
    border:1px solid rgb(255, 103, 15);;
    color:#fff;
}
.buttons{
    background:#FFFFFF;
    border:1px solid #EEEEEE;
    overflow:auto;
    padding:6px;
    margin-bottom:20px;
}
.buttons .left{
    float:left;
    text-align:left;
}
.buttons .right{
    float:right;
    text-align:right;
}
.buttons .center{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.htabs{
    padding:0px 0px 0px 10px;
    height:26px;
    line-height:16px;
    border-bottom:1px solid #DDDDDD;
}
.htabs a{
    background:#ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background:-webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background:-o-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* Opera 12+ */
    background:-ms-radial-gradient(center, ellipse cover, #ffffff 0%, #e5e5e5 100%); /* IE10+ */
    background:radial-gradient(ellipse at center, #ffffff 0%, #e5e5e5 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1); /* IE6-8 fallback on horizontal gradient */
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    padding:4px 12px;
    float:left;
    font-family:"Open Sans", sans-serif;
    font-size:12px;
    text-align:center;
    text-decoration:none;
    color:#000000;
    margin-right:2px;
    display:none;
}
.htabs a.selected{
    padding-bottom:5px;
    background:#FFFFFF;
    font-weight:bold;
}
.tab-content{
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    padding:10px;
    margin-bottom:20px;
    z-index:2;
}
/* box */
.box{
    background:#fff;    
    margin-bottom:20px;
}
.box .box-heading{
    border-bottom: 2px solid #DE2425;
    height: 40px;
    line-height: 16px;
    padding: 0 0 0 8px;
}
#column-left .box-heading {
 	background: #DE2425;
  	border:none;
  	padding: 10px 0;
  	text-align: center;
  	font-size: 15px;          	    
  	text-transform:uppercase;
  	font-weight:bold;
  	color:#fff;
}
.box .box-heading > span {
  	display:inline;
  	background: #DE2425;
    border-left: 2px solid #DE2425;
    border-right: 2px solid #DE2425;
    border-top: 2px solid #DE2425;
    color: #fff;    
    float: left;    
    font-size: 15px;    
    padding: 10px 30px;
  	padding-bottom:12px;
    text-align: center;    
  	text-transform:uppercase;
  	font-weight:bold;
  	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.box-heading i.fa, .box-heading span.fa{
    margin-right:5px;
}
.box .box-content{
    background:#FFFFFF;    
}

.box .box-heading.box-news-featured{
	border-bottom: 1px solid #b7b7b7;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

#column-left .box-content {
  	border-left: 1px solid #D7D7D7;
  	border-right: 1px solid #D7D7D7;
  	border-bottom: 1px solid #D7D7D7;
}
.box .box-content .carousel{
    padding:0;
}
.box .box-content .carousel .owl-carousel{
    box-shadow:none;
}
/* box category */
ul.box-category, ul.box-category ul{
    list-style:none;
    margin:0;
    padding:0;
}
ul.box-category > li:first-child{
    padding:0px;
}
ul.box-category > li{
    padding:0px;
}
ul.box-category > li + li{
    border-top:1px solid #ddd;
}
ul.box-category > li > a{
    text-decoration:none;
    color:#444444;
    line-height:14px;
    padding:8px 5px 7px;
    display:block;
}
ul.box-category > li > a i.fa,
ul.box-category > li > a span.fa{
    font-size:9px;
    margin-right:5px;
}
ul.box-category > li > a:hover{
    background-color:#eee;
}
ul.box-category > li ul{
    /*display: none;*/
}
ul.box-category > li a.active{
    font-weight:bold;
}
ul.box-category > li ul.active,
ul.box-category > li a.active + ul.no-active{
    display:block;
}
ul.box-category > li ul.no-active{
    display:none;
}
ul.box-category > li ul > li{
    padding:0;
}
ul.box-category > li ul > li > a{
    text-decoration:none;
    color:#444;
    line-height:14px;
    padding:8px 25px 7px;
    display:block;
}
ul.box-category > li ul > li > a:hover{
    background-color:#eee;
}
ul.box-category > li ul > li > a.active{
    font-weight:bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul{
    list-style:none;
    margin:0;
    padding:10px;
}
ul.box-filter span{
    font-weight:bold;
    border-bottom:1px solid #EEEEEE;
    display:block;
    padding-bottom:5px;
    margin-bottom:8px;
}
ul.box-filter > li ul{
    padding-bottom:10px;
}
/* content */
#content .content{
    padding:10px;
    overflow:auto;
    margin-bottom:20px;
    border:1px solid #EEEEEE;
}
#content .content .left{
    float:left;
    width:49%;
}
#content .content .right{
    float:right;
    width:49%;
}
/* category */
.category-info{
    overflow:auto;
    margin-bottom:20px;
  	text-align:center;
}
.category-info .image{
    float:left;
    padding:5px;
    margin-right:15px;
    border:1px solid #E7E7E7;
}
.category-list{
    overflow:auto;
    margin-bottom:20px;
}
.category-list > div{
    border:1px solid #ccc;
    display:inline-block;
    margin:10px 7px;
    padding:8px;
    text-align:center;
    vertical-align:top;
    width:150px;
}
.category-list > div:hover{
    box-shadow:0 0 15px #0074A2;
    border:1px solid #2c9ca2;
}
.category-list > div .image{
    display:block;
    margin:0 auto;    
}
.category-list > div .name{
    height:30px;
}
.category-list > div .name a{
    color:#13294a;
    display:block;
    font-weight:bold;
    margin-bottom:4px;
    text-decoration:none;
}
/* manufacturer */
.manufacturer-list{
    border:1px solid #DBDEE1;
    padding:5px;
    overflow:auto;
    margin-bottom:20px;
}
.manufacturer-heading{
    background:#F8F8F8;
    font-size:15px;
    font-weight:bold;
    padding:5px 8px;
    margin-bottom:6px;
}
.manufacturer-content{
    padding:8px;
}
.manufacturer-list ul{
    float:left;
    width:25%;
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.comment-list > div{
    padding:10px 2px;
    overflow:auto;
    margin-bottom:2px;
}
.comment-list > div + div{
    border-top:1px solid #EEEEEE;
}
.comment-list > div .left{
    float:left;
    width:15%;
}
.comment-list > div .left .avata{
    text-align:center;
    position:relative;
    top:20%;
    left:10%;
    color:#C2C2C2;
    width:50px;
    height:50px;
    border:2px solid #C2C2C2;
    border-radius:50%;
    font-size:30px;
}
.comment-list > div .left .avata:after, .comment-list > div .left .avata:before{
    left:92%;
    top:50%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
}
.comment-list > div .left .avata:after{
    border-color:rgba(136, 183, 213, 0);
    border-left-color:#fff;
    border-width:13px;
    margin-top:-13px;
}
.comment-list > div .left .avata:before{
    border-color:rgba(194, 225, 245, 0);
    border-left-color:#C2C2C2;
    border-width:16px;
    margin-top:-16px;
}
.comment-list > div .right{
    float:right;
    width:85%;
}
.comment-list > div .info{
    width:99%;
    background:none repeat scroll 0 0 #eee;
    box-shadow:0 0 10px #ccc inset;
    padding:9px;
}
.comment-list > div .info .author, .comment-list > div .info .date{
    color:#333;
}
.comment-list > div .info .author i.fa, .comment-list > div .info .date i.fa{
    width:15px;
    margin-right:5px;
}
span.on i.fa, span.on span.fa{
    color:#F0A600;
    font-size:12px;
}
span.off i.fa, span.off span.fa{
    font-size:12px;
}
.login-content{
    margin-bottom:20px;
    overflow:auto;
}
.login-content .left{
    float:left;
    width:48%;
}
.login-content .right{
    float:right;
    width:48%
}
.login-content .left .content, .login-content .right .content{
    min-height:190px;
}
/* comment */
h2#comment-title{
    background:none repeat scroll 0 0 #fff;
    border-top:1px solid #ddd;
    color:#333;
    padding:8px;
    margin:0 -10px;
}
.write-comment{
    background:none repeat scroll 0 0 #eee;
    box-shadow:0 0 10px #ccc inset;
    padding:10px;
    margin:0 -10px -10px -10px;
}
.write-comment p{
    margin-bottom:0;
    font-weight:bold;
}
.write-comment > div{
    margin-bottom:10px;
}
.write-comment div.buttons{
    border:none;
    background:none
}
.write-comment input[type="text"], .write-comment textarea{
    border:2px solid #d7dce9;
    border-radius:5px;
    background:none repeat scroll 0 0 #fff;
    padding:5px;
}
.captcha{
    background:#a90329; /* Old browsers */
    background:-moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* IE10+ */
    background:linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0); /* IE6-9 */
    border-radius:3px;
    box-shadow:0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-sizing:border-box;
    width:225px;
    padding:5px;
}
.captcha .c_image{
    margin-bottom:5px;
}
.captcha .c_image img{
    border:3px;
}
.captcha .c_input{
    background:#f1e767; /* Old browsers */
    background:-moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #f1e767 0%, #feb645 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #f1e767 0%, #feb645 100%); /* IE10+ */
    background:linear-gradient(to bottom, #f1e767 0%, #feb645 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767', endColorstr='#feb645', GradientType=0); /* IE6-9 */
    border-radius:3px;
    padding:5px;
    width:150px;
    display:inline-block;
}
.captcha .c_input input{
    width:100px;
    padding:3px;
    border:1px solid #ccc;
    border-radius:0;
}
.captcha .c_input p{
    font-weight:normal;
    font-size:11px;
    color:#333333;
}
.captcha .c_input a{
    background:#ff3019; /* Old browsers */
    background:-moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
    background:-webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
    background:-o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
    background:-ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
    background:linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
    border:1px solid #8B0221;
    color:#fff;
    padding:1px 10px;
}
.captcha .c_input a:hover, .captcha .c_input a:focus, .captcha .c_input a.active{
    background:#8B0221;
}
.captcha .c_logo{
    display:inline-block;
    vertical-align:top;
    margin-top:10px;
}
.write-comment .rating span{
    cursor:pointer;
}
/* search */
.box-search{
    border:1px solid #eeeeee;
    margin-bottom:20px;
    overflow:auto;
    padding:10px;
}
.box-search div{
    margin-bottom:10px;
}
.box-search .search input{
    color:#999;
    padding:5px 10px;
}
.box-search .category select{
    display:block;
}
.contact-info{
    overflow:auto;
}
.contact-info .left{
    float:left;
    width:48%;
}
.contact-info .right{
    float:left;
    width:48%;
}
.location-info{
    margin-bottom:20px;
    border:1px solid #eeeeee;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);
    min-height:100px;
    overflow:auto;
}
.location-info .location-heading{
    background-color:#f5f5f5;
    border-color:#ddd;
    color:#333;
    padding:10px 15px;
}
.location-info span,
.location-info i{
    margin-right:5px;
}
.location-info .location-content{
    background:#FFFFFF;
    padding:10px;
}
.location-info .location-content .column{
    float:left;
    width:25%;
    min-height:100px;
}
.sitemap-info{
    overflow:auto;
    margin-bottom:40px;
}
.sitemap-info .left{
    float:left;
    width:48%;
}
.sitemap-info .right{
    float:left;
    width:48%;
}
/* account */
.login div{
    margin-bottom:10px;
}
.login div p{
    font-weight:bold;
    margin-bottom:0;
}
/* banner */
.banner div{
    text-align:center;
    width:100%;    
}
.banner div img{
    margin-bottom:20px;
}
/* use module */
p.wait,
p.no-data{
    text-align:center;
}
p.wait i.fa{
    text-align:center;
    color:#0074A2;
}
p.source{
    text-align:right;
    font-style:italic;
    margin-right:10px;
}
.account{
    padding:10px 10px 0 10px;
}
.account .info a{
    display:block;
    text-align:center;
}
.account .login div{
    margin-bottom:10px;
}
.account .login div p{
    font-weight:bold;
    margin-bottom:0;
}
.account .login div input[type='text'], .account .login div input[type='password']{
    width:95%;
}/* layout */
#container{
    background: none repeat scroll 0 0 #FFFFFF;    
  	  	  		  		  		  		  		
}

.container{
      	  	
  	  		  		  		  		  		
}

#column-left{
                
	text-decoration: none;
                                                                      	  		  		  		  		  	  	  		  		  		  		  	            
}

#column-right{
                
	text-decoration: none;
                                                                      	  		  		  		  		  	  	  		  		  		  		  	            
}

#content{
                
	text-decoration: none;
                                                                          	  		  		  		  		  	  	  		  		  		  		  	            
}

#column-left + #column-right + #content, #column-left + #content{
  	  	margin-left: 215px;
  	}

#column-right + #content{
  	  	margin-right: 215px;
  	    
}

#content h1{
                
  	text-decoration: none;
                                                                      	  		  		  		  		  	  	  		  		  		  		  	  	
            
}

/* footer */
#footer{    
                
  	text-decoration: none;
                          	background-repeat: no-repeat;
          	background-position: center left;
                                              	  		  		  		  		  	  	  		  		  		  		  	              
}
#footer .logo{
    margin-bottom:10px;
}
#footer .logo img{
    width:55%;
}
#footer h3{
        color: #fff;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
#footer .column{
    float:left;
    width:23%;
    padding: 0 15px;
}
#footer .column.big{
    width:31%;
}
#footer .column.column-right ul{
        margin-top: 0px;
    padding-left: 35px;
    padding-top: 15px;
    border-top: 1px solid #9b9b9b;
}
#footer .column ul li{
    margin-bottom:3px;
}
#footer .column a{
    text-decoration:none;
    color:#fff;
      font-size: 12px;
    font-family: roboto-c;
      line-height: 28px;
}
#footer .column a:hover{
    text-decoration:underline;
    color:#fff;
}
#footer .social-network ul{
    margin:0;
    padding:0;
}
#footer .social-network ul li{
    list-style:none;
    display:inline-block;
    margin-right:5px;
}
#footer .social-network ul li a{
  display: inline-block;
    color: #fff;
    text-align: center;
    padding: 8px;
    width: 35px;
    height: 35px;
    font-size: 9px !important;
    border: 1px solid #bfbfbf;
}
#footer .social-network ul li a i{
  	margin-right:0 !important;
}
#footer #powered{
    padding:5px;
    text-align:left;
    clear:both;
    border-top:1px solid #666;
    border-bottom:medium none;
}
#footer #powered a{
    font-weight:bold;
    text-transform:uppercase;
}
/* product viewed */
#product-viewed {
 	background:#EFEFEF;
  	padding: 20px 0 10px 0;
}
#product-viewed .heading {
  	font-weight:bold;
  	text-transform:uppercase;
  	font-size: 16px;
  	color:#666666;
  	margin-bottom: 10px;
}
/* newsletters */
#newsletters {
 	background:#fff; 
  	padding: 20px 0;
}
#newsletters .left {
  	float:left;
  	width: 59%;    	
}
#newsletters .right {  	
  	float:right;
  	width: 39%;  	
}

#newsletters .form {
  	border: 2px dashed #DCDCDC;
  	text-align: center;
  	padding:20px;
}
#newsletters .form button{
  	background:#DE2425;
  	border:0;
  	padding:8px;
  	color:#fff;
}
#newsletters .form p{
  	font-size:15px;
  	text-transform:uppercase;
  	font-weight:bold;
}
#newsletters .form input{
  	background:#EBEBEB;
  	border:0;
  	padding:8px;
  	color:#A8A8A8;
  	border-radius:0;
  	width: 70%;
  	font-weight:bold;
}/* orders */
.order-list{
    margin-bottom:10px;
}
.order-list .order-id{
    width:49%;
    float:left;
    margin-bottom:2px;
}
.order-list .order-status{
    width:49%;
    float:right;
    text-align:right;
    margin-bottom:2px;
}
.order-list .order-content{
    padding:10px 0px;
    display:inline-block;
    width:100%;
    margin-bottom:20px;
    border-top:1px solid #EEEEEE;
    border-bottom:1px solid #EEEEEE;
}
.order-list .order-content div{
    float:left;
    width:33.3%;
}
.order-list .order-info{
    text-align:right;
}
.order-detail{
    background:#EFEFEF;
    font-weight:bold;
}
/* returns */
.return-list{
    margin-bottom:10px;
}
.return-list .return-id{
    width:49%;
    float:left;
    margin-bottom:2px;
}
.return-list .return-status{
    width:49%;
    float:right;
    text-align:right;
    margin-bottom:2px;
}
.return-list .return-content{
    padding:10px 0px;
    display:inline-block;
    width:100%;
    margin-bottom:20px;
    border-top:1px solid #EEEEEE;
    border-bottom:1px solid #EEEEEE;
}
.return-list .return-content div{
    float:left;
    width:33.3%;
}
.return-list .return-info{
    text-align:right;
}
.return-product{
    overflow:auto;
    margin-bottom:20px;
}
.return-name{
    float:left;
    width:31%;
    margin-right:15px;
}
.return-model{
    float:left;
    width:31%;
    margin-right:15px;
}
.return-quantity{
    float:left;
    width:31%;
}
.return-detail{
    overflow:auto;
    margin-bottom:20px;
}
.return-reason{
    float:left;
    width:31%;
    margin-right:15px;
}
.return-opened{
    float:left;
    width:31%;
    margin-right:15px;
}
.return-opened textarea{
    width:98%;
    vertical-align:top;
}
.return-captcha{
    float:left;
}
.download-list{
    margin-bottom:10px;
}
.download-list .download-id{
    width:49%;
    float:left;
    margin-bottom:2px;
}
.download-list .download-status{
    width:49%;
    float:right;
    text-align:right;
    margin-bottom:2px;
}
.download-list .download-content{
    padding:10px 0px;
    display:inline-block;
    width:100%;
    margin-bottom:20px;
    border-top:1px solid #EEEEEE;
    border-bottom:1px solid #EEEEEE;
}
.download-list .download-content div{
    float:left;
    width:33.3%;
}
.download-list .download-info{
    text-align:right;
}
/* cart */
.cart-info table{
    width:100%;
    margin-bottom:15px;
    border-collapse:collapse;
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
}
.cart-info td{
    padding:7px;
}
.cart-info thead td{
    color:#4D4D4D;
    font-weight:bold;
    background-color:#F7F7F7;
    border-bottom:1px solid #DDDDDD;
}
.cart-info thead .image{
    text-align:center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity{
    text-align:left;
}
.cart-info thead .price, .cart-info thead .total{
    text-align:right;
}
.cart-info tbody td{
    vertical-align:top;
    border-bottom:1px solid #DDDDDD;
}
.cart-info tbody .image img{
    border:1px solid #DDDDDD;
}
.cart-info tbody .image{
    text-align:center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity{
    text-align:left;
}
.cart-info tbody .quantity a.remove{
    color:#F00;
    font-size:18px;
}
.cart-info tbody .quantity a.update{
    color:#0074A2;
    font-size:16px;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img{
    position:relative;
    top:4px;
    cursor:pointer;
}
.cart-info tbody .price, .cart-info tbody .total{
    text-align:right;
}
.cart-info tbody span.stock{
    color:#F00;
    font-weight:bold;
}
.cart-module > div{
    display:none;
}
.cart-total{
    border-top:1px solid #DDDDDD;
    overflow:auto;
    padding-top:8px;
    margin-bottom:15px;
}
.cart-total table{
    float:right;
}
.cart-total td{
    padding:3px;
    text-align:right;
}
/* checkout */
.checkout-heading{
    background:#F8F8F8;
    border:1px solid #DBDEE1;
    padding:8px;
    font-weight:bold;
    font-size:13px;
    color:#555555;
    margin-bottom:15px;
}
.checkout-heading a{
    float:right;
    margin-top:1px;
    font-weight:normal;
    text-decoration:none;
}
.checkout-content{
    padding:0px 0px 15px 0px;
    display:none;
    overflow:auto;
}
.checkout-content .left{
    float:left;
    width:48%;
}
.checkout-content .right{
    float:right;
    width:48%;
}
.checkout-content .buttons{
    clear:both;
}
.checkout-product table{
    width:100%;
    border-collapse:collapse;
    border-top:1px solid #DDDDDD;
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    margin-bottom:20px;
}
.checkout-product td{
    padding:7px;
}
.checkout-product thead td{
    color:#4D4D4D;
    font-weight:bold;
    background-color:#F7F7F7;
    border-bottom:1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model{
    text-align:left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total{
    text-align:right;
}
.checkout-product tbody td{
    vertical-align:top;
    border-bottom:1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model{
    text-align:left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total{
    text-align:right;
}
.checkout-product tfoot td{
    text-align:right;
    border-bottom:1px solid #DDDDDD;
}