/*

[Main Stylesheet]

Project: lilyHost - Responsive Hosting HTML5 Template 
Version: 1.1
Author : themelooks.com

[Table of contents]

1. GENERAL STYLES
    - 1-1 SECTION TITLE
    - 1-2 CUSTOM BUTTON

2. PROMO AREA

3. MENU AREA
    - 3-1 PRIMARY MENU
    - 3-2 SECONDARY MENU

4. BANNER AREA

5. DOMAIN SEARCH AREA

6. FEATURES AREA

7. VPS PRICING AREA

8. SERVICES AREA

9. TESTIMONIAL AREA

10. PRICING AREA

11. SUBSCRIBE AREA

12. BLOG AREA

13. BRANDS AREA

14. FOOTER AREA

15. COPYRGIHT AREA

16. GENERAL PAGE STYLES
    - 16-1 HEADER AREA
    - 16-2 PAGE TITLE

17. SHARED HOSTING PAGE

18. DOMAINS PAGE

19. DEDICATED PAGE
    - 19-1 COMPARE

20. ABOUT PAGE
    - 20-1 ABOUT DESCRIPTION
    - 20-2 COUNTER
    - 20-3 TEAM
    - 20-4 HISTORY

21. LOGIN PAGE

22. SIGNUP PAGE

23. CONTACT PAGE
    - 23-1 CONTACT FORM
    - 23-2 CONTACT ACTIONS
    - 23-3 MAP
    - 23-4 CONTACT SOCIAL LINKS

24. FAQ PAGE

25. AFFILIATE PAGE

26. DATACENTER PAGE

27. BLOG PAGE

28. BLOG DETAILS PAGE

29. 404 PAGE

30. HELPER CLASSES
    - 30-1 RESET-GUTTER
    - 30-2 RESET-MARGIN
    - 30-3 RESET-PADDING
    - 30-4 VERTICAL-CENTERING
    - 30-5 HORIZONTAL-CENTERING

*/

/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
html,
body {
    height: 100%;
}
body {
    /*font-family: 'Roboto', sans-serif;*/
	font-family: "Open Sans",Helvetica,Helvetica Neue,Arial,sans-serif;
    font-weight: 300;
}
a, a:link, a:visited, a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

/* 1-1 SECTION TITLE */
.section-title h1 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 80px;
	font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}
.section-title h2 {
    position: relative;
    margin-top: 0;
    margin-bottom: 80px;
	font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}
.section-title h2:before {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #FF6C3A;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.section-title.text-left h2 {
    text-align: left;
}
.section-title.text-left h2:before {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

/* 1-2 CUSTOM BUTTON */
a.btn {
    font-weight: 400;
}
a.btn-custom {
    background-color: #2e3138;
    border-radius: 0;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    text-transform: uppercase;
}
a.btn-custom:hover,
a.btn-custom:focus {
    color: #fff;
    background-color: #FF6C3A;
    box-shadow: none;
}
a.btn-custom.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
}
a.btn-custom-reverse {
    background-color: #FF6C3A;
    border-radius: 0;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    text-transform: uppercase;
}
a.btn-custom-reverse:hover,
a.btn-custom-reverse:focus {
    color: #fff;
    background-color: #2e3138;
    box-shadow: none;
}
a.btn-custom-reverse.btn-lg {
    padding: 12px 20px;
    font-size: 16px;
}

/*------------------------------------*\
    2. PROMO AREA
\*------------------------------------*/
#promo {
    padding: 15px 0;
    background-color: #FF6C3A;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
#promo p {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
}
#promo a.btn {
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    background-color: #fff;
    color: #FF6C3A;
}
#promo a.btn:hover {
    background-color: #2e3138;
    color: #fff;
}

/*------------------------------------*\
    3. MENU AREA
\*------------------------------------*/
#menu {
    position: absolute;
   /* top: 68px;*/
    left: 0;
    width: 100%;
    z-index: 5;
}
#menu.secondarySticky {
	position: fixed;
    top: 0;
}

/* 3-1 PRIMARY MENU */
#primaryMenu {
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
    z-index: 1;
}
#menu.secondarySticky #primaryMenu {
    display: none;
}
#primaryMenu .navbar-toggle {
    border-color: #FF6C3A;
}
#primaryMenu .navbar-toggle .icon-bar {
    background-color: #FF6C3A;
}
.primary-menu-links li a,
.primary-social-menu-links a {
    color: #2e3138;
}
.primary-menu-links > li > a {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
#primaryMenu .nav > li > a:hover,
#primaryMenu .nav > li > a:focus {
    background-color: transparent;
    color: #FF6C3A;
}
.primary-menu-links > li:first-child > a {
    padding-left: 0;
}
.primary-social-menu-links {
    margin-right: 0;
}
.primary-social-menu-links > li:last-child > a {
    padding-right: 0;
}

/* 3-2 SECONDARY MENU */
#secondaryMenu {
    margin-bottom: 0;
    border-radius: 0;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0 0;
    background-color: #2e3138;
    box-shadow: 0 1px 6px rgba(0,0,0,0.35);
}
#menu.secondarySticky #secondaryMenu {
    border-top: none;
}
#secondaryMenu .navbar-toggle {
    border-color: #FF6C3A;
}
#secondaryMenu .navbar-toggle .icon-bar {
    background-color: #FF6C3A;
}
#secondaryMenu a.navbar-brand {
    display: block;
    padding: 15px 0;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
