﻿/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
.bgimg{
    background: url(../images/header-sm.png) center no-repeat;}
.form-custom .form-group .mrtp2:first-child:first-child{margin-top:0;}
.form-custom .form-group .mrtp2{margin-top:15px;}
.form-custom .form-group .not{margin-top:0px;}
.form-custom .form-group .col-md-2:first-child{margin-top:0px;}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.bgimg{
    background: url(../images/header-sm.png) center top no-repeat;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
.bgimg{
    background: url(../images/header-xs.png) center top no-repeat;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }