/**********************
IMPORTS
**********************/
/*@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic&subset=latin,latin-ext);*/
@import url('css/animations.css');
@import url('css/bootstrap/css/bootstrap.min.css');
@import url('css/font-awesome-4.3.0/css/font-awesome.min.css');

@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/lato/Lato-Regular.eot');
    /* IE9 Compat Modes */
    src: url('fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ url('fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* RESET */
html, body, div, span, applet, object, iframe,
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;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

#page {margin-top: 70px}

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;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
}

strong {
    font-weight: bold;
}

/*****************************
TOP MENU
*****************************/
.navbar-brand {
    height: auto;
}

/*.topbar-contact-info {
	overflow: hidden;
	padding:7px 0px 7px 0px;
}*/
/*.topbar-contact-info p {
	float: left;
	margin-right: 10px;
	color: #A5A5A5;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
}*/
/*.topbar-contact-info p i {
	margin-right: 10px;
}
.topbar-contact-info p span {
	margin-right: 10px;
}*/
/*.topbar {
	background-color: #F2F2F2;
}
.topbar-menu-search ul {
}
.topbar-menu-search {
	text-align: right;
	height: 32px;
}
.topbar-menu-search ul li {
	float: right;
}*/
/*.topbar-menu-search a {
	color: #a5a5a5 !important;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	margin-right: 10px;
	font-size: 14px;
}*/
/*.topbar-menu-search ul li {
	padding:7px;
}*/
.nopadding {
    padding: 0px !important;
}

.appendedlist .nopadding form input {
    height: 32px;
    outline: none;
    border: none;
}

.appendedlist .nopadding form input[type="search"] {
    width: 160px;
    padding-left: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 100;
}

.pioneer-module-home {
    text-align: center;
}

/*.topbar-menu-search .nopadding form input[type="submit"] {
	height: 32px;
}*/
.appendedlist .nopadding form input[type="submit"] {
    width: 34px;
    background: url('images/lupa-ikonica.png') no-repeat center center;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    position: relative;
    left: -4px;
    /*	top:-1px;*/
}

.quote-icon-wrap {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.appendedlist .nopadding {
    display: none;
}

.appendedlist {
    padding-left: 15px;
    padding-right: 20px;
    overflow-x: none !important;
}

.appendedlist .nopadding {
    margin-left: 16px;
    overflow: hidden;
}

.appendedlist label {
    display: block;
}

.appendedlist input[type="search"] {
    display: block;
    width: 90% !important;
    float: left;
}

/*#menu-menu-1 {
	overflow-x:hidden !important;
}*/
.appendedlist .nopadding form input[type="submit"] {
    width: 8% !important;
    margin-right: 2% !important;
    height: 32px;
}

/*****************************
BIG ICON BOX
*****************************/
.bigbulletbox .bigbbox {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.market-tbaner {
    min-height: 670px;
    background-size: cover !important;
}

.bigbbox h3 {
    margin: 25px 0px 25px 0px;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
}

.bigbbox p {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 133%;
}

.bigbbox img {
    cursor: pointer;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bigbbox img:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*****************************
NEWS 
*****************************/
.newsbox .news-box .img-box img {
    width: 100% !important;
}

.newsbox {
    background-color: #F2F2F2;
    padding: 10px 0px 80px 0px;
}

.newsbox {
    background-color: #f2f2f2 !important;
}

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

.section-heading h2 {
    font-size: 40px !important;
    margin-top: 0px;
    /*color: #fff;*/
}

.newsbox h2 {
    font-family: "Lato", sans-serif;
    font-size: 55px !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

.section-heading p {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #1F1F23;
}

.newsbox .container {
    padding: 0px;
}

.news-box {
    width: 365px;
    float: left;
    margin-right: 36px;
    height: 420px;
    background-color: #fff;
}

.newsbox .news-box:last-child {
    margin-right: 0px !important
}

.filterlist li {
    display: inline;
}

.filterlist button:focus, .filterlist button {
    outline: none;
    border: none;
    outline: 0;
}

.newsbox .news-box .text-box-news {
    padding: 24px;
}

.newsbox .news-box p {
    font-size: 16px;
    color: #1F1F23;
    font-family: "Lato", sans-serif;
    line-height: 125%;
    font-weight: 400;
    text-transform: uppercase !important;
    font-size: 18px !important;
}

.news-row {
    margin-top: 50px;
}

.news-box a:hover {
    text-decoration: none;
}

.img-box {
    position: relative;
}

.news-box {
    position: relative;
}

.transbox-news {
    position: absolute;
    background-color: #EB1B2D;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.7;
    display: none;
}

.news-box .img-box:hover .transbox-news, .news-box .img-box:hover .rmbox {
    display: block;
}

.rmbox {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    left: 50%;
    margin-left: -30px;
    display: none;
}

.rmbox span {
    position: absolute;
    display: block;
    width: 60px;
    height: 90px;
    background: url(images/rmorearrow.png) no-repeat center top;
}

.rmbox p {
    margin-top: 60px;
    text-align: center;
    color: #fff !important;
    width: 60px;
}

/*****************************
MENU
*****************************/
.navbar-wrap-box {
    background-color: #222;
    padding: 0px 20px 0px 20px;
}

.navbar-wrap-box .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-wrap-box .navbar {
    margin-bottom: 0px;
    border: none;
}

.navbar-nav {
    margin-top: 10px;
}

.nav li a {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

.nav li a {
    color: #fff !important;
}

.nav li.active a {
    background-color: none;
    color: #EB1B2D !important;
}

.navbar-nav > .active a {
    background-color: #222 !important;
}

/*****************************
FOOTER
*****************************/
.four-col-footer h3, .four-col-footer h4 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 45px 0px 18px 0px;
    color: #555555;
}

.four-col-footer h4 {
    font-size: 14px !important;
    margin-bottom: 4px;
}

#site-footer {
    background-color: #F2F2F2;
}

.four-col-footer p, .contacts-footer .contacts-box ul li, .links-box ul li, .sn-col-info-box ul li, .sn-col-info-box ul li a, .footer-copyright p, .footer-copyright a {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #555555;
    margin-bottom: 5px;
    line-height: 140%;
    font-weight: 300 !important;
}

.sn-col-info-box ul li {
    margin-bottom: 0px;
    line-height: 130%;
}

.links-box ul li a {
    color: #555555;
}

.four-col-footer p span {
    color: #EB1B2D;
    font-size: 14px;
}

.latest-news .latest-news-box {
    margin-bottom: 25px;
}

.contacts-footer .contacts-box ul li:last-child {
    margin-top: 25px;
}

.contacts-footer p {
    margin-bottom: 20px;
}

.sn-box ul li {
    float: left;
}

.sn-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.sn-share-box ul li {
    margin-right: 13px;
}

.sn-url-box ul li {
    margin-right: 15px;
}

#site-footer a:hover {
    color: #EC1B2F !important;
    text-decoration: none;
}

#site-footer .copyrightbox {
    padding-bottom: 40px !important;
    margin-top: 40px;
}

#site-footer .footer-copyright p {
    margin-top: 22px;
}

.fmaillink {
    color: #eb1b2d !important;
}

.text-container-ctdist p {
    color: #555555 !important;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 150%;
}

.text-container-ctdist {
    margin-bottom: 80px;
    margin-top: 60px;
}

.text-container-ctdist h3, .text-container-ctdist h2, .text-container-ctdist h4, .text-container-ctdist h5, .text-container-ctdist h6 {
    color: #eb1b2d;
    text-transform: uppercase;
}

.text-container-ctdist .lead {
    font-size: 26px !important;
}

.text-container-ctdist a {
    color: #eb1b2d;
}

/*****************************
PARTNERS
*****************************/
.partners-box h3, .whitebox h3, .blackbox h3 {
    font-size: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
    /*text-transform: uppercase;*/
}

.partners-box h3 {
    margin-top: 50px;
    text-transform: uppercase;
}

.whitebox, .blackbox {
    padding-bottom: 60px;
    background-color: #fff;
}

.blackbox {
    background-color: #1F1F23;
}

.blackbox h3 {
    color: #fff;
    margin-top: 60px;
}

/* carousel */
#carousel_inner {
    float: left;
    width: 1050px;
    overflow: hidden;
}

#carousel_ul {
    position: relative;
    left: -190px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 9999px;
    padding-bottom: 10px;
}

#carousel_ul li {
    float: left;
    width: 180px;
    padding: 0px;
    height: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    /*border:1px solid #000;*/
}

#carousel_ul li img {
    cursor: pointer;
    cursor: hand;
    border: 0px;
    width: 100%;
}

#left_scroll, #right_scroll {
    float: left;
    height: 130px;
    width: 55px;
}

#left_scroll img, #right_scroll img {
    border: 0;
    cursor: pointer;
    cursor: hand;
    margin-top: 15px;
}

#left_scroll a:focus, #right_scroll a:focus {
    border: none;
    outline: none;
}

#carousel_container {
    position: relative;
    overflow: hidden;
    margin: 5px auto 0;
}

/*****************************
NUMBERS BOX
*****************************/
.countdown-column h4 {
    /*	font-family: "Roboto";*/
    font-family: "Lato", sans-serif;
    font-size: 100px;
    font-weight: 700 !important;
    color: #DDDDDD !important;
    text-align: center !important;
}

.countdown-column p {
    color: #DDDDDD;
    text-align: center;
    margin-top: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.countdown-column .cdbox {
    margin-bottom: 40px;
}

/*
.about-ct-dist {
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	color: #B83333 !important;
	font-weight: 300;
}*/
/*
.about-ct-dist a {
	color: #B83333;
}*/

.gray-numbers-box {
    background: url(images/aboutus_novo/about-us-countdown.jpg) repeat;
}

.gray-numbers-box h3, .gray-numbers-box h4, .gray-numbers-box p {
    color: #fff !important;
}

.gray-numbers-box h4 {
    /*font-weight: 100 !important;*/
}

.numbers-box {
    background-repeat: no-repeat;
}

/*****************************
PAGE TEMPLATES
*****************************/
.p-template-banner {
    background-color: #222;
    border-top: 1px solid #444;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.contact-header .p-template-banner {
    min-height: 320px !important;
}

.p-template-banner .banner-content-top {
    position: absolute;
    width: 100%;
    top: 0px;
}

.p-template-banner .container {
    height: 176px;
    position: relative;
}

.p-template-banner.special .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1140px;
}

.page-template-header h1, .about-us-banner h2 {
    color: #fff;
    font-weight: 100;
    margin-top: 60px;
    font-size: 100px;
    text-transform: uppercase;
    text-align: center;
}

.page-template-header p {
    color: #fff;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 18px !important;
    text-align: center;
    font-weight: 300;
    letter-spacing: 6px;
    margin-top: 35px;
    line-height: 130% !important;
}

.section-heading h2, .pioneer-module-home h2 {
    font-weight: "Lato", sans-serif;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
}

.section-heading p {
    font-size: 20px;
    color: #555555 !important;
    font-family: "Lato", sans-serif;
    margin-top: 20px;
    /*font-weight: 100;*/
    line-height: 122%;
}

.light-gray-box {
    background-color: #F2F2F2;
    padding-bottom: 60px;
}

.white-box {
    background-color: #ffffff;
    padding-bottom: 60px;
}

.markets-why-ct-dist, .why-ct-distribution-resellers, .portfolio-why-ct-distribution, .why-ct-distribution-vendors {
    background: none;
}

.portfolio-why-ct-distribution, .portfolio-why-ct-distribution .container {
    overflow: hidden;
    min-height: 530px;
}

.portfolio-why-ct-distribution p, .portfolio-why-ct-distribution h2 {
    color: #fff !important;
}

.portfolio-why-ct-distribution p {
    font-size: 28px;
    margin-top: 95px;
}

.markets-why-ct-dist .section-heading h2, .why-ct-distribution-resellers .section-heading h2, .portfolio-why-ct-distribution .section-heading h2, .why-ct-distribution-vendors .section-heading h2 {
    position: relative;
    margin: 0 auto 0;
    /* width: 294px; */
}

.why-ct-distribution-vendors {
    min-height: 530px;
}

.why-ct-distribution-vendors h2 {
    padding-top: 40px !important;
    margin-bottom: 40px !important;
}

.why-ct-distribution-vendors p {
    font-size: 28px !important;

}

.para-holder {
    position: relative;
    margin: 0 auto 0;
    /*max-width: 960px;*/
}

.para-holder .resellers-p {
    /*max-width: 1000px;*/
}

.para-holder p {
    line-height: 150%;
}

.markets-why-ct-dist .section-heading, .why-ct-distribution-resellers .section-heading, .portfolio-why-ct-distribution .section-heading, .why-ct-distribution-vendors .section-heading {
    margin-top: 0px;
    position: relative;
    top: 60px;
    text-align: center;
}

.why-ct-distribution-resellers .section-heading, .why-ct-distribution-vendors .section-heading {
    margin-top: 40px;
}

.why-ct-distribution-resellers .section-heading, .why-ct-distribution-vendors .section-heading {
    top: 0px !important;
}

/*.resellers-whitebox {
	margin-top:210px;
}*/

.markets-why-ct-dist.light-gray-box, .why-ct-distribution-resellers.light-gray-box, .portfolio-why-ct-distribution.light-gray-box, .why-ct-distribution-vendors.light-gray-box {
    padding-bottom: 0px;
}