#secondaryMenu a.navbar-brand span {
    color: #FF6C3A;
}
.secondary-menu-links li a {
    color: #fff;
    font-weight: 300;
}
.secondary-menu-links > li > a {
    text-transform: uppercase;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
}
.secondary-menu-links > li > a > .fa {
    display: block;
    margin: 0 auto 3px;
    font-size: 20px;
}
.secondary-menu-links > li:hover > .dropdown-menu {
    display: block;
}
.secondary-menu-links > li > .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #2e3138;
}
.secondary-menu-links .dropdown-menu > li > a {
    padding: 12px 15px;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    text-transform: uppercase;
}
<!--moj izbornik-->
.secondary-menu-links .dropdown-menu > ul.dropdown-menu2 {
    right: inherit;
    color: blue;
}
.dropdown-menu2 {
    right: inherit;
    color: #ff6c3a;
}
.secondary-menu-links > li:hover > .dropdown-menu > .dropdown-menu2 {
    display: block;
}
.secondary-menu-links > li > .dropdown-menu > .dropdown-menu2 {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #00000;
}
.secondary-menu-links .dropdown-menu > .dropdown-menu2 > li > a {
    padding: 12px 15px;
    -webkit-transition: background-color .5s;
            transition: background-color .5s;
    text-transform: uppercase;
}


.secondary-menu-links > li:hover > .dropdown-menu2 {
    display: block;
}
<!--kraj mog izbornika-->
.secondary-menu-links > li:hover > a,
.secondary-menu-links > li > a:hover,
.secondary-menu-links > li > a:focus,
.secondary-menu-links > li.open > a,
.secondary-menu-links > li.open > a:hover,
.secondary-menu-links > li.open > a:focus,
.secondary-menu-links li.active > a,
.secondary-menu-links .dropdown-menu > li > a:hover {
    background-color: #FF6C3A;
    color: #fff;
}


.registration-links {
    margin: 17px 0 0 20px;
    display: inline-block;
    float: right;
}
.registration-links a {
    width: 100px;
    padding: 8px 12px;
    background-color: #FF6C3A;
    text-transform: uppercase;
}
.registration-links a:hover,
.registration-links a:focus {
    background-color: #fff;
    color: #FF6C3A;
}

/*------------------------------------*\
    4. BANNER AREA
\*------------------------------------*/
#banner,
.banner-slider,
.banner-slider .owl-wrapper-outer,
.banner-slider .owl-wrapper,
.banner-slider .owl-item,
.banner-item,
.banner-item .row,
.banner-item .row > div {
    height: 100%;
}
.banner-item .row {
    display: table;
    width: 100%;
}
.banner-item .row > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.banner-slider {
    padding: 190px 0 0;
}
.banner-item {
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0;
}
.banner-item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3,19,24,0.5);
    z-index: -1;
}
.banner-item-content h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.banner-item-content h1 span {
    display: block;
    font-size: 48px;
    font-weight: 800;
}
.banner-item-content p {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.owl-item.active .banner-item-content h1 {
    -webkit-animation: fadeInUp 1s ease-out 0s;
            animation: fadeInUp 1s ease-out 0s;
}
.owl-item.active .banner-item-content a.btn {
    -webkit-animation: fadeInDown 1s ease-out 0s;
            animation: fadeInDown 1s ease-out 0s;
}
.banner-slider .owl-controls .owl-prev,
.banner-slider .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 95px;
    padding: 30px 10px;
    background-color: #fff;
    font-size: 26px;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.banner-slider .owl-controls .owl-prev:hover,
.banner-slider .owl-controls .owl-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner-slider .owl-controls .owl-next {
    right: 0;
}
.banner-item-img {
    text-align: right;
}
.banner-item-img img.img-responsive {
    display: inline-block;
}

/*------------------------------------*\
    5. DOMAIN SEARCH AREA
\*------------------------------------*/
#offer {
    position: relative;
    padding: 100px 0;
    background-color: #2e3138;
}
#offer .left-content {
    color: #fff;
}
#offer .left-content h2 {
    color: inherit;
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    padding: 6px 0 12px;
}
#offer .left-content p {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}
#domainSearchForm .form-control {
    width: 100%;
    border: none;
}
#domainSearchForm input[type="text"].form-control {
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    border-radius: 0;
}
#domainSearchForm select.form-control {
    font-size: 18px;
    height: 55px;
    padding: 5px 15px;
    box-shadow: none;
    border-left: 1px solid #e9e9e9;
    border-radius: 0;
    line-height: 51px;
}
#domainSearchForm button[type="submit"] {
    background: #FF6C3A;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 55px;
    padding: 8px 6px 6px;
    text-transform: uppercase;
    width: 100%;
}
#domainSearchForm button[type="submit"]:focus,
#domainSearchForm button[type="submit"]:hover {
    background: #ACACAC;
    outline: 0;
}
#offer .right-content {
    padding: 15px 15px 0 20px;
}
#offer .right-content .domain-ext {
    margin: 20px -10px 0;
}
#offer .right-content .domain-ext > div {
    padding: 0 10px;
}
#offer .right-content a.extension {
    display: block;
    font-weight: 500;
    border-right: 1px solid #fff;
}
#offer .right-content .domain-ext > div:last-child a.extension {
    border: none;
}
#offer .right-content a.extension span {
     display: block; 
}
#offer .right-content a.extension span.name {
     font-size: 22px;
}

