/*My custom*/


.apartmentBox {
  position: relative;
  font-size: 14px;
  color: black;
}

.apartmentBoxTextConcat {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 160px; /* (Number of lines you want visible) * (line-height) */  
  height: 160px; /* (Number of lines you want visible) * (line-height) */  
  text-align:justify;
}

.apartmentBoxTextConcat .small-text{
    font-size: 13px;
    font-weight: normal;    
}

.apartmentBoxTextConcat h3{
    color: #40a9f3;
    text-align: left;
    font-weight: bold;
    line-height: 14px !important;
}
.apartmentBoxTextConcat p{
    line-height: 1.2em;
}


.apartmentBox.apartmentBoxText::after {
  content: "...";
  position: absolute;
  right: -12px; 
  bottom: 4px;
}

.logo p{
    line-height: 1.1;
}

.logo p a{
    color:black;    
}

.logo p a:hover{
    color:black;
}

/* Tooltip container */
.tooltipBcm {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black;  If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipBcm .tooltiptextBcm {
    visibility: hidden;    
    width: 250px;
    background-color: #fff;
    color: #555;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    
    padding: 10px;
    
    border-radius: 6px;
    border: 1px solid #5bbaff;
    -webkit-box-shadow: 0 0 1px #5bbaff;
    box-shadow: 0 0 1px #5bbaff;
    animation: pulse 3s infinite;
    
    /* Position the tooltip text */
    position: absolute;
    z-index: 9;
    top: 125%;
    left: 50%;
    margin-left: -125px;
    
    

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

.tooltipBcm .tooltiptextBcm img{
    margin-bottom: 10px;
    border-radius: 5px;
}

/* Tooltip arrow */

.tooltipBcm .tooltiptextBcm:after, .tooltipBcm .tooltiptextBcm:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltipBcm .tooltiptextBcm:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #5bbaff;
	border-width: 10px;
	margin-left: -10px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipBcm:hover .tooltiptextBcm {
    visibility: visible;
    opacity: 1;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: left;
    z-index: 99999999;    
    background: url(../img/top-button.png);    
    color: #eeeeee;
    width: 75px;
    height: 75px;
    line-height: 48px;
    left: 48.5%;    
    bottom: 0px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.buttonUkupnoObjekata{
    position:absolute; top:44px; color:white; font-size: 10px; left: 30px;
}

.tooltipHelp {
	display: inline-block;
	position: absolute;
	background: #fff;
	padding: 15px;
        border: 1px solid #5bbaff;
        -webkit-box-shadow: 0 0 8px #5bbaff;
        box-shadow: 0 0 8px #5bbaff;
        animation: pulse 3s infinite;
        width: 300px; 
        height: 200px;
        z-index: 9999;
        left: 230px;
        top: 450px;
}
.tooltipHelp:after {
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -15px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #5bbaff;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}

.tooltipHelp h5{
    font-weight: bold;
    font-size: 20px;
    margin-top: -5px;
}

.tooltipHelp p{
    
    font-size: 14px;
    line-height: 16px !important;
    padding: 15px;
    margin-top: -10px !important;
   
}

.tooltipHelpClose{
    float:right; 
    border-radius: 50%;
    margin-top: -15px;
    margin-right: -10px;
    font-weight: bolder;
}

.tooltipHelpClose:hover{
    cursor:pointer;
}


.ukupnoObjekata{
    font-size:12px !important;
    margin: -20px 0 10px 1px !important;     
}

   


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px #5bbaff;
        box-shadow: 0 0 8px red;
  }
  70% {
      -webkit-box-shadow: 0 0 28px #5bbaff;
        box-shadow: 0 0 28px #5bbaff;
  }
  100% {
     -webkit-box-shadow: 0 0 18px #5bbaff;
        box-shadow: 0 0 18px #5bbaff;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px #5bbaff;
        box-shadow: 0 0 8px #5bbaff;
  }
  70% {
      -webkit-box-shadow: 0 0 28px #5bbaff;
        box-shadow: 0 0 28px #5bbaff;
  }
  100% {
      -webkit-box-shadow: 0 0 18px #5bbaff;
        box-shadow: 0 0 18px #5bbaff;
  }
}



.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.poziv-na-akciju{
    color: #FFF !important;
    padding-top: 10px;
    font-size: 19px;
}

/* ADRESA SCROLL */

.scroll-addressa {
    visibility: hidden; 
    opacity: 0;
    position: fixed !important;
    padding-top: 7px;
    background: #2e66ca;
    bottom: 17px !important;
    left: 0px !important;
    z-index: 99;
    width: 100%;
    height: 40px;    
    list-style: none;  
    border-top: 1px solid #d3def2;
    border-right: 1px solid #d3def2;
    border-bottom: 1px solid #d3def2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.scroll-addressa.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}

.scroll-addressa p {    
    color: white;
}




.bcm {
    color: white !important;
    float: right !important;
    font-size: 10px !important;
}

.bcm a {
    color: white !important;
    text-decoration: underline !important;
}

.bcm a:hover {
    text-decoration: none !important;
}

.imgLeft {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}

.pozitivno:hover {
    color: white;
    cursor: pointer;
}

.negativno:hover {
    color: white;
    cursor: pointer;
}

.uspesno {
    margin-top: 3px;
    padding: 0px 5px 0 5px;
    font-size: 12px;
    text-align: center;
    background: #028705;
    color: white;
    display: none;
    position: absolute;
}

.nijeuspesno {
    margin-top: 3px;
    padding: 0px 5px 0 5px;
    font-size: 12px;
    text-align: center;
    background: #fe5454;
    color: white;
    display: none;
    position: absolute;
}

.ocena {
    padding: 10px;
}

.petRazloga {
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
    border: #d3def2 1px solid;
    border-radius: 3px;
    background: #f4f6fa;
}

.petRazloga i {
    /*color: #83a84b;*/
    color: #028705;
}

.petRazloga p {
    margin: -15px 15px 15px 15px;
    color: #444;
}

.petRazloga h2 {
    margin-bottom: 40px;
    color: #003690;
    font-weight: bold;
}

.cenovnik-informacije {
    padding: 10px;
    margin-bottom: 20px;
    border: #d3def2 1px solid;
    border-radius: 3px;
    background: #f4f6fa;
}

.cenovnik-informacije p {
    font-size: 1.6em;
    font-family: "Titillium", sans-serif;
    text-align: center;
    line-height: 1.3em;
    margin: 0;
    color: #444;
}

.prijave-informacije {
    font-size: 1.6em;
    font-family: "Titillium", sans-serif;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}

.opis .svidjase h3 {
    color: #003690;
    font-weight: bold;
    text-transform: none;
    font-size: 1.25em;
    margin-bottom: 20px;
}

.opis .telefoni h3 {
    color: #003690;
    font-weight: bold;
    text-transform: none;
    font-size: 1.25em;
    margin-bottom: 20px;
}

.svidjase {
    background: #f4f6fa;
    border: 1px solid #d3def2;
    border-radius: 3px;
}

.svidjaseBox {    
    padding: 10px;
}

.svidjaseBox p {
    line-height: 1.4em;
    color: #2e66ca;
    text-align: left;
    margin-bottom: 0.5em;
}

.svidjaseBox ul li {
    font-size: 1em;
    font-family: "Lato", sans-serif;
    color: #2e66ca;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 0.5em;
}

.svidjaseBox .widget.widget_contact ul li i {
    color: #003690;
}

.svidjaseBox .btn-info {
    width: 100%;
    margin-top: 1em;
}

.telefoni {
    background: #f4f6fa;
    border: 1px solid #d3def2;
    border-radius: 3px;
}

.telefoniBox {
    min-height: 200px;
    padding: 10px;
}

.telefoniBox p {
    line-height: 1.4em;
    color: #2e66ca;
    text-align: left;
    margin-bottom: 0.5em;
}

.telefoniBox ul li {
    font-size: 1em;
    color: #2e66ca;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 0.5em;
}

.telefoniBox .widget.widget_contact ul li {
    color: #444;
}
.telefoniBox .widget.widget_contact ul li i {
    color: #003690;
}

.telefoniBox .btn-info {
    width: 100%;
    margin-top: 1em;
}

.opis {
    text-align: justify;
    font-family: "Lato", sans-serif;
}

.opis h3 {
    margin-bottom: 30px;
    font-family: "Titillium", sans-serif;
    font-size: 2.2em;
    color: #003690;
}

.rezervacija table {
    width: 100% !important;
}

.side-search-box {
    background: #f4f6fa;
    border: 1px solid #d3def2;
    border-radius: 3px;
    padding: 15px;
}

.side-search-box p {
    margin: 0 0 -20px -15px;
    font-family: "Titillium", sans-serif;
    font-size: 1.1em;
}

.side-search-box .btn {
    width: 100%;
}

.nacini_placanja {
    max-height: 400px;
    overflow-y: scroll;
}

.naziv-vile {
}

.naziv-vile h1 {
    height: 44px;
}

.bedzevi img {
    margin-left: -4px;
    margin-right: 8px;
}

.popustNacini {
    color: red;
    font-weight: bold;
    margin-top: -20px;
    background: #dde6ba;
    padding: 2px 8px 2px 8px;
    border: #2c6119 1px solid;
    border-radius: 3px;
}

.izdvajamo {
    font-family: 'Titillium', sans-serif;
    text-align: center;
    font-size: 44px !important;
    font-weight: normal;
    color: #003690 !important;
    padding: 10px 0 10px 0;
}

.coolText {
    font-family: 'Titillium', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: -5px;
}

#newsletter {
    width: 200px;
    height: 120px;
    display: none;
    position: fixed;
    bottom: 1%;
    right: 0;
    z-index: 999;
}

.searchBCM {
    zoom: 130%;
}

.filters {
    /* max-height: 184px; */
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 25px;
    padding-top: 10px;
    width: 100%;
    min-width: 250px;
    left: -25px;
}

.filters::-webkit-scrollbar {
    width: 6px;
    cursor: pointer !important;
}

.filters::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.filters::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

div.filters:hover::-webkit-scrollbar-thumb {
    background: #575757;
    border-radius: 6px;
}

body {
    position: relative;
    font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    color: #828282;
    background-color: #eee;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

#page-wrap {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #2e66ca;
}

#page-wrap:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#page-wrap.active:before {
    opacity: 1;
    visibility: visible;
}

.container {
    position: relative;
}

::selection {
    background-color: #003690;
    color: #fff;
}

::-moz-selection {
    background-color: #003690;
    color: #fff;
}

a,
input,
textarea,
button,
select {
    outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none !important;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    position: relative;
    color: #444;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Titillium", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
}

.h1,
h1 {
    font-size: 2.5em;
}

.h2,
h2 {
    font-size: 24px;
}

.h3,
h3 {
    font-size: 20px;
}

.h4,
h4 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 14px;
}

.h6,
h6 {
    font-size: 12px;
}

.sbig {
    font-size: 80px;
}

p {
    font-size: 14px;
    line-height: 1.8em;
    color: #444;
    font-family: "Lato", sans-serif;
}

p > a {
    text-decoration: none;
    color: #2e66ca;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p > a:hover {
    color: #028705;
    background-color: #f4f6fa;
}

a {
    text-decoration: none;
    color: #2e66ca;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover {
    /*color: #028705;*/
    text-decoration: none;
}

a.static:hover {
    color: #444;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: "Titillium", sans-serif;
    font-size: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

code {
    background-color: #eee;
}

mark,
.mark {
    color: #fff;
    background-color: #003690;
}

blockquote {
    /* position: relative; */
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 2px solid #003690;
    background: #f4f6fa;
}

blockquote p {
    font-family: "Lato", sans-serif;
    color: #444;
    font-size: 14px;
    line-height: 2.2em !important;
    margin-bottom: 0;
    font-style: italic;
    vertical-align: middle;
}

blockquote i.fa {
    font-size: 1.8em;
    color: #003690;
    vertical-align: middle;
    padding-right: 6px;
    margin-bottom: 3px;
}

blockquote footer {
    text-align: right;
}

blockquote footer cite {
    font-family: "Lato", sans-serif;
    color: #828282;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
}

blockquote footer:before {
    content: '';
    display: none;
}

pre {
    font-family: "Titillium", sans-serif;
    line-height: 1.8em;
    padding: 15px;
    border: 1px solid #E4E4E4;
}

span.dropcap {
    position: relative;
    display: block;
    float: left;
    font-size: 40px;
    line-height: 1em;
    font-weight: 600;
    margin: 10px 20px 0 0;
    color: #000;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

@media (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
}

@media (min-width: 991px) {
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
}

@media (min-width: 1199px) {
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
}

input,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-family: "Titillium", sans-serif;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 0 20px;
    color: #444;
    font-size: 0.9em;
    font-weight: 400;
    width: 100%;
    letter-spacing: 1px;
}

input:focus,
textarea:focus {
    border: 1px solid #444;
}

input {
    height: 50px;
}

input.black {
    border: 1px solid #333;
    font-size: 13px;
    background-color: #222;
    color: #fff;
}

input.black:focus {
    border: 1px solid #fff;
}

textarea {
    resize: none;
    height: 150px;
    vertical-align: middle;
    padding: 20px;
    margin-bottom: 30px;
}

input::-webkit-input-placeholder {
    color: #888;
    font-weight: 400;
}

input:-moz-placeholder {
    color: #888;
    font-weight: 400;
}

input::-moz-placeholder {
    color: #888;
    font-weight: 400;
}

input:-ms-input-placeholder {
    color: #888;
    font-weight: 400;
}

textarea::-webkit-input-placeholder {
    color: #888;
    font-weight: 400;
}

textarea:-moz-placeholder {
    color: #888;
    font-weight: 400;
}

textarea::-moz-placeholder {
    color: #888;
    font-weight: 400;
}

textarea:-ms-input-placeholder {
    color: #888;
    font-weight: 400;
}

/* SEARCH */
.filters {
    /* max-height: 900px; */
    overflow-y: auto;
    font-weight: bold;
    color: #737373;
    background: white;
    padding: 10px;
    margin-bottom: 5px;
}

.filters label{
    font-weight: normal;
    font-size: 13px;
    max-width: 100%;
    padding-left: 30px;
    margin-bottom: 12px
}

.filters::-webkit-scrollbar {
    width: 6px;
    cursor:pointer !important;
}

.filters::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 4px;
}

.filters::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

div.filters:hover::-webkit-scrollbar-thumb {
    background: #575757;
    border-radius: 6px;    
}

