

/* Head styles
-----------------------------------------------------------------------------*/
html {
    width: 100%;
}

body {
    width: 100%;
    font: 400 12px "Open Sans", Helvetica, sans-serif;
    color: #000;
}

body.home {
    background: url("../img/body-main1.png") repeat-x left 265px;
}

.wrapper {
    width: 1050px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}


/* Page full
-----------------------------------------------------------------------------*/
div.page-full {
}


/* Page header
-----------------------------------------------------------------------------*/
header.page-header {
    position: relative;
    z-index: 99999;
}

/* Top bar */
header.page-header div.top-bar {
    height: 56px;
    background: url("../img/bg@top-bar.png") no-repeat center bottom;
}

/* Contact text */
header.page-header div.top-bar p.contact-text {
    height: 37px;
    float: left;
    margin-right: 20px;
    padding-left: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    font-family: Arial;
    line-height: 38px;
    color: #a5a5a5;
}

header.page-header div.top-bar p.contact-text.tel {
    background-image: url("../img/icon@tel.png");
}

header.page-header div.top-bar p.contact-text.email {
    padding-left: 23px;
    background-image: url("../img/icon@email.png");
}

header.page-header div.top-bar p.contact-text.address {
    background-image: url("../img/icon@address.png");
}

/* Social */
header.page-header div.top-bar div.social {
    float: right;
}

header.page-header div.top-bar div.social p {
    float: left;
    font-weight: bold;
    font-family: Arial;
    line-height: 38px;
    color: #494949;
}

header.page-header div.top-bar div.social ul {
    float: left;
    margin: 8px 0 0 5px;
}

header.page-header div.top-bar div.social ul li {
    width: 23px;
    height: 23px;
    float: left;
    margin-left: 3px;
}

header.page-header div.top-bar div.social ul li a {
    width: inherit;
    height: inherit;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -99999px;
}

header.page-header div.top-bar div.social ul li a:hover {
    background-position: -23px 0;
}

header.page-header div.top-bar div.social ul li.facebook a {
    background-image: url("../img/icon@social-facebook.png");
}

header.page-header div.top-bar div.social ul li.twitter a {
    background-image: url("../img/icon@social-twitter.png");
}

header.page-header div.top-bar div.social ul li.rss a {
    background-image: url("../img/icon@social-rss.png");
}

/* Page logo */
header.page-header div.logo-content {
    height: 85px;
    padding-bottom: 5px;
}

header.page-header.top div.logo-content {
    margin-bottom: 44px;
}