/*------------------------------------*\
    6. FEATURES AREA
\*------------------------------------*/
#features {
    padding: 100px 0 80px;
}
#features hr {
    margin: 30px 0;
}
.feature-item {
    padding: 20px;
    -webkit-transition: box-shadow .25s;
            transition: box-shadow .25s;
}
.feature-item-icon {
    display: table;
    width: 70px;
    height: 70px;
    color: #fff;
    background-color: #2e3138;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: border-radius .25s;
            transition: border-radius .25s;
}
.feature-item-icon i.fa {
    display: table-cell;
    vertical-align: middle;
}
.feature-item:hover .feature-item-icon {
    background-color: #FF6C3A;
    border-radius: 50%;
}
.feature-item-content {
    margin-top: 25px;
}
.feature-item-content p {
    margin-bottom: 0;
}
.feature-item-content h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
}
.feature-item-content a.btn {
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 12px;
}

/*------------------------------------*\
    7. VPS PRICING AREA
\*------------------------------------*/
#vpsPricing {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
#vpsPricing:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: -1;
}
#vpsPricing .section-title h2 {
    color: #fff;
}
.vps-slider-holder {
    padding: 40px 60px;
    background-color: #2e3138;
}
.vps-ruler {
    background: url('img/ruler.png') center top;
    display: table;
    height: 10px;
    margin: 0 auto 25px;
    width: 100%;
    opacity: .2;
    filter: alpha(opacity=20);
}
#vpsSlider {
    height: 6px;
    border: none;
    border-radius: 0;
}
#vpsSlider .ui-slider-handle {
    top: -16px;
    width: 95px;
    height: auto;
    margin-left: -46.5px;
    padding: 5px 0;
    color: #fff;
    background-color: #FF6C3A;
    font-size: 18px;
    text-align: center;
    border: none;
    border-radius: 0;
    outline: 0;
}
#vpsSlider .ui-slider-range {
    background-color: #FF6C3A;
    border-radius: 0;
}
.vps-item-feature {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}
.vps-item-feature:last-child {
    border: none;
}
.vps-item-feature-name,
.vps-item-feature-value {
    display: block;
    padding: 10px 0;
}
.vps-item-feature-name {
    border-bottom: 1px solid #FF6C3A;
    font-weight: 700;
}
.vps-item-feature-value {
    font-size: 20px;
}
.vps-total-price {
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}
.vps-total-price span {
    font-size: 42px;
    font-weight: 700;
}
#vpsPricing .action {
    text-align: center;
    margin-top: 60px;
}
#vpsPricing .action a {
    margin: 0 10px;
    width: 150px;
}

/*------------------------------------*\
    8. SERVICES AREA
\*------------------------------------*/
#services {
    padding: 100px 0 60px;
    overflow: hidden;
}
#services .even {
    margin: 60px 0;
    padding: 60px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f0f0f0;
}
#services .service-item-content {
    padding-right: 20px;
}
#services .even .service-item-content {
    padding-left: 20px;
    padding-right: 0;
}
#services .container > .row {
    display: table;
}
#services .container > .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
#services .service-item-img img {
    width: 100%;
}
.service-item-content h2 {
    margin: 0;
    font-weight: 700;
    color: #FF6C3A;
}
.service-item-content h2 span {
    display: block;
    font-size: 22px;
    text-indent: 1px;
    font-weight: 500;
    color: #2e3138;
}
.service-item-content > p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-item-content .price {
    overflow: hidden;
    margin-top: 25px;
}
.service-item-content .price p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    float: left;
}
.service-item-content .price p span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}
.service-item-content .price p span em {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    vertical-align: top;
}
.service-item-content .price a.btn {
    margin-left: 30px;
}
#services .container > .row:hover .price a.btn {
    background-color: #FF6C3A;
}
#services .container > .row:hover .service-item-content i.fa-check {
    color: #FF6C3A;
}

/*------------------------------------*\
    9. TESTIMONIAL AREA
\*------------------------------------*/
#testimonial {
    padding: 100px 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
#testimonial:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: -1;
}
#testimonial.no-bg:before {
    display: none;
}
#testimonial .section-title h2 {
    color: #fff;
}
.testimonial-item {
    max-width: 750px;
    margin: 0 auto;
}
.recommender-comment p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
}
#testimonial.no-bg .recommender-comment p {
    color: #2e3138;
}
.recommender-info {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin-top: 180px;
}
#testimonial.no-bg .recommender-info {
    color: #2e3138;
}
.testimonial-slider .owl-controls {
    text-align: center;
    margin-top: -150px;
    margin-bottom: 90px;
}
.testimonial-slider .owl-page {
    position: relative;
    width: 300px;
    /*height: 60px;*/
    padding: 5px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 40px 2px 0;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition-property: margin, opacity, height, width;
            transition-property: margin, opacity, height, width;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    z-index: 0;
}
#testimonial.no-bg .testimonial-slider .owl-page {
    border-color: #FF6C3A;
}
.testimonial-slider .owl-page.active {
    width: 500px;
    /*height: 100px;*/
    margin-top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.testimonial-slider .owl-page:before {
    content: " ";
    position: absolute;
    top: auto;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    bottom: -95px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 5px;
    -webkit-transition: padding-right .25s;
            transition: padding-right .25s;
}
#testimonial.no-bg .testimonial-slider .owl-page:before {
    background-color: #2e3138;
}
#testimonial.no-bg .testimonial-slider .owl-page.active:before {
    background-color: #FF6C3A;
}
.testimonial-slider .owl-page.active:before {
    padding-right: 20px;
    background-color: #FF6C3A;
}

