/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
	
	.navbar-toggle{
		display:block !important;
		background-color: #f9a11c;
    	border-radius: 10px;
    	padding: 10px 15px;
	}
	
	.header-v6 .navbar-nav > li a{
		color:white !important;
	}
	
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

/**********************************
/*Styles Added for the 2018 Page */
/*Added to Remove Inline Styles and include styles needed */
/*Added on 7/10/17 */
/********************************/

.white{
	color:white;
}

.font-25{
	font-size:25px;
}

.button400 {
	width:360px;
	height: 38px;
	font-size: 15px;
	font-family: "Open Sans", Arial, sans-serif;
	text-align:center;
	vertical-align: middle;
	line-height: 38px;       /* the same as your div height */
	margin:10px 2px 10px 0px;
	background-color:#EC570C;
	color: #ffffff;
	border:0px;
}

.button400:hover  {
	background-color:#033e83;
}


.button200RT {
	float:right;
	width:200px;
	height: 35px;
	font-size: 14px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align: middle;
	line-height: 39px;       /* the same as your div height */
	margin:10px 2px 10px 0px;
	background-color:#033e83;
	color: #ffffff;
	border:0px;
}

.button200RT:hover  {
	background-color:#EC570C;
}

.button400 a:hover,
.button200RT a:hover{
	color:white;
	text-decoration:none;
}

.box_gray {
    width: 95%;
    text-align: center;
    margin: 10px 10px 15px 15px;
    background-color: #666666;
}

.box_gray p{
	color:white;
	vertical-align:bottom;
	font-size:16px;
	padding:20px 15px;
	font-weight:500;
}

#attend-list ul,
#buyers-list ul{
	padding-left:60px
}

.indented{
	margin-left:40px;
}

.footer-v6 .footer .contacts li{
	color:white;
}

.footer-v6 .footer .contacts li a{
	color:#72c02c !important;
}

.sponsor{
	border-bottom: 1px solid #eee;
	margin-bottom:20px;
}

.error{
	color:red !important;
	border-color:red !important;
}

.error::-webkit-input-placeholder{
	color:red !important;
}

.error::-moz-placeholder{
	color:red !important;
}

.error:-ms-input-placeholder{
	color:red !important;
}

.error:-moz-placeholder{
	color:red !important;
}

#sky-form1 input{
	transition:all ease .2s;
}

.sky-form{
	margin-top:30px !important;
}

@media (max-width: 1199px) {
	.header-v6 .navbar-nav > li > a{
		padding: 10px 2px 10px 20px !important;
	}

}