@font-face {
    font-family: 'lato_regular';
    src: url('./fonts/lato-regular-webfont.eot');
    src: url('./fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/lato-regular-webfont.woff2') format('woff2'),
        url('./fonts/lato-regular-webfont.woff') format('woff'),
        url('./fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato_medium';
    src: url('./fonts/lato-medium-webfont.eot');
    src: url('./fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/lato-medium-webfont.woff2') format('woff2'),
        url('./fonts/lato-medium-webfont.woff') format('woff'),
        url('./fonts/lato-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.home .enigma_header_breadcrum_title,
#header_shadow,
.blog-sep.header-sep {
    display: none;
}

.navbar-default .navbar-nav li a {
    font-family: 'lato_regular' !important;
}
body {
    font-family: 'lato_medium', Arial;
    background-color: #F3F3F3;
}
.header_section, .navigation_menu {
    background-color: transparent;
}
.navigation_menu {
    border-top: none;
}
.head-contact-info li a {
    color: #414755;
    font-family: 'lato_regular'; 
    font-size: 19px;
}
.head-contact-info i, .header_section {
    color: #000;
}
.header_section .container {
    height: 140px;
}
.col-md-6 {
    padding: 0;
    width: auto;
}
.col-md-12 {
    padding: 0;
}
.enigma_blog_full {
    margin: 0;
}
.logo {
    padding-top: 30px;
}
.linksWrapper {
    float: right;
}
.linksWrapper ul.social {
    display: none;
}
.container {
    max-width: 1440px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family:  'lato_medium', Arial;
    color: #1E90FF;
    text-transform: uppercase;
    font-weight: normal; 
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0 0 20px 0;
}
.half {
    width: 48%;
    float: left;
    margin: 0 4% 20px 0;
}
.half.last {
    margin-right: 0;
}
.fake-sidebar img {
    margin-top: 60px;
}
.fake-sidebar.first-fake img {
    margin-top: 110px;
}
/*------------------------- PRIMARY NAVIGATION ----------------------------------*/
.header_section .container.navbar-container {
    border-bottom: medium none;
    float: right;
    height: auto;
    width: 100%;
    max-width: 880px;
}
.navbar-collapse.collapse {
    float: right;
    margin: 0;
    padding: 0;
}
.navbar {
    border-radius: 0px;
    min-height: auto;
    margin-top: 50px;
}
.navbar-default .navbar-nav > li {
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
    margin: 0;
    padding: 0 0 0 35px;
    box-shadow: none;
    font-size: 19px;
    color: #414755;
    color: #000;
    border-radius: 0px;
    font-family: 'lato_regular' ,Arial,Helvetica,sans-serif;
    font-weight: bold;
}
.navbar-nav > li > a {
    line-height: 100%;
    font-family: ubuntu-l;
    font-size: 19px;
    font-weight: normal;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    font-size: 19px;
    font-weight: normal;
    color: #1E90FF;
    font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, 
.dropdown-menu .active a {
    background-color: transparent;
    color: #1E90FF;
    box-shadow: none;
    font-family: 'lato_regular' ,Arial,Helvetica,sans-serif;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    border-radius: 0;
    box-shadow: none;
    font-family: 'lato_regular' ,Arial,Helvetica,sans-serif;
    color: #1E90FF;
    background-color: transparent;
    font-size: 19px;
    font-weight: normal;
    transition: all 0.3s ease-in-out 0s;
    font-weight: bold;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    border-radius: 0px;
    box-shadow: none;
    color:#1E90FF;
    font-family: 'lato_regular' ,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size:19px;
    background-color: transparent;
    font-weight: bold;
}
.navbar-default .navbar-nav > li > a i.fa-angle-down {
    display: none;
}
.dropdown-menu {
    background-color: #f3f3f3;
    padding: 10px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.106);
    left: 40px;
}
.dropdown-menu > li > a {
    color:#000;
    font-family: 'lato_regular' ,Arial,Helvetica,sans-serif;
    line-height: 120%;
}
.dropdown-menu > li > a::before {
    font-size: 12px;
}


.dropdown-menu > li > a {
    border-bottom: none;
    display: inline-block;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
    transition: all 0.8s ease-in-out 0s;
    font-size: 12px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #0083D7;
    font-weight: bold;
    font-family: 'lato_regular' ,Arial,Helvetica,sans-serif;
    padding: 10px 0;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    background-color: #f3f3f3;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #0083D7;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
.dropdown-menu > li > a::before {
    content: "";
    margin-right: 0;
}

#enigma_nav_top.affix {
    position: relative;
    width: auto;
    top: inherit;
    border-bottom: none;
}
/*------------------------------------- HOME PAGE --------------------------------------------------*/
#pg-26-0, #pl-26 .panel-grid-cell .so-panel,
#pg-26-1, #pg-26-2, #pg-26-3,
.enigma_blog_wrapper {
    margin-bottom: 0;
}
.enigma_blog_post_content {
    margin-bottom: 40px;
}
.home .enigma_blog_post_content {
    margin-bottom: 0;
}
.enigma_blog_post_content img {
    height: auto;
}
.enigma_blog_post_content p,
.textwidget,
p {
    color: #000000;
    line-height: 100%;
    font-size: 18px;
    font-family: 'lato_medium';
    line-height: 140%;
}
.home .enigma_blog_post_content p {
    text-align: center;
    line-height: 100%;
}
#metaslider_41 {
    margin: 0;
    border-top: 20px solid #000;
    border-radius: 0px;
}
#metaslider_41 .caption-wrap {
    width: 50%;
    bottom: 30%;
    opacity: 1;
    background: rgba(30,144,255,0.6);
    color: #fff;
    font-family: 'lato_medium';
    font-size: 36px;
}
#metaslider_41 .caption{
    padding: 3% 3% 3% 12%;
}
.getQuoteWrapper {
    background-color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 100%;
    font-family: 'lato_medium';
    border-radius: 0px 0px 10px 10px;
    padding: 30px 20px;
}
.getQuoteWrapper p {
    color: #fff;
    margin-bottom: 0;
}
.getQuoteWrapper p a.button {
    margin-left: 20px;
    background-color: #1E90FF;
    padding: 10px 20px;
    color: #fff;
    line-height: 100%;
}
.getQuoteWrapper p a.button:hover {
    transition:  all 0.2s ease-in-out 0s;
    opacity: 0.8;
}
.partWrapper {
    padding: 50px 0 20px;
}
.partWrapper.withBorder {
    border-bottom: 1px solid #ACACAC;
}
.partWrapper h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.partWrapper .element {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 30px 2% 40px;
    text-align: center;
}
.partWrapper .element h4 {
    color: #000000;
    font-size: 22px;
}
.serviceWrapper {
    padding-bottom: 80px;
}
.serviceWrapper h3 {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: 10px 0;
    margin-bottom: 60px;        
}
.serviceWrapper h3 a {
    color: #fff;
}
.serviceWrapper .element {
    width: 32%;
    margin-right: 2%;
    float: left;
    position: relative;
}
.serviceWrapper .element:nth-child(4) {
    margin-right: 0;
}
.serviceWrapper .element h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 2%;
    background: rgba(0,0,0,0.5);
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.serviceWrapper .element h5:hover {
    background: rgba(0,0,0,0.9);
    transition:  all 0.2s ease-in-out 0s;
}
.serviceWrapper .element h5 a {
    color: #fff;    
}
.serviceWrapper .element img {
    width: 100%;
}
/*------------------------------------- FOOTER -----------------------------------*/
.enigma_footer_widget_area {
    background-color: #000000;
    border-bottom: 1px solid #fff;
}
.enigma_footer_widget_column {
    width: 25%;
    padding-right: 7%;
    box-sizing: content-box;
    margin-bottom: 0;
}
.enigma_footer_widget_column:nth-child(1) {
    padding-left: 5%;
}
.enigma_footer_widget_column:nth-child(2) {
    padding-left: 6%;
}
.enigma_footer_widget_column:nth-child(3) {
    padding: 0;
}
.enigma_footer_widget_area h3 {
    color: #fff;
    font-size: 30px;
    font-size: 20px;
    font-weight: normal;
}
.contactFormWrapper p {
    font-size: 22px;
    color: #6B6B6B;
    font-size: 22px;
    font-family: 'lato_regular';
    color: #ccc;
    font-size: 16px;
}
.contactFormWrapper input, .contactFormWrapper textarea {
    width: 80%;
    border: none;
    border-radius: 2px;
    padding: 4px 5px;
    margin-top: 5px;
    background-color: #DCDCDC;
    font-family: 'lato_medium';
    background: #fff;
}
.contactFormWrapper textarea {
    height: 140px;
}
.contactFormWrapper input.wpcf7-submit {
    border-radius: 0px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto;
    margin-left: calc(40% - 40px);
    display: block;
    width: 80px;
    font-size: 14px;
    text-transform: capitalize;
}
.contactFormWrapper input.wpcf7-submit:hover {
    opacity: 0.8;
    transition: all 0.2s ease-in-out 0s;
}
.contactWrapper h3 {
    margin-bottom: 50px;
}
.contactWrapper p {
    background: url("images/phone.png") left center no-repeat;
    padding-left: 30px;
    font-family: 'lato_medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 45px;
    background-size: auto 18px;
}
.contactWrapper p:nth-child(4) /* ne prepoznaje stil .contactWrapper p.mail !!!!!!! */ {
    background: url("images/mail.png") left center no-repeat;
    background-size: auto 18px;
    background-size: 20px 14px;
}
.contactWrapper p a {
    color: #fff;
    font-size: 16px;
}
.social {
    text-align: left;
}
.social li {
    border: 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.social li.facebook {
    background-color: #35528C;
}
.social li.linkedin {
    background-color: #0176B3;
}
.social li.youtube {
    background-color: #BD2F28;
}
.enigma_footer_widget_column ul li {
    padding: 0;
}
.enigma_sidebar_widget ul li a::before, .enigma_footer_widget_column ul li a::before {
    content: "";
}
.enigma_footer_widget_area h6, .enigma_footer_widget_column .textwidget {
    margin-top: 0;
}
.enigma_footer_area {
    background-color: #000;
    padding: 15px 0;
}
.enigma_footer_area p, .enigma_footer_area  span.right {
    padding: 0;
    margin: 0;
    font-family: 'lato_medium';
    font-size: 20px;
    color: #F3F3F3;
}
.enigma_footer_area p a, .enigma_footer_area  span.right a {
    color: #F3F3F3; 
}
.enigma_footer_area  span.right {
    float: right;
}
.logo-gleaming{
    background: url("images/logo-gleaming.png") left top no-repeat;
    width:100%;
    height:120px;
    background-size: 100%;
        
}
/*------------------------- UNUTRASNJE STRANE ----------------------------------*/

.enigma_blog_post_content ul{
    margin-bottom: 20px;
}
.enigma_blog_post_content ul li{
    margin-bottom: 10px;
    color: #1E90FF;
    color: #000;
    font-family: "lato_medium";
    font-family: 'lato_regular';
    font-size: 20px;
    line-height: 140%;
    list-style-image: url("images/list-bw.png");
}
img.alignleft{
    margin:0 20px 10px 0;
}
img.alignright{
    margin:0 0px 20px 20px;
}

.breadcrumb{
    display: none;
}
.enigma_header_breadcrum_title{
    background: none;
    margin: 0 0 40px;
    padding: 0;
}
.enigma_header_breadcrum_title h1{
    margin: 0;
    background-color: #000;
    color: #fff;
    font-size: 30px;
    padding: 10px 20px;
    text-align: left;
}
.enigma_blog_post_content table{
    margin-bottom: 20px;
}
.enigma_blog_post_content table td, .enigma_blog_post_content table th{
    color: #000;
    border-color: #1e90ff;
    font-size: 16px;
}
.enigma_blog_post_content table th{
    color:#fff;
    background-color: #000;
}
.enigma_blog_post_content table td.price-td {
    background-color: #000;
    color: #fff;
}
#gallery-1 img, #gallery-2 img, #gallery-3 img{
    border: none !important;
}
#gallery-1 dl.gallery-item {
    margin: 0 1.2% 30px;
    width: 10%;
}
#gallery-1 br {
    display: none;
}

