﻿body {
    margin: 0;
    background: #f4f4f6;
    color: #3f3f3f;
    font-family: Verdana;
    font-size: 12px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

ul>li {
    font-size: 13px;
}

a {
    text-decoration: none;
    color: #3976d8;
}

a+sup {
    color: #3976d8;
}

a:hover {
    text-decoration: underline;
}


/**MASTER PAGE**/

.page-wrapper {
    background: #fff;
    width: 1000px;
   /* border: 1px solid #ddd;*/
    margin: 0px auto;
    -webkit-box-shadow: 0px 2px 22px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 22px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 22px -2px rgba(0, 0, 0, 0.25);
}

.page-header {
    height: 110px;
    border-bottom: 5px solid #003495;
    width: 100%;
}

.page-header .logo {
    height: 100px;
    vertical-align: top;
    width: 90px;
    margin: 5px 10px;
    display: inline-block;
    background: url("../images/logo-azzule.png") no-repeat center center;
}

.page-header .top-content {
    vertical-align: top;
    background: url("../images/header-bg.png") no-repeat right;
    background-size: cover;
    width: 885px;
    height: 110px;
    display: inline-block;
}

.page-header .top-content .banner {
    float: right;
    height: 65px;
    margin: 5px;
}

.page-header .top-content .banner-right {
    float: right;
    margin: 30px 5px 5px 5px;
    color: #003495;
}

.page-header .top-content .banner-right a {
    background: #003495;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.page-header .top-content .banner-right a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.page-header nav ul.main-menu {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 80px;
}

.page-header nav ul.main-menu li {
    display: inline-block;
}

.page-header nav ul.main-menu li a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    color: #3f3f3f;
}

.page-header nav ul.main-menu li:hover a {
    color: #aaadb2;
    text-decoration: none;
}

.page-footer {
    width: 100%;
    padding: 20px;
    font-size: 0.8em;
}

.page-footer strong {
    display: inline-block;
}

.page-footer ul.footer {
    display: inline-block;
    margin-left: 50px;
}

.page-footer ul.footer li {
    display: inline-block;
}

.page-footer ul.footer li a {
    display: block;
    padding: 10px 30px;
    font-size: 0.85em;
}

.page-footer ul.footer li:not(:last-child) a {
    border-right: 1px solid #ddd;
}


/**CONTENT PAGES**/

.content-top {
   /* margin: 5px;*/
}

.content-top img {
    width: 100%;
}

.content-top h1 {
    border-bottom: 3px solid #ddd;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1.5em;
    color: #4C6DAB;
}

.content-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 10px;
    font-family: Arial;
    font-size: 13px;
    color: #7F8485;
    line-height: 17px;
}

.content-main .content {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.content-main>div.left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f4f4f6;
}

.content-main>div.left h1 {
    font-family: Arial;
    color: #4C6DAB;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.content-main>div.left h2 {
    font-family: Arial;
    color: #4C6DAB;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.content-main>div.left .testimony {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.content-main>div.left .testimony i {
    display: block;
    margin-bottom: 10px;
}

.content-main>div.left ul.menu {
    list-style-type: circle;
    margin-left: 20px;
}

.content-main>div.left ul.menu li {
    font-size: 13px;
}

.content-main>div.left ul.menu li:hover a {
    text-decoration: underline;
}

.content-main>div.left ul.menu li a {
    color: #3069c4;
    display: block;
    padding: 8px 0;
}

.content-main>div.right {
    -webkit-flex: 2.5;
    -ms-flex: 2.5;
    flex: 2.5;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 10px;
}

.content-main>div.right>h1 {
    font-family: Verdana;
    color: #005295;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 26px;
}

.content-main>div.right>h2 {
    font-family: Verdana;
    color: #005295;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.content-main>div.right>h1:first-child {
    margin-top: 10px !important;
}


/**BUTTONS**/

a.btn-link {
    display: block;
    padding: 10px;
    text-align: center;
    background: #4C6DAB;
    color: #fff;
    margin: 5px 0;
    border-radius: 3px;
}

a.btn-link:hover {
    background: #739dd2;
    text-decoration: none;
}

a.btn {
    display: block;
    background: #1f52a3;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0 20px;
    cursor: pointer;
}

a.btn.right {
    display: inline-block;
    float: right;
    margin: 0px;
}

a.btn:hover {
    text-decoration: none;
    background: #4C6DAB;
}
.f-left
{
    float:left;
}
a.btn img 
{
    width:auto;
} 


/**FELX **/

.flex-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


/**LIST**/

ul.list {
    list-style-type: disc;
    margin-left: 25px;
    line-height: 20px;
    margin-bottom: 10px;
}

ul.list.nostyle {
    list-style-type: none !important;
}


/**COLORS**/

.green {
    color: #34BD71 !important;
}

.violet {
    color: #B28FC2 !important;
}

.blue-light {
    color: #219bd8 !important;
}

.red {
    color: #c92020 !important;
}

.blue {
    color: #4C6DAB;
}


/**TABLE**/

.table {
    width: 100%;
    display: table;
    margin-top: 10px;
    background: #fff;
    font-family: Arial;
}

.table .row-header,
.table .row {
    display: table-row;
}

.table .row-header .cell,
.table .row .cell {
    display: table-cell;
    padding: 6px 10px;
    vertical-align: middle;
}

