/*
-----------------------------------------
19.   Responsive Styles
-----------------------------------------
*/
@media (min-width: 992px) and (max-width: 1200px) {
  /******   Small Desktop   ******/
  #domain-checker .item-inner {
    height: 100px;
    width: 100px;
  }
  .dc-inner .d-names .item {
    height: 120px;
    width: 120px;
  }
  #domain-checker:after {
    bottom: 140px;
  }
  .dc-inner .d-names .item-inner .text {
    font-size: 15px;
  }
  .os-inner .item h3 {
    font-size: 18px;
  }
  #why-choose-us .tab-content img,
  .os-inner .main img {
    margin-top: 50px;
  }
  #footer .footer-bottom .links li {
    margin-left: 15px;
  }
  #footer .item .title.common h2 {
    font-size: 21px;
  }
  #blog-details .share-icons li,
  #blog-details .follow-icons li {
    margin: 0 8px;
  }
  #pricing-1 .item h2 {
    font-size: 29px;
  }
  .feature-3 .item {
    height: 280px;
  }
	
	get-host .title h1, #get-host a{
			float: left !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  /******   Tablet Design for a width of 768px   ******/

  .navbar .nav a,
  .navbar.affix .nav a {
    padding: 15px 6px;
  }

  .navbar .navbar-brand,
  .navbar.affix .navbar-brand {
    padding: 5px 10px;
  }
  #slider .item.two .service{
    font-size: 25px;
  }
    #slider .item.one h1{
        font-size: 25px;
    }
  .dc-inner .d-names .item {
    margin: 0;
  }
  .dc-inner .d-names .item-inner {
    width: 100px;
    height: 100px;
  }
  .dc-inner .d-names .item {
    height: 115px;
    width: 115px;
    border: none;
  }
  .os-inner .item {
    margin-bottom: 30px;
    padding: 25px;
  }
  #header.pricing .page-header {
    padding: 90px 0;
  }
  #pricing-1 .item,
  #pricing-3 .item {
    margin-bottom: 60px;
  }
  #pricing-3 .item.top:before,
  #pricing-3 .item.top:after {
    top: -29px;
  }
  #pricing-2 .info-item {
    margin-bottom: 20px;
  }
  #client .owl-carousel a {
    width: 220px;
  }
  #our-team .item,
  #counter .item {
    margin-bottom: 30px;
  }
  #blog .item .item-title {
    margin: 10px 0;
  }
  #footer .footer-bottom .footer-text,
  #footer .footer-bottom .links {
    float: none;
    display: table;
    margin: 0 auto;
  }
  #footer .footer-bottom .footer-text {
    margin-top: 10px;
  }
  .wcu-inner .nav a {
    margin: 0 3px;
    padding: 10px;
  }
  #get-host .title h1 {
    font-size: 25px;
  }
  #get-host a {
    font-size:14px;
  }
  .os-inner .nav {
    display: table;
    margin: 0 auto;
  }
  .os-inner .nav:before {
    display: none;
  }
  .os-inner img {
    margin: 0 auto;
  }
  .os-inner .tab-content .item-main + a {
    margin-top: 80px;
  }
  #footer .back-to-top {
    bottom: 20px;
    right: 50px;
  }
  #about-us {
    padding: 30px 0;
  }
  #about-us img {
    margin: 0 auto;
  }
  #blog-details .sidebar-item .recent-post .item img {
    width: 100%;
  }
  #blog-details .sidebar-item .recent-post {
    width: 600px;
    margin: 0 auto;
  }
  #blog-details .sidebar-item .tag {
    display: table;
    margin: 0;
  }
  #login .sign-main,
  #registration .sign-main,
  #forgot .sign-main {
    width: 340px;
    height: 580px;
  }
    #slider .item.one h2, #slider .item.two .welcome{
            font-size: 50px;
            line-height: 60px;
    }
    .left {
        text-align: center;
        padding: 20px 0;
    }
    .dc-inner .d-names {
        margin-left: 5px;
    }
    .affix-top {
        margin-top: 0px;/*65px;*/
    }
    .right {
        text-align: left;
    }
    #about-us .main {
        padding-bottom: 32px;
    }
    .about-img{
        display: none;
    }
    .wcu-inner .tab-content h2{
        padding-top: 20px;
    }
    .item-title {
        padding-top: 20px;
    }
    #testimonial .item{
       width: 80%;
    }
    .item.left img {
    width: 100%;
    }
    #blog .item h2 {
    text-align: left;
    }
    .item.left .item-info {
        text-align: left;
    }
    #footer .contact-top{
        display: none;
    }
    #client{
        padding-bottom: 0;
    }
    #footer{
        padding-top: 32px;
    }
    .owl-nav {
    display: none;
    }
    li.dropdown.top:hover
    .dropdown-menu{
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    li.dropdown.top.open .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    }
    .item.top {
        transform: scale(1);
    }
    #pricing-3 .offer-info {
        margin-top: 120px;
    }
    #pricing-3{
        padding-bottom: 33px;
    }
    .item.right img {
        width: 100%;
    }
    .top-bar-right-wrapper {
        text-align: center;
    }
    #our-team .social-icon ul {
    margin-left: 30px;
    }
    #get-host .title h2{
        font-size: 25px;
    }
		#get-host .title h1, #get-host a{
			float: left !important;
		}
}

