/**********************

Responsive.css
=============

Author:  Gino Aliaj
Template: Hostlink - Web Hosting HTML Template
Version: 1.0

Author URI: gnodesign.com
***************************/


/*------------------------------------------
  Responsive Grid Media Queries
--------------------------------------------*/


/* ---- Start of min-width 992px and max-width 1024px CSS ---- */

@media all and (min-width: 992px) and (max-width: 1200px) {
    /**************** 
		MAIN MENU
	****************/
    .navbar .navbar-nav > li > a {
        padding: 5px;
    }
}


/* ---- Start of max-width 992px CSS ---- */

@media (max-width: 992px) {
    /**************** 
		MAIN MENU
	****************/
    nav.navbar {
        padding: 0;
    }
    .navbar-brand img {
        height: 34px;
    }
    .navbar-header {
        float: right !important;
    }
    .navbar-toggle {
        display: block !important;
        float: right !important;
        border-color: #4191cf !important;
        margin-top: 15px;
        margin-right: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #4191cf;
    }
    .navbar-toggle:focus,
    .navbar-toggle:hover {
        background: none !important;
    }
    .navbar-collapse {
        display: none;
    }
    div#main-nav {
        max-height: 100% !important;
        height: 100% !important;
        border: 0;
        overflow-y: scroll !important;
        box-shadow: 0;
    }
    div#main-nav.cbp-spmenu-open{
        box-shadow: 0 0 30px 0 rgba(44, 44, 44, 0.2);
    }
    
    div#main-nav ul.nav.navbar-nav {
        height: 100%;
        margin: 0;
        width: 100%;
    }
    div#main-nav ul li {
        width: 100%;
    }
    div#main-nav ul li a {
        padding: 10px 30px;
        z-index: 100;
        display: block;
        border-bottom: 1px solid #e3e3e3;
    }
    div#main-nav ul li:last-child a {
        border-bottom: 0;
    }
    div#main-nav ul li.open > a,
    div#main-nav ul li > a:hover {
        color: #6a7e8e !important;
    }
    div#main-nav ul li a i {
        display: inline-block;
        float: right;
    }
    /* Mobile Menu Title */
    .navbar .navbar-nav > li.mobile-title {
        display: block;
        text-transform: uppercase;
        color: #6a7e8e;
        text-align: center;
        padding: 25px 0;
        border-bottom: 1px solid #e3e3e3;
    }
    /* Version 2 */
    .header2 nav {
        padding: 20px 0;
    }
    .header2 .navbar-header {
        display: inline-block;
        float: none !important;
        vertical-align: top;
        width: 100%;
    }
    .header2 .navbar-header .navbar-toggle {
        float: none !important;
        margin: 0 auto;
    }
    /* Version 3 */
    .header3 .top-bar,
    .header3 .top-bar .social-btns {
        text-align: center;
    }
    /*********** Dropdown - Menu *************/
    #main-nav .navbar-nav .dropdown .dropdown-menu {
        display: none;
        position: relative;
        width: 100%;
        max-width: 100% !important;
        background: #f0f0f0;
        border-radius: 0 !important;
        border: 0;
        float: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    #main-nav .navbar-nav .dropdown.open .dropdown-menu {
        display: block;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    #main-nav .navbar-nav .dropdown .dropdown-menu li a {
        color: #999 !important;
        padding: 10px 0 10px 45px !important;
        border: 0 !important;
    }
    #main-nav .navbar-nav .dropdown-menu > li > a i {
        right: 30px !important;
    }
    #main-nav .navbar-nav .simple-menu .dropdown-menu > .dropdown-submenu.open a i {
        transform: rotate(90deg);
    }
    /****** Mega Menu Dropdown ********/
    #main-nav .navbar-nav .mega-menu .dropdown-menu li {
        padding: 0;
    }
    #main-nav .navbar-nav .mega-menu.open .dropdown-menu .mega-menu-inner,
    #main-nav .navbar-nav .mega-menu.open .dropdown-menu .mega-menu-inner ul li {
        padding: 0;
    }
    #main-nav .navbar-nav .mega-menu.open .dropdown-menu .mega-menu-inner ul li.menu-title {
        background: #e3e3e3;
        color: #666;
        padding: 10px 45px;
        margin: 0;
        border: 0;
    }
    #main-nav .navbar-nav .mega-menu.open .dropdown-menu .mega-menu-inner ul li a {
        font-size: 12px;
        color: #999 !important;
        padding-left: 60px !important;
    }
    /****** Dropdown Submenu ********/
    #main-nav .navbar-nav .simple-menu .dropdown-menu > .dropdown-submenu > a {
        background: #e3e3e3;
        color: #666 !important;
    }
    #main-nav .navbar-nav .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 0 !important;
        visibility: visible;
        display: none;
        position: relative;
        width: 100%;
        max-width: 100% !important;
        background: #f0f0f0;
        border-radius: 0 !important;
        border: 0;
        float: none;
        padding: 0;
        margin: 0;
        box-shadow: none;
        left: 0;
    }
    #main-nav .navbar-nav .dropdown-menu > .dropdown-submenu.open > .dropdown-menu {
        display: block;
    }
    #main-nav .navbar-nav .dropdown-menu > .dropdown-submenu.open > .dropdown-menu li a {
        font-size: 12px;
        padding-left: 60px !important;
    }
    /**************** 
		PUSH MENU
	****************/
    .collapse {
        display: block !important;
    }
    /* General styles for all menus */
    .cbp-spmenu {
        background: #f6f6f6;
        position: fixed;
        padding: 0;
        margin: 0 !important;
        overflow-x: hidden;
        overflow-y: visible;
        display: block;
        visibility: visible !important;
    }
    /* Orientation-dependent styles for the content of the menu */
    .cbp-spmenu-vertical {
        width: 260px;
        height: 100%;
        top: 0;
        z-index: 1000;
    }
    .cbp-spmenu-horizontal {
        width: 100%;
        height: 150px;
        left: 0;
        z-index: 1000;
        overflow: hidden;
    }
    .cbp-spmenu-horizontal h3 {
        height: 100%;
        width: 20%;
        float: left;
    }
    .cbp-spmenu-horizontal a {
        float: left;
        width: 20%;
        padding: 0.8em;
        border-left: 1px solid #258ecd;
    }
    /* Vertical menu that slides from the left or right */
    .cbp-spmenu-left {
        left: -260px;
    }
    .cbp-spmenu-right {
        right: -260px;
    }
    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
    }
    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0px;
    }
    /* Horizontal menu that slides from the top or bottom */
    .cbp-spmenu-top {
        top: -150px;
    }
    .cbp-spmenu-bottom {
        bottom: -150px;
    }
    .cbp-spmenu-top.cbp-spmenu-open {
        top: 0px;
    }
    .cbp-spmenu-bottom.cbp-spmenu-open {
        bottom: 0px;
    }
    /* Push classes applied to the body */
    .cbp-spmenu-push {
        overflow-x: hidden;
        position: relative;
        left: 0;
    }
    .cbp-spmenu-push-toright {
        left: 260px;
    }
    .cbp-spmenu-push-toleft {
        left: -260px;
    }
    /* Transitions */
    .cbp-spmenu,
    .cbp-spmenu-push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    /**************** 
		ABOUT US SECTION
	****************/
    section.about-us .about-video{
        margin-top: 50px;
    }
    /**************** 
		LATEST NEWS SECTION
	****************/
    section.latest-news .col-md-4.col-xs-12 {
        margin-bottom: 60px;
    }
    section.latest-news .col-md-4.col-xs-12:last-child {
        margin-bottom: 0;
    }
    /**************** 
		ASK QUESTION SECTION
	****************/
    .ask-question{
        text-align: center;
    }
    
    .ask-question .question-icon{
        float: none;
        padding: 0;
    }
    
    .ask-question .cta{
        text-align: center;
    }
    /**************** 
		FOOTERS
	****************/
    footer .footer-info .col-sm-6.col-xs-6 {
        margin-bottom: 60px;
    }
    footer .footer-info .col-sm-6.col-xs-6:nth-child(3),
    footer .footer-info .col-sm-6.col-xs-6:nth-child(4) {
        margin-bottom: 0;
    }
    footer .footer-info .footer-posts {
        clear: both;
    }
    .footer4 .footer-info .col-sm-6.col-xs-6 {
        margin-bottom: 0;
    }
    /**************** 
		PAGES
	****************/
    /****** Contact Us ********/
    .gmaps {
        margin-top: 50px;
    }
    .gmaps #map {
        width: 100%;
    } 
    /****** Domain Page ********/
    aside .domain-sidebar {
        margin-top: 40px;
    }
    aside .banner img {
        margin: 0 auto;
    }
    /****** Cart Page ********/
    .subtotal-content .coupon input[type="text"] {
        width: 100%;
    }
    .cart-page .col-md-4.col-xs-12 {
        margin-top: 30px;
    }
    /****** Cart Page ********/
    section.checkout .collapse {
        display: none !important;
    }
    section.checkout .collapse.in {
        display: block !important;
    }
    section.checkout .cart-total{
        margin-top: 50px;
    }
    section.checkout .cart-total h4{
        background: #f6f6f6;
        text-align: center;
        padding: 20px 0;
    }
   
   
    /**************** 
		BLOG
	****************/
    /****** Blog Listing ********/
    section.blog-listing article.blog-post .blog-thumbnail img {
        height: 350px;
    }
    section.blog-listing article.blog-post .blog-desc {
        padding-left: 0;
        margin-top: 40px;
    }
    /****** Blog - Sidebar ********/
    .blog-sidebar {
        margin-top: 50px;
    }
    /****** Single Blog Post ********/
    section.blog-post .post-content-wrapper {
        padding: 0;
    }
    section.blog-post ul.social li {
        margin-bottom: 20px;
    }
    section.blog-post .post-quote blockquote {
        padding: 60px 20px;
    }
}


