.nm-webcontact-box span.show_required{
	color: red;
}

.nm-webcontact-box span.show_description{
font-size: 11px;
color: #999;
padding-left: 5px;
}

.nm-webcontact-box > p, .nm-webcontact-box > section > p{
	float:left;
}

.nm-webcontact-box > p, .nm-webcontact-box > div, .nm-webcontact-box > section{
	margin-bottom: 1.625em;
}


.webcontact-section-header{
	text-align: center;
	
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	
	margin: 0 0 1.5em 0;
}

p.webcontact-save-button{
	
	margin: 10px auto;
	text-align: center;
}
table#section_titles tr td{
	text-align:center;
	color: #ccc;
}


/* uploader styling */
.nm-uploader-area {
	width: 100%;
	max-width: 1080px;
	border: 1px dashed;
	background: #eee;
	text-align: center;
}

.nm-uploader-area .container_buttons {
	width: 230px;
	height: 100px;
	margin: 0 auto;
}
.nm-uploader-area .filelist {
	margin-top: 20px;
}
.u_i_c_box {
	float: left;
	/* height: 200px; */
	width: 180px;
	border: 1px solid #E0DFDF;
	margin: 3px;
}
.u_i_c_box_clearfix{clear: both};
.u_i_c_tools_bar{
	display: table-cell;
}
.u_i_c_thumb {
clear: both;
height: 100px;
overflow: hidden;
}
.progress_bar {
	background: #ffc;
	margin: 25% auto;
	display: inline-block;
	width: 95%;
	border: 1px solid;
	background-color: #E0DFDF;
}
.progress_bar_runner{
	background-color: #1B4EEE;
height: 25px;
display: none;
}
.u_i_c_name {
	height: 30px;
	width: 100%;
	border-top: 1px solid #E0DFDF;
	text-align: center;
	background-color: #E0DFDF;
	overflow: hidden;
}
.select_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:25px;
	line-height:27px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.select_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.select_button:active {
	position:relative;
	top:1px;
}
.btn_center {
	margin:5px 7px;
	text-align: center;
}
.droptext{
	display: block;
	margin: 10px auto;
	color: #999;
}
.u_i_c_tools img {
	max-width: 15px;
}
.u_i_c_tools_del, .u_i_c_tools_edit, .u_i_c_tools_zoom {
	width: 15px;
margin-left: 60px;
margin: 0 auto;
display: inline-flex;
}

.token-input-list-facebook {
  width: 100% !important;
}


/* ============ pre-upload-images styling =========== */
.pre_upload_image_box{
border: 1px dashed;
background: #eee;
text-align: center;
}
.pre_upload_image_box .pre_upload_image{
width: 100px;
height: 100px;
overflow: hidden;
float: left;
text-align: center;
background-color: #FFF;
margin: 5px;
padding: 5px;
position: relative;
}

.pre_upload_image_box .input_image{
position: absolute;
bottom: 0;
background-color: #fff;
width: 100%;
}
.nm-webcontact-box p {
    float: left;
}