@media only screen and (max-width: 768px) {
    .navbar-toggle {
    display: block !important;
}
.navbar-collapse.collapse.in {
    background: rgba(0,0,0,0.8);
    }
.navbar-collapse.collapse {
    display: none !important;
    }
    .navbar-header {
     float: none;
}
    .navbar-nav>li {
    float: none;
}
 .navbar-default .navbar-collapse.collapse.in {
   display: block !important;
}
    .collapse.in {
    display: block!important;
}

		.about-img{
        display: none;
    }

    
}






@media only screen and (max-width: 767px) {
  /******   Mobile Devices   ******/
  #top-bar .container {
    padding: 0 5px;
  }
  #top-bar .left,
  #top-bar .right {
    float: none !important;
    display: table;
    margin: 0 auto;
  }
  #top-bar .left {
    margin-bottom: 5px;
  }
  #top-bar .right .social-icon li {
    margin: 0 5px;
  }
  #top-bar .left a.email {
    padding-right: 5px;
    margin-right: 5px;
    border: none;
  }
  #top-bar a span {
    margin: 0;
  }
  .navbar .nav {
    background-color: #2f313a;
    margin-top: 0;
    margin-bottom: 1px;
  }
  .navbar .nav a {
    padding: 12px 15px !important;
  }
  .navbar-header button {
    border: none;
    margin-bottom: -5px;
  }
  .navbar-header button:hover,
  .navbar-header button:focus {
    background: none !important;
  }
  .navbar.affix .navbar-toggle {
    padding: 10px;
    padding-left: 0;
  }
  .navbar-inverse .navbar-toggle {
    padding: 10px 0 0;
  }
  .navbar-inverse .navbar-toggle span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .navbar-inverse .navbar-toggle.rotate span:nth-child(1) {
    transform: rotate(45deg) translate(3px, 4px);
  }
  .navbar-inverse .navbar-toggle.rotate span:nth-child(2) {
    opacity: 0;
  }
  .navbar-inverse .navbar-toggle.rotate span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .navbar .navbar-brand {
    padding: 5px;
    padding-right: 0 !important;
  }
  .navbar .navbar-brand img {
    width: 80%;
  }
  #header {
    height: initial;
  }
  #slider {
    height: 600px;
  }
  #slider .carousel-caption {
    top: 40%;
  }
  #slider .buttons {
    display: table;
    margin: 0 auto !important;
  }
  #slider .buttons a {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  #slider .item.two .lists ul {
    position: static;
    transform: none !important;
  }
  #slider .item.two .lists {
    height: initial;
    display: table;
    margin: 0 auto;
  }
  #slider .item.two .service {
    display: none;
  }
  .dc-inner .input-group {
    width: 100%;
  }
  .dc-inner .input-group input[type="submit"] {
    width: 25%;
    border-radius: 0 !important;
  }
  .dc-inner .input-group select {
    width: 18%;
    padding: 0;
    border-radius: 0 !important;
  }
  .dc-inner .input-group span.icon {
    width: 6%;
    margin-right: .5%;
    border-radius: 0 !important;
    padding-right: 5px;
  }
  .dc-inner .input-group input[type="text"] {
    width: 50%;
    margin-right: .5%;
    border-radius: 0 ;
  }
  #domain-checker:after {
    display: none;
  }
  .dc-inner .d-names .item {
    border: none;
    height: 120px;
    width: 120px;
  }
  .dc-inner .d-names {
    width: 300px;
  }
  .dc-inner .d-names .item-inner {
    height: 120px;
    width: 120px;
  }
  .comment-list .arrow:after,
  .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .comment-list .panel.arrow.left:after,
  .comment-list .panel.arrow.left:before {
    border-left: 0;
  }
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    border-right-color: inherit;
    border-width: 16px;
  }
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    border-right-color: #FFFFFF;
    border-width: 15px;
  }
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    border-left-color: inherit;
    border-width: 16px;
  }
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    border-left-color: #FFFFFF;
    border-width: 15px;
  }
  .title.common {
    width: 100%;
  }
  .os-inner .main {
    margin-top: 30px;
  }
  #our-team .item,
  #counter .item,
  .os-inner .item {
    margin-bottom: 30px;
  }
  #header.pricing .page-header {
    padding: 50px 0 70px;
  }
  #pricing-1 .item,
  #pricing-3 .item,
  #pricing-3 .offer-info {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  #pricing-3 .item.top {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #pricing-3 .item.top:before {
    top: -29px;
  }
  #pricing-2 .info-item {
    margin-top: 10px;
  }
  #pricing-2 .order-button a {
    width: 280px;
  }
  .os-inner,
  .wcu-inner {
    padding-bottom: 0;
  }
  .wcu-inner .nav .active a:after {
    display: none;
  }
  .wcu-inner .main {
    margin-top: 20px;
  }
  .wcu-inner .nav {
    width: 300px;
    margin: 0 auto;
    display: table;
  }
  .wcu-inner .nav li {
    padding: 0;
    margin: 5px 5px;
    width: 140px;
    display: table-cell;
    text-align: center;
  }
  .wcu-inner .nav li:last-child {
    margin-left: 80px;
  }
  .wcu-inner .nav li a {
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
  }
  .wcu-inner .tab-content {
    margin-top: 0;
  }
  .wcu-inner .tab-content p {
    margin: 15px 0;
  }
  .wcu-inner .tab-content {
    padding: 20px 10px;
  }
  .wcu-inner .tab-content ul,
  .os-inner .tab-content .item-main ul {
    float: none !important;
    margin-bottom: 0;
    display: table;
    margin: 0 auto;
  }
  #get-host .title h1,
  #get-host a {
		float: left !important;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
		
  #get-host {
    padding-top: 0;
  }
  #our-team,
  #other-services {
    padding-top: 40px;
  }
  #our-team .main {
    margin-top: 20px;
  }
  .os-inner .nav:before {
    display: none;
  }
  .os-inner .nav {
    margin: 0 auto;
    display: table;
  }
  .os-inner .nav li {
    float: none;
  }
  .os-inner .main {
    margin-top: 10px;
  }
  .os-inner .main img {
    margin: 0 auto;
  }
  .os-inner .tab-content .item-title,
  .os-inner .tab-content p {
    text-align: center;
  }
  .os-inner .tab-content .item-main + a {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
  }
  #blog .main {
    margin-top: 30px;
  }
  #blog .main .item-title {
    margin-top: 10px;
  }
  #blog .item .item-text + a {
    float: right;
  }
  #client {
    padding-bottom: 0;
  }
  #client .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
  #client .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  #client .owl-carousel a {
    display: table;
    margin: 0 auto;
  }
  #footer {
    padding-top: 30px;
    margin-top: 60px;
  }
  #footer .footer-bottom .footer-text,
  #footer .footer-bottom .links {
    float: none;
    display: table;
    margin: 0 auto;
  }
  #footer .social-icons ul li {
    margin: 0 5px;
    padding: 0;
  }
  #footer .footer-bottom .links li.live-chat {
    float: none;
  }
  #footer .footer-bottom .links li.live-chat a {
    margin: 0 auto;
  }
  #footer .back-to-top {
    bottom: 20px;
    right: 20px;
  }
  #about-us {
    padding: 30px 0;
  }
  #about-us img {
    margin: 0 auto;
  }
  #header.sub-page {
    background-size: initial;
    background-position: -100% auto;
  }
  #header.sub-page .page-header {
    padding: 40px 0 60px 50px;
  }
  #blog-details .sidebar-item .recent-post .item img {
    width: 100%;
  }
  #blog-post-page-1 .navbar,
  #blog-post-page-2 .navbar {
    top: 60px;
  }
  #blog-post-page-1 .navbar .navbar-brand,
  #blog-post-page-2 .navbar .navbar-brand {
    padding: 7px 15px;
  }
  #blog-post-page-1 .navbar .navbar-toggle,
  #blog-post-page-2 .navbar .navbar-toggle {
    padding: 10px;
    padding-left: 0;
  }
  #blog-details {
    margin-top: 70px;
  }
  #blog-details .sidebar-item .tag {
    display: table;
    margin: 0;
  }
  #blog-details .sidebar-item .recent-post .item {
    width: 90%;
    margin: 30px 5% 0;
  }
  #blog-details .share-icons li:first-child {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  #contact .contact-info {
    padding-left: 10px;
  }
  #contact #map iframe {
    height: 300px;
  }
  #login .sign-main,
  #registration .sign-main,
  #forgot .sign-main {
    width: 100%;
  }
  #login input[type="submit"],
  #registration input[type="submit"],
  #forgot input[type="submit"] {
    padding: 10px 50px;
  }
  #ls-in .main {
    display: initial;
  }
  #login .social a.facebook:before,
  #login .social a.facebook:after {
    display: none;
  }
  #login .social a,
  #registration .social a,
  #forgot .social a {
    margin: 0 5px;
  }
  #ls-in #login,
  #ls-in #registration {
    display: initial;
    width: initial;
  }
  #pricing-3 {
    padding-bottom: 0px;
  }
  #footer .contact-top {
    display: none;
  }
  .navbar .dropdown ul a,
  .navbar .dropdown-in ul a {
    color: #CCCCCC !important;
    margin-left: 20px;
  }
  .navbar .dropdown-in .dropdown-menu {
    display: none !important;
  }
  .navbar .dropdown-in.active .dropdown-menu {
    display: block !important;
  }
  #testimonial .item {
    width: 100%;
    padding: 10px;
  }
  #testimonial .item .item-main .quote-icon {
    display: none;
  }
  #testimonial .item .item-main .main-text {
    width: 100%;
  }
  .navbar .dropdown-in .dropdown-toggle:hover + .dropdown-menu,
  .navbar .dropdown-in .dropdown-menu:hover {
    transform: none;
  }
  .navbar .dropdown-in .dropdown-menu a {
    margin-left: 40px;
  }
  .navbar .dropdown-in.active .dropdown-toggle {
    background: transparent !important;
  }
  .navbar .dropdown-in .dropdown-toggle:hover + .dropdown-menu {
    box-shadow: none !important;
  }
  .navbar .nav li.on > a {
    border-bottom: none;
  }
  .domain_finder_form input[type=submit] {
    width: 48%;
    }
    .domain_finder_form select {
    width: 48%;
    }
    .domain_finder_form input[type=text] {
    width: 100%;
    }
	
	.sksen{line-height:16px;}
	.sksen_img{width:45%;border:#fff 2px solid;}
	.banner_br{display:none;}
	
	/*#get-host .title h1, #get-host a{
			float: left !important;
	}*/
}