/*------------------------------------*\
    10. PRICING AREA
\*------------------------------------*/
#pricing {
    padding: 100px 0;
    background-color: #f0f0f0;
}
.pricing-table-item {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14);
}
.pricing-table-item.popular,.pricing-table-item:hover {
	box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
	z-index:1
}
.pt-head {
    text-align: center;
    padding: 30px 0 0;
}
.pt-head .caption {
    color: #333;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: .12em;
    border-bottom: 1px solid #FF6C3A;
    display: inline-block;
    padding: 0 0 5px;
}
.pt-price-tag {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 10px;
}
.pt-price-tag span {
    font-size: 24px;
    font-weight: 500;
}
.pt-plan {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #FF6C3A;
    color: #fff;
    padding: 20px 0;
}
.pt-features {
    padding-top: 10px;
    text-align: center;
}
.pt-features ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pt-features ul li {
    color: #737373;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.pt-footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pt-footer a.btn {
    width: 100px;
	padding: 8px 0;
}

/*------------------------------------*\
    11. SUBSCRIBE AREA
\*------------------------------------*/
#subscribe {
    padding: 100px 0;
    background-color: #2e3138;
    text-align: center;
}
#subscribe h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 38px;
}
#subscribe p {
    color: #fff;
    margin-top: 11px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
}
#subscribeForm .input-box {
    width: 382px;
    padding: 8px 0 8px 12px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 10px;
    border: 1px solid #fff;
    box-shadow: none;
    outline: 0;
}
#subscribeForm .input-box.error {
    border-color: #a94442;
}
#subscribeForm .input-box.valid {
    border-color: #3c763d;
}
#subscribeForm .submit-button {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    background-color: #FF6C3A;
    font-weight: 700;
    border: 1px solid #FF6C3A;
    -webkit-transition: .35s;
    transition: .25s;
    outline: 0;
    text-transform: uppercase;
}
#subscribeForm .submit-button:hover {
    color: #2e3138;
    background-color: #fff;
    border-color: #fff;
}

/*------------------------------------*\
    12. BLOG AREA
\*------------------------------------*/
#blog {
    padding: 100px 0 60px;
}
.blog-item {
    margin-bottom: 15px;
}
.blog-item-img,
.blog-page-post-video {
    margin-bottom: 16px;
}
.blog-item-img img {
    width: 100%;
}
.blog-item-content h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.blog-item-content h2 a {
    color: #2e3138;
    -webkit-transition: color .25s;
            transition: color .25s;
}
.blog-item-content .metadata {
    color: #737373;
    margin: 15px 0 10px;
    font-size: 12px;
}
.blog-item-content .metadata a {
    color: inherit;
}
.blog-item-content .metadata a:hover {
    border-bottom: 1px solid #e9e9e9;
}
.blog-item:hover .blog-item-content h2 a {
    color: #FF6C3A;
}
.blog-item-content p {
    margin-bottom: 12px;
}

/*------------------------------------*\
    13. BRANDS AREA
\*------------------------------------*/
#brands {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /*z-index: 0;*/
	background:top;
}
#brands:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: -1;
}
.brands-slider img {
    margin: 0 auto;
}

/*------------------------------------*\
    14. FOOTER AREA
\*------------------------------------*/
#footer {
    padding: 50px 0;
    background-color: #1B2123;
	overflow: hidden;
}
.footer-about {
    color: #fff;
}
.footer-widget h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.footer-widget h4:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #FF6C3A;
    bottom: 0px;
}
.footer-about p {
    margin-top: 20px;
    color: #737373;
}
.footer-about a.btn {
    color: #fff;
    margin-top: 5px;
}
.footer-about a.btn:hover {
    color: #2e3138;
    background-color: #fff;
}
.footer-widget ul {
    margin: 20px 0 40px;
    padding: 0;
    list-style: none;
}
.footer-widget ul li {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px;
}
.footer-widget ul li a {
    color: #737373;
    -webkit-transition: color .25s;
    transition: color .25s;
    border-bottom: 1px solid #3f3f3e;
    display: block;
    margin: 2px 0;
    padding-bottom: 5px;
}
.footer-widget a:hover {
    color: #fff;
}
.contact-info {
    color: #fff;
    padding: 50px 15px 0;
    border-top: 1px solid #14191B;
}
.contact-info a {
    font-size: 16px;
	font-weight: 400;
}
.contact-info a:hover {
    color: #FF6C3A;
}
.contact-info i.fa {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

/*------------------------------------*\
    15. COPYRGIHT AREA
\*------------------------------------*/
#copyright {
    padding: 20px 0 18px;
    color: #fff;
    background-color: #14191B;
    text-align: center;
}
#copyright p {
    margin-bottom: 0;
}
#copyright p.left {
    float: left;
}
#copyright p.right {
    float: right;
    font-weight: 700;
    text-transform: uppercase;
}
#copyright p a {
    display: inline-block;
    margin-top: 5px;
    padding-bottom: 2px;
    color: #FF6C3A;
    font-weight: 700;
}
#copyright img {
    margin-left: 20px;
    height: 24px;
}