.market-bbox .black-footer-box {
    background-image: url('images/markets/markets-blackbox.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.why-ct-distribution-resellers {
    background-image: url('images/resellers/resellers-bottom-banner.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 530px;
}

.why-ct-distribution-resellers p {
    font-size: 29px !important;
    line-height: 130%;
}

.why-ct-distribution-resellers h2 {
    padding-bottom: 50px !important;
}

.markets-background-wrap .white-box {
    background: none !important;
}

.markets-background-wrap, .portfolio-background-wrap, .vendor-relations-background-wrap {
    background-image: url('images/markets/market-leader.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

.markets-background-wrap {
    min-height: 530px;
}

.why-ct-distribution-resellers p, .why-ct-distribution-vendors p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #202024 !important;
}

.why-ct-distribution-vendors .section-heading h2 {
    padding-top: 50px;
}

.resellers-background-wrap {
    background-image: url('images/resellers/resellers-bottom-banner2.jpg');
    background-repeat: repeat;
}

.portfolio-background-wrap {
    background: none;
    /*	background-image:url('images/newbgd/portfolio-bgd.jpg');*/
}

.vendor-relations-background-wrap {
    background-image: url('images/newbgd/vesla1.jpg');
}

.portfolio-slider-col ul li {
    color: #040612;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    font-size: 22px;
}

/*.vendor-graybox {
	background-color: none;
}*/
/*.vendor-graybox {
  	background: none !important;
  	padding-bottom: 130px;
}*/
.vicons-header {
    margin-top: 140px;
}

/*****************************
BLACK FOOTER BOX
*****************************/
.black-footer-box {
    background-color: #1D1D21;
    padding-bottom: 60px;
}

.black-footer-box h2 {
    margin-bottom: 25px;
    padding-top: 60px;
}

.black-footer-box h2, .black-footer-box p {
    color: #fff !important;
}

.black-footer-box p {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #F5F5F5;
}

.black-footer-box p {
    font-weight: 300;
}

.black-footer-box .linkbox {
    width: 690px;
    margin: 0 auto 0;
    height: 85px;
}

.black-footer-box .linkbox .spec-link-wrap {
    background-color: #EB1B2D;
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 30px;
    border-radius: 50% !important;
}

.black-footer-box .linkbox .spec-link-wrap a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 28px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.black-footer-box .linkbox .spec-link-wrap a:hover {
    text-decoration: none;
}

.section-subheading-tagline {
    text-align: center;
    margin-top: 46px;
    margin-bottom: 30px;
    color: #EB1B2D;
    text-transform: uppercase;
}

.black-footer-box .linkbox .spec-link-wrap:last-child {
    margin-right: 0px;
}

/*****************************
MARKETS
*****************************/
.mheading-wb {
    text-align: center;
    margin-top: 320px;
    margin-bottom: 70px;
}

.mheading-wb h2 {
    font-size: 40px;
}

.market-box {
    /*border:1px solid #000;*/
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}

.tcell-wrap {
    width: 270px;
    position: relative;
    margin: 0 auto 0;
}

.p-template-banner.special .tcell-wrap {
    width: auto !important;
}

.lbox-market {
    width: 150px;
    height: 150px !important;
    /* background-image: url(images/markets/transparent-circle.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* position: relative; */
    /* margin: 0 auto 0; */
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
}

.lbox-market h3 {
    margin: 0px;
    vertical-align: center;
    font-weight: 600;
    font-size: 22px;
    font-family: "Lato", sans-serif;
    color: #fff;
}

.market-wrap {
    margin-top: 80px;
}

.markets-wrap-spc1 {
    min-height: 330px !important;
}

.markets-wrap-spc1 h2 {
    padding-top: 0px;
}

/*.lbox-market:hover {
	background-image:url('images/markets/markets-red-circle-hover.png');
}*/
.mlink-mbox {
    color: #fff;
}

.mlink-mbox:hover {
    color: #fff;
    text-decoration: none;
}

.cfluidwrap {
    max-width: 1170px;
}

.markets-wrap-spec1 {
    height: 330px !important;
}

/*****************************
RESELLERS
*****************************/
.cubes-box {
    max-width: 1380px;
    margin: 0 auto 0;
    position: relative;
    margin-top: 160px;
}

.cubes-box .cube {
    width: 33.33%;
    float: left;
    text-align: center;
}

.cube_5 {
    width: 24% !important;
}

.cube_6 {
    width: 38% !important;
    text-align: left !important;
}

.cube_4 {
    width: 38% !important;
    text-align: right !important;
}

.clearfix {
    clear: both;
}

.cube {
    position: relative;
}

.cube-textholder {
    position: absolute;
    width: 100%;
    top: -5px;
    text-align: center;
    color: #fff;
    right: 0px;
}

.cube_2 .cube-textholder, .cube_4 .cube-textholder, .cube_5 .cube-textholder {

}

.cube-textholder h3 {
    position: relative;
    top: -20px;
    margin: 0px;
    font-size: 63px;
    width: 120px;
}

.diamondwrap, .outer-diamon-wrap {
    display: inline;
    position: relative;
    overflow: visible;
}

.cube_4, .cube_5, .cube_6 {
    /*margin-top:25px;*/
}

.first-circle-dw {
    width: 480px;
    height: 480px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -240px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.animated-cubes {
    overflow: hidden;
    min-height: 650px;
    background-image: url('images/resellers/resellers-banner-3.jpg');
    background-repeat: repeat;
    background-position: center center;
}

.animated-cubes h2 {
    position: relative;
    margin-top: 30px;
    z-index: 100;
}

.inner-circle-dw {
    width: 320px;
    height: 320px;
    position: absolute;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.animated-module {
    visibility: hidden;
}

.animated {
    visibility: visible;
}

.cheading {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 35px;
}

.front-end-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 100;
}

.front-end-box .first-circle-dw {
    border: none !important;
}

.cube-textholder {
    /*	position: relative;*/
}

.cube-textholder p {
    /*position: absolute;
    bottom:-5px;
    color: #000;*/
    color: #000 !important;
    position: relative;
    top: 20px;
    font-family: "Lato", sans-serif;
    font-size: 18px !important;
}

/*****************************
ABOUT US BOX
*****************************/
.about-us-banner {
    background-image: url('images/aboutus_novo/about-us-banner.jpg');
    background-repeat: repeat;
}

.about-us-banner h2 {
    font-weight: 100;
    font-size: 90px !important;
    margin-top: 40px !important;
}

.why-ct-distributin-iconbox {
    height: 180px;
}

.why-ct-distributin-iconbox h3 {
    margin-top: 28px;
    font-size: 24px !important;
    color: #fff;
}

.why-ct-distributin-iconbox p {
    font-size: 18px;
    color: #fff !important;
    font-family: "Lato", sans-serif;
    margin-top: 10px;
    font-weight: 300;
    line-height: 122%;
}

.why-ct-distributin-iconbox {
    margin-top: 60px;
}

.team-box-wrap {
    margin-top: 80px;
}

@media (min-width: 1432px) {
    .team-cont {
        width: 1170px;
    }
}

div.employeebox {
    /*padding:0px;*/
    position: relative;
    /*	cursor: pointer;*/
}

.team-cont .section-heading h2 {
    color: #000 !important;
    margin-top: 20px;
    font-size: 30px !important;
}

.employeebox img {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.team-inner-wrap {
    padding: 5px;
    background-color: #dcdddf;
    padding-bottom: 30px;
}

.team-inner-wrap h3 {
    text-align: center;
    font-size: 24px !important;
    font-family: "Lato", sans-serif;
}

.team-inner-wrap p {
    font-size: 13px !important;
    font-family: "Lato", sans-serif;
    text-align: center;
    margin-top: 10px;
    min-height: 82px;
}

.employeebox {
    margin-bottom: 20px;
}

.team-inner-wrap .linesep {
    padding: 7px;
    text-align: center;
}

.team-inner-wrap .lsep-inner {
    position: relative;
    margin: 0 auto 0;
    height: 2px;
    display: block;
    width: 72px;
    background-color: #b0b1b2;
}

.trans-bg-team, .trans-bg-gallery {
    position: absolute;
    background-color: red;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.6;
    display: none;
    z-index: 10;
}

.trans-text-box-team, .trans-text-box-gallery {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    display: none;
}

.trans-box-text-wrap {
    height: 100px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.trans-box-text-wrap h3 {
    font-family: "Lato", sans-serif;
    font-size: 31px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 15px;
}

.trans-box-text-wrap p, .trans-text-box-gallery p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
}

.trans-box-text-wrap .spacer {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto 0;
}

.employeebox:hover .trans-bg-team, .employeebox:hover .trans-text-box-team {
    display: block;
}

/*****************************
GALLERY BOX
*****************************/
.gallery-box-wrap {
    margin-top: 60px;
}

.gallery-section h2 {
    color: #000 !important;
    margin-top: 40px;
}

.about-us-blackbox .black-footer-box {
    background-image: url('images/aboutus_novo/bbox-about-us.jpg');
}

@media (min-width: 1401px) {
    .gallery-box-wrap .container {
        width: 1401px;
    }
}

.gallery-box-wrap .gall-item {
    position: relative;
    padding: 0px;
}

.gall-item:hover {
    cursor: pointer;
}

.gall-item:hover .trans-text-box-gallery, .gall-item:hover .trans-bg-gallery {
    display: block;
}

.arrow-box-hov-ar {
    background: url('images/rmorearrow.png') no-repeat;
    width: 39px;
    height: 39px;
    margin: 0 auto 0;
}

.gall-item img {
    width: 100%;
}

#galModal {
    top: 10%;
}

#galModal .modal-body {
    padding: 10px;
    position: relative;
}

/*#galModal img {*/
/*width: 100% !important;*/
/*}*/

/*changed*/
#galModal img {
    max-width: 100% !important;
}

#galModal .modal-dialog {
    width: 1200px;
}

@media screen and (max-width: 1250px) {
    #galModal .modal-dialog {
        width: auto;
    }

}

#galModal .abswrap {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#galModal .strelicalevo {
    left: -45px;
    top: 50%;
    margin-top: -5px;
    background: url('images/fbox_strelice2/left.png') no-repeat;
}

#galModal .strelicadesno {
    right: -45px;
    top: 50%;
    margin-top: -5px;
    background: url('images/fbox_strelice2/right.png') no-repeat;
}

#galModal .modal-close-button {
    position: absolute;
    right: -22px;
    top: -22px;
    width: 34px;
    height: 34px;
    background: url('images/fbox_strelice2/lb_close.png') no-repeat;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*****************************
MC
*****************************/
.mcrow {
    margin-top: 60px;
}

.mcrow h2 {
    font-size: 30px;
    margin-top: 0px;
}

.mcrow h1, .mcrow h2, .mcrow h3, .mcrow h4, .mcrow h5, .mcrow h6 {
    color: #000;
    font-family: "Lato", sans-serif;
    color: #18181A;
    font-weight: 700 !important;

}

