body {
	font-family: Arial, sans-serif, Tahoma;
}

h1 {
	font-size: 36px;
	font-family: Arial, sans-serif, Tahoma;
	font-weight: 400;
	color: #393185;
}

h3 {
	font-family: Arial, sans-serif, Tahoma;
	color: #E5353A;
	font-size: 18px;
	text-align: center;
}

p {
	font-family: Arial, sans-serif, Tahoma;
	padding-bottom: 10px;
	color: #231F20;
}

.sixteen p {
	font-family: Arial, sans-serif, Tahoma;
	color: #2B2A29;
	font-size: 14px;
	text-align: justify;
}

.slider h1 span {
	display: block;
	line-height: 1em;
	text-transform: none;
	font-size: 32px;
	font-family: Arial, sans-serif, Tahoma;
	font-weight: 400;
	color: #E11118;
}

/* header start*/
#header img {
    float: right;
}
.container .nine.columns {
    width: 540px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#header img {
		float: left;
	}
	.container .nine.columns{
	   width: 300px;
	   display: table;
	}
}



@media only screen and (max-width: 767px) {
	.logo h1 {
		width: 174px; /*change height and width as per your logo*/
		height: 147px;
		margin: 0 auto;
	}
	#header img {
		float: left;
	}
	.container .nine.columns{
       width: 300px;
       display: table;
    }
    #menu select {
    display: block;
    width: 60%;
}
}
@media only screen and (max-width: 480px) {
    #header img {
        float: left;
    }
    .container .nine.columns{
       width: 300px;
       display: table;
    }
    #menu select {
    display: block;
    width: 60%;
}
}
.sf-menu ul {
	background: #fff none repeat scroll 0 0;
	display: none;
	font-size: 13px;
	left: 1px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 44px; z-index : 9999;
	border: 1px solid #393185;
	z-index: 9999;
}

#menu ul ul {
	float: left;
	padding-top: 0px;
	z-index: 999;
	margin-left: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

.icon-caret-down::before {
	color: #393185;
}

.btn-big span {
	background: #393185;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	padding: 10px 0 15px 40px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	height: 0px;
	font-family: Arial, sans-serif, Tahoma;
}

.btn-big span:hover {
	background: #e31e24;
}

.eight a {
	font-size: 16px;
	font-family: Arial, sans-serif, Tahoma;
	text-shadow: none;
	color: #ffffff;
	text-align: center;
	padding: 10px 39px 0;
	height: 30px;
}

.btn-big:hover {
	background: #e31e24;
	box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow: 2px 2px 2px #888888;
	-moz-box-shadow: 2px 2px 2px #888888;
}

.btn-big {
	background: #393185;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
	height: 35px;
	margin-top: 10px;
	padding-right: 40px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#header {
	background: none repeat scroll 0 0 #ffffff;
	padding: 0px 0 !important;
	width: 100%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}



#menu ul {
	padding-top: 54px;
	z-index: 999;
	float: left;
	margin-left: -5px;
}

#menu .selected {
	background: url("../images/nav-arrow2.png") no-repeat scroll center
		bottom rgba(0, 0, 0, 0);
	color: #393185 !important;
	padding-bottom: 15px;
}

.sf-menu ul li.arrow-top i {
	left: 32px;
	position: relative;
	top: -20px;
}

.sf-menu li ul li a::after {
	border: medium none;
	content: "";
	font-family: "FontAwesome";
	font-size: 11px;
	font-weight: normal;
	left: 5px;
	margin-right: 4px;
	top: 13px;
}

.sf-menu li ul li a:hover {
	color: #fff;
}

#menu .sf-menu li ul li {
	margin-top: -10px;
}

#menu .sf-menu li ul li:FIRST-CHILD {
	margin: 0 0 -8px 0;
}

#menu .sf-menu li ul li:FIRST-CHILD:HOVER {
	background-color: #fff;
}

.container p {
	margin-left: 10px;
}

#menu ul li {
	margin: 0 10px 0 6px;
	padding: 5px 0;
	text-align: left;
}

#menu ul li ul li {
	margin: 0;
	padding: 5px 0;
}

#menu ul li:FIRST-CHILD {
	margin-left: 0px;
}

#menu ul li a {
	font-size: 20px;
	font-family: Arial, sans-serif, Tahoma;
	padding: 5px 5px;
	font-weight: 200;
}