/*------------------------------------*\
    16. GENERAL PAGE STYLES
\*------------------------------------*/
/* 16-1 HEADER SLIDER */
#header {
   /* height: 100%;*/
    min-height: 710px;
    padding: 180px 0 50px;
    background-color: #f0f0f0;
}
#header.bg-white {
	background-color: #fff;
}
.header-slider {
    height: 100%;
}
.header-slider .owl-wrapper-outer,
.header-slider .owl-wrapper,
.header-slider .owl-item,
.header-slider .owl-item > .container,
.header-slider .owl-item > .container > .row,
.header-slider .owl-item > .container > .row > div {
    height: 100%;
}
.header-item-content h2 {
    margin: 0;
    color: #FF6C3A;
    font-weight: 700;
}
.header-item-content h2 span {
    display: block;
    font-size: 22px;
    text-indent: 1px;
    font-weight: 500;
    color: #2e3138;
}
.header-item-content > p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.header-item-content .price {
    overflow: hidden;
    margin-top: 25px;
}
.header-item-content .price p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    float: left;
}
.header-item-content .price p span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 0;
}
.header-item-content .price p span em {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    vertical-align: top;
}
.header-item-content .price a.btn {
    margin-left: 30px;
}

.header-slider .header-item-img img {
    width: 100%;
}

.header-slider .owl-pagination {
    font-size: 0;
    text-align: center;
}
.header-slider .owl-page {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #2e3138;
    border-radius: 5px;
    -webkit-transition: padding-right .25s;
            transition: padding-right .25s;
    display: inline-block;
    margin: 0 5px;
}
.header-slider .owl-page.active {
    padding-right: 20px;
    background-color: #FF6C3A;
}

/* 16-2 PAGE TITLE */
#pageTitle {
    /*margin-top: 182px;*/
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0;
}
#pageTitle:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3,19,24,0.8);
    z-index: -1;
}
#pageTitle .section-title h2 {
    margin: 0 0 50px;
    color: #fff;
}
#pageTitle .description p {
    color: #fff;
    margin: 0;
}

/*------------------------------------*\
    17. SHARED HOSTING PAGE
\*------------------------------------*/
#pricingTable {
    padding: 100px 0;
}
#pricingTable .pricing-table-item {
    padding: 0;
}
#pricingTable .pricing-table-item.mt-md {
    margin-top: 65px;
}
#pricingTable .pt-features {
    padding: 0;
}
#pricingTable .pricing-table-item:first-child {
    /*font-weight: 700;*/
}
#pricingTable .pricing-table-item .pt-body {
    border-top: 1px solid #e9e9e9;
}

/*------------------------------------*\
    18. DOMAINS PAGE
\*------------------------------------*/
#offer2 {
    position: relative;
    padding: 100px 0;
    margin-top: 182px;
    background-color: #2e3138;
}
#offer2 .left-content {
    padding: 0;
    color: #fff;
}
#offer2 .left-content h2 {
    color: inherit;
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    padding: 6px 0 12px;
}
#offer2 .left-content p {
    font-size: 21px;
    font-weight: 300;
    margin: 0;
}
#offer2 .right-content {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 0;
}
#offer2 .right-content .domain-ext {
    margin: 20px -10px 0;
}
#offer2 .right-content .domain-ext > div {
    padding: 0 10px;
}
#offer2 .right-content a.extension {
    display: block;
    font-weight: 500;
    border-right: 1px solid #fff;
}
#offer2 .right-content .domain-ext > div:last-child a.extension {
    border: none;
}
#offer2 .right-content a.extension span {
     display: block; 
}
#offer2 .right-content a.extension span.name {
     font-size: 22px;
}
.brands-slider .extra-bg {
    background-color: #fff;
    padding: 20px 0;
}
#pricingTable2 {
    padding: 100px 0;
}
#pricingTable2.domains-page {
    background-color: #f8f8f8;
    border-top: 1px solid #e9e9e9;
}
#pricingTable2 table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
#pricingTable2 table thead {
    background-color: #FF6C3A;
    color: #fff;
}
#pricingTable2 table thead th {
    padding: 15px 0;
}
#pricingTable2 table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
#pricingTable2 table th,
#pricingTable2 table td {
    padding: 10px;
    text-align: center;
}
#pricingTable2 table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#pricingTable2 table tbody td {
    background-color: #fff;
}
#pricingTable2 table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}
#pricingTable2 table tbody td:first-child {
    font-weight: 700;
    font-size: 18px;
}

/*------------------------------------*\
    19. DEDICATED PAGE
\*------------------------------------*/
#compare {
    padding: 100px 0;
    background-color: #f0f0f0;
}
#compare table {
    width: 100%;
    margin:0;
    padding:0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}
#compare table thead {
    background-color: #FF6C3A;
    color: #fff;
}
#compare table thead th {
    padding: 15px 10px;
}
#compare table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
#compare table th,
#compare table td {
    padding: 10px;
}
#compare table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#compare table tbody tr {
    background-color: #fff;
}
#compare table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}

/*------------------------------------*\
    20. ABOUT PAGE
\*------------------------------------*/
/* 20-1 ABOUT DESCRIPTION */
.about-description {
    padding: 100px 0;
}
.about-desc-content {
    margin-top: 30px;
}