.table .row-header .cell {
    border-bottom: 3px solid #aaa;
    font-weight: bold;
    font-size: 1.2em;
    color: #4C6DAB;
    text-align: center;
}

.table .row .cell {
    border-bottom: 1px solid #ddd;
}


/**GENERAL**/

.w250px {
    width: 250px !important;
}

.w200px {
    width: 200px !important;
}

.w150px {
    width: 150px !important;
}

.w100pr {
    width: 100%;
}

.margin-top10 {
    margin-top: 10px;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.margin-auto {
    margin: 5px auto;
}

.btn-back {
    display: inline-block;
    float: right;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: normal;
    background: #4C6DAB;
    color: #fff;
    border-radius: 5px;
    margin: -20px -15px;
}

.btn-back:hover {
    text-decoration: none;
    opacity: 0.7;
}

.box-item {
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin: 0 10px 10px 0px;
    border-radius: 5px;
}

.box-item:hover {
    cursor: pointer;
    background: #f4f4f6;
}

.box-item h2 {
    color: #4C6DAB;
}


/**FORM**/

.form {
    width: 80%;
    margin: 0px auto;
}

.form .form-group {
    display: block;
    padding: 7px;
}

.form .form-group label {
    width: 140px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.form .form-group label.required:before {
    content: "*";
    color: #d61d1d;
    margin-right: 3px;
}

.input-control {
    width: 300px;
    border: 1px solid #91add6;
    padding: 5px;
    border-radius: 3px;
}

select.input-control {
    width: 312px;
}

textarea.input-control {
    height: 100px;
}

button.btn-blue {
    background: #4c81c3;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid #36508e;
}

button.btn-blue:hover {
    border: 1px solid #4c81c3;
    background: #36508e;
    cursor: pointer;
}


/**LINK LIST**/

ul.link-list {
    margin-left: 30px;
}

ul.link-list li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

ul.link-list li a:hover {
    background: #f4f4f6;
}


/**POP UPS**/

.popup {
    background: rgba(43, 60, 114, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.popup.full .popup-content {
    top: 20px;
    width: 850px;
    left: 50%;
    margin-left: -425px;
    bottom: 20px;
}

.popup.full .popup-content .popup-body {
    position: absolute;
    top: 50px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: auto;
}

.popup .popup-content {
    background: #f4f4f6;
    position: absolute;
    top: 40px;
    left: 50%;
}

.popup .popup-content .popup-header {
    background: #4c6dab;
    color: #FFF;
    padding: 15px;
    font-size: 1.2em;
    font-weight: bold;
}

.popup .popup-content .popup-header .close {
    float: right;
    color: #fff;
    cursor: pointer;
}

.popup .popup-content .popup-header .close:hover {
    opacity: 0.7;
}

.popup .popup-content .popup-body {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
}

.popup .popup-content .popup-footer {
    background: #eaecef;
    border-top: 1px solid #ddd;
    padding: 20px;
}

.pl-blog img {
    width: 100%;
}
ul.buyer-list {
    margin-left: 0px;
    background:#fff;
}

ul.buyer-list li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

ul.buyer-list li a:hover {
    background: #f4f4f6;
    cursor:pointer;
    text-decoration:none;
    
  
}
.content-buyers
{
    padding:10px;}

.panel {
    font-family: Arial;
    font-size: 12px;

    box-sizing: border-box;
    margin: 0px 5px 0px 5px;

    border-radius: 5px;
    padding: 13px;

}

/**Slide**/

.slide {
    position:relative;
    margin:0 auto;
    top:0px;
    left:0px;
    width:1000px !important;
    height:380px;
    overflow:hidden;
    visibility:hidden;
}

.slide-loading {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    text-align:center;
    background-color:rgba(0,0,0,0.7);
}

.slide-loading img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-top:-19px;
    position:relative;
    top:50%;
    width:38px;
    height:38px;
}

.slide-image {
    cursor:default;
    position:relative;
    top:0px;
    left:0px;
    width:1020px;
    height:380px;
    overflow:hidden;
}

.slide-thumbnail {
    position:absolute;
    bottom:0px;
    left:0px;
    width:1020px;
    height:50px;
    color:#FFF;
    overflow:hidden;
    cursor:default;
    background-color:rgba(0,0,0,.5);
}
.slide-thumbnail-prototype {
    position:absolute;
    top:0;
    left:0;
    width:1020px;
    height:50px;
}

.slide-thumbnail-prototype div {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
font-weight:normal;
line-height:50px;
font-size:16px;
padding-left:10px;
box-sizing:border-box;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.slide-arrow {
    display:block;
    position:absolute;
    cursor:pointer;
}

.slide-arrow.left {
    width:55px;
    height:55px;
    top:0px;
    left:25px;
}

.slide-arrow.right {
    width:55px;
    height:55px;
    top:0px;
    right:25px;
}

.slide-arrow svg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.slide-arrow .a {
    fill:none;
    stroke:#fff;
    stroke-width:360;
    stroke-linecap:round;
}

.slide-arrow:hover {
    opacity:.8;
}

.slide-arrow.jssora061dn {
    opacity:.5;
}

.slide-arrow.jssora061ds {
    opacity:.3;
    pointer-events:none;
}