.nm-webcontact-box {
  /*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
  /* Content Columns */
  /* Layout Columns */
  /* Pushing blocks */
}
.nm-webcontact-box *,
.nm-webcontact-box *:after,
.nm-webcontact-box *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nm-webcontact-box body {
  margin: 0px;
}
.nm-webcontact-box [class*='col-'] {
  float: left;
  padding-right: 20px;
  padding-top: 10px;
  /* column-space */
}
.nm-webcontact-box .grid {
  width: 100%;
  /* max-width: 1140px;
  min-width: 755px; */
  margin: 0 auto;
  overflow: hidden;
}
.nm-webcontact-box .grid:after {
  content: "";
  display: table;
  clear: both;
}
.nm-webcontact-box .grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0px;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}
.nm-webcontact-box .push-right {
  float: right;
}
.nm-webcontact-box .col-1-1 {
  width: 100%;
}
.nm-webcontact-box .col-2-3,
.nm-webcontact-box .col-8-12 {
  width: 66.66%;
}
.nm-webcontact-box .col-1-2,
.nm-webcontact-box .col-6-12 {
  width: 50%;
}
.nm-webcontact-box .col-1-3,
.nm-webcontact-box .col-4-12 {
  width: 33.33%;
}
.nm-webcontact-box .col-1-4,
.nm-webcontact-box .col-3-12 {
  width: 25%;
}
.nm-webcontact-box .col-1-5 {
  width: 20%;
}
.nm-webcontact-box .col-1-6,
.nm-webcontact-box .col-2-12 {
  width: 16.667%;
}
.nm-webcontact-box .col-1-7 {
  width: 14.28%;
}
.nm-webcontact-box .col-1-8 {
  width: 12.5%;
}
.nm-webcontact-box .col-1-9 {
  width: 11.1%;
}
.nm-webcontact-box .col-1-10 {
  width: 10%;
}
.nm-webcontact-box .col-12-12 {
  width: 100%;
}
.nm-webcontact-box .col-1-11 {
  width: 9.09%;
}
.nm-webcontact-box .col-1-12 {
  width: 8.33%;
}
.nm-webcontact-box .col-11-12 {
  width: 91.66%;
}
.nm-webcontact-box .col-10-12 {
  width: 83.333%;
}
.nm-webcontact-box .col-9-12 {
  width: 75%;
}
.nm-webcontact-box .col-5-12 {
  width: 41.66%;
}
.nm-webcontact-box .col-7-12 {
  width: 58.33%;
}
.nm-webcontact-box .push-2-3,
.nm-webcontact-box .push-8-12 {
  margin-left: 66.66%;
}
.nm-webcontact-box .push-1-2,
.nm-webcontact-box .push-6-12 {
  margin-left: 50%;
}
.nm-webcontact-box .push-1-3,
.nm-webcontact-box .push-4-12 {
  margin-left: 33.33%;
}
.nm-webcontact-box .push-1-4,
.nm-webcontact-box .push-3-12 {
  margin-left: 25%;
}
.nm-webcontact-box .push-1-5 {
  margin-left: 20%;
}
.nm-webcontact-box .push-1-6,
.nm-webcontact-box .push-2-12 {
  margin-left: 16.667%;
}
.nm-webcontact-box .push-1-7 {
  margin-left: 14.28%;
}
.nm-webcontact-box .push-1-8 {
  margin-left: 12.5%;
}
.nm-webcontact-box .push-1-9 {
  margin-left: 11.1%;
}
.nm-webcontact-box .push-1-10 {
  margin-left: 10%;
}
.nm-webcontact-box .push-1-11 {
  margin-left: 9.09%;
}
.nm-webcontact-box .push-1-12 {
  margin-left: 8.33%;
}
@media handheld, only screen and (max-width: 767px) {
  .nm-webcontact-box {
    /* Mobile Layout */
    /* Layout Columns */
  }
  .nm-webcontact-box .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }
  .nm-webcontact-box [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
  }
  .nm-webcontact-box [class*='mobile-col-'] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */

    padding-bottom: 0px;
  }
  .nm-webcontact-box .mobile-col-1-1 {
    width: 100%;
  }
  .nm-webcontact-box .mobile-col-2-3,
  .nm-webcontact-box .mobile-col-8-12 {
    width: 66.66%;
  }
  .nm-webcontact-box .mobile-col-1-2,
  .nm-webcontact-box .mobile-col-6-12 {
    width: 50%;
  }
  .nm-webcontact-box .mobile-col-1-3,
  .nm-webcontact-box .mobile-col-4-12 {
    width: 33.33%;
  }
  .nm-webcontact-box .mobile-col-1-4,
  .nm-webcontact-box .mobile-col-3-12 {
    width: 25%;
  }
  .nm-webcontact-box .mobile-col-1-5 {
    width: 20%;
  }
  .nm-webcontact-box .mobile-col-1-6,
  .nm-webcontact-box .mobile-col-2-12 {
    width: 16.667%;
  }
  .nm-webcontact-box .mobile-col-1-7 {
    width: 14.28%;
  }
  .nm-webcontact-box .mobile-col-1-8 {
    width: 12.5%;
  }
  .nm-webcontact-box .mobile-col-1-9 {
    width: 11.1%;
  }
  .nm-webcontact-box .mobile-col-1-10 {
    width: 10%;
  }
  .nm-webcontact-box .mobile-col-1-11 {
    width: 9.09%;
  }
  .nm-webcontact-box .mobile-col-1-12 {
    width: 8.33%;
  }
  .nm-webcontact-box .mobile-col-11-12 {
    width: 91.66%;
  }
  .nm-webcontact-box .mobile-col-10-12 {
    width: 83.333%;
  }
  .nm-webcontact-box .mobile-col-9-12 {
    width: 75%;
  }
  .nm-webcontact-box .mobile-col-5-12 {
    width: 41.66%;
  }
  .nm-webcontact-box .mobile-col-7-12 {
    width: 58.33%;
  }
  .nm-webcontact-box .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}




/*------------ iPhone----------------*/
@media all
and (max-width : 568px) { 
.u_i_c_box {
	margin-left: auto !important;
	margin-right: auto !important;
	height: 200px;
	width: 180px;
	border: 1px solid gainsboro;
	float: none !important;
}
}