/* 20-2 COUNTER */
.counter {
    padding: 100px 0;
    background-color: #FF6C3A;
    text-align: center;
}
.counter-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #FF6C3A;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
            transition: .25s;
}
.counter-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.counter-text {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.counter-number {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.counter-number-holder {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.counter-number-holder .counter-number {
    font-size: 42px;
}

/* 20-3 TEAM */
#team {
    padding: 100px 0;
}
.team-item {
    text-align: center;
}
.team-info h2 {
    color: #2e3138;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 5px;
	text-transform: uppercase;
}
.team-info p {
    color: #737373;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.team-img {
    position: relative;
    display: inline-block;
	max-width: 100%;
}
.team-img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform .25s;
            transition: transform .25s;
}
.team-img:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.team-social-links {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%) scale(0);
        -ms-transform: translate(0, -50%) scale(0);
            transform: translate(0, -50%) scale(0);
    width: 100%;
    -webkit-transition: -webkit-transform .25s;
            transition: transform .25s;
}
.team-img:hover .team-social-links {
    -webkit-transform: translate(0, -50%) scale(1);
        -ms-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1);
}
.team-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.team-social-links ul li {
    display: inline-block;
    margin: 0 2px;
}
.team-social-links ul li a {
    display: block;
    border: 1px solid #fff;
    width: 35px;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
}
.team-social-links ul li a:hover {
    background-color: #FF6C3A;
    border-color: #FF6C3A;
}

/* 20-4 HISTORY */
#history {
    padding: 100px 0 60px;
    background-color: #f0f0f0;
}
.timeline {
	list-style: none;
	padding: 0;
    margin: 0;
	position: relative;
	font-weight: 300;
}
.timeline:before {
	top: 0;
	bottom: 20px;
	position: absolute;
	content: " ";
	width: 2px;
	background: #ffffff;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
	width: 50%;
	float: left;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	float: left;
	border: 1px solid #dcdcdc;
	background: #ffffff;
	position: relative;
}
.timeline > li:nth-child(odd) > .timeline-panel {
    margin-right: 30px;
}
.timeline > li:nth-child(even) > .timeline-panel {
    margin-left: 30px;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #dcdcdc;
	border-right: 0 solid #dcdcdc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #ffffff;
	border-right: 0 solid #ffffff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 33px;
    right: -12px;
    color: #fff;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
	padding: 10px 15px;
	margin-bottom: 0;
}
.timeline-footer {
	padding: 5px 15px;
	background-color: #FF6C3A;
    color: #fff;
    font-weight: 700;
}
.timeline-footer p {
	margin-bottom: 0;
}
.timeline-footer > a {
	cursor: pointer;
	text-decoration: none;
}
.timeline > li.timeline-inverted {
	float: right;
	clear: right;
}
.timeline > li:nth-child(2) {
	margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
	left: -12px;
}
.no-float {
	float: none !important;
}

/*------------------------------------*\
    21. LOGIN PAGE
\*------------------------------------*/
#login {
    padding: 100px 0;
}
#loginForm {
    padding: 30px;
    background-color: #f0f0f0;
    max-width: 360px;
    margin: 0 auto;
}
#loginForm p.help-block {
    font-weight: 400;
    font-size: 14px;
    margin: 25px 0 20px;
}
#loginForm p.help-block a {
    color: #2e3138;
    font-size: 14px;
    font-weight: 700;
}
#loginForm p.help-block a:hover {
    color: #FF6C3A;
}
#loginForm p.help-block a i.fa {
    margin-right: 5px;
}
#loginForm label {
    font-weight: 400;
}
#loginForm input.form-control {
    box-shadow: none;
    border-radius: 0;
}
#loginForm input.error {
    border-color: #FF6C3A;
}
#loginForm .submit-button {
    border-radius: 0;
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #FF6C3A;
    color: #fff;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    outline: 0;
}
#loginForm .submit-button:hover {
    background-color: #2e3138;
}

/*------------------------------------*\
    22. SIGNUP PAGE
\*------------------------------------*/
#signup {
    padding: 100px 0;
}
#signupForm {
    padding: 30px;
    background-color: #f0f0f0;
}
#signupForm p.help-block {
    font-weight: 400;
    font-size: 14px;
    margin: 8px 0 20px;
}
#signupForm p.help-block a {
    color: #2e3138;
    font-size: 14px;
    font-weight: 700;
}
#signupForm p.help-block a:hover {
    color: #FF6C3A;
}
#signupForm label {
    font-weight: 400;
}
#signupForm input.form-control {
    box-shadow: none;
    border-radius: 0;
}
#signupForm input.error {
    border-color: #FF6C3A;
}
#signupForm .submit-button {
    border-radius: 0;
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #FF6C3A;
    color: #fff;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    outline: 0;
}
#signupForm .submit-button:hover {
    background-color: #2e3138;
}

/*------------------------------------*\
    23. CONTACT PAGE
\*------------------------------------*/
/* 23-1 CONTACT FORM */
#contact {
    padding: 100px 0;
    position: relative;
}
#contact:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #f0f0f0;
    border-left: 1px solid #e9e9e9;
}
#contactForm {
    padding-left: 50px;
}
#contactForm label {
    font-weight: 400;
}
#contactForm input.form-control {
    border-color: transparent;;
    border-radius: 0;
    box-shadow: none;
}
#contactForm textarea.form-control {
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    margin-top: 15px;
}
#contactForm input.error,
#contactForm textarea.error {
    border-color: #FF6C3A;
}
#contactForm input.valid,
#contactForm textarea.valid {
    border-color: #01abef;
}
#contactForm .submit-button {
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #FF6C3A;
    color: #fff;
    -webkit-transition: background-color .25s;
            transition: background-color .25s;
    outline: 0;
}
#contactForm .submit-button:hover {
    background-color: #2e3138;
}
.contact-address h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.contact-address h2:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #FF6C3A;
    bottom: 0px;
}
.contact-address address {
    margin-top: 30px;
}
.contact-address address p {
    margin-bottom: 30px;
    color: #737373;
    font-weight: 400;
    font-size: 16px;
}
.contact-address address p:last-child {
    margin-bottom: 0;
}
.contact-address address p i.fa {
    font-size: 20px;
    border: 1px solid #737373;
    width: 35px;
    padding: 5px 0;
    margin-right: 10px;
    text-align: center;
}

