/* ================================================ FONTS =========================================================== */

@font-face {
    font-family: proxima_nova_regular;
    src: url(/fonts/ProximaNova/ProximaNova-Reg-webfont.eot);
    src: url(/fonts/ProximaNova/ProximaNova-Reg-webfont.eot?#iefix) format("embedded-opentype"),
         url(/fonts/ProximaNova/proximanova-regular-webfont.woff2) format("woff2"),
         url(/fonts/ProximaNova/ProximaNova-Reg-webfont.woff) format("woff"),
         url(/fonts/ProximaNova/ProximaNova-Reg-webfont.ttf) format("truetype"),
         url(/fonts/ProximaNova/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: proxima_nova_semibold;
    src: url(/fonts/ProximaNova/ProximaNova-Sbold-webfont.eot);
    src: url(/fonts/ProximaNova/ProximaNova-Sbold-webfont.eot?#iefix) format("embedded-opentype"), 
         url(/fonts/ProximaNova/proximanova-semibold-webfont.woff2) format("woff2"),
         url(/fonts/ProximaNova/ProximaNova-Sbold-webfont.woff) format("woff"), 
         url(/fonts/ProximaNova/ProximaNova-Sbold-webfont.ttf) format("truetype"), 
         url(/fonts/ProximaNova/ProximaNova-Sbold-webfont.svg#proxima_novasemibold) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: proxima_nova_bold;
    src: url(/fonts/ProximaNova/ProximaNova-Bold-webfont.eot);
    src: url(/fonts/ProximaNova/ProximaNova-Bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(/fonts/ProximaNova/proximanova-bold-webfont.woff2) format("woff2"),
         url(/fonts/ProximaNova/ProximaNova-Bold-webfont.woff) format('woff'),
         url(/fonts/ProximaNova/ProximaNova-Bold-webfont.ttf) format('truetype'),
         url(/fonts/ProximaNova/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'good-times';
    src: url(/fonts/good-times.ttf);
}

/* =============================================== GLOBAL =========================================================== */

html, body {
    font-family: proxima_nova_regular !important;
}

a.navbar-brand{
    display:inline-block;
    font-family: good-times !important;
    overflow:hidden;
    font-size:24px !important;
}

/* ============================================= NAVIGATION ========================================================= */

.navbar-static-top .container{
    width:1260px;
}

nav.boost-nav {
    background:transparent;
    box-shadow:none;
    padding-top:10px;
    border:none;
}

nav.boost-nav .container{
    padding:0;
}

nav.boost-nav a.boost-nav-link{
    font-size:16px;
    font-family: proxima_nova_semibold;
    color:#333;
    display:inline-block;
    text-decoration: none;
    padding: 15px;
}

nav.boost-nav li:last-child a.boost-nav-link{
    padding-right:0;
}

nav.boost-nav a.boost-nav-button-link,
nav.boost-nav a.boost-nav-button-link:hover{
    color:#f0483e;
    border:none;
}

nav.boost-nav .boost-nav-brand,
nav.boost-nav .boost-nav-brand:hover{
    font-family: good-times;
    overflow:hidden;
    font-size:24px;
    color:#f70000;
}

/* ============================================ HOME: SEARCH ======================================================== */

.search-container {
    position: fixed;
    top: -120px;
    width: 100%;
    background: #fff;
    z-index: 1020;
    border-bottom: 1px solid #eee;
    transition: top 800ms ease
}

.search-container.active {
    top: 0
}

.search-box {
    padding: 0;
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: auto
}

.search-wrap {
    background: #fff;
    position: relative;
    z-index: 2
}

.search-wrap form {
    position: relative
}

.search-wrap .search-icon {
    position: absolute;
    right: 0;
    top: 20px;
    width: 40px;
    box-sizing: border-box;
    height: 40px;
    padding: 10px;
    border: 0;
    outline: 0;
    background-size: auto 100px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: -391px -64px;
}

.search-field {
    font-size: 16px;
    width: 100%;
    padding: 30px 40px 30px 0;
    border: none;
    font-family: proxima_nova_regular;
    box-shadow: none;
    text-shadow: none;
}

.search-clear {
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    cursor: pointer;
    display: none;
    opacity: 0;
    visibility: hidden
}

.search-clear:before,
.search-clear:after {
    position: absolute;
    left: 15px;
    top: 8px;
    content: ' ';
    height: 20px;
    width: 1px;
    background-color: #333
}

.search-clear:before {
    transform: rotate(45deg)
}

.search-clear:after {
    transform: rotate(-45deg)
}

.search-container .search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.36);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 800ms ease
}

.search-container.active .search-overlay {
    visibility: visible;
    opacity: 1
}

.search-box input:-webkit-autofill,
.search-box input:-webkit-autofill:hover,
.search-box input:-webkit-autofill:focus,
.search-box input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset!important
}

/* ============================================= HOME: HERO ========================================================= */

#cf-hero {
    text-align: center;
    color: #000;
    padding: 50px 0;
}

#cf-hero h1,
#cf-hero p {
    margin: 0;
    padding: 0;
}

#cf-hero h1 {
    font-family: proxima_nova_bold;
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 5px;
}