.mcrow p {
    font-size: 18px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 130%;
}

.contact-box {
    margin-top: 52px;
}

.contact-box input, .contact-box textarea, .contact-box input[type="submit"] {
    border-radius: 3px;
}

.contact-box textarea {
    height: 210px;
}

.contact-box .form-group {
    margin-bottom: 22px;
    overflow: hidden;
}

.contact-box input[type="text"], .contact-box input[type="email"], .selwrap select {
    height: 44px !important;
    font-family: "Lato", sans-serif;
    font-style: italic;
    width: 300px;
}

.selwrap {
    margin-top: 15px;
}

.contact-box input[type="submit"] {
    margin-top: 30px;
    margin-right: 8px;
}

.contact-box #submit {
    width: 116px;
    /*float: right;*/
    padding-bottom: 10px;
    padding-right: 34px;
    background: url('images/submit-button.jpg') no-repeat;
    color: #fff;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    overflow: hidden;
    height: 43px;
}

.mapbox {
    margin-bottom: 40px;
    margin-top: 60px;
}

.contact-header .p-template-banner {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 100;
    width: 100%;
    background: none;
}

.contact-box .selwrap select {
    color: #A7A79F !important;
    padding-left: 10px;
}

.portfolio-template-banner {
    background-color: #fff;
    padding-bottom: 40px;
}

.portfolio-template-banner .banner-content-top {
    position: relative !important;
}

.ptb-bannerbox {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.portfolio-template-banner .market-wrap {
    margin-top: 160px;
}

/*****************************
WIDGETS
*****************************/

.rbroj span {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 12px;
    background-color: #FF0000;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 300;
}

.nas h4 {
    font-size: 20px;
}

.widget-title h1 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 36px;
}

.hwfb {
    margin-bottom: 38px;
}

.datarow {
    margin-bottom: 26px;
}

.datarow .wh1 span {
    font-size: 16px;
    font-weight: 700;
    color: #555555;
    font-family: "Lato", sans-serif;
}

.contact-wrap .contact-col {
    padding-right: 45px !important;
}

.datarow .wt1 p {
    position: relative;
    top: -4px;
    font-family: "Lato", sans-serif;
    color: #555555;
    font-size: 16px;
}

.datarow .emlink a {
    color: #FF3B2F !important;
}

#secondary #widgetdistribucija-3 h4 {
    margin-top: 0px !important;
}

#secondary .WidgetDistribucija {
    margin-bottom: 60px;
}

.mapbox img {
    width: 100%;
}

/*****************************
RESELLERS
*****************************/
.resellers-blackbox .black-footer-box {
    background-image: url('images/resellers/resellers-bottom-banner-blackbox.jpg');
    background-repeat: repeat !important;
}

.partner-img-heading-box {
    text-align: center;
    margin-top: 80px;
}

.partner-img-heading-box h3 {
    margin: 35px 0px 35px 0px;
    font-weight: 700;
    color: #373737;
}

.partner-img-heading-box h3 {
    color: #fff;
}

.partner-img-heading-box p, .partner-column-body p {
    color: #fff !important;
}

.partner-column-body {
    text-align: left !important;
}

.partner-column-body ul li {
    /*overflow: hidden;*/
}

.partner-column-body ul li p {
    font-family: "Lato", sans-serif !important;
    color: #555555;
    margin-bottom: 18px;
    margin-left: 25px;
    font-size: 20px;
    font-weight: 300;
}

.inl-box-pf-icon {
    display: block;
    width: 300px;
    position: relative;
    margin: 0 auto 0;
}

.banner-tholder-portfolio {
    text-align: center;
}

.banner-tholder-portfolio h3 {
    padding-left: 15px;
    margin-top: 15px;
    text-align: left !important;
    font-weight: 300 !important;
}

.partner-column-body ul li i {
    float: left;
    color: #EB1B2D;
    font-weight: 700;
}

.parcol-2 {
    padding-left: 40px;
}

.cubes {
    width: 100%;
}

.cubes-tablet-mob {
    display: none;
}

.resellers-whitebox {
    min-height: 800px;
    padding-bottom: 0px !important;
}

.partner-column-body {

}

.partner-column-body ul {
    margin: 0 auto 0;
    position: relative;
    /*	width: 370px;*/
}

.partner-img-heading-box h3 {
    font-family: "Lato", sans-serif !important;
    font-size: 30px !important;
    font-weight: 300;
}

.res-ic-holder p {
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 25px;
    text-transform: none !important;
}

/*****************************
VENDORS
*****************************/
.vendor-box {
    text-align: center;
    margin-bottom: 20px;
}

.vendor-blackbox .black-footer-box {
    background-image: url("images/why-ct-dis-vendor-relations.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.vendor-blackbox .black-footer-box .linkbox .spec-link-wrap, .pfolio-black-footer-box .black-footer-box .linkbox .spec-link-wrap {
    background: none;
    border: 1px solid #fff;
}

.vendor-box p {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-top: 26px;
    line-height: 130%;
}

/*.vendor-graybox h3 {
	text-align: center;
	margin:270px auto 80px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	line-height: 140%;
	color: #555555;
	position: relative;
	width:400px;
}*/
/*****************************
VENDORS
*****************************/
.filter-button-group {
    text-align: center;
    margin-bottom: 70px;
}

.filter-button-group button {
    background: none !important;
    border: none !important;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555555;
}

.grid {
    margin-bottom: 100px;
}

.grid-item {
    width: 23%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-left: 2%;
    margin-bottom: 20px;
    height: 270px;
    background-color: #faf8f8;
}

.grid-item img {
    width: 100%;
    margin-top: 4px;
}

.grid-item--width2 {
    width: 50%;
}

.isotope-wrap {
    margin-top: 80px;
}

.isotope-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.pfolio-black-footer-box .black-footer-box {
    background-image: url('images/portfolio-bottom-banner.jpg');
    background-repeat: no-repeat;
}

.pioneer-module-home {
    padding-bottom: 70px;
}

.pioneer-module-home h2 {
    margin-bottom: 30px;
    font-size: 38px;
}

.quote-pioneer-module {
    margin-top: 25px;
}

.pioneer-module-home p {
    font-family: "Lato", sans-serif;
    font-size: 29px;
    font-weight: 300;
    line-height: 130%;
}

.quote-pioneer-module p, .quote-pioneer-para p {
    font-size: 24px !important;
}

.quote-icon-wrap img {
    width: 65px;
}

.quote-icon-wrap {
    margin: 30px;
}

/*****************************
NEWS
*****************************/

.newsbox-newswrap {
    position: relative;
    padding-top: 40px;
}

.newsbox-newswrap h1 {
    margin-top: 0px !important;
    margin-bottom: 37px !important;
}

.datebox-iconbox {
    position: absolute;
    width: 190px;
    height: 100%;
    background-color: white;
}

.newsbox-newswrap .type-news {
    position: relative;
    margin-left: 200px;
}

.newsdate {
    width: 100px;
    float: left;
}

.newsbox-newswrap .iconbox {
    position: absolute;
    height: 100%;
    right: 0px;
    text-align: center;
    width: 90px;
    background-image: url('images/lineone.jpg') !important;
    background-repeat: repeat-y;
    background-position: center top;
}

.newsbox-newswrap .newsdate {
    text-align: right;
}

.newsbox-newswrap .datesp {
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-size: 20px;
}

.newsbox-newswrap .timesp {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 21px;
    position: relative;
    top: 5px;
}

.news-post-text-wrap {
    background-color: #EBEBEB;
}

.news-post-text-wrap .entry-header {
    padding: 15px 20px 20px 20px;
    margin: 0px;
}

.news-post-text-wrap .entry-content p {
    padding: 0px 20px 20px 20px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #545454;
    font-size: 14px !important;
    line-height: 130%;
}

.news-post-text-wrap .entry-content p a {
    color: #FF3B2F;
}

.newstriangle {
    position: absolute;
    left: 0px;
    top: 25px;
}

.news-post-text-wrap .entry-footer {
    padding: 10px;
}

.news-post-text-wrap .entry-header h1 {
    margin: 0px;
}

.news-post-text-wrap h1 a {
    font-family: "Lato", sans-serif;
    color: #1F1F23;
    font-size: 24px;
    font-weight: 700;
}

.news-post-text-wrap h1 a:hover {
    text-decoration: none;
}

.news-post-text-wrap {
    margin-left: 12px;
}

.news-list-col {
    padding-bottom: 70px;
    margin-top: 70px;
}

.newsembed iframe {
    width: 100% !important;
}

.news-post-text-wrap img {
    width: 100%;
}

/*****************************
404
*****************************/
.fofbox {
    height: 704px;
    background: url(images/fourofourbg.jpg) no-repeat;
}

.fofbox h1 {
    text-align: center;
    font-size: 320px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}

.fofbox p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-family: "Lato", sans-serif;
    margin-bottom: 6px;
}