/* X-2. CONTACT ACTIONS */
#contactActions {
    padding: 100px 0;
    background-color: #2e3138;
    text-align: center;
}
.ca-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #FF6C3A;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
            transition: .25s;
}
.ca-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.ca-text {
    margin-bottom: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.ca-holder p {
    color: #fff;
}
.ca-holder a.btn {
    width: 140px;
    padding: 8px 0;
    background-color: #FF6C3A;
    font-weight: 500;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color .25s, color .25s;
            transition: background-color .25s, color .25s;
}
.ca-holder a.btn:hover,
.ca-holder a.btn:focus {
    color: #FF6C3A;
    background-color: #fff;
    box-shadow: none;
    outline: 0;
}

/* 23-3 MAP */
#map {
    height: 400px;
}

/* 23-4 CONTACT SOCIAL LINKS */
.contact-social-links {
    margin-top: 20px;
}
.contact-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.contact-social-links li {
    display: inline-block;
    margin-right: 4px;
}
.contact-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
}
.contact-social-links li a:hover {
    color: #fff;
    border: 1px solid #FF6C3A;
    background: #FF6C3A;
}

/*------------------------------------*\
    24. FAQ PAGE
\*------------------------------------*/
#faq {
    padding: 100px 0;
}
.faq-categories h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.faq-categories h3:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #FF6C3A;
    bottom: 0px;
}
.faq-categories ul {
    margin-top: 25px;
}
.faq-categories ul li a {
    background-color: #2e3138;
    color: #fff;
    margin-top: 6px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color .25s, background-color .25s;
            transition: color .25s, background-color .25s;
}
.faq-categories ul li a:hover,
.faq-categories ul li.active a {
    background-color: #FF6C3A;
}
.faq-categories ul li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 20px;
    border-color: transparent transparent transparent #FF6C3A;
    -webkit-transition: right 0s;
            transition: right 0s;
    z-index: -1;
}
.faq-categories ul li a:hover:before,
.faq-categories ul li.active a:before {
    right: -20px;
    -webkit-transition: right .25s;
            transition: right .25s;
}
.faq-content .panel-group {
    margin-bottom: 0;
}
.accordion .panel {
    border-radius: 0;
}
.accordion .panel-heading {
    padding: 0;
}
.accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #FF6C3A;
}
.accordion .panel-heading a.collapsed {
    background-color: #2e3138;
}
.accordion .panel-heading a h4 {
    font-weight: 500;
    overflow: hidden;
}
.accordion .panel-heading a h4 i.fa-minus {
    float: right;
    color: #fff;
}
.accordion .panel-heading a.collapsed h4 i.fa-minus {
    color: #FF6C3A;
}
.accordion .panel-heading a.collapsed i.fa-minus:before {
    content: "\f067";
}

/*------------------------------------*\
    25. AFFILIATE PAGE
\*------------------------------------*/
.aCounter {
    padding: 100px 0;
    background-color: #FF6C3A;
    text-align: center;
}
.aCounter-icon i.fa {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #01ABEF;
    background-color: #fff;
    font-size: 26px;
    -webkit-transition: .25s;
            transition: .25s;
}
.aCounter-icon i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.aCounter-text {
    margin-bottom: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.aCounter-number-holder {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.aCounter-number-holder .counter-number {
    font-size: 42px;
}
.affiliate-signup-btn-holder {
    text-align: center;
    margin-top: 60px;
}
.affiliate-signup-btn-holder a {
	width: 140px;
    padding: 10px 0;
    text-transform: uppercase;
}

/*------------------------------------*\
    26. DATACENTER PAGE
\*------------------------------------*/
#map2 {
    height: 400px;
}

/*------------------------------------*\
    27. BLOG PAGE
\*------------------------------------*/
#blog.page hr {
    margin: 40px 0 60px;
}
.blog-page-post-video.local {
    background-color: #090709;
}
.blog-page-post-audio audio {
    width: 100%;
    margin-bottom: 10px;
}

.widget.search .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: #f8f8f8;
	height: auto;
	padding: 10px 12px;
}
.widget.search .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #2E3138;
    color: #fff;
    cursor: pointer;
    padding: 0px 15px;
}
.widget.search .input-group-addon:hover {
    background-color: #FF6C3A;
}

.widget {
    padding-bottom: 50px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 50px;
}
.widget:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: none;
}

.widget-title {
    color: #2e3138;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.widget-title:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
    background-color: #FF6C3A;
    bottom: 0px;
}

