/*
Theme Name: Bytehouse
Description: 
Version: 1.2
Author: Goran Petrovic
Author URI: http://www.godev.rs
*/



/* RESET CSS
============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

body { 
    line-height: 1;
    font-family: 'Roboto',sans-serif;
    color: #fff;
}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; 
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none; 
}
a {
    text-decoration: none !important;
    color: inherit;
}

.clear { *zoom: 1; }
.clear:before,
.clear:after {
    content: " ";
    display: table; 
}
.clear:after { clear: both; }

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.left { float: left; }
.right { float: right; }
.hide { display: none; }

/*** STYLE
========== ***/

/** Header **/



/* Top */
header {
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #d4d8da;
}
header.transparent { 
    background: transparent;
    border-bottom: transparent;
}

header.fixed { 
    position: fixed;

}
header.fixed .main-nav {
    background: #fff;
    height: 100px;
}
header .main-nav ul li,
header.transparent.fixed .main-nav ul li { 
    color: #181e22; 
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

header .main-nav .search i,
header.transparent.fixed .main-nav .search i { color: #181e22; }

header.transparent .search i,
header.transparent .main-nav ul li { color: #fff ; }

.top {
    height: 40px;
    background: #181e22;
    color: #cdd9e1;
    font-size: 14px;
    line-height: 37px;
    text-transform: uppercase;
}
.top .left a {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
}
.top .left a:last-child { margin-right: 0; }

.top .left a p:before {
    font-family: 'FontAwesome';
    margin-right: 8px;
}
.top .left a .need-help:before { content: '\f05a'; }
.top .left a .contact-us:before { content: '\f003'; }

.top .phone-number {
    position: absolute;
    left: calc(50% - 100px);
    width: 200px;
    text-align: center;
}
.top .phone-number p:before {
    font-family: 'FontAwesome';
    content: '\f095';
    color: #1a99ce;
    margin-right: 9px;
}
.top .right a.login { 
    display: block;
    background: #1a99ce;
    color: #fff;
    padding: 0 14px;
    height: 40px;
}
.top .right a.login:before {
    font-family: 'FontAwesome';
    content: '\f007';
}

/* Navigation */

.main-nav { 
    position: relative;
    height: 100px; 
}

.main-nav nav,
.main-nav .search { display: inline-block; }

nav > ul > li > a {
    line-height: 100px;
    position: relative;
}

.main-nav .search { margin-left: 30px; }

.main-nav ul li {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 60px;
    cursor: pointer;
}

.main-nav ul li.why-bh > a:after {
    font-family: 'FontAwesome';
    content: '\f0d7';
    position: absolute;
    right: -15px;
    top: -41px;
}

.main-nav ul li ul { 
    display: none;
    position: absolute;
    background: rgba(24,30,34,0.8);
    padding: 30px;
    top: 80px;
    left: 0;
}
.main-nav ul li.why-bh:hover ul { display: block; }
header.fixed .main-nav ul li ul { 
    background: #fff;
    border: 1px solid #bababa;
    border-top: none;
}

.main-nav ul li ul li {
    display: block;
    margin-left: 0;
    white-space: nowrap;
    margin-bottom: 8px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.main-nav ul li ul li:hover {
    color: #1a99ce;
}

.main-nav ul li ul li.selected,
header.fixed .main-nav ul li ul li.selected { 
    color: #1a99ce;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

header.fixed .main-nav ul li ul li:hover { color: #1a99ce; }


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

.main-nav img { margin-top: 20px; }

.menu-toggler { display: none; cursor: pointer;}

/* Hero */
.hero {
    background: url('assets/images/cover.jpg') no-repeat center center fixed;
    /*background-position: 50% 0;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}
.hero .find-hot-deals {
    position: absolute;
    right: 126px;
    top: 48%;
}
.hero .find-hot-deals > img { position: absolute; }
.hero .find-hot-deals > a {
    color: #fff;
    left: 7px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    font-family: 'OpenSans',sans-serif;
    font-size: 14px;
    padding: 17px 18px;
}
.hero .chat_cnt span {
    background: #303c44;
    color: white;
    font-size: 14px;
    padding: 10px 30px;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    left: -49px;
    cursor: pointer; 
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 9999;

}
.hero .chat-now {
    width: 210px;
    height: auto;
    background: #495259;
    border-top: 8px solid #1a99ce;
    position: fixed;
    top: 50%;
    left: -210px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
}
.hero .chat-now.visible {
    left: 0;
}
.hero .chat-now i {
    position: absolute;
    top: 6px;
    right: 10px;
    opacity: 0.8;
    cursor: pointer;
}
.hero .chat-now i:hover, .hero .chat-now i:focus, .hero .chat-now i:active {
    opacity: 1;
}
.hero .chat-now p {
    display: inline-block;
    font-family: 'OpenSans',sans-serif;
    font-size: 16px;
    line-height: 22px;
    vertical-align: super;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.hero .chat-now img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 20px auto;
    border: 4px solid white;
    border-radius: 100px;
}
.hero .chat-now button {
    border: none;
    text-transform: uppercase;
    display: block;
    margin:0 auto 30px auto;
    background: #1a99ce;
    color: #fff;
    font-size: 14px;
    padding: 10px 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.hero .intro {
    padding-top: 460px;
    text-align: center;
}
.hero .intro p {
    font-size: 30px;
    display: inline-block;
    width: 525px;
}
.hero .intro-p {
    position: relative;
}
.hero .intro-p .line {
    width: 330px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}
.hero .intro-p .line.after { 
    right: 0;
    left: inherit;
}
.hero .intro > h2 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 72px;
    padding: 38px 0;
}
.hero .intro > a {
    margin: 0 auto;
    background: #1a99ce;
    padding: 23px 60px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    max-width: 210px;
}

/** Main **/

/* Services */

.services > h3 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 48px;
    padding: 60px 0;
    text-align: center;
    color: #161e24;
}
.services-tabs {
    overflow: hidden;
    background: #f0f4f7;
}
.services-tabs .container > ul { overflow: hidden; }
.services-tabs .container > ul:before,
.services-tabs .container > ul:after {
    display: block;
    position: absolute;
    width: 20%;
    height: 180px;
    content: '';
    background: #2a3136;
    left: 0;
    z-index: 9;
}
.services-tabs .container > ul:after {
    left: inherit;
    right: 0;
    z-index: 1;
}

.services-tabs .container > ul li {
    background: #2a3136;
    position: relative;
    display: block;
    float: left;
    width: 25%;
    height: 180px;
    text-align: center;
    z-index: 99;
}
.services-tabs .container > ul li.active {
    -webkit-box-shadow: inset 0px 8px 0px 0px rgba(26,153,206,1);
    -moz-box-shadow: inset 0px 8px 0px 0px rgba(26,153,206,1);
    box-shadow: inset 0px 8px 0px 0px rgba(26,153,206,1);
}
.services-tabs .container > ul li.active:before {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
.services-tabs .container > ul li .icon-holder {
    margin: 25px auto 20px;
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    border: 2px solid #1a99ce;
}
.services-tabs .container > ul li.active .icon-holder { border-color: #fff; }
.services-tabs .container > ul li .icon-holder i {
    color: #1a99ce;
    display: block;
    font-size: 30px;
}
.services-tabs .container > ul li.active .icon-holder i { color: #fff; }

.services-tabs .container > ul li .icon-holder i.ion-ios-cloud-outline { 
    font-size: 70px;
    margin-top: 5px;
}
.services-tabs .container > ul li .icon-holder i.ion-ios-locked-outline {
    font-size: 50px;
    margin-top: 15px;
}
.services-tabs .container > ul li .icon-holder i.ion-ios-cart-outline {
    font-size: 52px;
    margin-top: 16px;
}
.services-tabs .container > ul li .icon-holder i.ion-android-settings {
    font-size: 42px;
    margin-top: 22px;
}
.services-tabs ul li p {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a99ce;
}
.services-tabs ul li.active p { color: #fff; }

.services-tabs .tab-content {
    color: #161e24;
    padding: 50px 30px;
    background: #fff;
}
.services-tabs .tab-top {
    width: 100%;
    margin-bottom: 40px;
}
.services-tabs .tab-top .box {
    background: #1a99ce;
    padding: 40px 60px;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}
.services-tabs .tab-top .box > p {
    font-size: 16px;
    padding-bottom: 5px;
}
.services-tabs .tab-top .box > span {
    font-family: 'Montserrat',sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}
.services-tabs .tab-top .box > span sub {
    font-size: 32px;
}
.services-tabs .tab-top .about h3 {
    font-family: 'Montserrat',sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}
.services-tabs .tab-top .about p {
    font-size: 18px;
    line-height: 30px;
}

.services-tabs .tab-bot { position: relative; }
.services-tabs .tab-bot ul { width: 75%; }
.services-tabs .tab-bot ul li {
    font-size: 18px;
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 30px;
    padding-left: 40px;
}
.services-tabs .tab-bot ul li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #1a99ce;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 0;
}
.services-tabs .tab-bot > a {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 80px;
    background: #d42335;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.services-tabs > a > button { /*edit by goran*/
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    display: block;
    background: #2a3136;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 60px;
    border: none;
    margin: 50px auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/** Blocks **/

.block { 
    height: auto;
    position: relative;
}
.block .left {
    width: 50%;
    position: relative;
    height: 100%;
}

.block.blue { 
    background: #1a99ce; 
}
.block.dark { 
    background: #181e22; 
}
.block.red { 
    background: #e03730;
}
.block.orange {
    background: #cc7f1a;
}
.block.white { 
    background: #fff;
    color: #181e22;
}

.block .block-text {
    position: relative;
    text-align: left;
    width: 50%;
    padding: 5% 4% 4% 15%;
}
.block .block-img {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.block .block-img img {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.block.invert .block-text {
    padding-left: 5%;
    padding-right: 15%;
}
.block.invert .block-img {
    right: inherit;
    left: 0;
}
.block .block-text h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.block .block-text p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.block .block-text button {
    background: #fff;
    color: #181e22;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    padding: 25px 60px;
    text-transform: uppercase;
}

/** Slider **/

.slider { 
    width: 600px;
    margin: 0 auto;
}

.slider-holder {
    background: #f0f4f7;
    color: #161e24;
    padding-bottom: 100px;
}
.slider-holder > h2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 48px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 60px 0;
}
.slider .slider-item {
    text-align: center;
}
.slider .slider-item .text-holder {
    position: relative;
    width: 600px;
    background: #fff;
    padding: 25px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.slider .slider-item .text-holder:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}
.slider .slider-item > img {
    margin: 0 auto 20px;
}
.slider .slider-item > h5 {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
}
.slick-dots li button::before {
    content: '';
    opacity: 1;
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #161e24;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.slick-dots li.slick-active button::before {
    background: #161e24;
    opacity: 1;
}
.slick-prev::before, .slick-next::before {
    font-family: 'ionicons';
    font-size: 46px;
    color: #161e24;
    opacity: 1;
}
.slick-prev::before { content: '\f3cf'; }
.slick-next::before { content: '\f3d1'; }

.slick-prev, .slick-next { 
    top: 20%;
    width: 30px;
    height: 30px;
}
.slick-prev { left: -45px; }
.slick-next { right: -45px; }

.slick-dots { bottom: -55px; }

/** Clients **/

.clients {
    text-align: center;
    padding-bottom: 50px;
}
.clients h2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #161e24;
    padding: 60px 0;
}
.clients img {
    max-width: 90%;
}

/** Footer **/

footer {
    background: #181e22;
    padding: 30px 0 0;
}
footer h5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 15px 0;
}
footer .knowledge {
    max-width: 290px;
    margin-right: 110px;
}
footer .knowledge ol {
    list-style: none;
    margin-top: 25px;
    overflow: hidden;
}
footer .knowledge ol li {
    counter-increment: item;
    margin-bottom: 15px;
    float: left;
    display: table;
}
footer .knowledge ol li:before {
    margin-right: 12px;
    content: counter(item);
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: white;
    width: 30px;
    height: 24px;
    padding-top: 6px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    float: left;
    line-height: 1.3
}
footer .knowledge li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
}
footer .knowledge button {
    width: 100%;
    padding: 20px 0;
    border: none;
    background: #1a99ce;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
footer .get-in-touch {
    width: 66%;
}
footer form { margin-top: 25px; }
footer form .one-half {
    width: 50%;
    float: left;
}
footer form .one-half:first-child { padding-right: 30px; }

footer form input,
footer form textarea {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #b0b2b6;
    font-size: 18px;
    padding: 22px 25px;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 20px;
}
footer form textarea { resize: none; }

footer form button {
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    padding: 16px 60px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    background: #1a99ce;
    margin-top: 10px;
}
footer .social-icon {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background: #303539;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}
footer .social-icon:last-child { margin-right: 0; }
footer .social-icon i {
    line-height: 60px;
}
footer .copyright {
    background: #2a3136;
    text-align: center;
    margin-top: 30px;
    line-height: 55px;
}

/*** Page: Single product
========================= ***/

.single-product main { margin-top: 115px !important; }

/** Prices boxes **/

.prices-holder {
    background: #f0f4f7;
    padding: 70px 0 90px;
}
.prices-holder h2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 65px;
    color: #161e24;
    text-align: center;
}
.price-box-holder {
    width: 20%;
    float: left;
    padding-right: 10px;
    margin-bottom: 30px;
}
.price-box-holder:nth-of-type(5) { padding-right: 0; }

.price-box {
    background: #fff;
    padding-bottom: 25px;
}
.price-box h5 {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: #359967;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    padding: 5px;
}
.price-box.premium h5 { background: #1a80ac; }

.price-box .price-box-head {
    background: #3cb878;
    padding: 15px;
}
.price-box.premium .price-box-head { background: #1a99ce; }

.price-box .price-box-head span {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}
.price-box .price-box-head span:last-of-type { text-align: center; }

.price-box .price-box-head p {
    font-family: 'Montserrat',sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}
.price-box .price-box-head p sub { 
    font-size: 36px;
    font-weight: 400;
}

.price-box ul {
    padding: 0 15px;
    margin-bottom: 12px;
}
.price-box ul li {
    display: block;
    border-bottom: 1px solid #d4d8da;
    color: #161e24;
    padding: 15px 0;
    text-align: center;
}
.price-box button {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 15px 25px;
    display: block !important;
    margin: 0 auto;
    background: #d42335;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.block.dark .block-text li {
    margin: 0 0 0 30px;
    position: relative;
    padding: 12px 0 0;
    font-size: 18px;
}

.block.dark .block-text li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #1a99ce;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    /* margin-right: 10px; */
    left: -40px;
    top: 12px;
}

.block.blue .block-text li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid #d42335;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    /* margin-right: 10px; */
    left: -40px;
    top: 8px;
}

/** Progress bar **/

.progress-bars {
    background-image: url('assets/images/progress-cover.jpg');
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
    min-height: 100%;
    position: relative;
    min-height: 100vh;
    padding-bottom: 70px;
}
.progress-bars h2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    padding: 80px 0 35px;
}
.progress-bars p {
    font-size: 18px;
    width: 80%;
    line-height: 26px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.progress-bar-wrapper { margin-top: 70px; }

.progress-bar-holder {
    width: 50%;
    float: left;
}
.progress-bar-holder:nth-child(even) { padding-left: 23px; }
.progress-bar-holder:nth-child(odd) { padding-right: 23px; }

.progress-bar-holder span {
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.skillbar {
    position:relative;
    display:block;
    margin-bottom:60px;
    width:100%;
    background:#1c3342;
    height:60px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-bar {
    position: relative;
    height:60px;
    width:0px;
    background:#3cb878;
}

.skill-bar-percent {
    position:absolute;
    right:20px;
    top:0;
    font-family: 'Montserrat',sans-serif;
    font-size:36px;
    font-weight: 700;
    line-height:60px;
    color:#fff;
}

/*** Page: Why Bytehouse
======================== ***/

/* Sidebar */

.why-bytehouse main { 
    margin-top: 140px;
    background: #f0f4f7;
    overflow: hidden;
}

.why-bytehouse aside {
    background: #2a3136;
    height: 100%;

}
.why-bytehouse aside ul li {
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid #374249;
    color: #97a2ad;
}
.why-bytehouse aside ul li.active,
.why-bytehouse aside ul li.current-menu-item { /*add by Goran*/
    border-left: 4px solid #1a99ce;
    color: #fff;
    padding-left: 55px;
}



.why-bytehouse aside ul li {
    display: block;
    padding-left: 35px;
    padding-right: 15px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.why-bytehouse aside ul li:hover {
    color: #fff;
}

/* Content */

.why section {
    width: 72.5%;
    margin-right: 2.5%;
    margin-top: 22px;
    color: #181e22;
    border: 1px solid #d4d8da;
    margin-bottom: 45px;
}
.why aside { 
    width: 25%;
    margin-top: 24px;
}

.white-box {
    background: #fff;
    padding: 45px 20px 30px;
    color: #161e24;
    text-align: left;
}
.white-box h2.why-title, .blog.post article h2.blog-title {
    text-transform: capitalize;
}
.white-box h2, .blog.post article h2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.white-box p {
    font-size: 18px;
    color: #161e24;
    line-height: 30px;
    margin-bottom: 35px;
}
.white-box .inner-list { 
    background-image: url(assets/images/list-pic-1.jpg);
    background-size: cover;
    padding: 35px 25px 35px;
    color: #fff;
    text-align: left;
    margin-bottom: 45px;
}
.white-box .inner-list:last-child{  /*add by Goran*/
    background-image: url(assets/images/list-pic-2.jpg);
    margin-bottom: 40px;
}

.white-box .inner-list h3 {
    font-family: 'Montserrat',sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 45px;
}
.white-box .inner-list ul {
    display: -webkit-box;
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;         
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.white-box .inner-list ul li {
    position: relative;
    width: 50%;
    padding: 12px 10px 12px 40px;
    font-size: 18px;
    margin: auto;
}

.white-box .inner-list ul li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #1a99ce;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 0;
}
.why-bottom { position: relative; }

.why-bottom ul { margin-bottom: 55px; }

.why-bottom ul:last-child { margin-bottom: 0; }

.white-box h3 {
    font-family: 'Montserrat',sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 45px;
}
.why-bottom ul li {
    position: relative;
    padding-left: 40px;
    height: 50px;
    font-size: 18px;
}
.white-box ul li{/*add by Goran*/
	padding:20px 20px 20px 0px ;
}

.white-box ul li:before {
    content: '';
    display: block;
	float:left;
    width: 12px;
    height: 12px;
    border: 2px solid #1a99ce;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
   /* position: absolute;*/ /*edit by Goran*/
    left: 0;
	margin-right:20px; /*add by Goran*/
}

/*** Page: About
================ ***/

.about main { margin-top: 140px; }

/*** Page: Blog
=============== ***/

.blog main { 
    margin-top: 140px;
    background: #f0f4f7;
}

.blog section {
    width: 72.5%;
    margin-right: 2.5%;
    margin-top: 22px;
    color: #181e22;
}
.blog aside { width: 25%; }

/* Articles */

.blog section article {
    float: left;
    width: 48.5%;
    padding: 20px;
    background: #fff;
    border: 1px solid #d4d8da;
    margin-bottom: 30px;
}
.blog section article:nth-child(odd) { margin-right: 3%; }

.blog section article img {

    width: 100%;
    height: 240px;
    display: block;
    margin-bottom: 35px;
}
.blog section article h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.blog section article p {
    line-height: 24px;
    max-height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 35px;
}
.blog section article > a {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    color: #1a99ce;
}

/* Sidebar */

.blog aside { margin-top: 23px; }
.blog .sidebar { margin-bottom: 25px; }

.blog .sidebar h5, .page .sidebar h5 {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #181e22;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
.blog .sidebar ul {
    background: #fff;
    border: 1px solid #d4d8da;
    padding: 10px 20px;
}
.blog .sidebar ul li {
    color: #181e22;
    border-bottom: 1px solid #d4d8da;
    padding: 20px 0;
}
.blog .sidebar ul li:last-child { border-bottom: none; }

.widget_categories label{display:none; /*add by goran*/}

.select-holder, 
.widget_categories select{ /*add by goran*/
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #d4d8da; 
}
.select-holder .sod_select, 
.widget_categories select {/*add by goran*/
    width: 100%;
    border: 1px solid #5e5e5e;
}
.select-holder .sod_select .sod_list_wrapper, 
.widget_categories select {/*add by goran*/
    width: 100%;
    border: 1px solid #5e5e5e;
    margin: 0;
}
.select-holder .sod_select .sod_label, 
.widget_categories select  {/*add by goran*/
    text-transform: none;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.widget_categories select option{padding-left:20px;}
/* Pagination */
.pagination { 
	width:100%;  /*add by Goran*/
	margin-bottom: 60px; }

/*
.pagination .previous:before {
    font-family: 'FontAwesome',sans-serif;
    content: '\f053';
    font-size: 12px;
}
.pagination .next:before {
    font-family: 'FontAwesome',sans-serif;
    content: '\f054';
    font-size: 12px;
}*/

.pagination .page-number, 
.pagination a,
.pagination span{/*add by Goran*/
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #1d2830;
    line-height: 60px;
    text-align: center;
    border: 1px solid #d4d8da;
    float: left;
    margin-left: 5px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.pagination .page-number:hover,
.pagination a:hover { /*add by Goran*/
	background: #aee5ff; 
}
.pagination .page-number.active,
.pagination span { /*add by Goran*/
    border: none;
    background: #4ea9d5;
    color: #fff;
}
.pagination .page-number.dots {
    width: auto;
    height: auto;
    border: none;
    background: transparent;
}

/*** Page: Blog Post
==================== ***/

.blog.post section article {
    width: 100%;
    float: none;
}

.blog.post section article h3 {
    font-family: 'Montserrat',sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 25px;
}
.blog.post section article h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog.post section article img {
    height: auto;
}
.blog.post section article { max-height: none; }
.blog.post section article b { font-weight: 700; }
.blog.post section article i { font-style: italic; }

.blog .horizontal-divider {
    width: 100%;
    height: 1px;
    background: #d4d8da;
    margin: 40px 0 30px;
}
.blog .share-buttons a {
    width: 32%;
    margin-right: 2%;
    display: block;
    height: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.blog .share-buttons a:last-child { margin-right: 0; }

.blog .share-buttons a.fb { background: #3b5998; }
.blog .share-buttons a.tw { background: #659fcb; }
.blog .share-buttons a.li { background: #1a85bc; }

.blog .share-buttons a:before {
    font-family: 'FontAwesome';
    margin-right: 7px;
}
.blog .share-buttons a.fb:before { content: '\f230'; }
.blog .share-buttons a.tw:before { content: '\f099'; }
.blog .share-buttons a.li:before { content: '\f0e1'; }


.blog.post section article p { max-height: none; }

/*** Page: Contact
================== ***/

.contact main { margin-top: 140px; }

.contact-holder { position: relative;}

.contact-holder h2 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 48px;
    height: 150px;
    padding-top: 50px;
    color: #161e24;
    text-align: center;
}

.contact-holder .left { width: 50%; }

.contact-holder .text { 
    width: 50%;
    background: #1a99ce;
    padding: 135px 4% 5% 15%;
}
.contact-holder .text h5 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 7px;
}
.contact-holder .text p {
    margin-bottom: 55px;
}
.contact-holder .text span {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.contact-holder .contact-map {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    top: 150px;
    right: 0;
    transition: none 0s ease 0s ;
    visibility: visible;
    width: 50%;
}
.contact-holder .contact-map .map {
    width: 100%;
    height: 100%;

}
.contact-holder .contact-map .map #gmap {
    width: 100%;
    height: 100%;
}

/*** Page: Login
================ ***/

.login main { 
    margin-top: 140px;
    padding-top: 30px;
    background: #f0f4f7;
    min-height: 100vh;
}

.login-content {
    width: 100%;
    border: 1px solid #d4d8da;
    padding: 45px 20px 25px;
    color: #181e22;
    background: #fff;
}
.login-content > h2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 48px;
    font-weight: 700;
    display: inline;
}
.login-content > span {
    font-family: 'Montserrat',sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #5d6164;
    padding-left: 15px;
}
.login-form {
    width: 500px;
    margin: 85px auto 0;
}
.login-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #191f23;
    padding: 10px 13px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 100;
}
.login-form input[type="checkbox"] {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
}
.login-form .buttons {
    margin-top: 70px;
    text-align: center;
}
.login-form .buttons button {
    border: none;
    width: 205px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    background: #1a99ce;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 11px;
    cursor: pointer;
}
.login-form .buttons button.forgot-pass-button {
    background: #fff;
    border: 1px solid #191f23;
    color: #191f23;
}
.lost-pass .login-form p { margin-bottom: 30px; }

/*** Page: Register
=================== ***/

.register main { 
    margin-top: 140px;
    background: #f0f4f7;
}

.register section {
    width: 72.5%;
    margin-right: 2.5%;
    margin-top: 22px;
    margin-bottom: 100px;
    color: #181e22;
    border: 1px solid #d4d8da;
}
.register footer { padding: 0; }
.register .copyright { margin-top: 0; }
.register aside { width: 25%; }

.register .white-box > h2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 48px;
    font-weight: 700;
    display: inline;
}
.register .white-box > span {
    font-family: 'Montserrat',sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #5d6164;
    padding-left: 15px;
}

.register-inputs { margin-top: 80px; }
.register-inputs .left {
    width: 50%;
    padding-right: 4%;
}
.register-inputs .left:last-of-type {
    padding-right: 0;
    padding-left: 4%;
}
.register-inputs input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #191f23;
    padding: 10px 13px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 100;
}

.register-inputs .left:first-child span {
    font-size: 12px;
    color: #1a99ce;
    line-height: 14px;
    display: block;
    margin-top: -12px;
    margin-bottom: 38px;
}
.register-inputs .left:first-child span b { font-weight: 800; }

.register-inputs .sod_select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #191f23;
    font-weight: 100;
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 10px;
    margin-bottom: 25px;
}
.register-inputs .sod_select .sod_list_wrapper {
    width: 100%;
    border: 1px solid #bababa;
    margin: 0;
}

.register .white-box > p {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin: 0;
    margin-top: 40px;
}
.register .white-box > img {
    margin: 0 auto;
    display: block;
}
.register .white-box  p.terms-p {
    color: #d9534f;
    position: relative;
    margin-left: -5px;
}
.register .white-box p.terms-p:before {
    font-family: 'FontAwesome',sans-serif;
    content: '\f071';
    font-size: 15px;
    padding-right: 5px;
}
.register .white-box .divider {
    height: 1px;
    width: 95%;
    background: #b0b2b6;
    margin: 20px 0 35px;
}

.register .white-box > label b {
    font-weight: 700;
}
.register .white-box > button {
    display: block;
    width: 205px;
    background: #1a99ce;
    text-transform: uppercase;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    padding: 23px 0;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 100px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.register aside {
    background: #2a3136;
    height: 100%;
    margin-top: 35px;
}
.register aside ul li {
    padding: 12px 0;
    font-size: 16px;
    border-bottom: 1px solid #374249;
    color: #97a2ad;
}
.register aside ul li.active {
    border-left: 4px solid #1a99ce;
    color: #fff;
    padding-left: 30px;
    font-weight: 600;
}
.register aside ul li {
    display: block;
    padding-left: 35px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.register aside ul li:hover {
    color: #fff;
}
.register aside ul li span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding: 10px 10px 10px 30px;
}

/*** Page: Product
================= ***/


.product main { 
    margin-top: 140px;
    background: #f0f4f7;
    padding-bottom: 100px;
}

.product section {
    width: 72.5%;
    margin-right: 2.5%;
    margin-top: 22px;
    margin-bottom: 100px;
    color: #181e22;
}
.product footer { padding: 0; }
.product .copyright { margin-top: 0; }
.product aside { 
    width: 25%;
    margin-top: 80px;
}

.product h2 {
    font-size: 48px;
    font-weight: 700;
    padding-left: 20px;
    padding-bottom: 70px;
    padding-top: 50px;
}

.server-holder { 
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 35px;
    width: 48%;
    float: left;
}
.server-holder:nth-child(even) { margin-right: 2%;}
.server-holder:nth-child(odd) { margin-left: 2%;}

.server-holder h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-left: 20px;
    background: #1a99ce;
    height: 70px;
    line-height: 70px;
}
.server-holder ul {
    padding: 30px 20px 35px 20px;
}
.server-holder ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase;
}
.server-holder ul li b {
    font-weight: 700;
}

.server-holder ul li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #1a99ce;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 0;
}

.server-holder .server-price {
    position: relative;
    background: #1a99ce;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    width: 140px;
    margin: 0 auto;
}
.server-holder .server-price:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #1a99ce;
    border-width: 10px;
    margin-left: -10px;
}
.server-holder .server-price span {
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.server-holder .server-price span sub {
    font-size: 15px
}
.server-holder .server-price p {
    font-size: 12px;
}
.server-holder button {
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #3cb878;
    padding: 15px 0;
    width: 140px;
    margin-top: 23px;
    cursor: pointer;
}

.product aside h4 {
    background: #181e22;
    color: #fff;
    padding-left: 55px;
    height: 50px;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
}
.product aside div div {
    background: #fff;
    border: 1px solid #d4d8da;
    padding: 0 20px;
}
.product aside a {
    display: block;
    position: relative;
    color: #181e22;
    font-size: 16px;
    border-bottom: 1px solid #d4d8da;
    padding-left: 30px;
}
.product aside a:last-child { border-bottom: none; }

.product aside a {
    display: block;
    padding: 25px 20px;
    padding-right: 0;
}
.product aside a.selected:before {
    content: '';
    height: 100%;
    width: 5px;
    background: #1a99ce;
    position: absolute;
    top: 0;
    left: -20px;
}

.product-categories { margin-bottom: 40px; }

.product-categories > h4:before {
    font-family: 'FontAwesome';
    content: '\f07a';
    position: absolute;
    top: 0;
    left: 20px;
}

.product-actions > h4:before {
    font-family: 'FontAwesome';
    content: '\f067';
    position: absolute;
    top: 0;
    left: 20px;
}
.product-actions a:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 25px;
    left: -3px;
}
.product-actions a.domain:before { content: '\f021'; }
.product-actions a.register:before { content: '\f0ac'; }
.product-actions a.transfer:before { content: '\f064'; }
.product-actions a.view-cart:before { content: '\f218'; }


/*** Pages: Register/Transfer domain
=================================== ***/

.register-transfer-domain main { 
    margin-top: 140px;
    background: #f0f4f7;
    padding-top: 30px;
    min-height: 80vh;
}

.register-transfer-domain footer { padding: 0; }
.register-transfer-domain .copyright { margin-top: 0; }

.register-transfer-domain .white-box {
    border: 1px solid #d4d8da;
    
}
.transfer-content {
    width: 560px;
    margin: 0 auto;
    padding-top: 50px;
}
.transfer-content p {
    text-align: center;
}
.transfer-content span { 
    color: #7b7d7e;
    font-size: 18px;
}
.transfer-content input {
    width: 63%;
    border: none;
    border-bottom: 1px solid #191f23;
    padding: 10px 13px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 100;
}
.transfer-content .sod_select {
    width: auto;
    border: 1px solid #191f23;
    margin-left: 7px;
    width: 140px;
    height: 40px;
    vertical-align: middle;
    text-transform: lowercase;
    font-weight: 100;
    line-height: 14px;
}
.transfer-content .sod_select .sod_list_wrapper {
    width: 140px;
    border: 1px solid #bababa;
    margin: 0 0 0 -1px;
}
.transfer-content button {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 90px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1a99ce;
    font-size: 16px;
    cursor: pointer;
}

/*** Page: Chose domain
======================= ***/

.domain-wrap .white-box {
    border: 1px solid #d4d8da;
    margin-bottom: 20px;
}
.domain-wrap .white-box span {
    color: #7b7d7e;
    font-size: 18px;
}
.domain-wrap input {
    width: 350px;
    border: none;
    border-bottom: 1px solid #191f23;
    padding: 10px 13px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 100;
}
.domain-wrap .white-box .sod_select {
    width: auto;
    border: 1px solid #191f23;
    margin-left: 7px;
    width: 140px;
    height: 40px;
    vertical-align: middle;
    text-transform: lowercase;
    font-weight: 100;
    line-height: 14px;
}
.domain-wrap .white-box .sod_select .sod_list_wrapper {
    width: 140px;
    border: 1px solid #bababa;
    margin-left: -1px;
}
.domain-wrap .white-box button {
    width: 200px;
    height: 60px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1a99ce;
    font-size: 16px;
    cursor: pointer;
    vertical-align: super;
    margin-left: 60px;
}
.domain-wrap .white-box p { margin-bottom: 0; }
.domain-wrap .domain-checker { margin-top: 20px; }

.domain-wrap .white-box input[type="checkbox"] {
    display:none;
}

.domain-wrap .white-box input[type="checkbox"] + label {
    font-size: 18px;
}

.domain-wrap .white-box input[type="checkbox"] + label span {
    display:inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 18px;
    background:url(assets/images/checkbox-sprite.png) left top no-repeat;
}
.domain-wrap .white-box input[type="checkbox"] + label:hover span {
    background:url(assets/images/checkbox-sprite.png) -45px top no-repeat;
}

.domain-wrap .white-box input[type="checkbox"]:checked + label span {
    background:url(assets/images/checkbox-sprite.png) -91px top no-repeat;
}

/*** Page: Checkout
=================== ***/

.checkout .white-box { 
    border: 1px solid #d4d8da;
    padding-left: 35px;
    padding-right: 35px;
}

.checkout .white-box > h2 {
    display: inline;
    font-family: "Montserrat",sans-serif;
    font-size: 48px;
    font-weight: 700;
}

.checkout .register-inputs > p {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}
.checkout .register-inputs .tips {
    font-size: 12px;
    color: #1a99ce;
    line-height: 14px;
    display: block;
    margin-top: -12px;
    margin-bottom: 38px;
}

.checkout .register-inputs .tips b { font-weight: 800; }
.checkout .register-inputs .info {
    background: #1a99ce;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin: 0 100px;
    margin-bottom: 35px;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.checkout .register-inputs .info b { font-weight: 800; }

.checkout .register-inputs textarea {
    font-family: 'Roboto';
    width: 100%;
    height: 100px;
    border: none;
    border-bottom: 1px solid #191f23;
    padding: 10px 13px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 100;
    resize: none;
}

.checkout .white-box  p.terms-p {
    color: #d9534f;
    position: relative;
    margin-left: -5px;
    text-align: left;
}
.checkout .white-box p.terms-p:before {
    font-family: 'FontAwesome',sans-serif;
    content: '\f071';
    font-size: 15px;
    padding-right: 5px;
}
.checkout .register-inputs input[type="checkbox"] {
    width: auto;
}
.checkout .register-inputs label b { font-weight: 800; }

.checkout .white-box button {
    width: 200px;
    height: 60px;
    margin: 0 auto;
    margin-top: 45px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1a99ce;
    font-size: 16px;
    cursor: pointer;
}

/** Fixes for non-wordpress pages **/

/* Header */

.top.inner .right a {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    background: none;
}

.top.inner .right > div { 
    margin-right: 30px;
    display: inline-block;
}

.top.inner .right > div.choose-lang-cnt { margin-right: 0;}

.top.inner .right a:last-child { margin-right: 0; }

.top.inner .right a:before {
    font-family: 'FontAwesome';
    margin-right: 8px;
    color: #1a99ce;
}
.top.inner .right a.cart:before { content: '\f07a'; }
.top.inner .right a.login-inner:before { content: '\f007'; }
.top.inner .right a.choose-lang:before { content: '\f1ab'; }

.top.inner .right > div > a { margin-right: 0; }


.login-cnt-top { position: relative; }

.login-opened {
    display: none;
    background: #181E22;
    left: 0;
    position: absolute;
    top: 40px;
    z-index: 999;
    width: 220px;
    padding: 10px;
}
.login-opened input[type="text"],
.login-opened input[type="password"] {
    width: 100%;
    border: 0 none;
    height: 33px;
    padding: 5px;
    width: 100%;
}

.login-opened button {
    width: auto;
    padding: 7px 15px;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1a99ce;
    font-size: 13px;
    cursor: pointer;
}

.login-opened > a {
    padding-left: 25px !important;
    text-transform: capitalize !important;
    margin-right: 0 !important;
}
.login-opened > a:before {
    font-family: 'FontAwesome';
    content: '\f18e';
}

.choose-lang-cnt { position: relative; }

.choose-lang-opened {
    display: none;
    position: absolute;
    top: 40px;
    left: -135px;
    width: 430px;
    background: #181E22;
    z-index: 999;
    padding: 20px;
}

.choose-lang-opened li {
    display: inline-block;
    width: 32.7%;
}
.choose-lang-opened a {
    text-transform: capitalize !important; 
}
.choose-lang-opened a:hover {
    color: #b0b2b6 !important;
}
/* Footer */

footer.inner { 
    background: #2a3136;
    height: 110px;
    line-height: 110px;
    padding: 0;
}

footer.inner .left a {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px;
}
footer.inner .left a:last-child { margin-right: 0; }

footer.inner .left a p:before {
    font-family: 'FontAwesome';
    margin-right: 8px;
    color: #1a99ce;
}
footer.inner .left a .need-help:before { content: '\f05a'; }
footer.inner .left a .contact-us:before { content: '\f003'; }

footer.inner .phone-number {
    position: relative;
    text-align: center;
    display: inline-block;
}
footer.inner .phone-number p:before {
    font-family: 'FontAwesome';
    content: '\f095';
    color: #1a99ce;
    margin-right: 9px;
}
footer.inner .copyright { 
    text-align: right;
    line-height: 110px;
}




/*Sanela hover i šik efekti*/ 


.top .left a, header.transparent .search i, 
header.transparent .main-nav ul li {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top .left a:hover, 
header.transparent .search i, header.transparent .main-nav ul li:hover {
    opacity: 1;
}
.top .right a.login, 
.hero .intro > a, 
footer .knowledge button, 
footer form button,
.services-tabs .tab-bot > a, 
.services-tabs > a > button, 
.block .block-text button, 
.hero .chat-now button,
.price-box button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;   
}
.block .block-text button, 
.hero .chat-now button {
    overflow: hidden;
    border: 2px solid transparent;
}
.services-tabs .tab-bot > a {
    position: absolute;
}
.services-tabs > a > button {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top .right a.login:before, 
.hero .intro > a:before, 
footer .knowledge button:before, 
footer form button:before,
.services-tabs .tab-bot > a:before, 
.services-tabs > a > button:before,
.block .block-text button:before, 
.hero .chat-now button:before,
.price-box button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d42335;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 2px !important;
}    
.services-tabs .tab-bot > a:before,
.price-box button:before {
    background: #1a99ce;
}

/*.services-tabs > a > button:before {
    background: white;
}*/
.top .right a.login:hover:before, .top .right a.login:focus:before, .top .right a.login:active:before,
.hero .intro > a:hover:before, .hero .intro > a:focus:before, .hero .intro > a:active:before, 
footer .knowledge button:hover:before, footer .knowledge button:focus:before, footer .knowledge button:active:before, 
footer form button:hover:before, footer form button:focus:before,footer form button:active:before, 
.services-tabs .tab-bot > a:hover:before, .services-tabs .tab-bot > a:focus:before, .services-tabs .tab-bot > a:active:before, 
.services-tabs > a > button:hover:before, .services-tabs > a > button:focus:before, .services-tabs > a > button:active:before,
.block .block-text button:hover:before, 
.hero .chat-now button:hover:before,
.block .block-text button:active:before, 
.hero .chat-now button:active:before,
.block .block-text button:focus:before, 
.hero .chat-now button:focus:before,
.price-box button:hover:before,
.price-box button:active:before,
.price-box button:focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*.block .block-text button:before, 
.hero .chat-now button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1a99ce;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}*/
.block.blue .block-text button:before {
    background: #1A99CE;
}
.block.dark .block-text button:before {
    background: #181e22;
}
.block.red .block-text button:before {
    background: #e03730;
}
.hero .chat-now button {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero .chat-now button:before {
    background: #495259;
}
.block .block-text button:hover, .block .block-text button:focus, .block .block-text button:active
.hero .chat-now button:hover, .hero .chat-now button:focus, .hero .chat-now button:active {
    color: white;
    border-color: white;
}
.block .block-text button:hover:before, .block .block-text button:focus:before, .block .block-text button:active:before,
.hero .chat-now button:hover:before, .hero .chat-now button:focus:before, .hero .chat-now button:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.hero {
    max-height: 955px;
}
.hero .chat-now p {
    vertical-align: initial;
}
.hero .chat-now button {
    cursor: pointer;
}
.services-tabs .tab-content {
    padding: 30px;
}
footer .social-icon {
    opacity: 0.8;
}
footer .social-icon:hover {
    opacity: 1;
}
footer .knowledge li a:hover {
    color: #1a99ce;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }*/

footer input:focus::-webkit-input-placeholder,
footer textarea:focus::-webkit-input-placeholder { color: transparent; }
footer input:focus:-moz-placeholder,
footer textarea:focus:-moz-placeholder { color: transparent; }​


/*** Page: Special Offer
======================== ***/

.product.offer main { padding-bottom: 0; }

.special-offer-wrapper .one-half {
    width: 50%;
    float: left;
    min-height: 50px;
}

.special-offer-wrapper .one-half.pic { background: #fff; }

.special-offer-wrapper .one-half.text-form { background: #f0f4f7; }

.offer-slider {
    margin-left: 35%;
}
.offer-slider .price-box {
    margin: 190px 18% 180px;
    border: 1px solid #279fd1;
    padding-bottom: 0;
}
.offer-slider .price-box h5 {
    background: #1a80ac;
}
.offer-slider .price-box .price-box-head {
    background: #fff;
    color: #1a80ac;
    padding: 15px 70px;
    border-bottom: 1px solid #279fd1;
}
.offer-slider .price-box .price-box-head span {
    font-size: 18px;
    margin-bottom: 20px;
}
.offer-slider .price-box .price-box-head p {
    font-size: 57px;
    margin-bottom: 18px;
}
.offer-slider .price-box .price-box-head p sub { font-size: 43px; }

.offer-slider .price-box .price-box-head span:last-of-type {
    text-align: right;

}
.offer-slider .price-box ul {
    background: #f0f4f7;
    border-bottom: 1px solid #279fd1;
    padding-left: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.offer-slider .price-box ul li {
    font-size: 18px;
    color: #161e24;
    border: none;
    text-align: left;
    position: relative;
}
.offer-slider .price-box ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    color: #1a99ce;
    left: -30px;
    font-size: 20px;
}

.offer-slider .price-box button {
    width: 205px;
    margin: 0 auto;
    height: 60px;
    font-size: 16px;
    margin-bottom: 15px;
}

.one-half.text-form .text-wrap {
    padding-top: 45px;
    padding-right: 35%;
    padding-left: 15px;
    color: #2a3136;
}

.one-half.text-form h2 {
    padding: 0;
    padding-bottom: 40px;
}
.one-half.text-form p {
    font-size: 18px;
    padding-bottom: 45px;
    line-height: 30px;
}
.text-wrap ul {
    display: block;
    background: #fff;
    border: 1px solid #a7a7a7;
    padding: 35px 30px;

	
	 float:left; /*add by Goran*/
	 clear: both; /*add by Goran*/

}

.text-wrap ul li {
    position: relative;
    width: 50%;
    float: left;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #010101;
}

.text-wrap ul li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #1a99ce;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 0;
}

.special-offer-wrapper .block.invert .one-half.pic { float: right; }

.block.invert .one-half.text-form .text-wrap {
    padding-left: 35% !important;
    padding-right: 15px !important;
}

.block.invert .offer-slider {
    margin-left: 0;
    margin-right: 35% !important;
}

.block.invert .offer-slider .price-box,
.block.invert .offer-slider .price-box .price-box-head,
.block.invert .offer-slider .price-box ul {
    border-color: #359967;
}
.block.invert .offer-slider .price-box h5 {
    background: #359967;
}
.block.invert .offer-slider .price-box .price-box-head { 
    color: #3cb878;
    text-align: center;
}
.block.invert .offer-slider .price-box .price-box-head span:last-of-type { text-align: center; }



/*** Page: All product
====================== ***/

.all-product-holder {
    position: relative;
    height: 550px;
}
.all-product-holder.red { background: #d42335; }
.all-product-holder.blue { background: #1a99ce; }


.wide-block {
    display: block;
    float: left;
    width: 72%;
    padding: 32px 0;
}
.thin-pic {
    position: relative;
    display: block;
    float: left;
    width: 28%;
    height: 100%;
}
.product-half {
    display: block;
    width: 50%;
    float: left;
    padding: 35px 0;
}
.thin-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-product-holder {
    margin-left: 32%;
}
.all-product-holder h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserat',sans-serif;
    margin-bottom: 43px;
}
.product-about {
    position: relative;
    width: 455px;
    height: 405px;
    float: left;
    border: 5px solid #2a3136;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 37px;
    background: #fff;
}
.product-about p {
    color: #2a3136;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 45px;
}
.product-list {
    display: block;
    margin-left: 100px;
    float: left;
}
.product-list ul {
    display: block;
    margin-top: 25px;
}

.product-list ul li {
    position: relative;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}

.product-list ul li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 0;
}

.all-product-holder .product-half h3 {
    color: #2a3136;
}

.all-product-holder .product-half:first-child { background: #fff; }
.all-product-holder.invert .product-half:first-child { background: #f1f1f1; }

.all-product-holder .product-half:first-child .about-product-holder { margin-left: 155px; }

.all-product-holder .product-half:last-child { background: #f1f1f1; }
.all-product-holder.invert .product-half:last-child { background: #fff; }
.all-product-holder .product-half:last-child .about-product-holder { margin-left: 55px; }


.all-product-holder .product-half:first-child .about-product-holder .product-about { 
    background: #f1f1f1;
    border-color: #1a99ce;
}
.all-product-holder.invert .product-half:first-child .about-product-holder .product-about { background: #fff; }

.all-product-holder .product-half:last-child .about-product-holder .product-about { 
    background: #fff;
    border-color: #1a99ce;
}
.all-product-holder.invert .product-half:last-child .about-product-holder .product-about { background: #f1f1f1; }


.all-product-holder .product-half:first-child .about-product-holder .product-list {
    margin-left: 35px;
}
.all-product-holder .product-half:last-child .about-product-holder .product-list {
    margin-left: 35px;
}

.all-product-holder.invert .product-list { margin-left: 55px; }


.all-product-holder .product-half .product-list ul li { 
    color: #010101;
    font-size: 16px;
}
.all-product-holder .product-half .product-list ul li:before { border-color: #1a99ce; }

.all-product-holder.invert .wide-block {
    float: right;
} 
.all-product-holder.invert .about-product-holder { margin-left: 100px; }

.all-product-holder.dark h3 {
    color: #fff;
}
.all-product-holder.dark {
    background: #2a3136;
}
.all-product-holder.dark .product-about { border-color: #1a99ce; }

.all-product-holder button {
    background: #d42335 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 16px;
    height: 60px;
    margin: 0 auto 15px;
    width: 205px;
    position: absolute;
    bottom: 20px;
}
.all-product-holder.white {
    background: #fff;
    border-top: 1px solid #f1f1f1;
}

.all-product-holder.white .about-product-holder { 
    margin-left: 40px;
    color: #2a3136;
}
.all-product-holder.white p {
    color: #2a3136;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    padding-right: 360px;
}
.all-product-holder.white .product-list {
    float: none;
    margin-left: 0;
}
.all-product-holder.white .product-list ul { padding-right: 360px; }

.all-product-holder.white .product-list li { 
    color: #010101;
    width: 33%;
    float: left;
}


.all-product-holder.white .product-list li:before { border-color: #1a99ce; }

.all-product-holder.white button {
    left: inherit;
    right: 360px;
}