.fofbox .fofsearchform {
    text-align: center;
    margin-top: 60px;
}

.fofbox .fofsearchform input {
    height: 53px !important;
    margin: 0px;
    padding: 0px;
    background: url('images/transparent404.png') repeat;
    border: none;
    outline: none;
}

.fofbox .fofsearchform label {
    overflow: hidden;
    position: relative;
}

.fofbox .fofsearchform .search-field {
    width: 660px !important;
    font-size: 24px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-weight: normal;
    padding-left: 20px;

}

.fofbox .fofsearchform .search-submit {
    position: absolute;
    width: 50px;
    right: 0px;
    height: 55px;
    background-image: url(images/lupa.png);
    background-repeat: no-repeat;
    background-position: center center;

}

.resellers-blackbox a {
    color: #eb1b2d;
}

.black-footer-box p a {
    color: #eb1b2d !important;
}

.filterlist {
    text-align: center;
    position: relative;
}

.inner_list_items {
    position: absolute;
    width: 100%;
    top: 50px;
    display: none;
}

.linkbox .spec-link-wrap {
    border: 1px solid #fff;
    background: none !important;
}

/****************************
MODAL
****************************/

#mkmodal {
    margin-top: 150px;
}

#mkmodal .modal-body, #mkmodal .modal-header, #mkmodal .modal-footer {
    background-color: #2E3639 !important;
}

#mkmodal .modal-header, #mkmodal .modal-body {
    color: #fff;
}

#mkmodal .modal-body, #mkmodal .modal-footer {
    font-family: "Lato", sans-serif;
}

#mkmodal .modal-footer .btn {
    padding-top: 0px;
    padding-bottom: 0px;
}

#mkmodal strong {
    font-weight: normal;
    font-family: "Lato", sans-serif;
    font-size: 13px !important;
}

#mkmodal .modal-body a {
    color: #fff !important;
}

#mkmodal .modal-header .close {
    padding: 15px !important;
    background-image: url('images/closemod.png');
    background-repeat: no-repeat;
    opacity: 1;

}

#mkmodal .modal-footer .btn {
    background: none;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#mkmodal .modal-footer {
    border: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .fofbox .fofsearchform .search-submit {
        top: 0px;
    }
}

.contact-header-image {
    position: relative;
    z-index: 99;
}

.search-heading h1 {
    margin-top: 30px;
}

/*****************************
BREADCRUMBS
*****************************/
.f_image_news {
    margin: 20px 0px 20px 0px;
}

.p-template-banner {
    position: relative;
}

/*****************************
MEDIA
*****************************/
.search-form label {
    margin-top: 10px;
}

.portfolio-template-banner {
    height: 750px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    Body {
    }

    .search-form label {
        top: 0px !important;
    }
}

@media (max-width: 1400px) {
    .animated-cubes .first-circle-dw {
        height: 240px;
        width: 240px;
        margin-left: -121px;
        margin-top: -121px;
    }

    .inner-circle-dw {
        height: 160px;
        width: 160px;
        margin-left: -81px;
        margin-top: -81px;
    }
}

@media (max-width: 1200px) {
    .employeebox .team-inner-wrap {
        height: 330px;
    }
}

@media (max-width: 1150px) {
    .ab-tb {
        background: none !important;
        background-color: #222222 !important;
    }

    .black-footer-box {
        padding-bottom: 35px !important;
    }
}

@media (max-width: 1000px) {
    .pioneer-module-home h2 {
        margin-top: 0px;
        margin-bottom: 20px !important;
        font-size: 30px !important;
    }

    .quote-pioneer-module {
        margin-top: 25px;
    }

    .pioneer-module-home p {
        font-size: 18px !important;
    }

    .quote-pioneer-module p, .quote-pioneer-para p {
        font-size: 16px !important;
    }

    .why-ct-distributin-iconbox {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .iconbox-portfolio-wrap {
        padding-top: 40px !important;
    }

    .res-ic-holder img {
        width: 130px;
        margin-bottom: 20px;
    }

    .why-ct-distribution-vendors, .why-ct-distribution-resellers {
        min-height: auto !important;
        height: auto !important;
        background-repeat: repeat;
        padding-bottom: 20px !important;
    }

    .why-ct-distribution-vendors.white-box {
        padding-bottom: 0px !important;
    }

    .why-ct-distribution-resellers h2, .animated-cubes h2, .black-footer-box h2 {
        font-size: 26px !important;
    }

    .why-ct-distribution-resellers .section-heading, .why-ct-distribution-vendors .section-heading {
        margin-top: 0px;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .why-ct-distribution-resellers h2, .why-ct-distribution-vendors h2 {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .why-ct-distribution-vendors h2 {
        margin-bottom: 0px !important;
    }

    .why-ct-distribution-resellers {
        /*min-height: 400px !important;	*/
    }

    .animated-cubes h2 {
        margin-bottom: 30px;
    }

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

    .ptb-bannerbox {
        /*height: 200px;
        background-position: center top;
        background-size:100%;*/
    }

    .animated-cubes {
        background: none !important;
        background-color: #fff;
    }

    .cube-textholder p {
        top: 80px;
    }

    .markets-why-ct-dist h2, .market-bbox h2 {
        font-size: 22px !important;
        padding-top: 0px;
    }

    .bigbulletbox .bigbbox {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .bigbulletbox {
        padding-bottom: 30px;
    }

    .newsbox h2, .partners-box h3 {
        font-size: 28px !important;
    }

    .countdown-column h4 {
        font-size: 50px !important;
    }

    .countdown-column p {
        font-size: 18px;
        margin-top: 5px;
    }

    .market-bbox p {
        font-size: 14px !important;
    }

    .market-bbox p, .market-bbox h2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .market-bbox h2 {
        padding-top: 25px;
    }

    .markets-why-ct-dist p br, .markets-why-ct-dist h2 br {
        display: none;
    }

    .markets-background-wrap {
        padding-bottom: 50px;
        min-height: 300px !important;
    }

    /*.resellers-whitebox {
        margin-top:50px;
    }*/
    .page-template-header h1 {
        font-size: 60px;
        margin-top: 25px !important;
    }

    .p-template-banner {
        /*height: 160px !important;*/
    }

    .cubes-box {
        width: 100% !important;
    }

    .cube {
        width: 50% !important;
        text-align: center;
        padding: 0px !important;
        top: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }

    .cube_2_2 {
        width: 100% !important;
        top: -50px;
    }

    .ajax-search-form-wrap input {
        width: 378px !important;
        height: 66px !important;
        font-size: 25px !important;
    }

    .ajax-search-form-wrap img {
        height: 66px;
        top: -6px !important;
    }

    .ajax-search-form-wrap {
        text-align: center !important;
        margin-top: 0px !important;
        position: relative;
    }

    .ajax-search-form-wrap label {
        width: auto !important;
        text-align: center !important;
    }

    .ajaxbox, .ajaxbox p, .ajaxbox h3 {
        width: auto !important;
        text-align: center !important;
    }

    .ajaxbox h3 {
        font-size: 40px !important;
    }

    .ajaxbox p {
        font-size: 20px !important;
    }

    .ajax-search-form-wrap, .tempajax-wrap {
        top: 30% !important;
    }

    .front-end-box .cube, .background-box .cube {
        margin-bottom: 200px !important;
    }

    .vendor-blackbox .black-footer-box {
        padding-bottom: 20px !important;
    }

    .cube_4 {
        text-align: center !important;
    }

    .cube_5 {
        display: none;
    }

    .cube_6 {
        width: 100% !important;
        text-align: center !important;
    }

    .portfolio-why-ct-distribution h2 {
        padding-top: 0px;
        font-size: 28px !important;
    }

    .portfolio-why-ct-distribution p {
        margin-top: 15px !important;
        font-size: 20px !important;
    }

    .portfolio-why-ct-distribution {
        height: 350px !important;
        min-height: 350px !important;
    }

    .portfolio-template-banner {
        /*background-size:100% 200px;*/
        /*background-repeat: no-repeat;*/
    }

    .bigbulletbox {
        background: none !important;
        background-color: #3B3831 !important;
    }

    .employeebox .team-inner-wrap {
        height: auto !important;
    }
}

@media (max-width: 620px) {
    div.markets-wrap-spc1 {
        min-height: 300px !important;
    }

    .cube {
        width: 100% !important;
    }

    .ajaxbox h3 {
        font-size: 20px !important;
    }

    .ajaxbox p {
        font-size: 15px !important;
    }

    .search-heading .container {
        height: 100px;
    }

    .page-template-header h1 {
        font-size: 40px;
        margin-top: 25px !important;
    }

    .p-template-banner {
        height: 1415px
    }

    .page-template-header p {
        font-size: 16px !important;
    }

    .vendor-blackbox h2 {
        padding-top: 20px;
        font-size: 20px !important;
    }

    .vendor-blackbox p {
        font-size: 16px !important;
    }

    .portfolio-why-ct-distribution h2 {
        padding-top: 0px;
        font-size: 22px !important;
    }

    .portfolio-why-ct-distribution p {
        margin-top: 15px !important;
        font-size: 14px !important;
    }

    .portfolio-why-ct-distribution {
        height: 290px !important;
        min-height: 290px !important;
    }
}

@media (max-width: 768px) {

    .mcrow, .contact-box {
        margin-top: 20px !important;
    }

    .contact-box #submit {
        margin-top: 0px;
    }

    .mapbox {
        margin-top: 20px;
    }

    .datebox-iconbox {
        position: absolute;
        left: 50%;
        margin-left: -145px;
    }

    .resellers-banner-wrap img {
        /*width: 100%;
        height: auto !important;*/
    }

    .resellers-banner-wrap .p-template-banner {
        min-height: auto !important;
    }

    .newsbox-newswrap .type-news {
        margin-left: 0px;
        padding-bottom: 0px;
        padding-top: 100px !important;
    }

    .newstriangle {
        display: none;
    }

    #site-footer {
        text-align: center;
    }

    .modal-dialog {
        margin-top: 40px;
    }

    #galModal .strelicadesno {
        right: 20px !important;
    }

    #galModal .strelicalevo {
        left: 20px !important;
    }

    #site-footer .footer-copyright {
        margin-bottom: 40px;
    }

    #site-footer .sn-share-box {
        width: 210px;
        position: relative;
        margin: 0 auto 0;
        right: -10px;
    }

    .sn-url-box {
        position: relative;
        width: 215px;
        margin: 20px auto 0;
        right: -10px;
    }

    .fofbox h1 {
        font-size: 140px !important;
    }

    .fofbox .fofsearchform .search-field {
        width: 100% !important;
    }

    .fofbox p {
        font-size: 16px !important;
    }

    .fofbox {
        height: 384px;
    }

}