.widget.recent-items .footer-thumb .row-holder {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.widget.recent-items .footer-thumb .row-holder:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.widget.recent-items .left-col img {
    border-color: #e9e9e9;
}
.widget.recent-items a.footer-thumb-link {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.widget.recent-items a.footer-thumb-link:hover {
    color: #FF6C3A;
}
.widget.recent-items .footer-thumb-text {
    color: #999;
}
.widget.recent-items span.footer-thumb-date {
    color: #666;
    font-weight: 300;
}

.widget.categories ul,
.archives ul,
.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.categories li,
.widget.tags li,
.archives li {
    position: relative;
    padding: 16px 0 0;
    cursor: pointer;
}
.widget.tags li {
    display: inline-block;
    padding: 20px 25px 0 0;
}
.widget.recent-items .footer-thumb .row-holder .left-col img {
    margin-bottom: 15px;
    margin-top: 20px;
}
.widget.categories li a,
.widget.tags li a,
.widget.archives li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    color: #666;
}
.widget.categories li:hover a,
.widget.tags li:hover a,
.widget.archives li:hover a {
    color: #FF6C3A;
}

#tweets {
    margin-top: 25px;
}
.widget.latest-tweets-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget.latest-tweets-widget li {
    margin-bottom: 20px;
}
.widget.latest-tweets-widget li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.widget.latest-tweets-widget li:before {
    content: "\f099";
    color: #FF6C3A;
    font-family: fontAwesome;
    display: inline-block;
    font-size: 30px;
    float: left;
    padding: 5px 10px 0 0;
}
.widget.latest-tweets-widget p {
    color: #303030;
    margin-bottom: 0;
}
.widget.latest-tweets-widget a {
    word-wrap: break-word;
    color: #FF6C3A;
    font-weight: 300;
}
.widget.latest-tweets-widget a:hover {
    border-bottom: 1px solid #FF6C3A;
}

/*------------------------------------*\
    28. BLOG DETAILS PAGE
\*------------------------------------*/
.blog-item.full-post .post-category-text {
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 0;
    font-weight: 700;
}
.blog-item.full-post .category-link {
    color: #737373;
    font-weight: 500;
    margin-left: 10px;
}
.blog-item.full-post:hover a.btn-custom {
    background-color: transparent;
}
.blog-item.full-post:hover a.btn-custom:hover {
    background-color: transparent;
    color: #01abef;
}
.blog-item.full-post .tags li {
    display: inline-block;
}
.blog-item.full-post .tags li a {
    color: #737373;
    background-color: transparent;
    font-weight: 500;
    text-transform: lowercase;
    padding: 15px 15px 15px 0;
}
.blog-item.full-post .tags li strong {
    margin-right: 15px;
}
.blog-item.full-post .post-author-metadata {
    background-color: #e9e9e9;
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-item.full-post .post-author-metadata a {
    color: #2e3138;
    margin-left: 15px;
	font-weight: 500;
}
.blog-item.full-post .post-author-metadata a:hover {
    color: #FF6C3A;
}

.post-social-links {
    margin-top: 20px;
}
.post-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: right;
}
.post-social-links li {
    display: inline-block;
    margin: 0 2px;
}
.post-social-links li a {
    color: #2e3138;
    border: 1px solid #2e3138;
    padding: 6px 0;
    display: block;
    font-size: 14px;
    width: 35px;
    margin: 18px 0;
    text-align: center;
}
.post-social-links li a:hover {
    color: #fff;
    border: 1px solid #FF6C3A;
    background: #FF6C3A;
}

.post-comments-title {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
}
.post-comments ul li {
    margin: 25px 0;
}
.comment-thumb a {
    overflow: hidden;
    color: #FF6C3A;
	font-weight: 500;
}
.comment-thumb {
    margin-bottom: 15px;
    overflow: hidden;
}
.comment-meta {
    margin-top: 15px;
    margin-left: 15px;
}
a.comment-reply {
    background: #FF6C3A;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
}
a.comment-reply:hover {
    color: #fff;
}
.single-comment {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

.post-comment-form {
    padding-top: 50px;
    margin-top: -26px;
}
.post-comment-form-group .form-control {
    border-radius: 0;
    margin-top: 20px;
    box-shadow: none;
    resize: none;
}
.post-comment-form-group .form-control.submit-btn {
    width: auto;
    height: auto;
    padding: 10px 40px;
    background: #FF6C3A;
    border-color: #FF6C3A;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: .25s;
            transition: .25s;
}
.post-comment-form-group .form-control.submit-btn:hover {
    background: #2e3138;
    border-color: #2e3138;
    color: #fff;
}
.post-comment-form-group .form-control.error {
    border-color: #FF6C3A;
}

/*------------------------------------*\
    29. 404 PAGE
\*------------------------------------*/
#f0f {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 0;
    height: 100%;
}
#f0f:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3,19,24,0.8);
    z-index: -1;
}
#f0f > .container,
#f0f > .container > .row,
#f0f > .container > .row > div {
    height: 100%;
}
#f0f .section-title h2 {
    margin: 0 0 50px;
    color: #fff;
    font-size: 120px;
}
#f0f .section-title h2:before {
    display: none;
}
#f0f .description p {
    color: #fff;
    margin: 70px 0 30px;
    font-size: 20px;
    font-weight: 500;
}
#f0f a.btn {
    padding: 10px 30px;
}

/*------------------------------------*\
    30. HELPER CLASSES
\*------------------------------------*/
/* 30-1 RESET-GUTTER */
.reset-gutter {
    margin-left: 0;
    margin-right: 0;
}
.reset-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/* 30-2 RESET-MARGIN */
.reset-margin {
    margin-right: 0;
    margin-left: 0;
}

/* 30-3 RESET-PADDING */
.reset-padding {
    padding-right: 0;
    padding-left: 0;
}

/* 30-4 VERTICAL-CENTERING */
.vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}
.vc-child {
    display: table-cell;
    vertical-align: middle;
}

/* 30-5 HORIZONTAL-CENTERING */
.hc-margin {
    margin: 0 auto;
}


/*------MOJE-----------*/

.sivo {
    background: grey;
	color: white !important;
}
.crveno{
    background: #FF6C3A;
	color: white !important;
	}
.cijena{
    background: #D23405;
	color: white !important;
	}	
	