/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) { 
        .wpb_column.left_padding_desktop_2vw > .vc_column-inner {
            padding-left: 0 !important;
          }

          .wpb_column.right_padding_desktop_2vw > .vc_column-inner {
            padding-right: 0 !important;
          }
          .starcolumn{position: absolute;
            width: 730px;
            height: 600px;
            right: 0;}
          }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 999px) {

        .starcolumn{
            width: 730px;
            height: 330px;
           }


	      }
/* Medium Devices, Desktops */
    @media only screen and (max-width : 959px) {
	    
	    .vc_col-sm-pull-8 {

    right: 0;

}
.vc_col-sm-push-4 {

    left: 0;

}
	    
	    

    }
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	   
	 
	    .form-field.half {

    width: 100%;
    float: left;

}
.starcolumn {
           
    height: 260px;
  }


    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
        
	   

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
   