#cf-hero p {
    font-family: proxima_nova_semibold;
    max-width: 800px;
    margin: 0 auto 20px;
    width: 90%;
    font-size: 21px;
    line-height:1.6;
}

/* ======================================== HOME: FEATURED APPS ===================================================== */

#cf-featured-apps > .container {
    padding:0;
}

#cf-featured-apps .featured-title{
    text-align:center;
    text-align: center;
    color: #999;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
    text-transform:uppercase;
    margin-bottom: 15px;
    margin-top: 8px;
    display:none;
}

#cf-featured-apps .featured-table {
    overflow:hidden;
    border: solid 2px #ecf0f1;
}

#cf-featured-apps ul,
#cf-featured-apps ul li{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
}

#cf-featured-apps .main-app,
#cf-featured-apps ul{
    height: 310px;
    float:left;
    box-sizing:border-box;
}

#cf-featured-apps .main-app{
    width: 45%;
    border: solid 1px #f8f8f8;
    float: right;
}

#cf-featured-apps ul{
    width:55%;
}

#cf-featured-apps ul li{
    width:50%;
    float:left;
    height:155px;
    border-bottom: solid 1px #f2f2f2;
    border-right: solid 1px #f2f2f2;
}

#cf-featured-apps ul li:nth-child(2),
#cf-featured-apps ul li:nth-child(4){
    border-right:none;
}

#cf-featured-apps ul li:nth-child(3),
#cf-featured-apps ul li:nth-child(4){
    border-bottom:none;
}

#cf-featured-apps a {
    color: #000;
    text-decoration: none;
    display: block;
}

#cf-featured-apps .main-app,
#cf-featured-apps .sub-app {
    position: relative;
}

#cf-featured-apps .main-app .app-link,
#cf-featured-apps .sub-app .app-link {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#cf-featured-apps .main-app .app-link {
    padding-left: 74px;
    padding-right: 20px;
}

#cf-featured-apps .sub-app .app-link {
    padding-left: 110px;
}

#cf-featured-apps h3,
#cf-featured-apps h4,
#cf-featured-apps p {
    margin: 0;
    padding: 0;
}

#cf-featured-apps h3,
#cf-featured-apps h4 {
    font-family: proxima_nova_bold;
    margin-bottom: 10px;
}

#cf-featured-apps h3 {
    font-size: 26px;
}

#cf-featured-apps h4 {
    font-size: 20px;
    margin-bottom: 2px;
    padding-top: 4px;
}

#cf-featured-apps p {
    font-size: 16px;
    margin-bottom: 20px;
}

#cf-featured-apps .sub-app p {
    font-size: 14px;
    margin-bottom: 15px;
}

#cf-featured-apps .btn-red,
#cf-featured-apps .btn-blue {
    box-shadow: none !important;
    text-shadow: none !important;
}

#cf-featured-apps .btn-red {
    color: #fff;
    background: #f0483e;
    padding: 8px 20px;
    display: inline-block;
    font-family: proxima_nova_bold;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
}

#cf-featured-apps .btn-blue {
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #f0483e;
    padding: 6px 12px;
    display: inline-block;
    color: #f0483e;
    border-radius: 0;
    font-family: proxima_nova_semibold;
}

#cf-featured-apps .main-app .icon,
#cf-featured-apps .sub-app .icon {
    width: 64px;
    height: 64px;
    float: left;
    position: absolute;
    left: 30px;
    background-size:contain !important;
}


#cf-featured-apps .app-vps .icon { background: url(/img/icons/home_vps.svg) no-repeat center; }
#cf-featured-apps .app-mon .icon { background: url(/img/icons/home_mon.svg) no-repeat center; }
#cf-featured-apps .app-robots .icon { background: url(/img/icons/home_robots.svg) no-repeat center; }
#cf-featured-apps .app-crm .icon { background: url(/img/icons/home_crm.svg) no-repeat center; }

#cf-featured-apps .main-app .icon {
    width: 96px;
    height: 96px;
    background: url(/img/icons/home_vps128.png) no-repeat center;
    position: absolute;
    left: 371px;
    top: -8px;
}

/* ============================================= HOME: NEWS FEEDS =================================================== */

#cf-home-feeds {
    padding: 80px 0;
}
#cf-home-feeds a {
    color: #c0392b;
    text-decoration: none;
}
#cf-home-feeds a:hover {
    color: #e74c3c;
}
#cf-home-feeds .feed-title {
    font-size: 24px;
    text-decoration: underline;
}
#cf-home-feeds .feed-list,
#cf-home-feeds .feed-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#cf-home-feeds .feed-list {
    margin: 20px 0;
    padding-right: 20px;
}
#cf-home-feeds .feed-list li {
    margin-bottom: 30px;
    font-size: 18px;
}
#cf-home-feeds .feed-list li:last-child {
    margin-bottom: 0;
}
#cf-home-feeds .feed-list .teaser {
    font-size: 16px;
    color: #444444;
    font-weight: 300;
}
#cf-home-feeds .feed-list .title {
    display: block;
    color: #000;
    margin-bottom: 10px;
}
#cf-home-feeds .feed-list .title .date {
    color: #c0392b;
}
#cf-home-feeds .feed-list .title:hover .text {
    color: #e74c3c;
}
#cf-home-feeds .feed-more {
    text-decoration: underline;
    font-size: 16px;
}

.zgh-localization {
    position: relative;
    display: none;
    height: 22px;
}

.zgh-localization.init {
    display: inline-block;
}

.IE .zgh-localization {
    height: inherit;
}

.zgh-localSelect {
    position: relative;
    font-size: 13px;
    font-family: 'proxima_novasemibold',   sans-serif;
    padding-left: 20px;
    display: inline-block;
    vertical-align: text-top;
    cursor: pointer
}

.umain .zgh-localSelect {
    padding: 0 20px;
}

.zgh-localBox {
    width: 125px;
    padding-top: 10px;
    position: absolute;
    top: 55px;
    right: 35px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.zgh-localization.active .zgh-localBox {
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px)
}

.zgh-localization ul {
    position: relative;
    border: 2px solid #e0e0e0;
    padding: 20px 30px 15px 30px;
    background: #fff;
    display: block;
    float: left;
    width: 100%;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .1);
    list-style:none;
}

.zgh-localization ul:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #e0e0e0;
    position: absolute;
    right: 15px;
    margin: auto;
    top: -11px;
}

.zgh-localization ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    right: 17px;
    margin: auto;
    top: -7px;
}

.i18n-ar .zgh-localBox {
    right: unset;
    left: 0;
}

.i18n-ar .zgh-localization ul:before {
    right: unset;
    left: 15px;
}

.i18n-ar .zgh-localization ul:after {
    right: unset;
    left: 17px;
}

.zgh-localization li {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.2;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    padding-right: 15px;
}

.zgh-localization a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    font-family: proxima_nova_semibold;
}

.zgh-localization a:hover {
    color: #03a9f5;
}