/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */

@media all and (min-width: 480px) and (max-width: 768px) {}


/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */

@media all and (max-width: 767px) {
    /**************** 
		MAIN SECTION
	****************/
    section.main .form-group{
        width: 100%;
    }
    section.main:after{
        opacity: .3;
    }
    /**************** 
		TESTIMONIAL SECTION
	****************/
    .testimonials .owl-item blockquote{
        width: 100%;
    }
    /**************** 
		FOOTERS
	****************/
    footer .footer-info .footer-newsletter .supporter-image {
        margin: 15px !important;
    }
    footer .copyright {
        text-align: center;
    }
    footer .social-btns {
        text-align: center !important;
    }
    /**************** 
		COUNTUP
	****************/
    .countup .counter-item {
        margin-bottom: 50px;
    }
    /**************** 
		PAGES
	****************/
    /****** Page Headers *******/
    section.page-header {
        text-align: center;
    }
    section.page-header .breadcrumb {
        text-align: center;
    }
    /****** Coming Soon Page *******/
    .coming-soon {
        background: -moz-linear-gradient(to right, #4191cf -20%, #79cadc 120%);
        background: -webkit-linear-gradient(to right, #4191cf -20%, #79cadc 120%);
        background: linear-gradient(to right, #4191cf -20%, #79cadc 120%);
    }
    .coming-main .mailchimp .form-group input,
    .coming-main .mailchimp .form-group button {
        display: inline-block;
    }
    
}


/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 580px CSS ---- */

@media all and (max-width: 580px) {
    /**************** 
		MAIN SECTION
	****************/
    section.main:after{
        width: 400px;
    }
    /**************** 
		DOMAIN SECTION
	****************/
    .domain .form-group .form-control {
        width: 100% !important;
    }
    .domain .form-group button {
        margin: 20px 0 10px 0;
        width: 100%;
    }
    /**************** 
		FOOTERS
	****************/
    footer .footer-info .col-sm-6.col-xs-6 {
        width: 100%;
    }
    footer .footer-info .col-sm-6.col-xs-6:nth-child(3) {
        margin-bottom: 60px;
    }
    /****** Footer 4 *******/
    .footer4 .footer-info .col-sm-6.col-xs-6:nth-child(1) {
        margin-bottom: 60px;
    }
    /**************** 
		PAGES
	****************/
    
    /**************** 
		BLOG
	****************/
    /****** Single Blog Post ********/
    #blog-comments .comments-list .comment-replies {
        margin-left: -50px;
    }
    #blog-comments .comments-list .comment-replied:before {
        content: '\f148';
        font-family: 'fontawesome';
        position: absolute;
        left: 20px;
        font-size: 28px;
        transform: scaleX(-1);
        color: #999;
        opacity: .5;
    }
}


/* ---- End of max-width 580px CSS ---- */


/* ---- Start of max-width 480px CSS ---- */

@media all and (max-width: 480px) {
   
    /**************** 
		PAGES
	****************/
    /****** Coming Soon Page *******/
    .coming-main h3 {
        padding-top: 20px;
    }
    .coming-main .mailchimp .form-group input,
    .coming-main .mailchimp .form-group button {
        width: 100%;
    }
    .coming-main .mailchimp .form-group button {
        margin-left: 0;
        margin-top: 10px;
    }
    /****** Domain Page *******/
    .domain-results ul li > div {
        display: block;
    }
    .domain-results ul li .domain-type {
        text-align: center;
    }
    .domain-results ul li .price-action {
        float: none;
        text-align: center;
        padding-top: 20px;
    }
    .domain-results ul li .price-action > * {
        float: none;
    }
    .domain-results ul li .price-action a {
        margin-top: 10px;
    }
    /****** Cart Page ********/
    .cart-content .term input[type="number"]{
        width: 80%;
    }
    .subtotal-content .coupon .col-md-6.col-xs-8 {
        width: 100%;
    }
    .subtotal-content .coupon .col-md-6.col-xs-4 {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }
    .subtotal-content .support {
        text-align: center;
    }
}


/* ---- End of max-width 480px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */

@media all and (max-width: 420px) {
    /**************** 
		MAIN SECTION
	****************/
    section.main h2{
        font-size: 45px;
        padding-bottom: 20px;
    }
    /**************** 
		PAGES
	****************/
    /****** Login - Register Page ********/
    section#login .login-box form {
        padding: 40px 20px;
    }
    section#login .login-box form .col-xs-6 {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
}


/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */

@media all and (max-width: 380px) {

}


/* ---- End of max-width 380px CSS ---- */


/* ---- Start of max-width 350px CSS ---- */

@media all and (max-width: 350px) {
    
    /**************** 
		BLOG
	****************/
    /****** Single Blog Post ********/
    #blog-comments .comments-list .comment-body .comment-reply {
        margin: 0;
    }
}


/* ---- End of max-width 350px CSS ---- */


/* ---- Start of max-height 420px CSS ---- */

@media screen and (max-height: 420px) {}