@media only screen and (max-width: 420px) {
    .navbar .dropdown-in.active .dropdown-toggle {
        background: transparent !important;
      }
      .navbar .dropdown-in .dropdown-toggle:hover + .dropdown-menu {
        box-shadow: none !important;
      }
    .affix-top{
        margin-top: 0px;/*50px;*/
    }
    #slider .item.one h2, #slider .item.two .welcome{
        font-size: 40px;
    }
    #slider .item.one h1{
        font-size: 22px;
        line-height: 32px;
    }
    .top-bar-right-wrapper {
        text-align: left;
        margin-left: -10px;
    }
    #slider .item.two .lists ul li {
        font-size: 12px;
    }
    .dc-inner .input-group input[type="text"]{
        height: 46px;
    }
    .dc-inner .d-names{
        margin-left: 0;
    }
    .navbar.affix .navbar-brand{
        padding: 7px 5px;
    }
    .top-social-bar{
        padding-top: 10px;
        margin-left: 15px;
    }
    .login-details-top-bar span {
        padding-right: 5px;
    }
    .left span {
        padding-right: 5px;
    }
    .about-img{
        display: none;
    }
    .wcu-inner .tab-content{
       margin-top: 50px;
       margin-bottom: 20px;
    }
    #get-host .title h1{
        font-size: 30px;
        line-height: 40px
    }
    .title.common h2{
        font-size: 30px;
        line-height: 40px;
    }
    #blog .item h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }
    #blog .item .meta{
        margin-left:0;
    }
    #blog .item .meta span{
        padding-right: 5px;
    }
    li.dropdown.top:hover
    .dropdown-menu{
        display: none;
    }
    li.dropdown.top.open:hover
    .dropdown-menu{
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .wcu-inner .nav li a {
        font-size: 10px;
    }
    .wcu-inner .tab-content h2 {
        font-size: 20px;
        line-height: 30px;
    }
    #footer .footer-bottom .links li.live-chat{
            margin-left: 25%;
            margin-bottom: 20px;
    }
    .footer-text p {
        font-size: 11px;
    }
    .footer-top-main h2 {
        text-align: left;
    }
    #footer .footer-bottom .links li.live-chat{
            float: left;
            margin-top: 30px;
    }
    .comment-list .panel.arrow.left:before{
        display: none;
    }
    #header.sub-page .page-header h1 {
    font-size: 20px;
    padding-top: 70px;
    }
    .comment-list .panel.arrow.left:after{
        display: none;
    }
    .post-header h1 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 30px;
    }
    #blog-post-page-1 .navbar .navbar-brand, #blog-post-page-2 .navbar .navbar-brand{
            padding: 7px 5px;
    }
    #blog-details .share-icons li, #blog-details .follow-icons li{
        margin: 0 5px;
    }
    #pricing-1{
            padding-bottom: 29px;
    }
    #login .social a, #registration .social a, #forgot .social a{
            margin: 0 2px;
    }
    #login .title h2, #registration .title h2, #forgot .title h2 {
        font-size: 25px;
    }
    #about-us{
        padding-bottom: 60px;
    }
    #get-host .title h2{
        text-align: center;
    }
    #get-host .title h1, #get-host a{
        float: left !important;
    }
    #other-services .tab-content.home-page.service-section {
    margin-top: 30px;
    }
}
/*----------------------------------------------------------------------------*/