header.page-header div.logo-content div.page-logo {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

/* Main menu */
header.page-header nav.main-menu {
    width: inherit;
    height: 44px;
    float: left;
    position: relative;
    background: url("../img/bg@main-menu.png") repeat-x;
    border-radius: 2px;
}

header.page-header.top nav.main-menu {
    position: fixed;
    top: 0;
}

header.page-header nav.main-menu a.menu-collapse {
    width: 31px;
    height: 20px;
    display: none;
    position: absolute;
    top: 11px;
    left: 12px;
    background: url("../img/icon@menu-collapse.png") no-repeat;
}

header.page-header nav.main-menu > ul {
    height: inherit;
    float: left;
}

header.page-header nav.main-menu > ul > li {
    height: inherit;
    float: left;
    position: relative;
}

header.page-header nav.main-menu > ul > li > a {
    height: 30px;
    display: block;
    padding: 14px 12px 0;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

header.page-header nav.main-menu > ul > li:hover > a {
    background: linear-gradient(to bottom, #081B59 0%, #081B59 100%);
}

header.page-header nav.main-menu > ul > li.home {
    width: 44px;
    height: 44px;
    background: linear-gradient(to bottom, #1d1d1d 0%, #181818 100%);
    border-radius: 2px 0 0 2px;
}

header.page-header nav.main-menu > ul > li.home > a {
    width: inherit;
    height: inherit;
    padding: 0;
    background: url("../img/icon@home.png") no-repeat center center;
    text-indent: -99999px;
}

header.page-header nav.main-menu .sub-menu {
    width: 230px;
    display: none;
    position: absolute;
    z-index: 999;
    top: 44px;
    left: 0;
    background: #081B59;
	opacity:0.9;
    border-bottom: 4px solid #081B59;
}

header.page-header nav.main-menu .sub-menu li {
    width: 230px;
    float: left;
    font-size: 13px;
}

header.page-header nav.main-menu .sub-menu li a {
    display: block;
    padding: 10px 0 10px 25px;
    background-image: url("../img/icon@sub-menu-arrow.png");
    background-repeat: no-repeat;
    background-position: 12px center;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    transition: background-color .2s linear;
}

header.page-header nav.main-menu .sub-menu li a:hover {
    background-color: #081B59;
    background-image: url("../img/icon@sub-menu-arrow-active.png");
    color: #fff;
}

/* Search */
header.page-header nav.main-menu div.search {
    width: 222px;
    height: inherit;
    float: right;
    background: url("../img/bg@search.png") repeat-x;
    border-radius: 0 2px 2px 0;
}

header.page-header nav.main-menu div.search input[type="text"] {
    width: 137px;
    height: 34px;
    float: left;
    margin-left: 25px;
    padding: 6px 8px 4px 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
}

header.page-header nav.main-menu div.search input[type="submit"] {
    width: 42px;
    height: 44px;
    float: left;
    text-indent: -99999px;
}


/* Page footer
-----------------------------------------------------------------------------*/
footer.page-footer {
    margin-top: 30px;
}

/* Top and bottom bordered div */
footer.page-footer div.bordered {
    padding: 15px 0;
    border-top: 1px dotted #a3a3a3;
    border-bottom: 1px dotted #a3a3a3;
    font-family: Arial;
    line-height: 20px;
    color: #999;
}

/* Footer menu */
footer.page-footer nav.footer-menu {
    display: inline-block;
}

footer.page-footer nav.footer-menu ul li {
    display: inline-block;
}

footer.page-footer nav.footer-menu ul li:before {
    display: inline-block;
    margin: 0 5px;
    content: "|";
}

footer.page-footer nav.footer-menu ul li:first-child:before {
    display: none;
}

footer.page-footer nav.footer-menu ul li a:hover {
    text-decoration: underline;
}

/* Back to top */
footer.page-footer a.back-to-top {
    width: 140px;
    height: 25px;
    display: block;
    position: relative;
    cursor: pointer;
    margin: 15px auto 10px;
    padding-top: 10px;
    background: #cc3333;
    font-family: Arial;
    color: #fff;
    text-align: center;
}

footer.page-footer a.back-to-top:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: -6px;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #cc3333;
    content: " ";
    text-indent: -99999px;
}


/* Container
-----------------------------------------------------------------------------*/
div.container {
}


/* News bar
-----------------------------------------------------------------------------*/
div.news-bar {
    width: inherit;
    height: 42px;
    float: left;
    overflow: hidden;
    background: #fff;
    line-height: 43px;
    color: #999;
}

/* Paragraph */
div.news-bar p {
    width: 115px;
    height: inherit;
    float: left;
    background: url("../img/shadow@news-bar.png") no-repeat right top;
    text-align: center;
}

/* Slider */
div.news-bar .bx-wrapper {
    width: 920px !important;
    float: left;
    margin-left: 15px !important;
}

div.news-bar a:hover {
    text-decoration: underline;
}


/* Main slider
-----------------------------------------------------------------------------*/
div.main-slider {
    width: inherit;
    height: 300px;
    float: left;
    position: relative;
    border-top: 1px solid #eee;
}

/*div.main-slider:after {
    width: 1166px;
    height: 418px;
    position: absolute;
    top: -85px;
    left: -55px;
    z-index: -1;
    background: url("../img/bg@main-slider.png") no-repeat;
    content: " ";
    text-indent: -99999px;
}*/

/* Slider */
div.main-slider .bx-wrapper {
    width: 850px;
    float: left;
}

div.main-slider .bx-wrapper ul li {
    width: 850px;
    float: left;
    position: relative;
}

div.main-slider .bx-wrapper ul li div.info {
    width: 510px;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

div.main-slider .bx-wrapper ul li div.info h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
}

div.main-slider .bx-wrapper ul li div.info h3 {
    margin: 10px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

div.main-slider .bx-wrapper ul li div.info p {
    font-size: 11px;
    line-height: 16px;
}

/* Pager */
div.main-slider ul.pager {
    width: 200px;
    height: 300px;
    float: left;
    position: relative;
    z-index: 999;
    background: #fef0f0;
}

div.main-slider ul.pager li {
    width: 200px;
    height: 74px;
    float: left;
    border-top: 1px solid #efe1e1;
}

div.main-slider ul.pager li a {
    width: 180px;
    height: 64px;
    display: block;
    position: relative;
    padding: 5px 10px;
    color: rgba(0, 0, 0, 0.5);
}

div.main-slider ul.pager li a span {
    width: 36px;
    height: 36px;
    float: left;
    display: block;
    margin-top: 13px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    font-weight: 700;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

div.main-slider ul.pager li a p {
    width: 132px;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 11px;
}

div.main-slider ul.pager li a.active {
    background: #4735b1;
    color: #fff;
}

div.main-slider ul.pager li a.active span {
    background: #231a8a;
    color: #fff;
}

div.main-slider ul.pager li a.active:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #4735b1;
    content: " ";
    text-indent: -99999px;
}

div.main-slider ul.pager li:first-child {
    height: 75px;
    border-top: 0;
}

div.main-slider ul.pager li:first-child a {
    height: 65px;
}


/* Featured list
-----------------------------------------------------------------------------*/
div.featured-list {
    width: inherit;
    float: left;
    margin-bottom: 30px;
    padding: 30px 0 30px;
    border-bottom: 1px dotted #a3a3a3;
}

div.featured-list ul {
    margin-left: -30px;
}

/* List */
div.featured-list ul li {
    width: 320px;
    float: left;
    margin-left: 30px;
    padding-right: 10px;
    color: #aaa;
	height:138px;
	overflow:hidden;
}

/* Title */
div.featured-list ul li div.title {
    width: inherit;
    height: 40px;
    float: left;
    margin-bottom: 10px;
}

div.featured-list ul li div.title span,
div.featured-list ul li div.title p {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
	color: #081B59;
}

div.featured-list ul li div.title p {
    padding-left: 10px;
    font-weight: 600;
    font-size: 15px;    
}


/* Infos
-----------------------------------------------------------------------------*/
div.infos {
    width: inherit;
    float: left;
}

/* Div */
div.infos > div {
    width: 330px;
    float: left;
    margin-left: 30px;
}

/* Title */
div.infos div.title {
    width: inherit;
    min-height: 35px;
    float: left;
    font-weight: 700;
    font-size: 16px;
    color: #081B59;
}

/* Projects list */
div.infos div.projects ul li {
    width: 280px;
    float: left;
    padding: 10px 0;
    border-top: 1px dotted #cfcfcf;
}

div.infos div.projects ul li:first-child {
    padding-top: 0;
    border-top: 0;
}

div.infos div.projects ul li:last-child {
    padding-bottom: 0;
}

div.infos div.projects ul li a {
    width: 250px;
    float: left;
    display: block;
    position: relative;
    padding-left: 30px;
}

div.infos div.projects ul li a:after {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -8px;
    background: #666699;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    content: "+";
}

/* Text */
div.infos div.text div.title {
    margin-bottom: -20px;
}

div.infos div.text p {
    width: inherit;
    float: left;
    margin-top: 20px;
}

/* Newsletter */
div.infos div.newsletter input[type="text"] {
    width: 310px;
    float: left;
    margin-top: 10px;
    padding: 7px 9px;
    border: 1px solid #dddddc;
    border-radius: 2px;
}

div.infos div.newsletter input[type="submit"] {
    width: 110px;
    height: 28px;
    float: left;
    margin-top: 10px;
    padding-left: 22px;
    background: #081B59 url("../img/icon@newsletter-submit.png") no-repeat 10px 11px;
    box-shadow: 0 2px 0 #081B59;
    border-radius: 2px;
    color: #fff;
    text-align: left;
}


/* Portfolio
-----------------------------------------------------------------------------*/
div.portfolio {
    margin-top: 30px;
    padding: 20px 0;
    background: #081B59;
    border-bottom: 3px solid #081B59;
}

/* Title */
div.portfolio div.title {
    width: inherit;
    float: left;
}

div.portfolio div.title p {
    float: left;
    margin-top: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

div.portfolio div.title a {
    height: 20px;
    float: right;
    display: block;
    padding: 8px 15px 0 22px;
    background: #fff url("../img/icon@dark-arrow.png") no-repeat 10px 11px;
    box-shadow: 0 2px 0 #081B59;
    border-radius: 3px;
    font-family: Arial;
    color: #585757;
}

/* List */
div.portfolio div.list {
    width: inherit;
    float: left;
    margin-top: 20px;
}

div.portfolio div.list ul {
    margin-left: -35px;
}

div.portfolio div.list ul li {
    width: 236px;
    float: left;
    margin-left: 35px;
}

div.portfolio div.list ul li a {
    width: 230px;
    display: block;
    position: relative;
    background: #fff;
    padding: 3px;
}

div.portfolio div.list ul li a span {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity .2s linear;
}

div.portfolio div.list ul li a span:after {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px;
    background: #3399cc url("../img/icon@portfolio-search.png") no-repeat center center;
    content: " ";
    text-indent: -99999px;
}

div.portfolio div.list ul li a:hover span {
    opacity: 1;
}


/* Main bordered text
-----------------------------------------------------------------------------*/
div.main-bordered-text {
    width: 1018px;
    float: left;
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #dddddc;
    border-radius: 2px;
}

div.main-bordered-text div.text {
    width: 100%;
    float: left;
    font-family: Arial;
    color: #514d4d;
}

div.main-bordered-text div.text p {
    margin-top: 10px;
    line-height: 18px;
}

div.main-bordered-text div.text p.lead {
    margin-top: 0;
    font-weight: 700;
    font-size: 16px;
}

div.main-bordered-text img {
    width: 345px;
    float: right;
    padding: 3px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}


/* Brands
-----------------------------------------------------------------------------*/
div.brands {
    width: inherit;
    float: left;
    margin-top: 30px;
}

/* Title */
div.brands div.title {
    font-weight: 700;
    font-size: 16px;
}

/* List */
div.brands div.list {
    width: inherit;
    float: left;
    margin-top: 20px;
}

div.brands div.list ul {
    margin-left: -27px;
}

div.brands div.list ul li {
    width: 150px;
    height: 130px;
    float: left;
    position: relative;
    margin-left: 27px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

div.brands div.list ul li span {
    width: 150px;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.brands div.list ul li span:before {
    width: 150px;
    height: 130px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.7);
    content: " ";
    text-indent: -99999px;
}

div.brands div.list ul li span:after {
    width: 41px;
    height: 41px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -21px;
    background: url("../img/icon@brands.png") no-repeat center center;
    border: 1px solid #959597;
    border-radius: 2px;
    content: " ";
    text-indent: -99999px;
}

div.brands div.list ul li a:hover span:before,
div.brands div.list ul li a:hover span:after {
    display: block;
}

#pagenavi{float:right;margin-top:6px;}
#pagenavi .mTop20{margin-top:0px;}
#pagenavi .mBottom20 {margin-bottom:10px;}
#pagenavi .navigation {float:right;overflow:hidden;}
#pagenavi .navigation ul{list-style:none;overflow:hidden;}
#pagenavi .navigation ul li{float:left;margin:2px;height:33px;}
#pagenavi .navigation ul li a{
	height: 23px;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    padding: 9px 15px 0;
    border: 1px solid #e8e8e8;
    border-top: 2px solid #00A8FF;	
    font: 11px "Source Sans Pro";
    color: #616161;
    transition: all 0.2s linear;
}
#pagenavi .navigation ul li a:hover{
    height: 24px;
    background: #00A8FF;
    color: #fff;
}
#pagenavi .navigation ul li a.active{
    height: 24px;
    background: #00A8FF;
    color: #fff;
}

.single .main-bordered-text p {margin-bottom:10px;}
.single .main-bordered-text strong{font-weight:bold;}
.single .main-bordered-text em{font-style:italic}
.single .main-bordered-text blockquote{margin:0px;padding:0px 0px 0px 10px;border-left:4px solid #00A8FF;}
.single .main-bordered-text ul{margin:0px !important;margin-left:10px;padding:0px;background:none;border:none !important; list-style: outside !important;list-style-type:square !important;}
.single .main-bordered-text ul li, .single ol li{margin:0px !important;padding:0px !important;background:none;border:none;width:100% !important;height:auto !important;list-style: outside !important;}
.single .main-bordered-text ul li:hover, .single ol li:hover{margin:0px !important;padding:0px !important;background:none;border:none;width:100%;box-shadow: 0px 0px 0px 0px;}
.single .main-bordered-text ol{margin:0px;margin-left:10px;padding:0px;background:none;list-style-type:decimal !important;list-style: outside !important;}
.single .main-bordered-text ol li{list-style-type:decimal !important;margin-left:8px !important;}
.single .main-bordered-text ol li:hover{margin-left:8px !important;}
.list img{max-width:150px;max-height:130px;}
.portfolio .list img{max-width:230px;max-height:175px;}