/* The container */
.chboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid grey;
}

/* On mouse-over, add a grey background color */
.chboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chboxcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
    border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chboxcontainer .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*
label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 25px;
    font-size: 13px;
    width: 100%;
}

label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: -15px;
    bottom: 1px;
    background-color: #d3def2;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 54, 144, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
*/

input[type="checkbox"],
input[type="radio"] {
    display: none;
    width: auto;
    height: auto;
    vertical-align: middle;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    font-weight: 400;
    font-family: "Titillium", sans-serif;
    font-size: 1em;
    line-height: 1em;
    vertical-align: middle;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    background: #01b7f2;
    font-size: 30px;
    text-align: center;
    line-height: 28px;
}

/*
input[type=checkbox]:checked + label:before {
    content: "\2713";
    background: #028705;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 25px;
}*/

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    -ms-appearance: textfield;
    appearance: textfield;
}

form .group {
    position: relative;
}

form .group .group-item {
    width: 50%;
    float: left;
}

form .group .group-item:nth-child(2n) {
    padding-left: 15px;
}

form .group .group-item:nth-child(2n + 1) {
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    form .group .group-item {
        width: 100%;
    }
    form .group .group-item:nth-child(2n) {
        padding-left: 0;
    }
    form .group .group-item:nth-child(2n + 1) {
        padding-right: 0;
    }
}

form .input-group .input-group-btn,
form .input-group .input-group-addon {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

form .input-group input {
    border-right: 0;
    margin-bottom: 0;
}

form .input-group input:focus + .input-group-btn,
form .input-group input:focus + .input-group-addon {
    border-color: #91aee2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(145, 174, 226, .6);
}

form .input-group .input-group-btn {
    border: 1px solid #d3def2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #f4f6fa;
    -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

form .input-group .input-group-btn:hover {
    border: 1px solid #b2c6ea;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #b2c6ea;
    background: #d3def2; /* Old browsers */
    background: -moz-linear-gradient(top,  #d3def2 0%, #b2c6ea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d3def2 0%,#b2c6ea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d3def2 0%,#b2c6ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3def2', endColorstr='#b2c6ea',GradientType=0 ); /* IE6-9 */
}

form .input-group .input-group-btn .btn {
    background-color: transparent;
    padding: 0 10px;
}

form .input-group .input-group-btn .btn i {
    margin-right: 0;
}

form .input-group .input-group-addon {
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

ol,
ul {
    padding: 0 0 20px 20px;
    margin: 0;
    font-family: "Titillium", sans-serif;
    color:#000;
}

ol li,
ul li {
    font-size: 16px;
    line-height: 24px;
}

ol li a,
ul li a {
    color: inherit;
}

ol li a:hover,
ul li a:hover {
    text-decoration: none;
    color: #003690;
}

ul.list-style {
    padding-left: 0;
    list-style: none;
}

ul.list-style li {
    position: relative;
    padding-left: 20px;
}

ul.list-style li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #003690;
    position: absolute;
    left: 0;
    top: 0;
}

table {
    margin: 1px;
}

caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
}

thead {
    display: table-header-group;
}

tr {
    page-break-inside: avoid;
}

.table-responsive {
    /* overflow-x: visible; */
    margin-bottom: 15px;
}

.table-responsive table {
    width: 100%;
    border: #b2c6ea 2px solid;
    text-align: center;
}

.table-responsive tr {
    border: #d3def2 1px solid;
    padding: 3px;
}

.table-responsive tr td {
    border: #d3def2 1px solid;
    padding: 3px;
    color: #444;
    background: #f4f6fa;
}

.table-responsive table tr:hover td {
    background: #b2c6ea;
    cursor: auto;
}

.table-responsive table tr td:hover {
    background: #003690;
    color: #ebf0f1;
    cursor: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 0;
    }
}

.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #167F92;
}

.responstable tr {
    border: 1px solid #D9E4E6;
}

.responstable tr:nth-child(odd) {
    background-color: #EAF3F3;
}

.responstable th {
    display: none;
    border: 1px solid #FFF;
    background-color: #167F92;
    color: #FFF;
    padding: 1em;
}

.responstable th:first-child {
    display: table-cell;
    text-align: center;
}

.responstable th:nth-child(2) {
    display: table-cell;
}

.responstable th:nth-child(2) span {
    display: none;
}

.responstable th:nth-child(2):after {
    content: attr(data-th);
}

@media (min-width: 480px) {
    .responstable th:nth-child(2) span {
        display: block;
    }
    .responstable th:nth-child(2):after {
        display: none;
    }
}

.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}

.responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #D9E4E6;
}

@media (min-width: 480px) {
    .responstable td {
        border: 1px solid #D9E4E6;
    }
}

.responstable th,
.responstable td {
    text-align: left;
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .responstable th,
    .responstable td {
        display: table-cell;
        padding: 1em;
    }
}

img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%;
}

.section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 10;
}

@media screen and (max-width: 991px) {
    .section .pull-left,
    .section .pull-right {
        float: none !important;
    }
}

.section-header {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-header:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #003690;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-header.center {
    text-align: center;
}

.section-header.center:after {
    right: 0;
    margin: 0 auto;
}

.section-header.big {
    font-size: 20px;
}

.bd-b {
    border-bottom: 1px solid #eee;
}

.bd-b-bold {
    border-bottom: 1px solid #ddd;
}