/* 10.11.2016 */

img.big-img {
    width: 100%;
    height: auto;
    display: block;
     margin-bottom: 40px;
}
img.alignright {
    width: 425px;
    height: auto;
    margin: 0 0 20px 20px;
}
.read-more a {
    cursor: pointer;
}
li#menu-item-112 a {
    pointer-events: none;
}
li#menu-item-112 .dropdown-menu a {
    pointer-events: all;
}
.lead-wrapper {
    padding: 30px;
    background: url("./images/bg-pricing-1.jpg") top right no-repeat;
    background: url("./images/45214933-rc1.jpg") center right no-repeat;
    background: url("./images/36984945-r_r1_c1.jpg") center right no-repeat;
    background-size: auto 100%;
    margin-bottom: 30px;
    min-height: 300px;
    position: relative;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
/*.lead-wrapper h5 {
    margin-bottom: 10px;
    font-size: 30px;
    position: absolute;
    width: 70%;
    left: 5%;
    top: 50%;
    -ms-transform: translateY(-50%); *//* IE 9 */
    /*-webkit-transform: translateY(-50%); *//* Safari */
    /*transform: translateY(-50%);*/
    /*text-shadow: 1px 1px #fff;*/
    /*color: #fff;
    font-weight: bold;
}*/
.floating-wrapper {
    position: absolute;
    width: 70%;
    left: 5%;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
}
.floating-wrapper h5,
.floating-wrapper h6 {
    color: #fff;
    font-weight: bold;
    text-transform: none;
}
.floating-wrapper h5 {
    font-size: 30px;
    margin-bottom: 10px;
}
.floating-wrapper h6 {
    font-size: 20px;
}
.lead-wrapper h5:last-child {
    margin-bottom: 0;
}
.onefour {
    width: 23.5%;
    margin: 0 2% 40px 0;
    float: left;
    display: table;
}
.onefour.last {
    margin-right: 0;
    float: right;
}
.name {
    text-align: center;
    padding: 30px 1px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#1E90FF,#205A77);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#1E90FF),to(#205A77));
    background-image: -webkit-linear-gradient(top,#1E90FF,#205A77);
    background-image: -o-linear-gradient(top,#1E90FF,#205A77);
    background-image: linear-gradient(to bottom,#1E90FF,#205A77);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
.price {
    text-align: center;
    padding: 30px 5px;
    border-top: none;
    position: relative;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    color: #1E90FF;
    border-radius: 5px;
}
span.from {
    text-transform: uppercase;
    display: block;
    width: 100%;
}
span.price-number {
    margin: 20px 0;
    font-family: 'lato_medium';
    font-weight: bold;
    font-size: 40px;
    display: block;
    width: 100%;
}
span.per-room {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    left: 0;
}
.txt {
    text-align: center;
    padding: 30px 5px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    border-radius: 5px;
    min-height: 140px;
}

/*testimonials*/

.easy_testimonial_title {
    display: none;
}
.testimonial-client {
    color: #1E90FF;
    font-size: 22px;
    font-weight: bold;
}
p.testimonial_author {
    display: block;
    margin-top: 20px;
}
.testimonial_body {
    padding: 0 30px;
    position: relative;
}
.testimonial_body::before {
    background: rgba(0, 0, 0, 0) url("./images/quote.png") no-repeat scroll left center;
    content: "";
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}
.testimonial_body::after {
    background: rgba(0, 0, 0, 0) url("./images/quote.png") no-repeat scroll right center;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 14px;
    position: absolute;
    right: 0;
    width: 15px;
}


/* 15.11.2016 */

.page-id-102 .enigma_header_breadcrum_title {
    margin-bottom: 0;
}

/* 29.11.2016 */

.decorationul {
    display: table;
}
.nav-tabs {
    border-bottom: 1px solid #acacac;
}
#myTabs li {
    float: left;
    text-align: center;
    width: 31%;
    margin: 0 3.5% 40px 0;
}
#myTabs li:last-child {
    margin-right: 0;
}
.nav-tabs li a {
    padding: 30px 5px;
    /*background-color: #f5f5f5;*/
    background-image: -moz-linear-gradient(top,#1E90FF,#205A77);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#1E90FF),to(#205A77));
    background-image: -webkit-linear-gradient(top,#1E90FF,#205A77);
    background-image: -o-linear-gradient(top,#1E90FF,#205A77);
    background-image: linear-gradient(to bottom,#1E90FF,#205A77);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}
.nav-tabs li.active > a,
.nav-tabs li:hover > a {
    /*background-color: #f5f5f5;*/
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    color: #1E90FF;
    border-radius: 5px;
}
#second ul.decorationul {
    display: table;
}
.page-id-216 .lead-wrapper {
    background: url("./images/40393402-Office-building-in-London-England-Stock-Photo.jpg") center center no-repeat;
    background-size: 100% auto;
}
.page-id-220 .lead-wrapper {
    background: url("./images/48233565-top.jpg") center center no-repeat;
    background-size: auto 100%;
}
.page-id-108 .lead-wrapper {
    background: url("http://marina.wcukdev.co.uk/TheSemacleanGroup/htdocs/wp-content/uploads/2016/12/29743586-fixed.jpg") center center no-repeat;
    background: url("./images/IMG_5787-fixed.jpg") center center no-repeat;
    background-size: auto 100%;
}
.page-id-216 .enigma_header_breadcrum_title,
.page-id-220 .enigma_header_breadcrum_title,
.page-id-108 .enigma_header_breadcrum_title {
    margin-bottom: 0;
}
img.alignleft {
    width: 100%;
    max-width: 460px;
    margin-bottom: 20px;
}
img.alignright {
    width: 100%;
    max-width: 460px;
    margin-bottom: 20px;
}
img.alignright.bigger {
    width: 48%;
    max-width: none;
}
.normal-txt {
    text-transform: none;
}
h4.normal-txt span {
    width: 100%;
    text-align: right;
    display: block;
}
img {
    border-radius: 5px;
}

.page-id-100 .enigma_header_breadcrum_title {
    margin-bottom: 0;
}
table.top-table {
    width: 100%;
    margin-bottom: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;  
}
table.top-table td {
    width: 50%;
    background: #fff;
    vertical-align: middle;
    border: none;
}
table.top-table td h4 {
    padding-left: 20px;
    padding-right: 20px;
}
table.top-table td img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: none;
}
table.top-table td:first-child {
    border-bottom-left-radius: 10px; 
}
table.top-table td:last-child {
    border-bottom-right-radius: 10px; 
}

.about-us-wrapper {
    width: 100%;
    margin: 40px 0;
    display: table;
    position: relative;
}
.about-us-wrapper img {
    display: block;
    float: left;
    /*width: 48%;*/
    width: 55%;
    margin-left: 2%;
    height: auto;
    border-radius: 5px;
    position: relative;
    z-index: 9;
}
.about-us-wrapper-txt {
    width: 100%;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#1E90FF,#205A77);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#1E90FF),to(#205A77));
    background-image: -webkit-linear-gradient(top,#1E90FF,#205A77);
    background-image: -o-linear-gradient(top,#1E90FF,#205A77);
    background-image: linear-gradient(to bottom,#1E90FF,#205A77);
    background-repeat: repeat-x;
    /*border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    position: absolute;
    left: 0;
    top: 40px;
    -ms-transform: translateY(0%); /* IE 9 */
    -webkit-transform: translateY(0%); /* Safari */
    transform: translateY(0%);
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#428dff+0,57c6c0+66,57c6c0+100 */
    background: rgb(66,141,255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(66,141,255,1) 0%, rgba(87,198,192,1) 66%, rgba(87,198,192,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(66,141,255,1) 0%,rgba(87,198,192,1) 66%,rgba(87,198,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(66,141,255,1) 0%,rgba(87,198,192,1) 66%,rgba(87,198,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428dff', endColorstr='#57c6c0',GradientType=1 ); /* IE6-9 */
}

.about-us-wrapper-txt h3,
.about-us-wrapper-txt p {
    color: #fff;
    width: 40%;
    margin-left: 58%;
}
.about-us-wrapper-txt h3 {
    margin: 20px 0 20px 58%;
}
.fake-sidebar {
    width: 100%;
    max-width: 460px;
    float: left;
    margin-right: 20px;
}
.fake-sidebar img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.fake-sidebar-right {
    width: calc(100% - 480px);
    float: right;
}
.navbar-nav {
    margin-bottom: 20px;
}
.page-id-100 .about-us-wrapper {
    margin-top: 0;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------- RESPONSIVE ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1457px) {
    .container {
        max-width: 1170px;
    }
    .enigma_footer_widget_column {
        padding-right: 2%;
        width: 30%;
    }
    .enigma_footer_widget_column:nth-child(1) {
        padding-left: 0;
    }
    .enigma_footer_widget_area .container {
        padding-left: 20px;
        padding-right: 20px;
    }

}
@media (max-width: 1210px) {

}
@media (max-width: 1200px) {
    .container {
        max-width: 970px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus, 
    .dropdown-menu .active a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        padding-left: 20px;
        font-size: 16px;
    }
    .dropdown-menu {
        left: 0;
    }
    #metaslider_41 .caption-wrap {
        font-size: 24px;
    }
    .partWrapper h3 {
        font-size: 26px;
    }
    .partWrapper .element h4 {
        font-size: 20px;
    }
    .enigma_footer_widget_area h3 {
        font-size: 24px;
    }
    .enigma_footer_area p, .enigma_footer_area span.right {
        font-size: 16px;
    }
    .name {
        min-height: 114px;
    }
    .txt {
        min-height: 170px;
    }
}
@media (max-width: 992px) {
    .logo {
        padding-top: 0;
    }
    .header_section .container {
        height: auto;
    }
    .container {
        max-width: 750px;
    }
    .linksWrapper {
        margin-top: 50px;
    }
    .header_section .container.navbar-container {
        width: 100%;
    }
    .navbar {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .navbar-default .navbar-nav > li > a,
    .dropdown-menu .active a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        font-weight: normal;
    }
    .getQuoteWrapper p {
        font-size: 16px;
    }
    .home .enigma_blog_post_content p {
        line-height: 120%;
    }
    .enigma_footer_widget_column {
        width: 40%;
    }
    .enigma_footer_widget_column:nth-child(3) {
        float: left;
        padding-left: 6%;
        padding-top: 40px;
    }
    .enigma_footer_area span.right {
        float: none;
    }
    .txt {
        min-height: 192px;
    }
    .about-us-wrapper-txt {
        padding: 0;
        top: 50%;
        -ms-transform: translateY(-50%); /* IE 9 */
        -webkit-transform: translateY(-50%); /* Safari */
        transform: translateY(-50%);
    }
    .fake-sidebar, .fake-sidebar-right{
        width:48%;
        
    }
    .fake-sidebar{
        margin-right:4%;
        
    }
}
@media (max-width: 768px) { /*vraceno na max-width: 767px umesto max-width: 768px, i u bootstrap.css, zbog problema sa padajucim menijem na vecim sirinama*/
    .container {
        max-width: 620px;
    }
    .header_section .container {
        max-width: 100%;
    }
    .col-md-6.wl_rtl {
        width: 300px;
        float: left;
    }
    .navbar {
        margin-bottom: 0;
        margin-top: 0px;
    }
    .navbar-collapse.collapse {
        float: left;
        width: 100%;
        overflow: hidden;
        background-color: #000;
        text-align: center;
        margin-bottom: 1px;
    }
    .navbar-toggle {
        background-color: #1e90ff !important;
        border: 1px solid #1e90ff !important;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        border: 1px solid #1e90ff !important;
        opacity: 0.8;
    }
    .navbar-default .navbar-nav > li > a, 
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus, 
    .dropdown-menu .active a, 
    .navbar-default .navbar-nav > li > a:hover, 
    .navbar-default .navbar-nav > li > a:focus, 
    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:hover, 
    .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        padding: 5px 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
    .col-md-6.wl_rtl {
        width: 100%;
    }
    .logo a {
        margin-bottom: 0;
    }
    .logo {
        padding-top: 10px;
    }
    .logo img {
        margin: 0 auto;
    }
    .linksWrapper {
        margin-top: 0;
        width: 100%;
    }
    .enigma_header_breadcrum_title {
        background: #000;
    }
    .enigma_header_breadcrum_title h1 {
        background-color: transparent;
    }
    #metaslider_41 .caption-wrap {
        bottom: 10%;
        width: 70%;
    }
    .getQuoteWrapper p {
        font-size: 12px;
    } 
    .partWrapper h3, .serviceWrapper h3 {
        font-size: 22px;
    }
    .serviceWrapper h3 {
        margin-bottom: 20px;
    }
    .partWrapper .element h4 {
        font-size: 18px;
    }
    .serviceWrapper .element h5 {
        font-size: 14px;
    }
    .enigma_footer_widget_column {
        float: left;
    }
    .enigma_footer_widget_column:nth-child(2), .enigma_footer_widget_column:nth-child(3) {
        float: right;
    }
    .enigma_footer_widget_column:nth-child(2) {
        padding-right: 0;
    }
    .contactWrapper p {
        font-size: 16px;
    }
    #gallery-1 dl.gallery-item {
        width: 22%;
    }
    #metaslider_41 .caption-wrap {
        font-size: 18px;
    }
    .onefour {
        width: 48%;
        margin-right: 4%;        
    }
    .onefour:nth-child(2n+1) {
        margin-right: 0;
    }
    .onefour:nth-child(2n) {
        clear: left;
    }
    .about-us-wrapper-txt {
        position: relative;
        left: auto;
        top: auto;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        padding: 10px 0;
    }
    .about-us-wrapper img {
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .about-us-wrapper-txt h3, .about-us-wrapper-txt p {
        margin-left: 2%;
    }
    .fake-sidebar,
    .fake-sidebar-right {
        width: 100%;
        float: none;
        margin: 0;
    }
    .fake-sidebar img {
        margin-top: 0%;
    }
    .navbar-nav > li > .dropdown-menu {
        display: block;
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background: none;
    }
    .dropdown-menu > li > a {
        background: none;
        color: #fff;
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: none;
        color: #fff;
    }
     .page-id-102 .floating-wrapper {
            position: absolute;
            width: 220px;
            left: auto;
            right: 0;
            top: 10px;
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
    }
}
@media (max-width: 620px) {
    .container {
        width: 100%;
        padding: 0 2%;
    }
    .header_section .container, .header_section .container.navbar-container {
        padding: 0;
    }
    .getQuoteWrapper p a.button {
        display: block;
        clear: both;
        width: 200px;
        margin: 10px auto 0;
    }
    .serviceWrapper {
        padding-bottom: 20px;
    }
    .enigma_footer_widget_column {
        width: 46%;
    }
    .lead-wrapper {
        background-size: auto 100%;
    }

}
@media (max-width: 520px) { 
    .partWrapper .element {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .serviceWrapper .element {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .enigma_footer_widget_column {
        width: 100%;
        padding: 0;
    }
    .enigma_footer_widget_column:nth-child(2), .enigma_footer_widget_column:nth-child(3) {
        width: 40%;
        float: left;
        padding-top: 0;
    }
    #myTabs li a {
        font-size: 14px;
    }
    img.alignleft,
    img.alignright,
    img.alignright.bigger {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    table.top-table td {
        width: 100%;
        display: block;
    }
    table.top-table td:first-child {
        border-bottom-left-radius: 0; 
    }
    table.top-table td:last-child {
        border-bottom-right-radius: 5px; 
        border-bottom-left-radius: 5px; 
    }
    .fake-sidebar,
    .fake-sidebar-right {
        width: 100%;
        float: none;
    }
    .fake-sidebar img {
        margin-top: 0%;
    }
   
}
@media (max-width: 480px) {
    #metaslider_41 .caption-wrap {
        bottom: auto;
        width: 100%;
        font-size: 20px;
        padding: 10px;
        line-height: 120%;
        position: relative;
        left: auto;
    }
    #metaslider_41 .caption {
        padding: 0;
    }
    .enigma_footer_widget_column:nth-child(2), .enigma_footer_widget_column:nth-child(3) {
        width: 200px;
        padding: 0;
        margin: 0 auto;
        float: none;
    }
    .contactWrapper {
        margin-bottom: 40px;
    }
    .contactWrapper p {
        margin-bottom: 10px;
    }
    .contactWrapper h3 {
        margin-bottom: 20px;
    }
    #gallery-1 dl.gallery-item {
        width: 30%;
    }
    .onefour {
        width: 100%;
        margin-right: 0;
    }
    .txt,
    .name {
        min-height: 10px;
    }
    .about-us-wrapper-txt h3,
    .about-us-wrapper-txt p {
        width: 80%;
        margin-left: 10%;
    }
    .about-us-wrapper img {
        position: relative;
        right: auto;
        top: auto;
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        width: 100%;
        margin-right: 0;
        float: none;

    }
    .half {
        width: 100%;
        margin-right: 0;
        float: none;
    }
	.enigma_blog_post_content input, .enigma_blog_post_content textarea {
		width: 100%;
	}
	.enigma_blog_post_content input.wpcf7-form-control.wpcf7-submit{
		width:auto;
	}
}

@media (max-width: 380px) {
    #myTabs li a {
        font-size: 12px;
        padding: 30px 0;
    }
    #myTabs li {
        width: 33%;
        margin-right: 0.5%;
    }
}