@media (max-width: 1180px) {
    .why-ct-distribution-vendors h2 {
        padding-top: 10px !important;
        font-size: 30px !important;
    }

    .vendor-t-banner .entry-header br {
        display: none;
    }

    .vendor-t-banner .entry-header {
        padding-right: 15px;
        padding-left: 15px;
    }

    .blackbox h3 {
        font-size: 30px !important;
        margin-top: 30px !important;
    }

    .news-box {
        width: 31% !important;
    }

    .news-box {
        margin-right: 18px;
    }

    .countdown-column h4 {
        font-size: 80px;
    }

    .countdown-column p {
        font-size: 24px;
    }

    .nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .market-box .tcell-wrap .lbox-market, .market-box .tcell-wrap {
        width: 200px !important;
        height: 200px !important;
    }

    .market-box .tcell-wrap .lbox-market {
        background-image: url('images/markets/transparent-circle.png');
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

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

    .lbox-market h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 1060px) {
    .nav li a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (max-width: 1130px) {

}

@media (max-width: 1000px) {
    .res-ic-holder p {
        margin-top: 15px !important;
        margin-bottom: 25px !important;
        font-size: 16px;
    }

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

    .portfolio-template-banner .market-wrap {
        margin-top: 0px !important;
    }

    .banner-tholder-portfolio h3 {
        font-size: 18px !important;
    }

    #menu-item-260 a {
        margin-left: 0px !important;
    }

    .grid-item {
        height: auto !important;
    }

    .vendor-t-banner .vicons-header {
        margin-top: 35px !important;
    }

    .news-box {
        margin-bottom: 30px;
    }

    .vendor-box {
        height: 260px;
    }

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

    .mheading-wb {
        margin-top: 180px !important;
    }

    .post-social-networks, .post-navigation {
        margin-left: 0px !important;
    }

    .market-box {
        margin-bottom: 20px;
    }

    .newsbox-newswrap iframe {
        width: 100% !important;
        height: 400px !important;
    }

    .cubes-pc {
        display: none;
    }

    .cubes-tablet-mob {
        display: block;
    }

    .navbar-brand {
        padding-left: 10px;
    }

    .navbar-toggle {
        margin: 20px 15px 0px 0px;
    }

    .navbar-wrap-box .container {
        overflow: hidden;
    }

    .navbar-wrap-box .row {
        margin: 0px !important;
    }

    .appendedlist .nopadding {
        display: block;
    }

    .pc-search {
        display: none !important;
    }

    .page-template-header h1 {
        margin-top: 14px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        width: auto;
        float: none !important;
    }
}

@media (max-width: 760px) {
    .vendor-t-banner .vicons-header {
        margin-top: 25px !important;
    }

    .vicons-header img {
        width: 80px;
    }

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

    .vendor-box p {
        font-size: 13px;
        margin-top: 8px;
    }

    .vendor-t-banner .entry-header p {
        margin-top: 10px;
    }

    .vendor-t-banner .entry-header p {
        font-size: 12px !important;
    }

    .pfolio-black-footer-box h2 {
        padding-top: 25px;
        font-size: 25px !important;
    }

    .pfolio-black-footer-box p {
        font-size: 14px !important;
    }

    .pfolio-black-footer-box h4 {
        font-size: 15px;
    }
}

@media (max-width: 690px) {
    .why-ct-distributin-iconbox p {
        text-align: center !important;
    }

    .why-ct-distributin-iconbox {
        margin-top: 20px;
    }

    .news-box {
        width: 44% !important;
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    .inner_list_items {
        display: none !important;
    }

    .blackbox h3 {
        font-size: 24px !important;
    }

    .countdown-column h4 {
        font-size: 40px !important;
    }

    .why-ct-distributin-iconbox {
        width: 100% !important;
        height: auto !important;
    }

    .why-ct-distributin-iconbox .col-xs-3, .why-ct-distributin-iconbox .col-xs-9 {
        width: 100% !important;
        text-align: center;
    }

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

    .root-list-item-li {
        float: none;
        display: block !important;
    }

    .inner_list_items {
        top: 0px !important;
        position: relative;
    }

    .filterlist li {
        display: block;
        margin-top: 15px;
    }

    .portfolio-why-ct-distribution h2 {
        margin-top: 0px !important;
    }

    .portfolio-why-ct-distribution .section-heading {
        top: 20px !important;
    }

    .portfolio-template-banner {
        height: auto !important;
    }
}

@media (max-width: 600px) {

    .trans-box-text-wrap h3 {
        font-size: 24px !important;
    }

    .vendor-box {
        height: auto !important;
        width: 100% !important;
        margin-bottom: 40px;
    }

    .newsbox-newswrap iframe {
        width: 100% !important;
        height: 300px !important;
    }

    .employeebox .team-inner-wrap {
        height: 330px !important;
    }
}

@media (max-width: 520px) {
    .markets-why-ct-dist p, .why-ct-distribution-resellers p, .why-ct-distribution-vendors p {
        font-size: 18px !important;
    }

    .partner-column-body ul li p {
        font-size: 14px !important;
    }

    .market-box .tcell-wrap .lbox-market, .market-box .tcell-wrap {
        width: 160px !important;
        height: 160px !important;
    }

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

    .lbox-market h3 {
        font-size: 18px !important;
    }

    .market-tbaner {
        height: 750px;
    }

    .resellers-banner-wrap .banner-content-top h1 {
        margin-top: 10px !important;
    }
}

@media (min-width: 520px) and (max-width: 1200px) {
    .market-tbaner {
        min-height: 1200px;
    }
}

@media (max-width: 470px) {
    .market-box .tcell-wrap .lbox-market, .market-box .tcell-wrap {
        width: 100px !important;
        height: 100px !important;
    }

    .partner-column-body ul {
        width: 100% !important;
    }

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

    .lbox-market h3 {
        font-size: 14px !important;
    }

    .portfolio-slider-col li {
        font-size: 14px !important;
    }

    /*	.ptb-bannerbox {
            height: 150px;
        }*/
    .black-footer-box {
        padding-bottom: 0px;
    }

    .news-box {
        width: 80% !important;
        margin-left: 10% !important;
        margin-right: 10% !important;
    }

    .market-tbaner {
        height: 768px;
    }

    .page-template-header h1 {
        font-size: 25px;
    }

    .page-template-header p {
        font-size: 12px !important;
        margin-top: 15px;
    }

    .gall-item {
        width: 100% !important;
    }

    .black-footer-box .linkbox {
        width: 235px;
    }

    .black-footer-box .linkbox .spec-link-wrap {
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 10px;
    }

    .black-footer-box .linkbox .spec-link-wrap a {
        font-size: 22px;
        padding-top: 14px;
    }

    .ajax-search-form-wrap input {
        width: 250px !important;
    }

    .ajax-search-form-wrap label {
        width: 330px !important;
    }

    .newsbox-newswrap iframe {
        width: 100% !important;
        height: 250px !important;
    }

    .markets-background-wrap {
        padding-bottom: 50px;
        min-height: 420px !important;
    }

    .partner-column-body ul {
        width: 100% !important;
    }

    .parcol-2 {
        padding-left: 0px !important;
    }

    .employeebox .team-inner-wrap {
        height: 280px !important;
    }
}

@media (max-width: 380px) {
    .employeebox {
        width: 100% !important;
    }

    .ajax-search-form-wrap input {
        width: 200px !important;
    }

    .ajax-search-form-wrap img {
        height: 66px;
        top: -6px !important;
    }

    /*.market-tbaner {*/
    /*height: 450px;*/
    /*}*/
    .ajax-search-form-wrap label {
        width: 265px !important;
    }

    .contact-box input[type="text"], .contact-box input[type="email"], .selwrap select {
        width: 100%;
    }

    .employeebox .team-inner-wrap {
        height: auto !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .search-form label {
        top: -10px;
        position: relative;
    }
}

@media (max-width: 330px) {
    .navbar-brand img {
        width: 170px;
    }
    #page {margin-top: 63px}
}

.post-navigation li a,
.post-navigation li a:hover,
.post-navigation li.active a,
.post-navigation li.disabled {
    color: #fff;
    text-decoration: none;
}
.navbar-collapse.in {overflow-y: hidden}


.post-navigation li {
    display: inline;
}

.post-navigation li a,
.post-navigation li a:hover,
.post-navigation li.active a,
.post-navigation li.disabled {
    /*background-color: #6FB7E9;*/
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.50rem;
    font-family: "Lato", sans-serif;
    color: #202024;
    font-size: 22px;
    font-weight: 300;
}

.post-navigation li a:hover,
.post-navigation li.active a {
    /*	background-color: #3C8DC5;*/
    color: #d62a2d;
}

.news-pagination {
    margin-top: 70px;
    text-align: right;
}

.pageoutof {
    float: left;
    margin-left: 88px;
}

.pageoutof p {
    font-family: "Lato", sans-serif;
    color: #202024;
    font-size: 22px;
    font-weight: 300;

}

.news-pagination {
    /*	max-width: 700px;
        float: right;*/
}

.news-single-col h1, .news-single-col h2, .news-single-col h3, .news-single-col h4, .news-single-col h5, .news-single-col h6 {
    font-family: "Lato", sans-serif;
    color: #202024;
    font-weight: 700;
}

.news-single-col h1 {
    font-size: 30px;

}

.news-single-col h2 {
    font-size: 28px;
}

.news-single-col h3 {
    font-size: 24px;
}

.news-single-col h4, .news-single-col h5, .news-single-col h6 {
    font-size: 22px;
}

.news-single-col p {
    font-family: "Lato", sans-serif;
    color: #202024;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
}

.news-single-col a {
    color: #FF3B2F;
}

.news-single-col blockquote {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-left: 3px solid red;
    font-style: italic;
    font-weight: 700;
}

.news-single-col {
    /*	padding-left: 190px;*/
}

.rear {
    text-align: right;
}

.post-navigation a {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #202024;
}

.post-navigation a:hover {
    text-decoration: none;
}

.post-navigation span {
    font-size: 24px;
    position: relative;
    top: 4px;
}

.post-navigation {
    padding-top: 25px;
    margin-top: 40px;
    margin-left: 200px;
    border-top: 1px solid #ccc;
}

.post-navigation .rear span {
    top: 2px;
}

.post-social-networks {
    margin-left: 200px;
    margin-top: 50px;
}

.post-social-networks ul {
    overflow: hidden;
}

.post-social-networks ul li {
    float: left;
}

.fofsearchform .search-field::-webkit-input-placeholder {
    color: #fff;
    opacity: 1 !important;
}

.fofsearchform .search-field:-moz-placeholder {
    color: #fff;
    opacity: 1 !important;
}

.fofsearchform .search-field::-moz-placeholder {
    color: #fff;
    opacity: 1 !important;

}

.fofsearchform .search-field:-ms-input-placeholder {
    color: #fff;
    opacity: 1 !important;

}

.se-icon {
    cursor: pointer;
    margin-top: 9px;
}

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url('images/transparent-popup.png') repeat left top;
    top: 0px;
    display: none;
}

.close-search-popup {
    float: right;
    margin-right: 50px;
    margin-top: 50px;
    cursor: pointer;
}

.ajax-search-form-wrap {
    position: relative;
    text-align: center;
    top: 50%;
    margin-top: -200px;
}

.ajax-search-form-wrap input {
    position: relative;
    height: 132px;
    width: 638px;
    background-color: none;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-right: none;
    background: none;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 40px;
    padding-left: 20px;
}

.ajax-search-form-wrap input:focus {
    outline: none;
}

.ajax-search-form-wrap label {
    text-align: left;
    display: block;
    position: relative;
    width: 770px;
    margin: 0 auto 0;
}

.ajax-search-form-wrap img {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: relative;
    top: -11px;
    cursor: pointer;
}

.tempajax-wrap {
    text-align: center;
    position: relative;
    top: 50%;
}

.tempajax-wrap .ajaxbox {
    width: 770px;
    position: relative;
    margin: 0 auto 0;
    height: 200px;
    color: #fff;
    top: 50%;
}

.ajaxbox h3 {
    font-size: 90px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 100%;
}

.ajaxbox p {
    font-size: 37px;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: left;
}

.about-us-blackbox p a, .pfolio-black-footer-box p a {
    color: #eb1b2d !important;
}

::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1 !important; /* for chrome */
}

:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    opacity: 1 !important; /* for chrome */
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
    opacity: 1 !important; /* for chrome */
}

:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1 !important; /* for chrome */
}

.search-cont {
    padding-top: 40px;
    padding-bottom: 40px;
}

.search-cont h3 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.search-cont p {
    font-family: "Lato", sans-serif;
    color: #555555 !important;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
}

.search-cont article:last-child hr {
    display: none;
}

.sform-p-wrp label {
    color: #555555 !important;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.sform-p-wrp .search-field {
    height: 40px;
    width: 350px;
    padding-left: 10px;
    margin-left: 20px;
}

.sform-p-wrp .search-submit {
    position: relative;
    width: 100px;
    height: 40px;
    top: -1px;
}

.sform-p-wrp .search-submit {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    background-color: #ED1B2F;
}

.news-single-col .newsbox-newswrap .iconbox {
    background-image: none !important;
}

.root-list-item-li .root-item {
    padding: 10px 14px 10px 14px;
}

.root-list-item-li .active_filter {
    background-color: #d62a2d !important;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.inner_list_items .active_filter {
    background: none !important;
    color: #d62a2d !important;
}

#menu-item-260 a {
    border: 1px solid red;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 12px;
    margin-left: 35px;
}

.reseller-icons {
    margin-top: 90px;
}

/*ul.nav li:last-child {
	display: none;
}*/

.search-cont a {
    color: #000 !important;
}