.bd-b-alpha {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bd-b0 {
    border-bottom: none !important;
}

html {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

html .bg-parallax {
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

html .bg-parallax h1,
html .bg-parallax h2,
html .bg-parallax h3,
html .bg-parallax h4,
html .bg-parallax h5,
html .bg-parallax h6 {
    color: #fff;
}

html .bg-static {
    position: relative;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

html .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-color: #003690;
}

.bg-overlay-black:before {
    background-color: #000;
}

.bg-overlay-dark:before {
    background-color: #333;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-image {
    background: #fff url(../img/bg.jpg) no-repeat fixed center;
    background-size: 100%;
}

.bg-black {
    background-color: #000 !important;
}

.bg-dark {
    background-color: #222 !important;
}

.bg-primary {
    background-color: #003690 !important;
}

[class*="bg-overlay-"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

[class*="bg-overlay-"]:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-overlay-0:before {
    opacity: 0;
}

.bg-overlay-1:before {
    opacity: 0.1;
}

.bg-overlay-2:before {
    opacity: 0.2;
}

.bg-overlay-3:before {
    opacity: 0.3;
}

.bg-overlay-4:before {
    opacity: 0.4;
}

.bg-overlay-5:before {
    opacity: 0.5;
}

.bg-overlay-6:before {
    opacity: 0.6;
}

.bg-overlay-7:before {
    opacity: 0.7;
}

.bg-overlay-8:before {
    opacity: 0.8;
}

.bg-overlay-9:before {
    opacity: 0.9;
}

.bg-overlay-10:before {
    opacity: 1;
}

.il-bl {
    display: inline-block !important;
}

.overflow-hidden {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.overflow-auto {
    overflow: auto;
}

.pos-r {
    position: relative !important;
}

.fsi {
    font-style: italic !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fw-bolder {
    font-weight: 700 !important;
}

.mons-font {
    font-family: "Montserrat", sans-serif !important;
}

.play-font {
    font-family: "Playfair Display", serif !important;
}

.rale-font {
    font-family: "Raleway", sans-serif !important;
}

.pd0 {
    padding: 0 !important;
}

.pd10 {
    padding: 10px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.m0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.gray {
    color: #828282;
}

.primary {
    color: #003690;
}

.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("grayscale.svg#greyscale");
    filter: gray;
    -webkit-filter: grayscale(1);
}

.btn {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    white-space: normal;
    padding: 13px 25px;
    letter-spacing: 1px;
    font-family: "Titillium", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn:hover,
.btn:focus {
    text-decoration: none !important;
    box-shadow: 0 0 0;
}

.btn i.fa {
    margin-right: 5px;
}

.btn.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.btn.fullwidth {
    width: 100%;
}

.btn.btn-primary {
    color: #fff;
    background-color: #003690;
    border: 1px solid transparent;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #028705;
}

.btn.btn-black,
.btn.btn-black-2 {
    color: #fff;
    background-color: #111;
    border: 1px solid transparent;
}

.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black-2:hover,
.btn.btn-black-2:focus {
    color: #111;
    background-color: #fff;
}

.btn.btn-black.bordered,
.btn.btn-black-2.bordered {
    border: 1px solid #fff;
}

.btn.btn-black.radius,
.btn.btn-black-2.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-black-2:hover,
.btn.btn-black-2:focus {
    color: #fff;
    background-color: #003690;
}

.btn.btn-gray {
    color: #666;
    background-color: #f9f9f9;
    font-weight: 700;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    color: #fff;
    background-color: #003690;
}

.btn.btn-download {
    color: #666;
    background-color: #fff;
    border: 1px solid #eee;
}

.btn.btn-download i {
    margin-right: 15px;
    font-size: 1.2em;
    vertical-align: middle;
}

.btn.btn-download:hover,
.btn.btn-download:focus {
    background-color: #f9f9f9;
}

.btn.btn-transparent {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
    background-color: #fff;
    color: #444;
}

.btn.btn-patrola {
    color: #f4f6fa;
    background-color: #003690;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.btn.btn-patrola i {
    margin-right: 15px;
    font-size: 1.2em;
    vertical-align: middle;
}

.btn.btn-patrola:hover,
.btn.btn-patrola:focus {
    background-color: #028705;
}


.btn-remove {
    width: 11px;
    height: 11px;
    background-color: transparent;
    border: 0;
    position: relative;
    padding: 0;
}

.btn-remove:before,
.btn-remove:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    left: 0;
    top: 50%;
    background-color: #444;
}

.btn-remove:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-remove:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-info {
    background-color: #3c8422;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2c6119;
}

.btn-sm {
    font-family: "Titillium", sans-serif;
}

.collapse p,
.collapsing p {
    padding: 10px 15px;
    margin-bottom: 0;
    border-left: 1px solid #d3def2;
    border-right: 1px solid #d3def2;
}

.panel {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-btn {
    position: relative;
    font-family: "Titillium", sans-serif;
    font-size: 1.2em;
    width: 100%;
    text-align: left;
    padding: 10px;
    line-height: 1em;
    border: 1px solid transparent;
}

.panel-btn:active,
.panel-btn.active {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.panel-group .panel {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel p {
    background-color: #f4f6fa;
}

.panel:last-child .collapse p,
.panel:last-child .collapsing p {
    border-bottom: 1px solid #d3def2;
}

.panel:last-child .panel-btn.collapsed {
    border-bottom: 1px solid #d3def2;
}

.panel-group-2 .panel .panel-btn {
    padding-left: 20px;
    padding-right: 50px;
}

.panel-group-2 .panel .panel-btn:before {
    left: auto;
    right: 20px;
    color: #fff;
}

.panel-group-2 .panel .panel-btn.collapsed {
    border: 1px solid #ddd;
    border-bottom: 0;
    background-color: #fff;
    color: #444;
}

.panel-group-2 .panel .panel-btn.collapsed:before {
    content: '\f105';
    color: #222;
}

.panel-group-2 .panel p {
    background-color: #fff;
}

.panel-btn {
    background-color: #2e66ca;
    color: #f4f6fa;
    padding-left: 50px;
}

.panel-btn:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    left: 20px;
    top: 50%;
    color: #f4f6fa;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panel-btn.collapsed {
    border: 1px solid #d3def2;
    border-bottom: 0;
    background-color: #f4f6fa;
    color: #444;
}

.panel-btn.collapsed:before {
    content: '\f105';
    color: #2e66ca;
}

.progress {
    position: relative;
    background: #eee;
    margin-bottom: 30px;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.progress .progress-bar {
    position: absolute;
    background: #003690;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.progress.progress-2 .progress-bar {
    background-color: #444;
}

.logo {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: 16px;
}

.searchbar {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 101;
    background-color: #222;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.searchbar .input-group input {
    height: 60px;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.searchbar .input-group input::-webkit-input-placeholder {
    color: #fff;
}

.searchbar .input-group input:-moz-placeholder {
    color: #fff;
}

.searchbar .input-group input::-moz-placeholder {
    color: #fff;
}

.searchbar .input-group input:-ms-input-placeholder {
    color: #fff;
}

.searchbar .input-group .input-group-addon {
    background-color: transparent;
    border: 0;
}

.searchbar .input-group .input-group-addon i.fa {
    color: #003690;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.searchbar .input-group .input-group-btn .btn-close {
    background-color: transparent;
    border: 0;
    height: 60px;
}

.searchbar .input-group .input-group-btn .btn-close:before,
.searchbar .input-group .input-group-btn .btn-close:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 50%;
}

.searchbar .input-group .input-group-btn .btn-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.searchbar .input-group .input-group-btn .btn-close:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.searchbar.searchbar-light {
    background-color: #fff;
}

.searchbar.searchbar-light .input-group input {
    color: #444;
}

.searchbar.searchbar-light .input-group input::-webkit-input-placeholder {
    color: #444;
}

.searchbar.searchbar-light .input-group input:-moz-placeholder {
    color: #444;
}

.searchbar.searchbar-light .input-group input::-moz-placeholder {
    color: #444;
}

.searchbar.searchbar-light .input-group input:-ms-input-placeholder {
    color: #444;
}

.searchbar.searchbar-light .input-group .input-group-btn .btn-close:before,
.searchbar.searchbar-light .input-group .input-group-btn .btn-close:after {
    background-color: #444;
}

@media screen and (min-width: 1200px) {
    .searchbar.searchbar-2 {
        width: 1170px;
    }
    .searchbar.searchbar-2 .container {
        width: 1170px;
    }
}

.searchbar.active {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.searchbar.searchbar-fixed {
    position: fixed !important;
}

.breadcrumb-container {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 15px 0;
}

.breadcrumb-container span {
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7em;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
}

.breadcrumb-container span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f111';
    font-family: 'FontAwesome';
    color: #003690;
    font-size: 9px;
}

.breadcrumb-container .breadcrumb {
    background-color: transparent;
    float: left;
    margin-bottom: 15px;
    padding: 0;
    line-height: 1em;
}

.breadcrumb-container .breadcrumb > li {
    line-height: 1.5em;
    color: #fff;
    font-family: "Titillium", sans-serif;
    font-size: 13px;
}

.breadcrumb-container .breadcrumb > li + li:before {
    font-style: normal;
    padding: 0 10px;
    content: '\f105';
    font-family: "FontAwesome";
    color: #003690;
}

.breadcrumb-container.right {
    right: 0;
    left: auto;
}

@media screen and (max-width: 767px) {
    .breadcrumb-container {
        right: 0;
    }
    .breadcrumb-container.right {
        left: 0;
    }
}

.widget {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget img {
    width: 100%;
}

.widget .widget-title {
    color: #444;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.2em;
}

.widget-title span {
    border-bottom: #003690 2px solid;
}

.widget p {
    line-height: 2.3em;
}

.widget.widget_contact ul {
    list-style: none;
    padding-left: 0;
}

.widget.widget_contact ul li {
    position: relative;
    font-size: 1em;
    line-height: 1.4em;
    padding-left: 25px;
    color: #666;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 10px;
}

.widget.widget_contact ul li:before {
    display: none;
}

.widget.widget_contact ul li i {
    color: #003690;
    margin-right: 10px;
    width: 25px;
    font-size: 1.3em;
    position: absolute;
    line-height: 1em;
    top: 2px;
    left: -5px;
    text-align: center;
}

.widget.widget_infomation ul li {
    font-size: 12px;
    text-transform: uppercase;
}

.widget.widget_subscribe form .btn {
    width: 100%;
}

.widget.widget_about .logo {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
}

.widget.widget_about .logo img {
    width: auto;
}

.widget.widget_about p {
    margin-bottom: 20px;
}

.widget.widget_linklist ul {
    list-style: none;
    padding-left: 0;
}

.widget.widget_linklist ul li {
    margin-bottom: 6px;
}

.widget.widget_linklist ul li .btn {
    padding: 18px 25px;
    line-height: 1.2em;
}

.widget.widget_linklist ul li.active .btn {
    color: #fff;
    background-color: #003690;
}

.widget.widget_download ul {
    list-style: none;
    padding-left: 0;
}

.widget.widget_download ul li {
    margin-bottom: 6px;
}

.widget.widget_categories ul {
    list-style: none;
    padding-left: 0;
}

.widget.widget_categories ul > li.cat-item {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.widget.widget_categories ul > li.cat-item a {
    text-transform: uppercase;
    font-size: 11px;
}

.widget.widget_categories ul > li.cat-item > ul.children li:last-child {
    border-bottom: 0;
}

.widget.widget_recent_entries ul {
    list-style: none;
    padding-left: 0;
}

.widget.widget_recent_entries ul li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    line-height: 1.6em;
}

.widget.widget_recent_entries ul li a {
    display: block;
    margin-bottom: 15px;
}

.widget.widget_recent_entries ul li a img {
    width: 80px;
    float: left;
    margin-right: 10px;
}

.widget.widget_recent_entries ul li a span.title {
    width: calc(100% - 90px);
    float: left;
    font-size: 13px;
    text-transform: capitalize;
}

.widget.widget_recent_entries ul li span.date {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 13px;
}

.widget.widget_recent_entries ul li:last-child {
    border-bottom: 0;
}

.widget.widget_tweet ol {
    list-style: none;
    padding-left: 0;
}

.widget.widget_tweet ol li {
    position: relative;
    padding: 0 0 20px 30px;
}

.widget.widget_tweet ol li:before {
    color: #666;
    content: "\f099";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    font-size: 21px;
}

.widget.widget_tweet ol li h5 {
    font-family: "Lato", sans-serif;
    line-height: 2.2em;
    font-size: 13px;
}

.widget.widget_tweet ol li h6 {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 13px;
}

.widget.widget_tweet ol li .sub-tweet {
    line-height: 1.2em;
    margin-bottom: 10px;
}

.widget.widget_tweet ol li .sub-tweet a {
    font-family: "Lato", sans-serif;
    color: #003690;
    font-size: 13px;
}

.widget.widget_tweet ol li .sub-tweet a:hover {
    text-decoration: underline;
}

.widget.widget_recent_product ul {
    list-style: none;
    padding-left: 0;
}

.widget.widget_recent_product ul li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.widget.widget_recent_product ul li a {
    display: block;
    color: #444;
}

.widget.widget_recent_product ul li a .product-thumb {
    width: 75px;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.widget.widget_recent_product ul li a .product-title {
    display: block;
    line-height: 1.2em;
}

.widget.widget_recent_product ul li a:hover {
    color: #003690;
}

.widget.widget_recent_product ul li .amount {
    color: #666;
}

.widget.widget_recent_product ul li:last-child {
    border-bottom: 0;
}

.tagcloud a {
    font-family: "Titillium", sans-serif;
    color: #666;
    background-color: #eee;
    padding: 8px 15px;
    text-align: center;
    margin-right: 7px;
    margin-bottom: 7px;
    display: block;
    font-size: 12px !important;
    line-height: 1em;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.tagcloud a:hover {
    background-color: #003690;
    color: #fff;
}

ul.social-list {
    position: relative;
    padding-left: 0;
    list-style: none;
}

ul.social-list li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.social-list li a {
    position: relative;
    line-height: 30px;
    text-align: center;
    margin: auto;
    display: block;
    color: #222;
}

ul.social-list li:last-child {
    margin-right: 0;
}

ul.social-list li:hover {
    background-color: white;
}

ul.social-list li:hover a {
    color: #222 !important;
}

ul.social-list.black li {
    background-color: #222;
}

ul.social-list.black li a {
    color: #fff;
}

ul.social-list.black li:hover {
    background-color: #003690;
}

ul.social-list.primary li {
    background-color: #003690;
}

ul.social-list.primary li a {
    color: #fff;
}

ul.social-list.primary li:hover {
    background-color: #000;
}

ul.social-list.primary li:hover a {
    color: #fff !important;
}

.divider {
    position: relative;
    padding: 50px 0;
}

.divider:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.divider.light:before {
    background-color: #f7f7f7;
}

.divider.thick:before {
    height: 2px;
}

.owl-carousel .owl-item img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}

.owl-carousel .owl-controls .owl-nav div {
    display: inline-block;
    margin: 0 15px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 13px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.owl-carousel .owl-controls .owl-nav div span {
    font-size: 1.4em;
}

.owl-carousel .owl-controls .owl-nav div:hover {
    background-color: white;
    color: #444;
}

.owl-carousel .owl-controls .owl-nav:after {
    content: '';
    display: table;
    clear: both;
}

.owl-carousel .owl-controls .owl-dots {
    text-align: center;
}

.owl-carousel .owl-controls .owl-dots div {
    display: inline-block;
    margin: 0 4px;
}

.owl-carousel .owl-controls .owl-dots div span {
    display: block;
    width: 7px;
    height: 7px;
    border: 0;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-controls .owl-dots div.active span {
    background-color: #003690;
}

.portfolio-slider .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 25px);
    left: 0;
    padding: 0;
}

.portfolio-slider .owl-controls .owl-nav div {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-slider .owl-controls .owl-nav div.owl-prev {
    left: 0;
    margin-left: 0;
}

.portfolio-slider .owl-controls .owl-nav div.owl-next {
    right: 0;
    margin-right: 0;
}

.portfolio-slider .owl-controls .owl-dots div.active span {
    background-color: #fff;
}

.work-slider .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.work-slider .owl-controls .owl-nav div {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .9;
}

.work-slider .owl-controls .owl-nav div.owl-prev {
    left: 0;
    margin-left: 0;
}

.work-slider .owl-controls .owl-nav div.owl-next {
    right: 0;
    margin-right: 0;
}

.work-slider:hover .owl-controls .owl-nav {
    opacity: 1;
}

.work-item-slider-wrapper {
    position: relative;
    padding: 0 50px;
    margin-bottom: 30px;
}

.work-item-slider-wrapper .owl-item {
    cursor: pointer;
}

.work-item-slider-wrapper .owl-item img {
    opacity: 0.5;
}

.work-item-slider-wrapper .owl-item:hover img {
    opacity: 1;
}

.work-item-slider-wrapper .owl-controls {
    display: none;
}

@media screen and (max-width: 480px) {
    .work-item-slider-wrapper {
        display: none;
    }
}

ul.switch-tabs-nav {
    position: relative;
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
}

ul.switch-tabs-nav li {
    float: left;
    line-height: 1em;
    margin-bottom: -1px;
    background-color: #eee;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

ul.switch-tabs-nav li a {
    display: block;
    padding: 18px 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #444;
}

ul.switch-tabs-nav li:first-child {
    border-left: 1px solid #ddd;
}

ul.switch-tabs-nav li:hover,
ul.switch-tabs-nav li:focus {
    background-color: #fff;
}

ul.switch-tabs-nav li.active {
    background-color: #fff;
    border-top: 2px solid #003690;
}

ul.switch-tabs-nav.switch-tabs-white li {
    background-color: #fff;
}

ul.switch-tabs-nav.switch-tabs-white li:hover,
ul.switch-tabs-nav.switch-tabs-white li:focus {
    background-color: #f6f6f6;
}

ul.switch-tabs-nav.switch-tabs-borderless {
    border-bottom: 0;
}

ul.switch-tabs-nav.switch-tabs-borderless li {
    border-bottom: 1px solid #ddd;
}

ul.switch-tabs-nav.switch-tabs-borderless li.active {
    border-bottom: 1px solid transparent;
}

ul.switch-tabs-nav.rtl li {
    float: right;
    border-right: 0;
    border-left: 1px solid #ddd;
}

ul.switch-tabs-nav.rtl li:first-child {
    border-right: 1px solid #ddd;
}

ul.switch-tabs-nav.rtl.responsive li {
    border-right: 1px solid #ddd;
}

ul.switch-tabs-nav.responsive li {
    float: none;
    display: block;
    border-left: 1px solid #ddd;
}

.switch-tabs-body {
    position: relative;
    padding: 30px 40px 20px 40px;
    border: 1px solid #ddd;
    border-top: 1px solid transparent;
}

.switch-tabs-body .switch-content {
    position: relative;
}

.switch-tabs-body.borderless {
    border: 0;
}

.infoButton {
    cursor: help !important;
    position: relative;
    float: right !important;
    margin-right: 5px;
    margin-top: -2px;
    font-size: 13px;
    background: #01b7f2;
    font-weight: bold;
    color: white;
    border-radius: 50%;
    padding: 2px 5px 2px 5px;
}

.radio label:before {
    border-radius: 8px;
}

.checkbox {
    margin-top: 0;
}

.checkbox label {
    margin-bottom: 10px;
}

.checkbox label:before {
    border-radius: 3px;
}

.checkbox-style {
    position: relative;
}

.checkbox-style input[type="checkbox"]:checked {
    visibility: hidden;
}

.checkbox-style input[type="checkbox"]:checked + label:before {
    opacity: 1;
}

.checkbox-style label:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 15px;
    color: #3b99fc;
    top: 50%;
    left: 0;
    opacity: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

form.career .searching {
    position: relative;
    background-color: #eee;
    padding: 13px;
}

form.career .group .group-item {
    margin-bottom: 30px;
}

form.career .group .group-item:nth-child(2n) {
    padding-left: 7px;
}

form.career .group .group-item:nth-child(2n + 1) {
    padding-right: 7px;
}

form.career .group .group-item input {
    border: 0;
    background-color: #f7f7f7;
    font-family: "Lato", sans-serif;
    font-size: 1em;
    letter-spacing: 0;
    font-style: italic;
}

form.career ul {
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}

form.career ul li {
    display: inline-block;
    border-right: 1px solid #eee;
    padding: 10px 10px 10px 30px;
    line-height: 1em;
}

form.career ul li:last-child {
    border-right: 0;
}

form.career ul li input[type="checkbox"] {
    margin-top: 0;
}

form.career ul li label {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    form.career .group .group-item:nth-child(2n) {
        padding-left: 0;
    }
    form.career .group .group-item:nth-child(2n + 1) {
        padding-right: 0;
    }
    form.career ul li {
        display: block;
        padding: 10px;
    }
}

nav.pager {
    position: relative;
    margin: 0;
}

nav.pager ul.pagination {
    position: relative;
    font-size: 14px;
    font-family: "Titillium", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav.pager ul.pagination li {
    display: inline-block;
    margin: 0 4px;
    margin-bottom: 4px;
}

nav.pager ul.pagination li .page-numbers {
    color: #444;
    background-color: #eee;
    padding: 12px 16px;
    line-height: 1em;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav.pager ul.pagination li .page-numbers.current,
nav.pager ul.pagination li .page-numbers:hover {
    color: #fff;
    background-color: #003690;
}

nav.pager ul.pagination li:first-child {
    margin-left: 0;
}

nav.pager ul.pagination li:last-child {
    margin-right: 0;
}

.comments-area {
    position: relative;
    width: 100%;
}

.comments-area .comment-list {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}

.comments-area .comment-list li.comment {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-top: 40px;
}

.comments-area .comment-list li.comment .comment-body {
    position: relative;
}

.comments-area .comment-list li.comment .comment-body .comment-author-avatar {
    position: relative;
    width: 100px;
    float: left;
}

.comments-area .comment-list li.comment .comment-body .main-comment {
    position: relative;
    width: calc(100% - 100px);
    float: left;
    padding: 0 20px 20px 20px;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-meta {
    position: relative;
    margin-bottom: 25px;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-meta .comment-author {
    position: relative;
    line-height: 1em;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-meta .comment-author b.fn {
    font-family: "Titillium", sans-serif;
    text-transform: uppercase;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #eee;
    color: #444;
    font-weight: 400;
    line-height: 1.5em;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-meta .comment-author span.date {
    font-size: 12px;
    color: #666;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-content {
    position: relative;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-content p {
    font-family: "Lato", sans-serif;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-reply {
    position: relative;
    text-align: right;
    font-size: 12px;
    color: #444;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-reply a {
    margin-right: 30px;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-reply a:last-child {
    margin-right: 0;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-reply a:hover {
    text-decoration: underline;
}

.comments-area .comment-list li.comment .comment-body .main-comment .comment-reply .comment-reply-link {
    color: #003690;
}

.comments-area .comment-list li.comment.parent .comment-body .main-comment {
    border-bottom: 1px solid #eee;
}

.comments-area .comment-list li.comment.parent .children {
    position: relative;
    list-style: none;
    padding-left: 100px;
}

.comments-area .comment-list li.comment.parent .children > li.comment {
    position: relative;
    padding-top: 40px;
    border-bottom: 1px solid #eee;
}

.comments-area .comment-list li.comment.parent .children > li.comment .comment-body {
    position: relative;
}

.comments-area .comment-list li.comment.parent .children > li.comment .comment-body .comment-author-avatar {
    position: relative;
    width: 70px;
    float: left;
}

.comments-area .comment-list li.comment.parent .children > li.comment .comment-body .main-comment {
    width: calc(100% - 70px);
    padding: 0 15px 20px 15px;
    border-bottom: 0;
}

.comments-area .comment-list li.comment.parent .children > li.comment:last-child {
    border-bottom: 0;
}

.comments-area .comment-list li.comment:first-child {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .comments-area .comment-list li.comment.parent .children {
        padding-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .comments-area .comment-list li.comment .comment-body .comment-author-avatar {
        float: none !important;
        display: block;
        margin-bottom: 20px;
    }
    .comments-area .comment-list li.comment .comment-body .main-comment {
        width: 100% !important;
        padding: 0 0 20px 0 !important;
        float: none;
    }
}

.star-rating {
    position: relative;
    overflow: hidden;
    width: 7.3em;
    height: 1em;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 8px;
}

.star-rating:before {
    font-family: "FontAwesome";
    content: '\f005\f005\f005\f005\f005';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
    color: #aaa;
}

.star-rating span {
    overflow: hidden;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    font-family: "FontAwesome";
    content: '\f005\f005\f005\f005\f005';
    color: #003690;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .star-rating {
        width: 8em;
    }
}

select.sortby + .select2 .select2-selection--single,
select.country + .select2 .select2-selection--single {
    height: 40px;
    border: 1px solid #ddd;
    font-family: "Titillium", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

select.sortby + .select2 .select2-selection--single .select2-selection__rendered,
select.country + .select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    line-height: 40px;
}

select.sortby + .select2 .select2-selection--single .select2-selection__arrow,
select.country + .select2 .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px;
}

select.sortby + .select2 .select2-selection--single .select2-selection__arrow:before,
select.country + .select2 .select2-selection--single .select2-selection__arrow:before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    color: #444;
    right: 5px;
    top: 50%;
    font-size: 1.3em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

select.sortby + .select2 .select2-selection--single .select2-selection__arrow b,
select.country + .select2 .select2-selection--single .select2-selection__arrow b {
    border-width: 0;
}

select.sortby + .select2.select2-container--open .select2-selection--single .select2-selection__arrow:before,
select.country + .select2.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    content: '\f106';
}

select.country + .select2 {
    width: 100% !important;
    margin-bottom: 20px;
}

select.country + .select2 .select2-selection--single {
    height: 50px;
    background-color: #f9f9f9;
}

select.country + .select2 .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #888;
    font-size: 0.9em;
    letter-spacing: 1px;
}

select.country + .select2 .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.bootstrap-touchspin {
    width: 75px;
    float: left;
    margin-right: 20px;
}

.bootstrap-touchspin input.form-control {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    height: 46px;
    border-color: #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 6px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 11px 15px;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    margin-right: 0;
    font-size: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.form-control {
    font-size: 1em;
    color: #003690;
    background-color: #fff;
    border: 1px solid #d3def2;
}

.form-control:focus {
    border-color: #91aee2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(145, 174, 226, .6);
}

.form-control::-webkit-input-placeholder {
    color: #91aee2;
}

.form-control:-moz-placeholder {
    color: #91aee2;
}

.form-control::-moz-placeholder {
    color: #91aee2;
}

.form-control:-ms-input-placeholder {
    color: #91aee2;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header ul li:before {
    display: none;
}

.header .top-header {
    position: relative;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .top-header .top-left {
    float: left;
}

.header .top-header .top-left ul li {
    margin-right: 20px;
}

.header .top-header .top-right {
    float: right;
    text-align: right;
}

.header .top-header .top-right ul li {
    margin-left: 20px;
}

.header .top-header ul {
    padding-left: 0;
    list-style: none;
    line-height: 1em;
}

.header .top-header ul li {
    display: inline-block;
    line-height: 1em;
    font-size: 12px;
    color: #444;
}

.header .top-header ul.info-header li {
    position: relative;
    padding-left: 20px;
    display: inline-flex;
    align-items: center;
}

.header .top-header ul.info-header li i {
    margin-right: 10px;
    color: #003690;
    font-size: 15px;
    left: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
}

.header .top-header ul.info-header li span {
    display: inline-block;
}

.header .top-header ul.social-header li {
    font-size: 15px;
}

.header .top-header ul.social-header li a {
    color: #888;
}

.header .top-header ul.social-header li a:hover {
    color: #003690;
}

.header .top-header:after {
    content: '';
    display: table;
    clear: both;
}

.header .top-header.top-header-2 {
    background-color: #fff;
    border-bottom: 0;
}

.header .top-header.top-header-3 {
    background-color: #222;
    border-bottom: 0;
}

.header .top-header.top-header-3 ul li {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .header .top-header .top-left {
        float: none;
        text-align: center;
    }
    .header .top-header .top-left ul li:last-child {
        margin-right: 0;
    }
    .header .top-header .top-right {
        float: none;
        text-align: center;
    }
    .header .top-header .top-right ul li:first-child {
        margin-left: 0;
    }
    .header .top-header ul li {
        margin-bottom: 10px;
    }
    .header .top-header ul.info-header li {
        padding-left: 0;
    }
}

.header .main-header {
    position: relative;
    padding: 40px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .main-header .info-contact {
    position: relative;
    float: right;
}

.header .main-header .info-contact ul.info-contact-list {
    list-style: none;
    padding-left: 0;
}

.header .main-header .info-contact ul.info-contact-list li {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-right: 50px;
}

.header .main-header .info-contact ul.info-contact-list li i {
    margin-right: 10px;
    color: #003690;
    font-size: 27px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .main-header .info-contact ul.info-contact-list li p {
    color: #444;
    line-height: 1em;
}

.header .main-header .info-contact ul.info-contact-list li p.vice {
    margin-bottom: 0;
    font-size: 12px;
    color: #878787;
}

.header .main-header .info-contact ul.info-contact-list li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .header .main-header .info-contact {
        float: none;
        margin-top: 50px;
    }
    .header .main-header .info-contact ul.info-contact-list li {
        max-width: 320px;
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto 30px;
    }
    .header .main-header .info-contact ul.info-contact-list li:last-child {
        margin-right: auto;
    }
}

.header .main-header.main-header-2 {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    padding: 30px 0;
}

@media screen and (min-width: 1200px) {
    .header .main-header.main-header-2 {
        width: 1170px;
    }
    .header .main-header.main-header-2 .container {
        width: 1170px;
    }
}

.header .main-header.main-header-2 .navigation ul > li > a {
    color: #444;
}

.header .main-header.main-header-2 .navigation ul > li.menu-item-has-children > ul.sub-menu > li > a {
    color: #aaa;
}

.header .main-header.main-header-2 .navigation ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
    color: #003690;
}

.header .main-header.main-header-3 {
    background-color: #fff;
    padding: 10px 0;
}

.header .main-header.main-header-3 .navigation ul > li > a {
    color: #444;
}

.header .main-header.main-header-3 .navigation ul > li.menu-item-has-children > ul.sub-menu > li > a {
    color: #d3def2;
}

.header .main-header.main-header-3 .navigation ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
    color: #2e66ca;
}

.header .main-header.main-header-4 {
    background-color: rgba(34, 34, 34, 0.9);
    padding: 30px 0;
}

.header .main-header.main-header-4 .navigation ul > li > a {
    color: #fff;
}

.header .main-header.main-header-4 .navigation ul > li.menu-item-has-children > ul.sub-menu > li > a {
    color: #aaa;
}

.header .main-header.main-header-4 .navigation ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
    color: #003690;
}

.header .main-header.main-header-5 {
    background-color: #fff;
    padding: 30px 0;
}

.header .main-header.main-header-5 .logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .main-header.main-header-5 + .navBar5 {
    position: relative;
    padding: 10px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .main-header.main-header-5 + .navBar5 .navigation {
    float: none;
    text-align: center;
}

.header .main-header.main-header-5 + .navBar5 .navigation ul > li {
    text-align: left;
}

.header .main-header.main-header-5 + .navBar5 .navigation ul > li > a {
    color: #444;
}

.header .main-header.main-header-5 + .navBar5 .navigation ul > li.menu-item-has-children a span.fa {
    color: #003690;
}

.header .main-header.main-header-5 + .navBar5 .navigation ul > li.menu-item-has-children > ul.sub-menu {
    padding-top: 10px;
}

.header .main-header.main-header-5 + .navBar5 .navigation ul > li.menu-item-has-children > ul.sub-menu > li > a {
    color: #aaa;
}

.header .main-header.main-header-5 + .navBar5 .navigation ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
    color: #003690;
}

.header .main-header.main-header-5 + .navBar5 .navigation ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
    padding-top: 0;
}

.header .main-header.main-header-5 + .navBar5 .navigation ul > li.menu-item-has-children.megamenu ul:before {
    top: 10px;
    height: calc(100% - 10px);
}

@media screen and (max-width: 480px) {
    .header .main-header.main-header-5 .logo {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.header .main-header.main-header-6 {
    background-color: #fff;
    padding: 30px 0;
}

.header .main-header.main-header-6 + .navBar6 {
    position: relative;
    padding: 10px 0;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .main-header.main-header-6 + .navBar6 .navigation {
    float: left;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li > a {
    color: #444;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li:first-child a {
    padding-left: 0;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li.menu-item-has-children a span.fa {
    color: #003690;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li.menu-item-has-children > ul.sub-menu {
    padding-top: 10px;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li.menu-item-has-children > ul.sub-menu > li > a {
    padding-left: 20px;
    color: #aaa;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
    color: #003690;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
    padding-top: 0;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li.menu-item-has-children:first-child > ul.sub-menu {
    padding-left: 0;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li.menu-item-has-children:first-child:after {
    width: calc(100% - 17px);
    right: auto;
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li.menu-item-has-children.megamenu ul:before {
    top: 10px;
    height: calc(100% - 10px);
}

.header .main-header.main-header-6 + .navBar6 .navigation ul > li.menu-item-has-children.megamenu:first-child ul:before {
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .header .main-header.main-header-6 .logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.header .main-header.black {
    background-color: #363636;
    padding: 30px 0;
}

.header.active-search .top-header,
.header.active-search .main-header,
.header.active-search .navBar5,
.header.active-search .navBar6 {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.header.active-search.header-fixed--pin .main-header-5 + .navBar5 {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.header.active-search.header-fixed--pin .main-header-6 + .navBar6 {
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.header.header-active .top-header,
.header.header-active .main-header {
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
}

.header.header-active .navBar6 {
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.header.header-active .searchbar {
    -webkit-transform: translate(-270px, -100%);
    -moz-transform: translate(-270px, -100%);
    -ms-transform: translate(-270px, -100%);
    transform: translate(-270px, -100%);
}

.header.header-active .searchbar.active {
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.header.header-active.active-search .top-header,
.header.header-active.active-search .main-header {
    -webkit-transform: translate(-270px, 60px);
    -moz-transform: translate(-270px, 60px);
    -ms-transform: translate(-270px, 60px);
    transform: translate(-270px, 60px);
}

.header.header-active.active-search .navBar6 {
    -webkit-transform: translate(-270px, 60px);
    -moz-transform: translate(-270px, 60px);
    -ms-transform: translate(-270px, 60px);
    transform: translate(-270px, 60px);
}

.header.header-active.active-search.header-fixed--pin .main-header-5 + .navBar5 {
    -webkit-transform: translate(-270px, 60px);
    -moz-transform: translate(-270px, 60px);
    -ms-transform: translate(-270px, 60px);
    transform: translate(-270px, 60px);
}

.header.header-active.active-search.header-fixed--pin .main-header-6 + .navBar6 {
    -webkit-transform: translate(-270px, 60px);
    -moz-transform: translate(-270px, 60px);
    -ms-transform: translate(-270px, 60px);
    transform: translate(-270px, 60px);
}

.header-fixed .searchbar {
    width: 100%;
}

.header-fixed .main-header {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.header-fixed .main-header.main-header-2,
.header-fixed .main-header.main-header-3,
.header-fixed .main-header.main-header-5 {
    border-bottom: 1px solid #eee;
}

.header-fixed .main-header.main-header-2 {
    width: 100%;
    background-color: white;
}

.header-fixed .main-header.main-header-5 + .navBar5 {
    position: fixed !important;
    top: 90px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.header-fixed .main-header.main-header-6 {
    position: relative !important;
}

.header-fixed .main-header.main-header-6 + .navBar6 {
    position: fixed !important;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.header-fixed--unpin .main-header {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media screen and (min-width: 1200px) {
    .header-fixed--unpin .main-header.main-header-2 {
        width: 100%;
    }
}

.header-fixed--unpin .main-header.main-header-5 {
    top: -52px;
}

.header-fixed--unpin .main-header.main-header-5 + .navBar5 {
    top: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header-fixed--unpin .main-header.main-header-6 + .navBar6 {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header-fixed--pin .main-header {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header-fixed--pin .main-header.main-header-5 + .navBar5 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navigation {
    position: static;
    float: right;
    padding-top: 5px;
}

.navigation ul > li {
    display: inline-block;
    line-height: 1.6em;
    font-size: 1.25em;
    font-weight: 400;
}

.navigation ul > li > a {
    line-height: 1em;
    padding: 9px 17px;
    color: #fff;
}

.navigation ul > li > a > span {
    border-bottom: #fff 2px solid;
    transition: all 0.4s ease;
}

.navigation ul > li > a > span:hover,
.navigation ul > li > a > span:focus {
    border-bottom: #003690 2px solid;
}

.navigation ul > li > a:hover,
.navigation ul > li > a:focus {
    background-color: transparent;
}

.navigation ul > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    padding-top: 13px;
    padding-left: 17px;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navigation ul > li.menu-item-has-children > ul.sub-menu > li {
    position: relative;
    display: block;
    background-color: #003690;
    font-weight: 400;
    font-size: 0.8em;
}

.navigation ul > li.menu-item-has-children > ul.sub-menu > li:after {
    display: none;
}

.navigation ul > li.menu-item-has-children > ul.sub-menu > li > a {
    padding: 15px;
    display: block;
    color: #aaa;
}

.navigation ul > li.menu-item-has-children > ul.sub-menu > li > a:hover {
    text-decoration: none;
}

.navigation ul > li.menu-item-has-children > ul.sub-menu > li > a span.fa {
    position: absolute;
    font-size: 1.4em;
    right: 20px;
    top: calc(50% - 8px);
}

.navigation ul > li.menu-item-has-children > ul.sub-menu > li:hover {
    background-color: #f4f6fa;
}

.navigation ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
    color: #003690;
}

.navigation ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
    padding-top: 0;
    padding-left: 0;
    top: 0;
    left: 100%;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.navigation ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.navigation ul > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navigation ul > li.menu-item-has-children.megamenu ul {
    min-width: 710px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navigation ul > li.menu-item-has-children.megamenu ul:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 17px;
    width: calc(100% - 17px);
    height: calc(100% - 30px);
    background-color: #111;
}

.navigation ul > li.menu-item-has-children.megamenu ul li {
    position: relative;
    float: left;
    background-color: transparent;
}

.navigation ul > li.menu-item-has-children.megamenu ul li a span.fa {
    display: none;
}

.navigation ul > li.menu-item-has-children.megamenu ul li a:first-child {
    color: #fff !important;
    font-weight: 700;
}

.navigation ul > li.menu-item-has-children.megamenu ul li:hover {
    background-color: transparent;
}

.navigation ul > li.menu-item-has-children.megamenu ul li.menu-item-has-children > ul.sub-menu {
    position: relative;
    margin-right: 0;
    min-width: 100%;
    top: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.navigation ul > li.menu-item-has-children.megamenu ul li.menu-item-has-children > ul.sub-menu > li {
    width: 100%;
}

.navigation ul > li.menu-item-has-children.megamenu ul li.menu-item-has-children > ul.sub-menu > li a {
    color: #aaa !important;
    font-weight: 500 !important;
}

.navigation ul > li.menu-item-has-children.megamenu ul li.menu-item-has-children > ul.sub-menu > li:hover a {
    color: #003690 !important;
}

.navigation ul > li.menu-item-has-children.megamenu ul li.menu-item-has-children > ul.sub-menu:before {
    display: none;
}

.navigation ul > li.menu-item-has-children.megamenu ul li.menu-item-has-children:before {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #333;
}

.navigation ul > li.menu-item-has-children.megamenu ul li.menu-item-has-children:last-child:before {
    display: none;
}

.navigation ul > li.menu-item-has-children.megamenu:hover ul li.menu-item-has-children > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-col-2 ul li {
    width: 50%;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-col-3 ul li {
    width: 33.333333%;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-col-4 {
    position: static;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-col-4 ul {
    padding-left: 0;
    width: calc(100% - 30px);
    left: 15px;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-col-4 ul li {
    width: 25%;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-col-4 ul li.menu-item-has-children a {
    padding: 25px 40px;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-col-4 ul:before {
    width: 100%;
    left: 0;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-col-4:after {
    display: none;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-no-heading ul li a:first-child {
    display: none;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-no-heading ul li.menu-item-has-children > ul.sub-menu > li > a {
    display: block;
}

.navigation ul > li.menu-item-has-children.megamenu.mega-no-heading ul li.menu-item-has-children:before {
    display: none;
}

.navigation ul > li:hover:after {
    background-color: #003690;
}

.search-btn,
.cart-btn {
    position: relative;
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.search-btn span.fa,
.cart-btn span.fa {
    color: #fff;
    line-height: 30px;
}

.search-btn {
    background-color: #003690;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-btn:hover {
    background-color: #222;
}

.cart-btn {
    background-color: #222;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cart-btn .menu-cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    line-height: 20px;
    background-color: #003690;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-family: "Titillium", sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.cart-btn:hover {
    background-color: #003690;
}

.footer {
    position: relative;
}

.footer .foot-widget {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .foot-widget a {
    color: #f4f6fa;
}

.footer .foot-widget a:hover {
    color: #d3def2;
    background-color: #444;
}

.footer .foot-widget .widget {
    margin-bottom: 20px;
}

.footer .foot-widget .widget .widget-title {
    margin-bottom: 40px;
    color: #fff;
    padding-bottom: 0;
}

.footer .foot-widget .widget .widget-title:before {
    display: none;
}

.footer .foot-widget .widget img {
    width: auto;
}

.footer .foot-widget .widget ul li {
    line-height: 3.1em;
    color: #878787;
}

.footer .foot-widget .widget ul li:hover {
    color: #fff;
}

.footer .foot-widget .widget ul li:hover a {
    color: #fff;
}

.footer .foot-widget .widget p {
    color: #888;
    font-family: "Titillium", Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 1.2em;
}

.footer .foot-widget .widget.widget_recent_entries ul li {
    line-height: 1.6em;
}

.footer .foot-widget .widget.widget_tweet ol li h5,
.footer .foot-widget .widget.widget_tweet ol li h6 {
    color: #878787;
}

@media screen and (max-width: 991px) {
    .footer .foot-widget .widget .widget-title {
        margin-bottom: 20px;
    }
}

.footer .foot-credit {
    position: relative;
    padding: 10px 0;
    background-color: #111;
}

.footer .foot-credit p {
    float: left;
    font-family: "Titillium", sans-serif;
    font-size: 13px;
    color: #878787;
    text-transform: uppercase;
    line-height: 2.5em;
    margin-bottom: 0;
}

.footer .foot-credit ul {
    float: right;
    list-style: none;
    padding-left: 0;
}

.footer .foot-credit ul li {
    display: inline-block;
    margin-left: 30px;
}

.footer .foot-credit ul li:first-child {
    margin-left: 0;
}

.footer .foot-credit ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    display: block;
}

.footer .foot-credit ul li a:hover {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .footer .foot-credit p,
    .footer .foot-credit ul {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .footer .foot-credit ul li {
        display: block;
        margin-left: 0;
    }
}

.footer .btn.btn-primary:hover,
.footer .btn.btn-primary:focus,
.footer .btn.btn-primary:active {
    border: 1px solid #fff;
}

.sidebar {
    position: relative;
}

.sidebar.sidebar-2 {
    border: 2px solid #003690;
    padding: 30px;
    background-color: #f9f9f9;
}

.sidebar.sidebar-2 .widget .widget-title {
    padding-bottom: 0;
}

.sidebar.sidebar-2 .widget .widget-title:before {
    display: none;
}

#sub-header .sub-wrapper {
    position: relative;
    padding-top: 110px;
    padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
    #sub-header .sub-wrapper {
        text-align: center;
    }
}

.bg-parallax .sub-wrapper {
    position: relative;
    padding: 100px 0;
}

.bg-parallax .sub-wrapper h1 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.bg-parallax .sub-wrapper h2 {
    font-family: "Lato", sans-serif;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.6em;
}

.slotholder:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
    #home-media {
        top: 0;
        margin-bottom: 0;
    }
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-caption a:hover {
    color: #f4f6fa;
}

.tp-caption.tp-headline {
    color: #fff;
    font-family: "Titillium", sans-serif;
    font-size: 3.3em;
    font-weight: 700;
    text-transform: uppercase;
}

.tp-caption.tp-headline-2 {
    color: #fff;
    font-family: "Titillium", sans-serif;
    font-size: 4.3em;
    font-weight: 700;
    text-transform: uppercase;
}

.tp-caption.tp-headline-3 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 1.7em;
    letter-spacing: 2px;
}

.tp-caption.tp-description {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.2em;
}

.tp-bullets.simplebullets {
    bottom: 50px !important;
}

.tp-bullets.simplebullets .bullet {
    float: none !important;
    cursor: pointer;
    position: relative !important;
    background: rgba(255, 255, 255, 0.3) !important;
    width: 10px !important;
    height: 10px !important;
    border: 0 !important;
    display: inline-block;
    margin-right: 20px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px !important;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background: white !important;
    width: 10px !important;
    height: 10px !important;
    border: 0px !important;
}

.tp-bullets.simplebullets .bullet:hover:before,
.tp-bullets.simplebullets .bullet.selected:before {
    background-color: transparent;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.tparrows {
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px !important;
    height: 50px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.tparrows:hover.default:after {
    background-color: #111;
    color: #fff;
}

.tparrows.default:after {
    color: #444;
    background-color: #fff;
    font-size: 25px;
    position: absolute;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tp-rightarrow.tparrows.default:after {
    content: '\f105';
}

.tp-leftarrow.tparrows.default:after {
    content: '\f104';
}

.counter {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.counter p.count-number {
    position: relative;
    font-family: "Titillium", sans-serif;
    font-size: 45px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    line-height: 1em;
}

.counter p.count-number:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background-color: #003690;
}

.counter h3 {
    font-family: "Lato", sans-serif;
    line-height: 1em;
    margin-bottom: 0;
    font-style: italic;
    letter-spacing: 1px;
}

.bg-parallax .counter p.count-number {
    color: #fff;
}

.team-leader {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.team-leader .avatar {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    max-width: 100%;
}

.team-leader .avatar img {
    margin: 0 auto;
}

.team-leader h5 {
    font-family: "Lato", sans-serif;
    font-style: italic;
    letter-spacing: 1px;
}

.client-logo {
    padding: 6px;
    border: 1px solid #eee;
    background-color: #fff;
    height: 85px;
    text-align: center;
}

.client-logo:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.client-logo img {
    width: auto !important;
    vertical-align: middle;
    max-height: 100%;
    display: inline-block;
}

.client-slider .client-logo img {
    width: auto;
    display: inline-block;
}

.pricing-element {
    position: relative;
    font-family: "Titillium", sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.pricing-element .pricing-header {
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
    padding: 35px 0;
    line-height: 1em;
}

.pricing-element .pricing-body {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 10px 25px;
}

.pricing-element .pricing-body > ul {
    list-style: none;
    padding-left: 0;
}

.pricing-element .pricing-body > ul > li {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    color: #666;
    letter-spacing: 1px;
}

.pricing-element .pricing-body > ul > li span {
    color: #444;
    font-weight: 700;
}

.pricing-element .pricing-body > .price {
    line-height: 1em;
    font-size: 80px;
    color: #444;
    padding: 40px 0;
}

.pricing-element .pricing-footer {
    position: relative;
    background-color: #fff;
    padding: 0 25px 50px 25px;
    border: 1px solid #ddd;
    border-top-width: 0;
}

.pricing-element.impress .pricing-header {
    background-color: #111;
}

.pricing-element.impress .pricing-body,
.pricing-element.impress .pricing-footer {
    background-color: #f9f9f9;
}

.row.m0 [class*="col-"].pd0 .pricing-element .pricing-body,
.row.m0 [class*="col-"].pd0 .pricing-element .pricing-footer {
    border-right-width: 0;
}

.row.m0 [class*="col-"].pd0:last-child .pricing-element .pricing-body,
.row.m0 [class*="col-"].pd0:last-child .pricing-element .pricing-footer {
    border-right: 1px solid #ddd;
}

@media screen and (max-width: 1199px) {
    .row.m0 [class*="col-"].pd0:nth-child(2n) .pricing-element .pricing-body,
    .row.m0 [class*="col-"].pd0:nth-child(2n) .pricing-element .pricing-footer {
        border-right: 1px solid #ddd;
    }
}

@media screen and (max-width: 767px) {
    .row.m0 [class*="col-"].pd0 .pricing-element .pricing-body,
    .row.m0 [class*="col-"].pd0 .pricing-element .pricing-footer {
        border-right: 1px solid #ddd;
    }
}

.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.alert i {
    font-size: 1.2em;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.alert i.icon {
    top: calc(50% + 3px);
}

.alert.alert-big {
    padding: 20px 35px 20px 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2em;
}

.alert.alert-big span.alert-title {
    font-family: "Titillium", sans-serif;
    display: block;
    text-transform: uppercase;
}

.alert.alert-big i {
    font-size: 3em;
    left: 35px;
}

.alert-danger {
    font-style: italic;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .alert.alert-big {
        padding: 20px 35px;
    }
    .alert.alert-big i {
        position: relative;
        left: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.alert.alert-message {
    background-color: #eff5f7;
    border-color: #ddd;
    color: #666;
}

.alert.alert-message .btn-remove:before,
.alert.alert-message .btn-remove:after {
    background-color: #666;
}

.alert.alert-error {
    background-color: #ffcdc6;
    border-color: #dfb6ad;
    color: #ff5533;
}

.alert.alert-error .btn-remove:before,
.alert.alert-error .btn-remove:after {
    background-color: #ff5533;
}

.alert.alert-warning {
    background-color: #fff5b9;
    border-color: #ffcc99;
    color: #ff7f00;
}

.alert.alert-warning .btn-remove:before,
.alert.alert-warning .btn-remove:after {
    background-color: #ff7f00;
}

.alert.alert-sugestija {
    background-color: #fef5de;
    border-color: #fdba15;
    color: #828282;
}

.alert-title-sugestija {
    font-size: 16px !important;
    font-weight: bold;    
}

.alert-sugestija-box {
    font-size: 12px !important; 
    line-height: 14px;
    display: block;
}

.alert-sugestija-box{
    color: #9a9a9a;
}

.alert-sugestija-box:hover .alert-title{
    color: #fdba15 !important;
}

.alert-sugestija-box .alert-title {
    font-size: 16px !important;
    text-decoration: underline;
    color: #0977ca;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    margin-top: 14px;
    text-transform: uppercase !important;
}

.alert-sugestija .showMoreBtn:hover{
    cursor: pointer;
    color: orange;
}

.chart-skills {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.chart-skills *,
.chart-skills::before {
  box-sizing: border-box;
}


/* CHART-SKILLS STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */






.chart-skills {
  position: relative;
  width: 130px;
  height: 65px;
}

.chart-skills::before,
.chart-skills::after {
  position: absolute;
}

.chart-skills::before {
  content: '';
  width: inherit;
  height: inherit;
  border: 20px solid rgba(211, 211, 211, .3);
  border-bottom: none;
  border-top-left-radius: 175px;
  border-top-right-radius: 175px;
}

.chart-skills::after {
  content: var(--popunjenost)'%';
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  font-size: 2.2rem;
  font-weight: bold;
  color: black;
}

.chart-skills li.p34 {
  z-index: 4;
  border-color: firebrick;
  animation-name: rotate-one;
  transform: rotate(21.6deg);
   /*12% => 21.6deg */
}
.chart-skills li.p35 {
  
    z-index: 4;
    border-color: orangered;
    transform: rotate(calc(1.8deg * var(--popunjenost))); 
   /*12% => 21.6deg */
}


.chart-skills li {
  position: absolute;
  top: 100%;
  left: 0;
  width: inherit;
  height: inherit;
  border: 20px solid;
  border-top: none;
  border-color: orangered;
  border-bottom-left-radius: 175px;
  border-bottom-right-radius: 175px;  
  transform-origin: 50% 0;
}



.chart-skills {
    /* existing rules....*/ 
     
    overflow: hidden;
}
 
.chart-skills li {
    /* existing rules....*/
     
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.alert.alert-sugestija .btn-remove:before,
.alert.alert-sugestija .btn-remove:after {
    background-color: #fdba15;
}

.alert.alert-success {
    background-color: #bffba5;
    border-color: #80ff01;
    color: #468c00;
}

.alert.alert-success .btn-remove:before,
.alert.alert-success .btn-remove:after {
    background-color: #468c00;
}

.alert.alert-info {
    background-color: #b9edff;
    border-color: #a0d1e1;
    color: #59a3c1;
    font-family: "Titillium", sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4em;
    padding: 10px 10px 10px 4em;
}

.alert.alert-info .btn-remove:before,
.alert.alert-info .btn-remove:after {
    background-color: #59a3c1;
}

.alert.alert-info i {
    left: 10px;
    font-size: 1.8em;
}

.alert.alert-info p {
    color: #2e66ca;
    font-family: "Titillium", sans-serif;
    line-height: 1.4em;
    text-align: left;
}

.alert.alert-info span.alert-title {
    font-family: "Titillium", sans-serif;
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissible .btn-remove {
    float: right;
    top: 2px;
    right: -25px;
}

.alert-dismissible.alert-big .btn-remove {
    top: -10px;
}

.testimonial {
    position: relative;
}

.testimonial .testimonial-status {
    position: relative;
    padding: 15px 25px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    line-height: 2.2em;
    background-color: #f9f9f9;
    color: #444;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.testimonial .testimonial-status:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 30px;
    width: 0;
    height: 0;
    border-top: 15px solid #f9f9f9;
    border-right: 12px solid transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.testimonial .testimonial-status.white {
    background-color: #fff;
}

.testimonial .testimonial-status.white:after {
    border-top: 15px solid #fff;
}

.testimonial .testimonial-author {
    position: relative;
    padding: 30px 8px;
}

.testimonial .testimonial-author img {
    width: 65px;
    float: right;
    margin-left: 20px;
    padding: 4px;
    border: 1px solid #eee;
}

.testimonial .testimonial-author h5 {
    margin-top: 15px;
}

.testimonial .testimonial-author p {
    font-family: "Lato", sans-serif;
    font-style: italic;
}

.cortana-icon {
    position: relative;
    margin-bottom: 50px;
    margin-top: -30px;
}

.cortana-icon h5 {
    text-align: center;
    font-weight: bold;
}

.cortana-icon i {
    position: relative;
    left: 40%;
    top: 5px;
    margin-bottom: 10px;
    background-color: #003690;
    color: #fff;
    width: 45px;
    height: 45px;
    font-size: 1.3em;
    line-height: 43px;
    text-align: center;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cortana-icon:hover i {
    background-color: #fff;
    color: #003690;
    border: 2px solid #003690;
}

.cortana-icon.cortana-icon-2 i {
    background-color: #fff;
    color: #003690;
    border: 2px solid #003690;
    line-height: 41px;
}

.cortana-icon.cortana-icon-2:hover i {
    background-color: #003690;
    color: #fff;
}

.cortana-icon.center {
    text-align: center;
    padding-left: 0;
}

.cortana-icon.center i {
    position: relative;
    top: 0;
    margin-bottom: 25px;
}

.gallery {
    position: relative;
}

.gallery .gallery-item {
    position: relative;
    float: left;
    display: inline-block;
}

.gallery .gallery-item.gallery-col-3 {
    width: 33.333333%;
}

@media screen and (max-width: 991px) {
    .gallery .gallery-item.gallery-col-3 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .gallery .gallery-item.gallery-col-3 {
        width: 100%;
    }
}

.gallery .gallery-item.gallery-col-4 {
    width: 25%;
}

@media screen and (max-width: 1199px) {
    .gallery .gallery-item.gallery-col-4 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .gallery .gallery-item.gallery-col-4 {
        width: 100%;
    }
}

.gallery.gallery-2 {
    margin-right: -15px;
    margin-left: -15px;
}

.gallery.gallery-2 .gallery-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.gallery.gallery-2 .gallery-item a.mfp-image {
    width: calc(100% - 30px);
    right: 0;
    margin: 0 auto;
}

.portfolio-selector {
    position: absolute;
    list-style: none;
    padding-left: 0;
    right: 15px;
    top: 0;
}

.portfolio-selector li {
    display: inline-block;
    margin-left: 20px;
    line-height: 1em;
}

.portfolio-selector li a {
    color: #444;
    text-transform: uppercase;
    font-size: 12px;
}

.portfolio-selector li a:hover {
    color: #003690;
}

.portfolio-selector li a.current {
    color: #003690 !important;
}

@media screen and (max-width: 991px) {
    .portfolio-selector {
        position: relative;
        right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .portfolio-selector li {
        display: block;
        margin-left: 0;
        line-height: 2em;
    }
}

.bg-parallax .portfolio-selector li a {
    color: #fff;
}

.bg-parallax .portfolio-selector li a:hover {
    color: #003690;
}

.portfolio-slider {
    position: relative;
    padding: 20px 65px;
}

@media screen and (max-width: 767px) {
    .portfolio-slider {
        padding: 20px 15px;
    }
}

.portfolio-slider .portfolio-item {
    float: none;
    overflow: auto;
}

.portfolio-slider .portfolio-item h5 {
    color: #fff;
}

.portfolio {
    margin-left: -15px;
    margin-right: -15px;
}

.portfolio.portfolio-col-2 .portfolio-item,
.portfolio.portfolio-col-3 .portfolio-item,
.portfolio.portfolio-col-4 .portfolio-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.portfolio.portfolio-col-2 .portfolio-item {
    width: 50%;
}

.portfolio.portfolio-col-3 .portfolio-item {
    width: 33.333333%;
}

.portfolio.portfolio-col-4 .portfolio-item {
    width: 25%;
}

@media screen and (max-width: 1199px) {
    .portfolio.portfolio-col-3 .portfolio-item,
    .portfolio.portfolio-col-4 .portfolio-item {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .portfolio.portfolio-col-2 .portfolio-item,
    .portfolio.portfolio-col-3 .portfolio-item,
    .portfolio.portfolio-col-4 .portfolio-item {
        width: 100%;
    }
}

.portfolio:before,
.portfolio:after {
    content: '';
    display: table;
}

.portfolio:after {
    clear: both;
}

.portfolio-item {
    position: relative;
    text-align: center;
    float: left;
    overflow: hidden;
}

.portfolio-item > * {
    width: 100%;
    height: 100%;
    margin: 0;
}

.portfolio-item .portfolio-media {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.portfolio-item h5 {
    letter-spacing: 1px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.3em;
}

.isotope-grid-wrapper {
    padding-top: 30px;
}

.page-grid {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.page-grid:before,
.page-grid:after {
    content: '';
    display: table;
}

.page-grid:after {
    clear: both;
}

.page-grid .page-media,
.page-grid .page-content {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    margin-bottom: 30px;
    width: 100%;
}

.page-grid .page-media img {
    width: 100%;
}

.page-grid .page-media.col-2 {
    max-width: 200px;
}

.page-grid .page-media.col-3 {
    max-width: 300px;
}

.page-grid .page-media.col-4 {
    max-width: 400px;
}

.page-grid .page-media.col-5 {
    max-width: 500px;
}

.page-grid .page-media.col-6 {
    max-width: 600px;
}

.page-grid .page-media.col-7 {
    max-width: 700px;
}

.page-grid .page-media.col-push-2 {
    left: calc(100% - 700px);
}

.page-grid .page-media.col-push-4 {
    left: calc(100% - 500px);
}

.page-grid .page-media.col-push-5 {
    left: calc(100% - 400px);
}

.page-grid .page-media.col-push-7 {
    left: calc(100% - 200px);
}

.page-grid .page-media.col-pull-2 {
    right: calc(100% - 700px);
}

.page-grid .page-media.col-pull-4 {
    right: calc(100% - 500px);
}

.page-grid .page-media.col-pull-5 {
    right: calc(100% - 400px);
}

.page-grid .page-media.col-pull-7 {
    right: calc(100% - 200px);
}

.page-grid .page-media.static {
    margin: 0 auto 30px auto;
}

.page-grid .page-content.col-2 {
    width: calc(100% - 700px);
}

.page-grid .page-content.col-3 {
    width: calc(100% - 600px);
}

.page-grid .page-content.col-4 {
    width: calc(100% - 500px);
}

.page-grid .page-content.col-5 {
    width: calc(100% - 400px);
}

.page-grid .page-content.col-6 {
    width: calc(100% - 300px);
}

.page-grid .page-content.col-7 {
    width: calc(100% - 200px);
}

.page-grid .page-content.col-push-2 {
    left: 200px;
}

.page-grid .page-content.col-push-4 {
    left: 400px;
}

.page-grid .page-content.col-push-5 {
    left: 500px;
}

.page-grid .page-content.col-push-7 {
    left: 700px;
}

.page-grid .page-content.col-pull-2 {
    right: 200px;
}

.page-grid .page-content.col-pull-4 {
    right: 400px;
}

.page-grid .page-content.col-pull-5 {
    right: 500px;
}

.page-grid .page-content.col-pull-7 {
    right: 700px;
}

@media screen and (max-width: 1199px) {
    .page-grid .page-media.col-5 {
        float: none;
        max-width: 100%;
    }
    .page-grid .page-media.col-5.col-push-4 {
        left: auto;
    }
    .page-grid .page-media.col-5.col-pull-4 {
        right: auto;
    }
    .page-grid .page-media.col-5.static {
        max-width: 600px;
    }
    .page-grid .page-media.col-7 {
        float: none;
        max-width: 100%;
    }
    .page-grid .page-media.col-7.col-push-2 {
        left: auto;
    }
    .page-grid .page-media.col-7.col-pull-2 {
        right: auto;
    }
    .page-grid .page-media.col-7.static {
        max-width: 600px;
    }
    .page-grid .page-content.col-2 {
        float: none;
        width: 100%;
    }
    .page-grid .page-content.col-2.col-push-7 {
        left: auto;
    }
    .page-grid .page-content.col-2.col-pull-7 {
        right: auto;
    }
    .page-grid .page-content.col-4 {
        float: none;
        width: 100%;
    }
    .page-grid .page-content.col-4.col-push-5 {
        left: auto;
    }
    .page-grid .page-content.col-4.col-pull-5 {
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .page-grid .page-media.col-2 {
        float: none;
        max-width: 100%;
    }
    .page-grid .page-media.col-2.col-push-7 {
        left: auto;
    }
    .page-grid .page-media.col-2.col-pull-7 {
        right: auto;
    }
    .page-grid .page-media.col-2.static {
        max-width: 200px;
    }
    .page-grid .page-media.col-4 {
        float: none;
        max-width: 100%;
    }
    .page-grid .page-media.col-4.col-push-5 {
        left: auto;
    }
    .page-grid .page-media.col-4.col-pull-5 {
        right: auto;
    }
    .page-grid .page-media.col-4.static {
        max-width: 400px;
    }
    .page-grid .page-content.col-5 {
        float: none;
        width: 100%;
    }
    .page-grid .page-content.col-5.col-push-4 {
        left: auto;
    }
    .page-grid .page-content.col-5.col-pull-4 {
        right: auto;
    }
    .page-grid .page-content.col-7 {
        float: none;
        width: 100%;
    }
    .page-grid .page-content.col-7.col-push-2 {
        left: auto;
    }
    .page-grid .page-content.col-7.col-pull-2 {
        right: auto;
    }
}

.site-content {
    position: relative;
    margin-bottom: 30px;
}

.site-content .page-title {
    color: #444;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 1.5em;
    font-size: 18px;
}

.site-content .page-title:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #003690;
    position: absolute;
    left: 0;
    bottom: 0;
}

ul.download-list {
    list-style: none;
    padding-left: 0;
}

ul.download-list li {
    margin-bottom: 6px;
}

.page-not-found {
    position: relative;
    text-align: center;
}

.page-not-found .container {
    width: 100%;
    display: table;
    height: 100vh;
}

.page-not-found .container .site-content {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0;
}

.post {
    position: relative;
    margin-bottom: 50px;
}

.post .entry-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.post .entry-header .entry-title {
    text-transform: uppercase;
    line-height: 1.8em;
}

.post .entry-header span {
    font-family: "Lato", sans-serif;
    font-style: italic;
}

.post .entry-content {
    position: relative;
    margin-bottom: 30px;
}

.post .entry-footer {
    position: relative;
    padding: 15px 100px 15px 0;
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
}

.post .entry-footer span {
    font-family: "Titillium", sans-serif;
    font-size: 13px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}

.post .entry-footer span i {
    margin-right: 10px;
}

.post .entry-footer span.share-link,
.post .entry-footer span.tags-links {
    margin-right: 0;
    border-right: 0;
}

.post .entry-footer span.share-link i,
.post .entry-footer span.tags-links i {
    color: #003690;
}

.post .entry-footer span.share-link {
    position: absolute;
    right: 0;
    top: 15px;
}

.post .entry-footer span.tags-links {
    color: #444;
}

.post .entry-footer span.tags-links a {
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 640px) {
    .post .entry-footer span {
        border-right: 0;
        display: block;
        line-height: 2em;
    }
}

.post.post-style-2 .entry-header .entry-title {
    margin-bottom: 0;
}

.post.post-style-2 .entry-footer {
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.post.post-style-2 .entry-footer span {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    padding-right: 0;
    border-right: 0;
}

.post.post-style-2 .entry-footer span i {
    margin-right: 5px;
}

.post.post-style-2 .entry-footer span.share-link {
    position: relative;
    right: auto;
    top: auto;
}

.post.post-style-2 .entry-footer span.tags-links {
    margin-right: 20px;
}


/* Apartment STYLE*/

.facilityApartmanStructure li img {
    width: 25px;
    float: left;
    padding-right: 5px;
    margin-top: 7px;
}

.facilityApartmanStructure li {
    margin-left: -25px !important;
}

.facilityApartmanStructure span {
    background: #3fa9f5;
    color: #f4f6fa;
    float: left;
    padding: 2px 6px 5px 6px;
    margin: 0 4px 4px 0;
    border-radius: 3px;
}

.facilityApartmanSingle img {
    width: 26px;
    float: left;
    padding-right: 4px;
}

.facilityApartmanSingle li {
    margin-left: -25px !important;
}

.facilityApartmanSingle span {
    background: #003690;
    color: #f4f6fa;
    float: left;
    padding: 4px 6px 4px 4px;
    margin: 0 4px 4px 0;
    border-radius: 3px;
}

.facilityApartmanSingle span i {
    color: #4ba55c;
}

.facilityApartmanSingleAdd span {
    background: #f4f6fa;
    color: #003690;
    float: left;
    padding: 3px 6px 3px 6px;
    margin: 0 4px 4px 0;
    border: 1px solid #d3def2;
    border-radius: 3px;
}

.facilityApartmanSingleAdd span i {
    color: #028705;
}

.apartmentContainerAdv{
    min-height: 450px;
}

.apartmentContainerAdv h4 {
    background: #003690;
    color: #f4f6fa;
    padding: 3px;
    font-size: 1em;
    font-weight: bold;
}


.apartmentContainer h4 {
    background: #003690;
    color: #f4f6fa;
    padding: 3px;
    font-size: 1em;
    font-weight: bold;
}

.apartmentBadgesBox {
    border: 4px solid #f4f6fa;
}

#apartmentBadges {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99;
}

#apartmentPopust {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 99;
}

#apartmentBadges span {
    color: white;
    font-weight: bold;
    background: rgb(75, 105, 165);
    /* fallback color */
    background: rgba(75, 105, 165, 0.7);
}

.apartmentBottomButton {
    padding: 5px 0;
    border-bottom: 2px solid #f4f6fa;    
}

.apartmentBottomButtonList {
    padding: 5px 0;
    border-bottom: 2px solid #f4f6fa; 
    margin-top: -25px !important;
}

.apartmentFacility {
    min-height: 35px;
    padding: 5px;
    width: 100%;
    margin-top: -35px;
    margin-left: 2px;
    z-index: 999;
    position: absolute;
}

.apartmentFacility img {
    float: left;
    width: 20px;
    cursor: help;
}

#map-canvas {
    height: 250px;
    max-width: 300px;
    margin: auto;
    padding: 0px
}

.post-thumbnail {
    position: relative;
    margin-bottom: 5px;
}

.post-thumbnail img {
    width: 100%;
}

.post-thumbnail iframe {
    width: 100%;
}

.post-thumbnail .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.post-thumbnail .latest {
    position: absolute;
    top: 10%;
    left: 0;
    background-color: #003690;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Titillium", sans-serif;
    padding: 3px 10px;
    letter-spacing: 1px;
}

.product-thumb {
    position: relative;
    padding: 45px 30px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    display: block;
    overflow: hidden;
}

.product-thumb .product-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product-thumb .product-icon .add-to-cart {
    background-color: #222;
    padding: 12px;
    color: #fff;
    display: block;
    line-height: 1em;
    font-size: 1.2em;
}

.product-thumb a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-thumb:hover .product-icon {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.product-thumb-list-slider .product-thumb {
    padding: 15px;
}

.product-thumb-list-slider .product-thumb a {
    cursor: pointer !important;
}

.product-thumb-list-slider .product-thumb.active {
    border: 2px solid #666;
    -webkit-transition: border 0s ease;
    -moz-transition: border 0s ease;
    -ms-transition: border 0s ease;
    transition: border 0s ease;
}

.product {
    list-style: none;
    padding-left: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.product li {
    position: relative;
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.product li.clearfix {
    width: 0 !important;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.product li .product-thumb {
    margin-bottom: 30px;
}

.product li .amount {
    font-size: 18px;
    font-family: "Titillium", sans-serif;
    font-weight: 700;
    color: #003690;
    line-height: 1.8em;
}

.product li .amount del {
    font-size: 15px;
    color: #666;
    line-height: 1em;
}

.product.product-fullwidth li {
    width: 25%;
}

@media screen and (max-width: 991px) {
    .product.product-fullwidth li {
        width: 33.33333%;
    }
}

@media screen and (max-width: 767px) {
    .product li {
        width: 50% !important;
    }
    .product li.clearfix {
        width: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .product li {
        width: 100% !important;
    }
    .product li .product-thumb {
        width: 100%;
        margin-bottom: 10px;
    }
}

.product-info {
    position: relative;
    margin-bottom: 50px;
}

.product-info .product-image,
.product-info .product-detail {
    position: relative;
    float: left;
}

.product-info .product-image {
    width: 385px;
    margin-right: 15px;
}

.product-info .product-image .product-thumb a {
    cursor: default;
}

.product-info .product-detail {
    width: calc(100% - 400px);
    padding-left: 15px;
}

.product-info .product-detail .star-rating {
    margin-top: 4px;
    margin-right: 15px;
    float: left;
}

.product-info .product-detail .amount {
    font-size: 18px;
    font-family: "Titillium", sans-serif;
    color: #003690;
}

.product-info .product-detail .amount del {
    color: #888;
    margin-right: 15px;
}

.product-info .product-detail ul {
    list-style: none;
    padding-left: 0;
}

.product-info .product-detail ul li {
    color: #666;
}

.product-info .product-detail ul li span {
    color: #444;
}

@media screen and (max-width: 767px) {
    .product-info .product-image,
    .product-info .product-detail {
        width: 100%;
    }
    .product-info .product-image {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .product-info .product-image .product-thumb {
        padding: 15px;
    }
    .product-info .product-detail {
        padding-left: 0;
    }
}

.woocommerce .shop_table {
    width: 100%;
    text-align: center;
    font-family: "Titillium", sans-serif;
}

@media screen and (max-width: 767px) {
    .woocommerce .shop_table {
        table-layout: auto;
    }
}

.woocommerce .shop_table.cart thead {
    background-color: #222;
    color: #fff;
    text-transform: uppercase;
}

.woocommerce .shop_table.cart thead tr th {
    padding: 15px 0;
    font-weight: 400;
    text-align: center;
}

.woocommerce .shop_table.cart thead tr th.product-size {
    width: 5%;
}

.woocommerce .shop_table.cart thead tr th.product-price {
    width: 13%;
}

.woocommerce .shop_table.cart thead tr th.product-quantity {
    width: 10%;
}

.woocommerce .shop_table.cart thead tr th.product-subtotal {
    width: 9%;
}

.woocommerce .shop_table.cart thead tr th.product-remove {
    width: 5%;
}

.woocommerce .shop_table.cart tbody {
    color: #444;
}

.woocommerce .shop_table.cart tbody tr {
    border-bottom: 1px solid #eee;
}

.woocommerce .shop_table.cart tbody tr.cart-item td {
    padding: 40px 0;
}

.woocommerce .shop_table.cart tbody tr.cart-item td.product-thumbnail {
    width: 1%;
}

.woocommerce .shop_table.cart tbody tr.cart-item td.product-thumbnail .product-thumb {
    width: 90px;
    padding: 20px 10px;
}

.woocommerce .shop_table.cart tbody tr.cart-item td.product-name {
    padding: 0 40px;
    text-align: left;
    text-transform: uppercase;
}

.woocommerce .shop_table.cart tbody tr.cart-item td.product-size {
    color: #003690;
}

.woocommerce .shop_table.cart tbody tr.cart-item td.product-quantity .bootstrap-touchspin {
    margin: 0 auto;
    float: none;
}

@media screen and (max-width: 767px) {
    .woocommerce .shop_table.cart thead tr th {
        padding: 15px 20px;
    }
    .woocommerce .shop_table.cart tbody tr {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }
    .woocommerce .shop_table.cart tbody tr.cart-item td.product-thumbnail {
        opacity: 0;
    }
    .woocommerce .shop_table.cart tbody tr.cart-item td.product-thumbnail .product-thumb {
        padding: 0;
        width: 1px;
    }
}

.checkout-action {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.checkout-action .coupon input[type="text"] {
    width: 270px;
    margin-right: 15px;
    float: left;
}

.checkout-action button {
    padding: 15px 25px;
}

.checkout-action button[name="checkout"] {
    margin-left: 15px;
}

@media screen and (max-width: 991px) {
    .checkout-action {
        padding: 30px 0;
        text-align: center;
    }
    .checkout-action .coupon {
        margin-bottom: 20px;
    }
    .checkout-action .coupon input[type="text"] {
        float: none;
    }
    .checkout-action button[name="checkout"] {
        margin-left: 0;
    }
    .checkout-action button[name="update_cart"] {
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .checkout-action .coupon input[type="text"] {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .checkout-action button {
        width: 100%;
    }
    .checkout-action button[name="checkout"] {
        margin-bottom: 20px;
    }
    .checkout-action button[name="update_cart"] {
        margin-left: 0;
    }
}

.shopping-cart_total {
    list-style: none;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.shopping-cart_total li {
    padding: 20px 0;
    color: #444;
    text-transform: uppercase;
    line-height: 1em;
}

.shopping-cart_total li span {
    float: right;
    text-transform: none;
}

.shopping-cart_total li.total {
    border-top: 1px solid #eee;
    font-size: 18px;
    color: #003690;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .shopping-cart_total li {
        padding: 10px 0;
    }
    .shopping-cart_total li span {
        float: none;
        display: block;
        line-height: 1.6em;
    }
    .shopping-cart_total li.total {
        padding-top: 20px;
    }
    .shopping-cart_total li.total span {
        float: right;
        display: inline;
        line-height: 1em;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}

.sidebar-left [class*="col-"] {
    float: right;
}


/* CUSTOM MAGNIFIC POPUP
*******************/

.mfp-bottom-bar {
    margin-top: -80px;
    padding-left: 36px;
}

.mfp-bottom-bar .mfp-title {
    font-family: "Titillium", sans-serif;
    padding-right: 55px;
    font-size: 20px;
    position: absolute;
    z-index: 1;
}

.mfp-counter {
    font-family: "Titillium", sans-serif;
    font-style: italic;
    right: 36px;
    font-size: 14px;
    z-index: 1;
}

.mfp-figure:after {
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    box-shadow: none;
    top: auto;
    height: 40%;
    z-index: 0;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    text-align: center;
    padding-right: 0;
    top: 40px;
    width: 44px;
    font-weight: 500;
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
    cursor: pointer;
}


/*
====== Zoom effect ======

*/

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-ready button.mfp-arrow {
    opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-in.mfp-removing button.mfp-arrow {
    opacity: 0;
}

button.mfp-arrow {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: -56px center;
    margin-top: 0;
    width: 28px;
    height: 22px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

button.mfp-arrow:hover {
    background-position: 0 center;
}

button.mfp-arrow:active {
    margin-top: 0;
}

button.mfp-arrow.mfp-arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 20px;
}

@media screen and (max-width: 900px) {
    button.mfp-arrow.mfp-arrow-left {
        -webkit-transform: rotate(180deg) scale(0.75);
        -moz-transform: rotate(180deg) scale(0.75);
        -ms-transform: rotate(180deg) scale(0.75);
        transform: rotate(180deg) scale(0.75);
        left: 40px;
    }
}

button.mfp-arrow.mfp-arrow-right {
    right: 20px;
}

button.mfp-arrow:before,
button.mfp-arrow:after {
    margin-top: -11px;
    margin-left: 0;
    border: 0;
}

.menu-cart {
    position: absolute;
    top: calc(100% + 30px);
    right: 15px;
    background-color: #111;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu-cart .inner {
    position: relative;
    padding: 30px 25px;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-cart .inner ul.cart-list {
    list-style: none;
    padding-left: 0;
}

.menu-cart .inner ul.cart-list li.cart-item {
    position: relative;
    padding-right: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #232323;
}

.menu-cart .inner ul.cart-list li.cart-item a {
    display: block;
    line-height: 1em;
    margin-bottom: 10px;
}

.menu-cart .inner ul.cart-list li.cart-item a img {
    width: 72px;
    float: left;
    margin-right: 10px;
}

.menu-cart .inner ul.cart-list li.cart-item a .item-title {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.menu-cart .inner ul.cart-list li.cart-item a.remove {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    line-height: 1em;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-cart .inner ul.cart-list li.cart-item a.remove:hover {
    color: #003690;
}

.menu-cart .inner ul.cart-list li.cart-item a:hover {
    color: #003690;
}

.menu-cart .inner ul.cart-list li.cart-item .quantity {
    font-size: 12px;
    color: #003690;
}

.menu-cart .inner ul.cart-list li.cart-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.menu-cart .inner ul.cart-list li.cart-item:after {
    content: '';
    display: table;
    clear: both;
}

.menu-cart .inner p {
    font-family: "Titillium", sans-serif;
    line-height: 1em;
}

.menu-cart .inner p.total {
    padding: 15px 0;
    border-top: 2px solid #232323;
    border-bottom: 2px solid #232323;
    margin-bottom: 0;
}

.menu-cart .inner p.total a.empty {
    color: #fff;
    font-size: 12px;
}

.menu-cart .inner p.total a.empty i {
    margin-right: 5px;
}

.menu-cart .inner p.total a.empty:hover {
    color: #003690;
    text-decoration: none;
}

.menu-cart .inner p.total span.total-price {
    float: right;
    color: #fff;
    font-size: 12px;
}

.menu-cart .inner p.total span.total-price span.price {
    color: #003690;
}

.menu-cart .inner p.button {
    padding-top: 30px;
    margin-bottom: 0;
}

.menu-cart .inner p.no-product {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
}

.menu-cart.open-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 480px) {
    .menu-cart {
        max-width: 100%;
        right: 0;
    }
    .menu-cart .inner p.button a {
        display: block;
        margin-bottom: 20px;
    }
    .menu-cart .inner p.button a.pull-left,
    .menu-cart .inner p.button a.pull-right {
        float: none !important;
    }
}

.mobile-nav-menu {
    position: relative;
    float: right;
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #111;
}

.mobile-nav-menu span.icon {
    background-color: #fff;
    position: absolute;
    display: block;
    font-size: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-nav-menu span.icon:before,
.mobile-nav-menu span.icon:after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-nav-menu span.icon:before {
    top: -6px;
}

.mobile-nav-menu span.icon:after {
    bottom: -6px;
}

.mobile-nav-menu.mobile-active span.icon {
    background-color: transparent;
}

.mobile-nav-menu.mobile-active span.icon:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-nav-menu.mobile-active span.icon:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .main-header-1 .mobile-nav-menu,
.header .main-header-4 .mobile-nav-menu {
    background-color: #fff;
}

.header .main-header-1 .mobile-nav-menu span.icon,
.header .main-header-4 .mobile-nav-menu span.icon {
    background-color: #111;
}

.header .main-header-1 .mobile-nav-menu span.icon:before,
.header .main-header-1 .mobile-nav-menu span.icon:after,
.header .main-header-4 .mobile-nav-menu span.icon:before,
.header .main-header-4 .mobile-nav-menu span.icon:after {
    background-color: #111;
}

.header .main-header-1 .mobile-nav-menu.mobile-active span.icon,
.header .main-header-4 .mobile-nav-menu.mobile-active span.icon {
    background-color: transparent;
}

[class*="menu-mobile-"] {
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    overflow: hidden;
    background-color: #111;
    z-index: 100000;
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

[class*="menu-mobile-"]:after {
    content: '';
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
}

[class*="menu-mobile-"] .navigation {
    position: relative;
    float: none;
    padding: 30px 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

[class*="menu-mobile-"] .navigation ul {
    margin: 0;
    float: none;
}

[class*="menu-mobile-"] .navigation ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

[class*="menu-mobile-"] .navigation ul li:after {
    display: none;
}

[class*="menu-mobile-"] .navigation ul li a {
    color: #fff;
    font-family: "Titillium", sans-serif;
    font-weight: 400;
    font-size: 11px;
    display: block;
    background: none;
    padding: 12px 15px;
    line-height: 1.6em;
}

[class*="menu-mobile-"] .navigation ul li a:after {
    display: none;
}

[class*="menu-mobile-"] .navigation ul li a:hover,
[class*="menu-mobile-"] .navigation ul li a:active {
    color: #000;
    background-color: #fff;
}

[class*="menu-mobile-"] .navigation ul li a span.fa {
    position: absolute;
    right: 10px;
    top: calc(50% - 6px) !important;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children {
    position: static;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #111;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    border: 0;
    padding: 30px 0 0 0;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 111;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li a {
    position: relative;
    text-indent: 10px;
    padding: 12px 15px;
    color: #fff;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li a span.fa {
    font-size: 1em;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li a i {
    margin-right: 20px;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li:last-child {
    margin-bottom: 30px;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li:hover > a,
[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li:active > a {
    color: #000;
    background-color: #fff;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children {
    position: static;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children span.fa {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children ul.sub-menu {
    padding: 30px 0;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children ul.sub-menu li > a {
    color: #fff;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover > a {
    color: #000;
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children:hover > ul.sub-menu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children.active > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

[class*="menu-mobile-"] .navigation ul li.menu-item-has-children.active > ul.sub-menu li.menu-item-has-children.active > ul.sub-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.toggle-translate {
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
}

.fixSfr {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hover-link .overlay,
.hover-link-text .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(75, 105, 165, 0.6);
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hover-link .overlay i,
.hover-link-text .overlay i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 1.3em;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -moz-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hover-link:hover .overlay,
.hover-link-text:hover .overlay {
    opacity: 1;
}

.hover-link:hover .overlay i,
.hover-link-text:hover .overlay i {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.more-link {
    color: #003690;
    font-family: "Titillium", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.more-link:hover {
    text-decoration: underline;
}

.hover-link-text .overlay i {
    top: 40%;
}

.hover-link-text span {
    color: #fff;
    padding: 0 15px;
    position: absolute;
    top: calc(40% + 40px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.preload {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.preload:before,
.preload:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 25%;
    background-color: #111;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.preload:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.preload:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.flat {
    position: fixed;
    width: 100%;
    height: calc(50% + 2px);
    top: 50%;
    left: 0;
    z-index: 9000;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.flat:before,
.flat:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 51%;
    background-color: #111;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.flat:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.flat:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.completed {
    opacity: 0;
    visibility: hidden;
}

.completed:before {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.completed:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.completed .flat {
    opacity: 0;
    visibility: hidden;
}

.completed .flat:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.completed .flat:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.completed .square,
.completed .square-2,
.completed .square-3,
.completed .square-4 {
    opacity: 0;
    visibility: hidden;
}

.square,
.square-2,
.square-3,
.square-4 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9001;
    border: 6px solid #003690;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.square {
    -webkit-animation: zoom 1.5s infinite linear;
    -moz-animation: zoom 1.5s infinite linear;
    -ms-animation: zoom 1.5s infinite linear;
    animation: zoom 1.5s infinite linear;
}

.square-2 {
    -webkit-animation: zoom1 1.5s infinite linear;
    -moz-animation: zoom1 1.5s infinite linear;
    -ms-animation: zoom1 1.5s infinite linear;
    animation: zoom1 1.5s infinite linear;
}

.square-3 {
    -webkit-animation: zoom2 1.5s infinite linear;
    -moz-animation: zoom2 1.5s infinite linear;
    -ms-animation: zoom2 1.5s infinite linear;
    animation: zoom2 1.5s infinite linear;
}

.square-4 {
    -webkit-animation: zoom3 1.5s infinite linear;
    -moz-animation: zoom3 1.5s infinite linear;
    -ms-animation: zoom3 1.5s infinite linear;
    animation: zoom3 1.5s infinite linear;
}

@-webkit-keyframes zoom {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    33% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    66% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    100% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}

@-moz-keyframes zoom {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    33% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    66% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    100% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}

@-ms-keyframes zoom {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    33% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    66% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    100% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}

@keyframes zoom {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    33% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    66% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    100% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}

@-webkit-keyframes zoom1 {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

@-moz-keyframes zoom1 {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

@-ms-keyframes zoom1 {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

@keyframes zoom1 {
    0% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

@-webkit-keyframes zoom2 {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
}

@-moz-keyframes zoom2 {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
}

@-ms-keyframes zoom2 {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
}

@keyframes zoom2 {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    33% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
}

@-webkit-keyframes zoom3 {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    33% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}

@-moz-keyframes zoom3 {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    33% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}

@-ms-keyframes zoom3 {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    33% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}

@keyframes zoom3 {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }
    33% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
    66% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    100% {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
}

ul.nav-tabs {
    position: relative;
    list-style: none;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
}

ul.nav-tabs li {
    float: left;
    line-height: 1em;
    margin-bottom: -1px;
    background-color: #eee;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

ul.nav-tabs li a {
    display: block;
    padding: 18px 30px;
    font-size: 13px;
    text-transform: uppercase;
    color: #444;
}

ul.nav-tabs li:first-child {
    border-left: 1px solid #ddd;
}

ul.nav-tabs li:hover,
ul.nav-tabs li:focus {
    background-color: #fff;
}

ul.nav-tabs li.active {
    background-color: #fff;
    border-top: 2px solid #003690;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.tab-content {
    position: relative;
    padding: 30px 40px 20px 40px;
    border: 1px solid #ddd;
    border-top: 1px solid transparent;
}

.marquee {
    height: 25px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-bottom: 9px;
}

.marquee .tickerLatest {
    position: absolute;
    height: 100%;
    top: 0px;
    width: 114px;
    left: -7px;
    margin: 0px;
    padding-left: 16px;
    font-size: 1em;
    line-height: 19px;
    background: #322783;
    color: white;
    transform: skewX(-30deg);
    border-left: 1px solid #d0d0d0;
    z-index: 7;
}

.marquee .tickerLatest span {
    transform: skewX(30deg) !important;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding-right: 1px;
    width: 100%;
    height: 100%;
}

/* NEW CSS */
.special-article {
    border: 1px dashed #CCCCCC;
    padding: 10px;
    margin:10px 0 10px 0;
    min-height: 267px;
}

.special-article h4 {    
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;    
}

.special-article .imgBox {    
    position: relative;  
    overflow: hidden;    
}

.special-article .imgBox img {    
    transform:scale(1);
    transition:1s;
}

.special-article .imgBox img:hover {    
    transform:scale(1.3);
    transition:1s;
}

.special-article .label{
    border-radius: 3px;
    font-size: 14px;    
    position: absolute;
    top: 12px;
    left: 12px;
    margin: -5px !important;
    display: inline-block;
    padding: 2px 8px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    z-index: 99;
}

.special-article .btn{
    margin-top: 10px;
}

.special-article .list-group{
    margin-top: 15px;
}

.special-article .list-group-item{
    text-align: center;
    padding: 3px 3px;    
    margin: 0 0 5px 0 !important;    
}

.special-article .list-group-item:hover{
    background: #3479b6;
    color: #ffffff;
}

.special-article .list-group-item-empty{
    padding: 3px 3px;
    margin: 0 0 7px 0 !important;
    position: relative;
    display: block;
}


.apartmentBottomButtonList{
    margin-top: 10px;
}

.paradiso-sun{
    display: block;
    width: 40px;
    z-index: 9;
    position: absolute;
    left: 15px;    
    top: 12px;
}

.text-box{
    text-align: left;    
    background: #ffffff;
    margin:0 0 10px 0;
    /* padding: 20px; */
}

.text-box a{
    text-decoration: none;
}

.text-box .pull-left{
    margin-right: 20px;
}

.tab-content{
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    padding: 14px 10px 10px 10px;
    background: white;
}

.fancyboxContent{
    margin-bottom: 20px;
}

.fancyboxContent img{
    height: 75px !important;
}


.imglist{
    margin-top: 20px;
}

.apartmentFacility {
    max-height: 35px;
    padding: 5px;
    width: 100%;
    margin-top: -14px;
    margin-left: -10px;
    z-index: 999;
    position: absolute;
    
}

.apartmentFacility img {
    float: left;
    width: 20px;
    cursor: help;
}

.apartmentBoxTextConcat {
  position: relative;
  display: inline-block;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 254px; /* (Number of lines you want visible) * (line-height) */
  height: 254px; /* (Number of lines you want visible) * (line-height) */
  text-align:left;
}

.apartmentBoxTextConcat .small-text, .special-article .small-text{
    font-size: 13px;
    font-weight: normal;    
}

.apartmentBoxTextConcat h3, .special-article h3{
    color: #40a9f3;
    text-align: left;
    font-weight: bold;
    line-height: 14px !important;
    font-size: 16px;
    margin-top: 10px;
}
.apartmentBoxTextConcat p{
    line-height: 1.2em;
}

.aptTitle{
    margin-bottom: 10px;
}

.aptTitle h1{
    font-size: 24px;
    margin-bottom: 10px ;
    margin-left: -4px;
    margin-top: 0px ;
   
}

.rezervacija{
    padding: 3px 10px 3px 10px;
    background: #40a9f3;
    border: 2px solid white;
    box-shadow: 1px 1px 3px #888888;
    font-weight: bold;
    color: white;
    margin-top: 10px;
    position: absolute;
    display: block;
    right: 0;
}

.rezervacija:hover{
    cursor: pointer;
    background: #3897d9;
}

.bedz{
    position: absolute;
    top: 61px;
    z-index: 99;
}

.bedzAranzman {
    position: absolute;
    top: 50px;
    right: 15px;
    z-index: 99;
}

.vecOd{
    /*
    font-size: 15px;
    float: right;
    margin-top: 10px;
    margin-right: -10px;
    padding: 0px !important;
    */
    position: absolute;
    font-size: 15px;
    right: 23px;
    margin-top: 40px;   
    padding: 0px !important;
    font-weight: bold;
}

.discount {
    /*display: none;*/
    position: absolute;
    top: 18px;
    right: -36px;
    background-color: #f60051;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 150px;   
    font-size: 14px;
}

.discountLastMinute {
    /*display: none;*/
    position: absolute;
    top: 18px;
    right: -82px;
    background-color: #f60051;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 257px;
    font-size: 14px;
    line-height: 15px;
}

.discountBadge {
    background-color: #f60051;
}

.discountYellow {
    position: absolute;
    top: 16px;
    right: -38px;
    background-color: #00690b;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 150px;
    font-size: 14px;
}

.discountYellowPage {
    position: absolute;
    top: 0px;
    background-color: yellowgreen;
    border-left: 4px solid greenyellow;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(0);
    text-align: center;
    width: 150px;
    font-size: 14px;
    z-index:1;
}

.discountPage {
    /*display: none;*/
    position: absolute;
    top: 0px;
    background-color: #f60051;
    border-left: 4px solid #ff6868;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(0);
    text-align: center;
    width: 150px;   
    font-size: 14px;
    z-index:1;
}

.discountYellowPageI {
    
    background-color: yellowgreen;
    border-left: 4px solid greenyellow;
    color: #fff;
    
    text-align: center;
    width: 150px;
    font-size: 14px;
    z-index:1;
}

.discountPageI {
    /*display: none;*/
    
    background-color: #f60051;
    border-left: 4px solid #ff6868;
    color: #fff;
    
    text-align: center;
    width: 150px;   
    font-size: 14px;
    z-index:1;
}



.reset-min-height{
    min-height: 0px !important;
}

.petRazloga h3{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.petRazloga{
    border: #d3def2 1px solid;    
    background: #f9f9f9;
}

.petRazloga span {
    /* color: #83a84b; */
    color: #028705;
    font-weight: bold;
}

.arrow-down-bcm{    
    z-index: 99;
    text-align: center;
    position: absolute;
    margin-top: -5px;
    left: 0%;
    font-size: 30px;
    color: #40a9f3;
   
}

.arrow-down-bcm .fa{ 
border: 1px solid green;
    border-radius: 50%;
    padding: 5px;
     background: #d9edf7;
    border-color: #40a9f3;
}

.rezervisi{
    font-size: 12px;
    margin-right: 4px !important;
    display: block;
    background: #9acd32;
    color: white;
    padding: 5px 5px 4px 5px;
    border-radius: 5px;
    margin-top: 22px;
}

.rezervisi:hover{
    text-decoration: none;
    color: white;
}

.detaljnije{
    font-size: 12px;
    margin-right: 4px !important;
    display: block;
    background: #2196f3;
    color: white;
    padding: 5px 5px 4px 5px;
    border-radius: 5px;
    margin-top: 22px;
}

.detaljnije:hover{
    text-decoration: none;
    color: white;
}

.uporedi{
    font-size: 12px;
    margin-right: 4px !important;
    display: block;
    background: #2196f3;
    color: white;
    padding: 5px 5px 0px 5px;
    border-radius: 5px;
    margin-top: 22px;
}

.uporedi input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.uporedi input[type=checkbox].css-checkbox + label.css-label {
        padding-left:21px;
        height:15px; 
        display:inline-block;
        line-height:15px;
        background-repeat:no-repeat;
        background-position: 0 0;
        font-weight: normal;
        vertical-align:middle;
        cursor:pointer;	
}

.uporedi input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -15px;
}

.uporedi label.css-label {
    background-image:url(https://www.paradisotravel.com/public/img/checkbox-uporedi.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.removeFromCompareList{
    position: absolute;
    right: 24px;
    top: 15px;
    color: #a94442;
    cursor: pointer;
}

#compare-modal{
    z-index:9999;
}