/* ------------------------------------------------------
  Between 960px and 1240px
------------------------------------------------------ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {
    div.container {
        width: 960px;
    }
    header nav#top-nav {
        padding: 40px 0px 40px 12px;
    }
    div.top_social {
        width: 12px;
        padding: 17px 0 0 0;
    }
    header a#top-logo {
        width: 137px;
        padding-top: 30px;
    }
    header a#top-logo img {
        width: 100%;
    }
    header nav#top-nav ul li a {
        padding: 0 10px 20px 10px
    }
    div.promo_text div.promo_right {
        font-size: 14px;
    }
    div.promo_text div.promo_right p {
        margin: 0 0 10px 0;
    }
    div.services div.service {
        width: 300px;
    }
    div.services div.service a img {
        width: 100%;
    }
    div.services div.service.middle {
        margin: 0 30px;
    }
    div.contact iframe.map {
        width: 60%;
    }
    footer div.col360 ul li a,
    div.copy p, div.copy p a {
        font-size: 15px;
    }
    footer div.col360 {
        padding: 0 24px;
        width: 255px;
    }
}
/* ------------------------------------------------------
  Between 768px and 960px
------------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 960px) {
    div.container {
        width: 768px;
    }
    header {
        position: relative;
    }
    header nav#top-nav {
        width: 100%;
        padding: 7px 0 40px 0;
    }
    header nav#top-nav ul li {
        height: 50px;
        margin: 0;
    }
    header nav#top-nav ul li a {
        padding: 0 10px;
        font-size: 12px;
    }
    div.top_social {
        width: 12px;
        position: absolute;
        right: 0;
        padding: 17px 0 0 0;
    }
    div.promo_text div.promo_right {
        font-size: 14px;
    }
    div.promo_text div.promo_right p {
        margin: 0 0 10px 0;
    }
    div.services {
        text-align: center;
    }
    div.services div.service {
        width: 360px;
    }
    div.services div.service a img {
        width: 100%;
    }
    div.services div.service.middle {
        margin: 0 0;
    }
    div.services div.service:nth-child(2) {
        float: right;
    }
    div.services div.service:nth-child(3) {
        display: inline-block;
        float: none;
    }
    div.contact iframe.map {
        width: 100%;
        margin-bottom: 25px;
    }
    footer div.col360 ul li a,
    div.copy p, div.copy p a {
        font-size: 15px;
    }
    footer div.col360 {
        padding: 0 24px;
        width: 50%;
    }
    footer div.col450 {
        width: 70%;
        padding: 25px 0 0 0;
    }
    div.promo_text {
        bottom: 10px;
        padding: 19px 0 0 0;
        background-image: none;
        background-color: #fff;
    }
    div.promo_text div.promo_left h3 {
        font-size: 24px;
    }
    div.promo_text div.promo_left {
        width: 200px;
    }
    div.contact div.contact_info {
        width: 100%;
    }
    div.contact div.contact_info form {
        float: right;
        width: 50%;
    }
    div.contact_text {
        width: 50%; float: left;
    }

}

/* ------------------------------------------------------
  Between 480px and 768px
------------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 768px) {
    div.wrapper.mobile {
        display: block;
        position: relative;
    }
    header a#top-logo {
        display: none;
    }
    div.container {
        width: 100%;
    }
    header {
        position: relative;
    }
    header nav#top-nav {
        display: none;
    }
    div.top_social {
        width: auto;
        right: 0;
        z-index: 998;
        position: absolute;
        padding: 17px 0 0 0;
    }
    div.top_social a.ico {
        float: right;
    }
    div.top_social a.ico.facebook { background: transparent url("../gfx/header/bg_ico_facebook_w.png") no-repeat 0 0; }
    div.top_social a.ico.twitter { background: transparent url("../gfx/header/bg_ico_twitter_w.png") no-repeat 0 0; }
    div.top_social a.ico.search { background: transparent url("../gfx/header/bg_ico_search_w.png") no-repeat 0 0; }
    div.promo {
        padding: 0;
    }
    div.promo_text div.promo_right,
    div.promo_text div.promo_left {
        width: 100%;
        border: none;
        height: auto;
    }
    div.promo_text div.promo_right {
        font-size: 14px;
    }
    div.promo_text div.promo_right p {
        margin: 0 0 10px 0;
    }
    div.promo_text {
        bottom: auto;
        top: 150px;
        padding: 19px 0 0 0;
        background-image: none;
        background-color: #fff;
    }
    div.promo_text div.promo_left {
        text-align: center;
    }
    div.promo_text div.promo_left h3 {
        font-size: 24px;
        display: inline;
    }
    div.promo_text div.promo_left h3 br {
        display: none;

    }
    div.services {
        text-align: center;
    }
    div.services div.service {
        width: 90%;
        display: inline-block;
        float: none;
    }
    div.services div.service a img {
        width: 100%;
    }
    div.services div.service.middle {
        margin: 0 0;
    }
    div.offer_text {
        font-size: 15px;
        line-height: 20px;
    }
    div.emphasized {
        padding: 0 10px;
    }
    div.emphasized div.emphasized_left,
    div.emphasized div.emphasized_right {
        width: 100%;
        padding: 10px;
    }
    div.emphasized div.emphasized_left {
        font-size: 15px;
        line-height: 22px;
    }
    div.emphasized div.emphasized_right  {
        padding: 0 0 270px 0;
    }
    div.emphasized div.emphasized_right div.green_buble p {
        font-size: 30px;
    }
    div.contact iframe.map {
        width: 100%;
        margin-bottom: 25px;
    }
    footer div.col360 ul li a,
    div.copy p, div.copy p a {
        font-size: 15px;
    }
    footer div.col360 {
        padding: 0 24px;
        width: 50%;
    }
    footer div.col450 {
        width: 70%;
        padding: 25px 0 0 10px;
    }
    div.contact {
        padding: 0 10px 30px 10px;
    }
    div.contact div.contact_info {
        width: 100%;
    }
    div.contact div.contact_info form {
        float: right;
        width: 100%;
    }
    div.contact_text {
        width: 100%; 
        float: left;
    }
    div.copy {
        padding: 10px;
    }
    div.html_edited {
        padding: 0 10px;
    }
    div.c_left,
    div.c_right {
        width: 100%;
    }
    div.c_right {
        padding: 0 10px;
    }
    div.wrapper.lead.home  div.promo_text {
        display: block;
    }
    div.promo_text {
        display: none;
    }
    div.wrapper.lead {
        height: 100px;
        background-position: 50% 0;
    }
    div#page-top {
        padding: 0 10px;
    }
    div#page-top h1 {
        font-size: 21px;
    }
    div.iptv div.column {
        width: 90%;
        margin: 0 5% 30px 5%;
    }
    form.form div.half {
        width: 100%;
    }

}


/* ------------------------------------------------------
  Under 480px
------------------------------------------------------ */
@media only screen and (max-width: 480px) {
    body {
        font-size: 12px; 
    }
    div.wrapper.mobile {
        display: block;
        position: relative;
    }
    header a#top-logo {
        display: none;
    }
    div.container {
        width: 100%;
    }
    header {
        position: relative;
    }
    header nav#top-nav {
        display: none;
    }
    div.top_social {
        width: auto;
        right: 0;
        z-index: 998;
        position: absolute;
        padding: 17px 0 0 0;
    }
    div.top_social a.ico {
        float: right;
    }
    div.top_social a.ico.facebook { background: transparent url("../gfx/header/bg_ico_facebook_w.png") no-repeat 0 0; }
    div.top_social a.ico.twitter { background: transparent url("../gfx/header/bg_ico_twitter_w.png") no-repeat 0 0; }
    div.top_social a.ico.search { background: transparent url("../gfx/header/bg_ico_search_w.png") no-repeat 0 0; }
    div.promo {
        height: auto;
        padding: 0;
    }
    div.promo_text div.promo_right,
    div.promo_text div.promo_left {
        width: 100%;
        border: none;
        height: auto;
    }
    div.promo_text div.promo_right {
        font-size: 14px;
    }
    div.promo_text div.promo_right p {
        margin: 0 0 10px 0;
    }
    div.promo_text {
        top: 60px;
        bottom: auto;
        height: 501px;
        padding: 19px 0 0 0;
        background-image: none;
        background-color: #fff;
    }
    div.wrapper.lead {
        height: 470px;
    }
    div.promo_text {
        height: 385px;
    }
    div.promo_text div.promo_left {
        text-align: center;
    }
    div.promo_text div.promo_left h3 {
        font-size: 20px;
        display: inline;
    }
    div.promo_text div.promo_left h3 br {
        display: none;
    }
    div.promo_text div.promo_right {
        padding: 0 0 0 10px;
    }
    div.services {
        text-align: center;
    }
    div.services div.service {
        width: 90%;
        display: inline-block;
        float: none;
    }
    div.services div.service a img {
        width: 100%;
    }
    div.services div.service.middle {
        margin: 0 0;
    }
    div.offer_text {
        font-size: 15px;
        line-height: 20px;
    }
    div.emphasized {
        padding: 0 10px;
    }
    div.emphasized div.emphasized_left,
    div.emphasized div.emphasized_right {
        width: 100%;
        padding: 10px;
    }
    div.emphasized div.emphasized_left {
        font-size: 12px;
        line-height: 22px;
    }
    div.emphasized div.emphasized_right  {
        padding: 0 0 270px 0;
    }
    div.emphasized div.emphasized_right div.green_buble p {
        font-size: 12px;
        line-height: 18px;
    }
    div.contact iframe.map {
        width: 100%;
        margin-bottom: 25px;
    }
    footer div.col360 ul li a,
    div.copy p, div.copy p a {
        font-size: 15px;
    }
    footer div.col360 {
        padding: 0 24px;
        width: 100%;
        border: none;
    }
    footer div.col450 {
        width: 100%;
        padding: 25px 0 0 10px;
    }
    div.contact {
        padding: 0 10px 30px 10px;
    }
    div.contact div.contact_info {
        width: 100%;
    }
    div.contact div.contact_info form {
        float: right;
        width: 100%;
    }
    div.contact_text {
        width: 100%; 
        float: left;
    }
    div.copy {
        padding: 10px;
    }
    div.html_edited {
        padding: 0 10px;
    }
    div.c_left,
    div.c_right {
        width: 100%;
    }
    div.c_right {
        padding: 0 10px;
    }
    div.wrapper.lead.home  div.promo_text {
        display: block;
    }
    div.promo_text {
        display: none;
    }
    div.wrapper.lead {
        height: 100px;
        background-position: 50% 0;
    }
    div#page-top {
        padding: 0 10px;
    }
    div#page-top h1 {
        font-size: 21px;
    }
    div.iptv div.column {
        width: 90%;
        margin: 0 5% 30px 5%;
    }
    form.form div.half {
        width: 100%;
    }
}