

/* Forms */

.form-box { padding: 10px; background: #444; }

form .hidden { display: none !important; }

/*form .clear { clear: both; margin: 0; padding: 0; }
form .clear-right { clear: right; margin: 0; padding: 0; }
form .clear-left { clear: left; margin: 0; padding: 0; }*/

form .zhidden { position: absolute; top: -10000px;}

form { display: block; }
form label { margin-bottom: 10px; font-weight: normal; color: #CCC; font-size: 14px; }
form input, form textarea, form select { 
  clear: both; float: none; padding: 7px; 
  box-shadow: none; border: 1px solid #333; border-radius: 4px; 
  margin: 10px 0 10px 0; font-size: 14px; 
  display: block; width: 100%; min-height: 28px; 
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  background: #666; 
  color: #FFF;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;     
}

form input:focus { background: #777; border: 1px solid #FFF !important; }
form textarea:focus { background: #777; border: 1px solid #FFF; }

form select { cursor: pointer; text-transform: uppercase; font-size: 16px; color: #FFF; border: 1px solid #333; outline: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: 40px; line-height: 40px; }
form select:focus { background: #666; border: 1px solid #FFF; }
form select option { background: #666; padding: 10px; border: none !important; outline: none !important; }

form .datepicker { cursor: pointer; background: url(../img/icons/icon-calendar.svg) no-repeat right center; background-size: 30px; }
form .float { width: 45%; float: left; margin-right: 10px; clear: right; }
form .center { text-align: center; }
form hr { margin: 15px 0 15px 0;}
form .right { float: right; }
#tabs form div.form-hide,
.order-form form div.form-hide { display: none; }

.form-hide { display: none; }

form .clear { }

form p { font-size: 14px; margin-left: 0px; }
form ul { padding: 0; margin: 0;}
form ul li { list-style-type: none; padding: 0; }
form h3 { font-weight: 100; line-height: 25px; font-size: 18px; color: #CCC; font-weight: 100; padding: 0; margin: 20px 0 10px 0; display: block; text-transform: uppercase; }
form h3:first-child { margin-top: 0px; }
form h4 { color: #E85B3B; padding: 0; margin: 0px 0 15px 0; display: block; }
form h5 { color: #333; padding: 0 0 5px 0; margin: 10px 0 10px 0; display: block; }
form p { font-size: 14px; line-height: 20px; width: 90%; }
form div.center p { display: block; margin: 10px auto; }

form h2, form h3, form h4, form h5, form h6 { font-family: 'Oswald', 'Helvetica Neue', helvetica, arial, sans-serif; }
form p { font-family: 'Open Sans','Helvetica Neue', helvetica, arial, sans-serif; font-size: 14px; }

ul li.hide-tab-btn { display: none !important; }

p.hint { color: #666; font-size:12px;}

form input.submit { padding: 10px 20px; font-family: 'Oswald', 'Helvetica Neue', helvetica, arial, sans-serif; }
form input.submit:hover { background: #212121; }

form .tick { position: absolute !important; z-index: 1000; display: none; width: 30px; height: 30px; background: url(../img/ui/icon-tick3.png) no-repeat; background-size: 100%; top: 10px; right: 10px; position: absolute; }
form .active .tick { display: block; }

/* Ordering Form with Tabs Styles */ 



/* Tables */
form table { width: 100%; background: #FFF; border: 1px solid #CCC; border-collapse:collapse; clear: both; font-size: 14px; color: #666; }

form table th { padding: 5px; border: 1px solid #CCC; font-weight: bold; text-align: left; font-size: 12px; color: #333; }
form table tr.heading { background: #EEE; }

form table tr.total { padding: 5px; font-size: 12px; line-height: 14px; border-top: 2px solid #666; font-weight: normal; }
form table tr.total th { font-weight: normal; padding: 15px; }

form table td { padding: 5px; border: 1px solid #CCC; font-size: 12px; vertical-align: middle; line-height: 14px; }
form table td a { color: #000; }
form table td a:hover { color: #29ABE2; }

form table.order td { width: 50%; }

form table.blank th { border: none; padding: 10px; margin: 0; font-weight: normal; }
form table.blank td { border: none; padding: 10px; margin: 0;  }
form table.blank input, table.blank select { margin: 0 0 10px 0; width: auto !important; }

form table td span { width: 15px; height: 15px; display: block; float: right; border-radius: 50%; -webkit-border-radius: 50%; right: 10px; top: 5px; }


form table td.view { width: 40px; padding: 0px; overflow: hidden; }
form table td.view a { width: 30px; height: 30px; display: block; margin: 0 auto; }

form table tr.clickable-row:hover { background: #F6F6F6; cursor: pointer; }
form table tr.clickable-row:hover svg { fill: #000 !important; }


/* Small Tables (Ordering System) */
form table.small { width: 100%; border: 1px solid #CCC; border-collapse:collapse; font-size: 12px; color: #666; text-align: center; }
form table.small th { width: 30%; padding: 5px 0; font-weight: bold; text-align: center; border: 1px solid #999; }
form table.small td { padding: 3px; border: 1px solid #CCC; }


/* jQuery UI tabs */

#tabbed-form { display: block; overflow: hidden; }

#tabbed-form  span.line { width: 100%; height: 2px; margin: -18px 0 0 0; background: #EEE; display: block; z-index: 1; }

#tabbed-form  #tabs { padding-top: 0px; margin-top: 30px; }

#tabbed-form .ui-tabs-nav { margin: -14px 0 0 0; text-align: left;  padding: 0; text-align: center; }
#tabbed-form .ui-tabs-nav li { 
  display: inline-block; margin: 0 2px; padding: 0; 
  width: 30px; height: 30px; 
  background-color: #CCC; 
  list-style-type: none; line-height: 100%; 
  border-radius: 50%; -webkit-border-radius: 50%; 
  -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; 
}
#tabbed-form .ui-tabs-nav li a { text-transform: uppercase; color: #666; text-decoration: none; padding: 6px; display: block; font-size: 14px; text-align: center; }
#tabbed-form .ui-tabs-nav li:hover { background: #CCC; }

#tabbed-form .ui-tabs-nav li.ui-state-active { background-color: #E85B3B; color: #FFF; margin: 0 2px; }
#tabbed-form .ui-tabs-nav li.ui-state-active a { color: #FFF; }
#tabbed-form .ui-tabs-nav li:first-child.ui-state-active, .ui-tabs-nav li:last-child.ui-state-active { margin: 0 5px; }

#tabbed-form .ui-tabs-nav li a span { display: none; }

#tabbed-form .ui-tabs-nav li span.status { width: 10px; height: 10px; display: block; position: absolute; margin: 8px 0 0 10px; border-radius: 50%; -webkit-border-radius: 50%; }
#tabbed-form .ui-tabs-nav li.complete span.status { background: #339900; }
#tabbed-form .ui-tabs-nav li.incomplete span.status { background: #CC0000; }

#tabbed-form .ui-tabs-panel { display: block; overflow: hidden; position: relative; min-height: 200px; padding: 20px 0; margin-top: 30px; }
#tabbed-form .ui-tabs-hide { display: none; }

 .button.prev-tab { float: left; width: 90px; background: url(../img/ui/arrow-prev2.svg) no-repeat 5% center; border: 1px solid #999; background-size: 20px; color: #666 !important; margin: 0; padding: 10px; }
 .button.prev-tab:hover { border: 1px solid #666; background-color: #CCC !important; color: #666; }
 .button.next-tab { float: right; width: 90px; background: url(../img/ui/arrow-next.svg) no-repeat 95% center #666; background-size: 20px; color: #FFF; margin: 0; padding: 10px; }

/* jQuery Date Picker */

#ui-datepicker-div { 
  display: block; padding: 10px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,1);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,1);
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,1);
  background-color: #212121;
  margin-top: 5px;
}
.ui-datepicker-header { height: 30px; }
.ui-datepicker-title { position: absolute; left: 50%; margin-left: -65px; width: 130px; display: block; }
.ui-datepicker-title select { font-size: 11px; text-transform: uppercase; color: #666; }
.ui-datepicker-month { margin-right: 5px; }
.ui-datepicker-prev, .ui-datepicker-next { position: absolute; display: block; margin: 0; padding: 0; background: #CCC; color: #333; text-decoration: none; border-radius: 100px; -webkit-border-radius: 100px; width: 20px; height: 20px; cursor: pointer; }
.ui-datepicker-prev { left: 10px; background: url(../img/ui/arrow-prev.svg) no-repeat left center; background-size: 20px; }
.ui-datepicker-next { right: 10px; background: url(../img/ui/arrow-next.svg) no-repeat right center; background-size: 20px; }
.ui-icon-circle-triangle-e, .ui-icon-circle-triangle-w { display: none; } /* Prev Next Text */
.ui-datepicker-calendar { width: 100%; background-color: #FFF; border: 0; border-collapse:collapse; clear: both; font-size: 14px; color: #666; }
.ui-datepicker-calendar th { padding: 5px; border: 1px solid #CCC; font-weight: bold; text-align: left; font-size: 12px; color: #333; }
.ui-datepicker-calendar td { text-align: center; padding: 0px; border: 1px solid #CCC; font-size: 12px; vertical-align: middle; line-height: 14px; color: #666; }
.ui-datepicker-calendar td a { display: block; text-align: center; text-decoration: none; padding: 5px; color: #666; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #E85B3B none repeat scroll 0% 0%;
    font-weight: bold;
    color: #FFF;
}

.ui-datepicker-today a { background: #EEE; }




form { display: block; }
form.table { display: table; }

form .grid-table-cell { display: table-cell; width: 20%; }

form .grid-half { width: 48%; margin-right: 5px; float: left; }
form .grid-half:last-child { margin-right: 0px; }

form .grid-third { width: 31%; margin-right: 5px; float: left; }
form .grid-third:last-child { margin-right: 0px; }

form .grid-quarter { width: 23%; margin-right: 5px; float: left; }
form .grid-quarter:last-child { margin-right: 0px; }

form .grid-sixth { width: 23%; margin-right: 2px; float: left; }
form .grid-sixth:last-child { margin-right: 0px; }



form .checkboxes { margin: 10px 0; overflow: hidden; }
form .checkboxes span { float: left; width: 40%; margin: 5px 10px 0 0; }
form .checkboxes span input { width: 20px; height: 20px; margin: 0 !important; float: left; display: inline-block; }
form .checkboxes span label { float: left; display: inline-block; padding: 0; margin: 0 0 0 10px; }

form .checkbox-standard { overflow: hidden; margin-bottom: 10px; }
form .checkbox-standard input { width: 20px; margin: 0 10px 0 0; float: left; display: inline-block; }
form .checkbox-standard p { float: left; margin: 5px 20px 0 0; width: auto; }
form .checkbox-standard span { color: #CCC; }

form .checkbox-standard .tick { top: 4px; right: 5px; }

form .button:hover { cursor: pointer; }
form .button.submit { padding: 12px 20px 8px 20px; float: left; background-color: #000; float: left; }
form .button.submit.thin { width: 150px; }

form .button.full { width: 100% !important; }

form .photo-preview { display: block; height: 294px; border: 3px dashed #CCC; background: no-repeat center center; background-size: 100%; text-align: center; line-height: 294px; margin-bottom: 10px; }

form .progr .progr-file { font-weight: bold; }
form .progr .percent { float: right; }

/* Input Box Mod */
form input.form-box { 
  display: block; 
  border: 1px solid #CCC inside; 
  height: 120px; 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;  
  cursor: pointer; 
  -webkit-transition: all .3s ease-in; transition: all .3s ease-in;  
}

form input.search { background: url(../img/icons/icon-search2.svg) no-repeat center right 10px; background-size: 20px; background-color: #FFF; }

.input-box.js { display: none; }
.label-box.js { display: block; border: 1px solid #999; overflow: hidden; position: relative; }
.label-box.js span { display: block; background: #999; color: #FFF; text-align: center; text-transform: uppercase; padding: 5px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; font-size: 9px; line-height: 14px; vertical-align: middle;}
.label-box img { display: block; width: 100%; height: auto; margin: 0 auto; padding: 0; background-color: #FFF; }
.label-box.js.active { border: 1px solid #000; }
.label-box.js.active span { background: #000; }

.label-box.js:hover { cursor: pointer; border: 1px solid #666; }
.label-box.js:hover span { background: #666;  }
.label-box.js.active:hover { border: 1px solid #000; }
.label-box.js.active:hover span { background: #000; }

form input:focus { border: 1px solid #000; }
form .button:focus { border: none; }
form form select:focus, form form select:hover { border: 0px; background: #666; }

form div.date-fields { float: left; overflow: hidden; margin-right: 10px; }
form label.date, form label.date-year  { font-size: 12px; }
form input.date { width: 25px; }
form input.date-year { width: 50px; }

form .datepicker { background: #666 url(../img/icons/icon-calendar.svg) no-repeat 98% center; background-size: 30px; }



form .error {  }
form .error input, form .error select { border: 1px solid #CC0000 !important; border-radius: 4px; -webkit-border-radius: 4px; }
form .error:after { content: "  This is a required field"; color: #CC0000; }

form .match input { border: 1px solid #CC0000 !important; }
form .match:after { content: "  These email fields must match" !important; color: #CC0000; }

form .invalid input { border: 1px solid #CC0000 !important; }
form .invalid:after { content: "  Please check this is a valid email" !important; color: #FF0000; }

/* Table form layout */
form .table { display: table; border-collapse: collapse; width: 100%; }
form .table .table-row { position: relative; display: table-row; margin-bottom: 10px; overflow: hidden; }
form .table .cell { display: table-cell; vertical-align: top; padding: 2px; }
form .table .cell.wide { width:50%; }
form .table .cell.small { width:20%; }

/* Form Row Options */
.form-row { display: block; overflow: hidden; margin: 0 0 10px 0; padding: 10px; background: #FFF; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.form-row * { -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.form-row img { float: right; width: 25%; margin-left: 10px; }
.form-row h5 { font-weight: bold; color: #333; font-size: 16px; margin-bottom: 10px; }
.form-row p { color: #666; font-size: 14px; }
.form-row .quantity { float: left; width: 120px; }
.form-row:hover { border-bottom: 1px solid #666; border-right: 1px solid #666; }
.form-row:hover select { background: #000; color: #FFF; cursor: pointer; }

img.thumbnail { width: 25%; height: 25%; display: block; }

form .form-option-group { clear: both; background: #F6F6F6; border-right: 3px solid #CCC; border-bottom: 3px solid #CCC; padding: 15px; padding: 20px; margin-bottom: 20px; overflow: hidden; }
form .form-option-group.white { background: #FFF; }
form .form-option-group.incomplete { }
form .form-option-group.incomplete input,
form .form-option-group.incomplete select, 
form .form-option-group.incomplete .checkbox-standard .label-box.js, 
form .form-option-group.incomplete textarea { border: 1px solid #CC0000 !important; }
form .form-option-group.incomplete h3 { padding-left: 35px; color: #CC0000; background: url(../img/ui/icon-alert-red.svg) no-repeat left center; background-size: 30px; }

/* Form Alerts */

.alert { margin-top: 10px; font-size: 14px; line-height: 18px; padding: 10px 10px 10px 45px; border: 1px solid #CCC; color: #666; text-align: center; background: url(../img/ui/icon-alert.svg) no-repeat left 10px center; background-size: 25px; }

.alert { margin: 20px 0; border-radius: 100px; -webkit-border-radius: 100px; }

.alert.success { color: #5ba85a; border: 2px solid #5ba85a; }
.alert.errors { color: #CC0000; border: 2px solid #CC0000; }

.alert p { margin: 10px 20px; display: block; font-weight: bold; text-align: center; }
.alert.errors p { color: #CC0000; }
.alert.success p { color: #5ba85a; }

#search-form li input { padding: 10px; }
#search-form li select { background: none !important; border: 1px solid #CCC !important; padding: 6px !important; color: #666 !important; }


/* Total Bar */
@keyframes highlight {
    0% { background: #333; color: #FFF; }
    40% { background: #339900; color: #FFF; }
    60% { background: #339900; color: #FFF; }
    100% { background: #333; color: #FFF; }
}

#total { position: fixed; z-index: 9999; bottom: 0; padding: 0; width: 100%; width: 100%; background: #666; }
#total section { width: 100%; padding: 0; }
#total div { background: #333; padding: 10px 0px; color: #FFF; width: 100%;  }
#total div h5 { color: #CCC; font-size: 12px; font-weight: normal; padding: 0 20px; display: block; }
#total div h5 em { float: right; text-align: right; color: #fff; font-weight: bold; margin-right: 8px; }
#total div h5 span { float: right; text-align: right; color: #fff; font-weight: bold; }


#total div.highlight { color: #FFF; animation-name: highlight; animation-duration: 4s; }
#total div.highlight h5 { color: #FFF; animation-name: highlight; animation-duration: 4s; }

/* Pagination */

/* ul.pagination { list-style: none; padding: 20px 0; display: block; margin: 0 auto; text-align: center; }
ul.pagination li { float: left; margin: 0 10px 0 0; padding: 0; }
ul.pagination li a { text-decoration: none; color: #666; padding: 10px 15px; text-align: center; background: #EEE; border-radius: 4px; -webkit-border-radius: 4px; }
ul.pagination li.active a { background: #666; color: #FFF; }
ul.pagination li:hover a { background: #CCC; color: #666; cursor: pointer; } */


/* Bottom BAR */

/* #bottom { clear: both; margin: 0; background-color: #000; bottom: 0; padding: 30px 0 20px 0; }
#bottom a, #bottom p { color: #666; font-size: 12px; }
#bottom .credit { float: left; text-align: left; }
#bottom a.admin-login { width: 120px; float: right; text-align: center; color: #FFF; background: rgba(217,217,217,0.2); margin: 0px; text-decoration: none; padding: 5px 0px; border-radius: 4px; -webkit-border-radius: 4px; }
 */
 
/* Back to Top Link */
/* #top-link { display: block; position: fixed; z-index: 5000; width: 40px; height: 40px; right: 20px; bottom: 20px; background-color: #333; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; }
#top-link:hover { background-color: #999; background-color: #212121; }
#top-link span { display: block; width: 40px; height: 40px; background: url(../img/icons/icon-arrow2.svg) no-repeat center; background-size: 20px; } */

/* Inline Tips */

/* a.tip { position: absolute; top: 10px; left: 10px; z-index: 1000; width: 35px; height: 35px; background: url(../img/icons/icon-other.svg) no-repeat center; background-size: 100%; opacity: 0.6; }
a.tip:hover { opacity: 1; }

.inline { display: none; padding: 10px; background: #FFF; } */


/* //////////////////////////////// START OF RESPONSIVE STYLES //////////////////////////////// */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
select:focus, textarea:focus, input:focus {
        font-size: 16px;
    }
}

/* //////////////////////////////// ipad mini or galaxy note version //////////////////////////////// */  

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

  #tabbed-form  span.line { margin: -23px 0 0 0;  }
  #tabbed-form  .ui-tabs-nav { margin: -19px 0 0 0; }
  #tabbed-form  .ui-tabs-nav li { width: 40px; height: 40px; }
  #tabbed-form  .ui-tabs-nav li a { padding: 12px; }
  #tabbed-form  .ui-tabs-nav li a span { display: none; }
  #tabbed-form  .ui-tabs-nav li span.status { margin: 8px 0 0 15px; }

  form .float { clear: none; }

}

/* //////////////////////////////// big ipad version //////////////////////////////// */

@media screen and (min-width: 768px) {

  .form-box { padding: 15px; }

  form .float { width: 45%; float: left; margin-right: 10px; }
  form .thin { width: 45%; }

  form h3 { font-size: 25px; line-height: 30px; }
  form h4 { font-size: 18px; line-height: 25px; }
  form h5 { font-size: 16px; line-height: 20px; }

  .box input, .box label { margin: 15px; }
  .forgot-pwd-link,
  .box .forgot-pwd-link { margin: 15px; padding: 8px; float: left;}

	/* tabs */
  #tabbed-form  #tabs { margin-top: 60px; }
  #tabbed-form  #tabs .tabs-menu { position: absolute; width: 100%; margin: -40px 0 0px 0; z-index: 5000; }
	#tabbed-form  #tabs .ui-tabs-nav li { margin: 0 5px; width: 70px; height: 70px; }
	#tabbed-form  #tabs .ui-tabs-nav li a { padding: 6px 15px; font-size: 16px; line-height: 100%; display: block; }
  #tabbed-form  #tabs .ui-tabs-nav li a span { display: block; clear: both; text-align: center; font-size: 12px; color: #666; padding: 0; margin: 10px 0 5px 0; }
  #tabbed-form  #tabs .ui-tabs-nav li.ui-state-active { }
  #tabbed-form  #tabs .ui-tabs-nav li.ui-state-active a span { color: #FFF; }
  #tabbed-form  #tabs .ui-tabs-panel { margin-top: 55px; }
  #tabbed-form  #tabs span.line { display: none; height: 2px; margin: -45px 0 0 0; }

  #tabbed-form  .button.prev-tab { margin: 0px; width: 120px; }
  #tabbed-form  .button.next-tab { margin: 0px; width: 120px; }

  #tabbed-form  #tabs .ui-tabs-nav li span.status { width: 10px; height: 10px; margin: 20px 0 0 30px; }

  #tabbed-form  .label-box.js span { padding: 10px; font-size: 12px; line-height: 18px; }

  form .button.submit { padding: 15px; }

  /* jQuery Date Picker */

  #ui-datepicker-div { padding: 15px; }
  .ui-datepicker-header { height: 30px; }
  .ui-datepicker-title { margin-left: -75px; width: 150px; }
  .ui-datepicker-title select { font-size: 14px; }
  .ui-datepicker-month { margin-right: 10px; }
  .ui-datepicker-prev, .ui-datepicker-next { width: 20px; height: 20px; }
  .ui-datepicker-prev { left: 15px; background-size: 20px; }
  .ui-datepicker-next { right: 15px; background-size: 20px; }
  .ui-datepicker-calendar { font-size: 16px; }
  .ui-datepicker-calendar th { padding: 10px; font-size: 16px; }
  .ui-datepicker-calendar td { padding: 0px; font-size: 16px; line-height: 16px; }
  .ui-datepicker-calendar td a { padding: 10px 5px; }

  /* Form */
  form table th { padding: 15px; font-size: 14px; line-height: 16px; }
  form table td { padding: 15px; font-size: 14px; line-height: 16px; }
  form table tr.total { padding: 15px; font-size: 14px; line-height: 16px; }
  form hr { margin: 20px 0 20px 0;}
  form select { font-size: 12px; }

  form .col { margin-bottom: 20px; }
  form .table .cell {padding: 5px; }

  #tabbed-form form .grid-half { width: 48%; margin-right: 10px; }
  #tabbed-form form .grid-sixth { width: 15.5%; margin-right: 5px; }
  #tabbed-form form .grid-sixth .label-box.js span { padding: 10px 5px; font-size: 10px; line-height: 16px; }

  form .alert { margin-top: 15px; font-size: 14px; line-height: 18px; padding: 15px 15px 15px 50px; background-size: 35px; }

  /* Form Row Options */
  .form-row { padding: 10px; }
  .form-row img { width: 30%; margin-left: 10px; }
  .form-row h5 { font-size: 18px; }
  .form-row p { font-size: 14px; }

  .inline { padding: 20px; }

}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 960px) {

  .box h3 { padding: 15px 30px 15px 15px; font-size: 18px; }

  form input { padding: 10px; }

  /* Tabs */
  #tabbed-form #tabs { margin-top: 80px; padding-bottom: 0px; }
  #tabbed-form #tabs .tabs-menu { margin: -35px 0 0 0; }
  #tabbed-form #tabs .ui-tabs-nav li { margin: 0 10px; width: 70px; height: 70px; }
  #tabbed-form #tabs .ui-tabs-nav li a { padding: 7px 20px; font-size: 20px; line-height: 100%; }
  #tabbed-form #tabs .ui-tabs-nav li a span { display: block; clear: both; text-align: center; font-size: 12px; color: #666; padding: 0; margin: 8px 0 3px 0;}
  #tabbed-form #tabs .ui-tabs-nav li.ui-state-active {  }
  #tabbed-form #tabs .ui-tabs-nav li.ui-state-active a span { color: #FFF; }
  #tabbed-form #tabs .ui-tabs-panel { margin: 70px 0 50px 0; }
  #tabbed-form #tabs span.line { height: 2px; margin: -45px 0 0 0; }

  #tabbed-form #tabs .ui-tabs-nav li span.status { width: 12px; height: 12px; margin: 15px 0 0 28px; }

  #tabbed-form form .grid-sixth { width: 15.5%; margin-right: 5px; }
  #tabbed-form form .grid-sixth .label-box.js span { padding: 10px 0px; font-size: 12px; line-height: 16px; }

  .form-box { padding: 20px; }

  /* Form Row Options */
  .form-row { padding: 20px; }
  .form-row img { width: 25%; margin: 0 0 0 20px; }
  .form-row h5 { font-size: 20px; }
  .form-row p { font-size: 14px; }

  .inline { padding: 30px; }

}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 1500px) {



}