.sbtn-wrp {
    margin-top: 16px;
}

.sbtn-wrp a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #d62a2d;
    color: #000 !important;
}

.sbtn-wrp a:hover {
    border: 1px solid #000 !important;
    color: #d62a2d !important;
    text-decoration: none;
}

.pfx_validation {
    color: red;
    border: 1px solid red;
    width: 300px;
}

.pfx_validation p {
    color: red;
    padding: 4px;
    text-transform: uppercase;
    font-size: 12px;
}

.team-inner-wrap img:hover {
    filter: grayscale(5);
    -webkit-filter: grayscale(5);
    -moz-filter: grayscale(5);
    -o-filter: grayscale(5);
    -ms-filter: grayscale(5);
}

.grid-item img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.grid-item img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

#carousel_ul li img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

/*#carousel_ul li img:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}*/
.ttbanner h1 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 100px;
}

#menu-menu-1 > li > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-menu-1 > li > a:hover {
    top: 1px !important;
    position: relative !important;
}

/* OFFICE PAGE */
.page-template-page-office {
    font-family: Lato;

}

.top-image {
    position: relative;
}

.top-text {
    background-color: rgba(99, 39, 210, 0.85);
    bottom: 0;
    position: absolute;
    width: 100%;
}

.top-text h1 {
    font-size: 80px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 73px;
    margin: 48px 0 34px 0;
}

.top-desc {
    background-color: rgb(99, 39, 210);
}

.top-desc p {
    font-weight: 200;
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 60px;
}

.white-box {
    padding-top: 95px;
    padding-bottom: 80px;
}

.white-box p {
    text-align: center;
    color: #202024;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 25px;
}

.terms-box {
    background-color: #6327d2;
    padding-bottom: 75px;
}

.terms-box h2 {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin: 60px 0 42px 0;
}

.white-line {
    height: 4px;
    width: 83px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 70px;
}

.term-box-wrapp {
    border: 1px solid #fff;
    height: 366px;
    padding: 30px;
    margin-bottom: 20px;
}

.box-no {
    font-size: 147px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}

.term-box-desc {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 25px;

}

.office-solution {
    padding-bottom: 20px;
}

.office-heading {
    font-size: 30px;
    color: #1a1a1a;
    text-align: center;
    margin: 100px 0 48px 0;
}

.black-line {
    height: 4px;
    width: 83px;
    background-color: #1a1a1a;
    margin: 0 auto;
    margin-bottom: 78px;
}

.solution-box {
    margin-bottom: 20px;
}

.solution-box img {
    margin-bottom: 30px;
}

.solution-box h3 {
    text-align: center;
    font-size: 25px;
    color: #1a1a1a;
    margin: 0 0 25px 0;
}

.solution-box p {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
}

.advantage-box {
    background-color: #6227d2;
    padding: 53px 34px 50px 34px;
    min-height: 600px;
}

.advantage-box h3 {
    font-size: 25px;
    color: #fff;
    margin: 0 0 36px 0;
}

.blue-line {
    height: 3px;
    width: 63px;
    background-color: #be9cff;
    margin-bottom: 40px;
}

.advantage-box p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    padding-bottom: 10px;
}

.office-recource {
    padding-bottom: 100px;
}

.office-recource ul {
    list-style-image: url('images/office/doc.png');
}

.office-recource ul li {
    margin-bottom: 10px;
}

.office-recource ul li a {
    color: #6227d2;
    font-size: 20px;
    padding-left: 10px;
}

.office-tablehead {
    background-color: #6227d2;
    font-size: 25px;
    color: #fff;
    height: 100px;
    font-weight: 300;
    width: 100%;
}

.office-tablecol {
    padding: 0;
}

.office-tablecol ul li {
    font-size: 20px;
    color: #202020;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 45px;
}

.office-tablecol span {
    display: none;
}

.first-col .office-tablehead, .first-col ul li {
    padding-left: 50px;
}

.price-col {
    text-align: center !important;
}

.price-col ul li {
    color: #6227d2;
    font-weight: 700;
}

.office-tablecol li:nth-child(odd) {
    background-color: #f0f0f1;
}

.office-last img {
    padding-bottom: 10px;
}

.office-last {
    min-height: 460px !important;
}

.paketi-usluga h4 {
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
}

.about-modal .modal-dialog {
    width: 100%;
    max-width: 750px;
}

.about-modal .modal-body {
    overflow: hidden;
}

.about-modal .close-modal {
    position: absolute;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}

.about-modal .modal-body-content p {
    font-size: 16px;
    text-align: left;
    font-family: "Lato", sans-serif;
}

.about-modal .modal-body-header-title p {
    font-family: "Lato", sans-serif;
    text-align: left;
}

@media screen and (max-width: 768px) {

    .top-text {
        background-color: rgba(99, 39, 210, 1);
        bottom: 0;
        position: relative;
        width: 100%;
    }

    .top-text h1 {
        font-size: 40px;
        line-height: 40px;
        margin: 20px 0 24px 0;
    }

    .top-desc p {
        font-weight: 200;
        font-size: 22px;
        padding-top: 15px;
    }

    .advantage-box {
        min-height: auto;
    }

    .about-modal .modal-body .col-md-4 img {
        margin-top: 40px;
    }

}

@media screen and (max-width: 1000px) {
    .office-tablecol span {
        display: block;
        color: #202020;
        padding-bottom: 10px;
    }

    .office-last {
        min-height: 20px !important;
    }
}

@media screen and (max-width: 1200px) {
    br {
        display: none;
    }

    .term-box-desc {
        font-size: 17px;
        line-height: 25px;
    }

}

.page-id-658 p, .page-id-658 td {
    font-size: 18px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 130%;
}

.google-anal-button, .banner-show-status, .video-show-status {
    width: auto !important;
    margin: 40px auto 40px auto;
    background: #fff !important;;
    box-shadow: none !important;
    color: #000;
    text-decoration: none;
    height: auto;
    line-height: 28px;
    padding: 15px 30px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 0;
    white-space: nowrap;
    font-family: "Lato", sans-serif;
    box-sizing: border-box;
}

.google-anal-button.active, .banner-show-status.active, .video-show-status.active {
    width: auto !important;
    margin: 40px auto 40px auto;
    background: #111111 !important;;
    box-shadow: none !important;
    color: #fff;
    text-decoration: none;
    height: auto;
    line-height: 28px;
    padding: 15px 30px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 0;
    white-space: nowrap;
    box-sizing: border-box;
}

.cookie-info-banner p {
    font-size: 14px;

    padding: 16px 0;
}

.close-button.st {
    position: absolute;
    right: 20px;
    top: 7px !important;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    z-index: 9999;
    font-family: "Lato", sans-serif;

}

.cookie-info-banner p {
    font-size: 14px;
    padding: 16px 0;
    font-family: "Lato", sans-serif;
    color: #fff
}

.page-id-399 .page-content ul li {
    font-family: Lato, sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 27px;
}

.page-id-399 .page-content ul {
    margin-left: 55px;
    margin-top: 15px;
    list-style-type: disc;
}

.cookie-info-banner p {
    max-width: 80%;
    margin: 0 auto
}

.close-button.st {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

@media screen and (max-width: 991px) {
    .close-button.st {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        top: -7px !important;
        position: relative;
        right: 0;
    }

}