#menu ul li a:hover {
	color: #fff;
}

#menu ul > li.sfHover {
	background: #393185;
    border-radius: 3px ;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px ;
}
#menu ul > li.sfHover > a {
	color: #fff !important;
}

.sfHover ul li a {
	color: #231f20 !important;
}

#menu ul li:hover {
	background: #393185;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

#menu ul li ul li:hover {
	background: green;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	padding-top: -10px;
}

.sf-menu ul li {
	width: 150px;
}

#menu ul li ul li a {
	font-size: 16px;
	font-family: Arial, sans-serif, Tahoma;
	text-align: left;
	margin: -5px 0;
	padding: 10px 0 13px 23px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

#menu .sf-menu .sfHover ul li a:hover {
	background: #393185 none repeat scroll 0 0;
}

#menu ul li a:hover {
	color: #FFFFFF !important;
	font-weight: 200;
	font-size: 20px;
}

#menu ul li ul li a:hover {
	color: #FFFFFF !important;
	font-weight: 200;
	font-size: 16px;
}
/*header stop*/
.features li h2 {
	color: #393185;
	margin-bottom: 0;
	font-family: Arial, sans-serif, Tahoma;
}

/*footer start*/
h4 {
	font-size: 13px;
	margin-bottom: 10px;
	color: #E31E24;
	font-family: Arial, sans-serif, Tahoma;
}

.three  p {
	color: #231F20;
	font-family: Arial, sans-serif, Tahoma;
}

.three  p a {
	color: #231F20;
	font-family: Arial, sans-serif, Tahoma;
}

.three  p a:hover {
	color: #393185;
	font-family: Arial, sans-serif, Tahoma;
}

.page-divider2 {
	background: url("../images/page-divider.png") no-repeat scroll center
		top rgba(0, 0, 0, 0);
	display: inline-block;
	height: 99px;
	margin: -33px auto -55px;
	width: 940px;
}

#contactform input.submit {
	background: #393185;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393185',
		endColorstr='#393185'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#393185),
		to(#393185));
	background: -moz-linear-gradient(center top, #393185, #393185) repeat
		scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(top, #393185, #393185);
	border: 0px solid #393185;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 1) inset;
	color: #ffffff !important;
	cursor: pointer;
	font-family: Arial, sans-serif, Tahoma;
	font-size: 11px;
	font-weight: 700;
	height: 35px;
	line-height: 11px;
	padding: 13px;
	text-transform: uppercase;
	width: auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#393185),
		to(#393185));
	background: -moz-linear-gradient(center top, #393185, #393185) repeat
		scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(top, #393185, #393185);
}

#contactform input.submit:hover {
	background: #e31e24; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31e24',
		endColorstr='#e31e24'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e31e24),
		to(#e31e24)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e31e24, #e31e24);
	/* for firefox 3.6+ */
	background: -o-linear-gradient(top, #e31e24, #e31e24);
	box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow: 2px 2px 2px #888888;
	-moz-box-shadow: 2px 2px 2px #888888;
}

#cookieInfo {
	background-color: #fdf7de;
	bottom: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: none;
	font-size: 13px;
	padding: 13px 25px 20px;
	position: fixed;
	width: 100%;
	z-index: 200;
	display: none;
}

#cookieInfo .close_cookie {
	background-color: #fff;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	height: 18px;
	padding: 1px 10px;
	position: absolute;
	right: 30px;
	top: -15px;
	width: 99px;
	z-index: 2046;
}

.divider-dotted {
	border-top: 1px dotted #cccccc;
	display: inline-block;
	margin: 8px auto;
	width: 100%;
}

.help-block {
	color: red;
}

.errors {
	color: red;
}

#contactform input.form-control:focus, #contactform textarea.form-control:focus,
	#contactform select.form-control:focus {
	border-color: #393185 !important;
	box-shadow: 0 0 10px;
	-webkit-box-shadow: 0 0 10px;
	-moz-box-shadow: 0 0 10px;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus,
	input:focus, button:focus, button:active, button:hover {
	outline: 0px !important;
	-webkit-appearance: none;
}

.map,.five iframe{
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	display: inline-block;
	height: 146px;
	margin-left: 10px;
	padding: 4px;
	width: 262px;
}



.fb_iframe_widget {
	display: inline-block;
	float: right;
	position: relative;
}

/*footer stop*/
