/** style.css
 *
 * Theme Name:	Creiden base theme
 * Theme URI:	http://en.wp.obenland.it/the-bootstrap/
 * Description:	A WordPress Theme based on Bootstrap, from Twitter. It features a 100% responsive layout, a superb gallery and image handling with a custom image meta widget and carousel for gallery post-formats, the Glyphicon Icon set, a clean and simple design and a lot more! The Bootstrap runs on HTML5 and CSS3, a 12-column grid and comes with custom jQuery plugins. See the Bootstrap documentation on GitHub for reference.
 * Author:		Konstantin Obenland
 * Author URI:	http://en.wp.obenland.it/
 * Version:		2.0.1
 * Tags:		black, blue, white, light, custom-background, custom-header, custom-menu, featured-images, flexible-header, flexible-width, full-width-template, left-sidebar, microformats, post-formats, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns
 * Text Domain:	the-bootstrap
 * Domain Path:	/lang
 *
 * License:		GNU General Public License v3.0
 * License URI:	http://www.gnu.org/licenses/gpl-3.0.html
 *
 *
 *	Copyright (C) 2012 Konstantin Obenland <konstantin@obenland.it>
 *
 *	This program is free software: you can redistribute it and/or modify
 *	it under the terms of the GNU General Public License as published by
 *	the Free Software Foundation, either version 3 of the License, or
 *	(at your option) any later version.
 *
 *	This program is distributed in the hope that it will be useful,
 *	but WITHOUT ANY WARRANTY; without even the implied warranty of
 *	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *	GNU General Public License for more name.
 *
 *	You should have received a copy of the GNU General Public License
 *	along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
/* =WordPress Core
 -------------------------------------------------------------- */
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	padding-left: 5px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	padding: 0 9px 9px;
	text-align: center;
}
.wp-caption .wp-caption-text {
	padding-top: 9px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.thumbnail {
	border: none;
}
/* = Creiden bootstrap template edit
 -------------------------------------------------------------- */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
*:before, *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
[class*="col-"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[class*="col-"]:before, [class*="col-"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
	-webkit-oultine: none;
	-moz-oultine: none;
}
a, a:focus, a:hover {
	color: #45a142;
	text-decoration: none;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-ms-transition: color 300ms;
}
a:hover {
	color: #000 !important;
}
*:foucs {
	-webkit-outline: none;
	-moz-outline: none;
	outline: none;
}
input:focus, textarea:focus, .btn-primary:hover, .btn-primary:focus, .btn:focus, .btn:active:focus, .btn.active:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-outline: none;
	-moz-outline: none;
	outline: none;
}
.col-xs-fifth {
	width: 20%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.error404 {
	margin: 163px 0;
}
/** Disable Responsive **/
.container {
	width: 1170px;
}
@media (min-width: 768px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
/** RTL Theme **/
[class*="col-"] {
	float: right;
}
/* = Typography
 -------------------------------------------------------------- */
html, body {
	height: 100%;
}
body {
	font-family: 'droidkufi', Arial;
	font-weight: 400;
	line-height: 1.2em;
	-webkit-font-smoothing: antialiased;
	color: #2a2a2a;
	direction: rtl;
	-moz-direction: rtl;
	-ms-direction: rtl;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 30px;
	font-weight: 600;
	line-height: 1.2em;
	color: #2a2a2a;
}
h1 {
	font-size: 37px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 15px;
	line-height: normal;
	color: #2a2a2a;
	margin: 0 0 20px;
	padding: 0;
}
img {
	/*max-width: 100%;*/
	height: auto;
}
.grid1 {
	margin-bottom: 10px;
}
.grid2 {
	margin-bottom: 20px;
}
.grid3 {
	margin-bottom: 30px;
}
.grid4 {
	margin-bottom: 40px;
}
.grid5 {
	margin-bottom: 50px;
}
.grid6 {
	margin-bottom: 60px;
}
.grid10 {
	margin-bottom: 100px;
}
.color {
	color: #45a142;
}
.listStyle {
	padding: 0;
	margin: 0;
	list-style: none;
}
.mainBtn {
	background-color: #20215d;
	color: white;
	padding: 4px 6px;
	border: none;
	border-radius: 0;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.mainBtn:hover {
	background-color: #fec70b;
	color: #20215d;
}
@keyframes creiden_popup {
0% {transform: scale(0.5);opacity: 0.1;}
100% {transform: scale(1);opacity: 1;}
}
@-webkit-keyframes creiden_popup {
0% {-webkit-transform: scale(0.5);opacity: 0.1;}
100% {-webkit-transform: scale(1);opacity: 1;}
}
@-moz-keyframes creiden_popup {
0% {-moz-transform: scale(0.5);opacity: 0.1;}
100% {-moz-transform: scale(1);opacity: 1;}
}
@-o-keyframes creiden_popup {
0% {-o-transform: scale(0.5);opacity: 0.1;}
100% {-o-transform: scale(1);opacity: 1;}
}
/** Typography End **/
/* = Header
 -------------------------------------------------------------- */
header {
	margin-bottom: 75px;
}
.topHeader {
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0 25px;
}
.headerText {
	float: right;
}
.headerText p {
	font-weight: 600;
	font-size: 20px;
	line-height: 1em;
	margin: 36px 0;
}
.headerLogo {
	float: left;
}
.menuBar {
	border-bottom: 1px solid #e5e5e5;
	font-size: 0;
	text-align: center;
	position: relative;
}
.menuBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menuBar li {
	list-style: none;
	font-size: 14px;
	position: relative;
	line-height: 1.5em;
}
.menuBar > nav > ul > li {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0;
	margin: 0 10px;
}
.menuBar > nav > ul > li > a {
	font-size: 16px;
	line-height: 20px;
	padding: 16px 20px;
	display: block;
	color: #5a5a5a;
	font-weight: 600;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
}
.menuBar > nav > ul > li:hover > a, .menuBar > nav > ul > li.current-menu-item > a, .menuBar > nav > ul > li.current-menu-ancestor > a {
	background-color: #45a142;
	color: white;
}
.menuBar > nav > ul > li:hover > a, .menuBar > nav > ul > li.current-menu-item > a, .menuBar > nav > ul > li.current-menu-ancestor > a:hover {
	color: #fff !important;
}
.menuBar .sub-menu {
	position: absolute;
	min-width: 100%;
	right: -9999px;
	z-index: 9999;
	background-color: white;
	top: 0;
	margin-top: 0;
	border-bottom: 1px solid #e5e5e5;
	transition: margin-top 0.3s ease-out;
	-webkit-transition: margin-top 0.3s ease-out;
	-moz-transition: margin-top 0.3s ease-out;
	-o-transition: margin-top 0.3s ease-out;
	-ms-transition: margin-top 0.3s ease-out;
}
.menuBar nav > ul > li > .sub-menu {
	right: -9999px;
	top: 100%;
	border-top: none;
	margin-top: 10px;
}
.menuBar nav li:hover > .sub-menu {
	display: block;
	right: 100%;
}
.menuBar nav > ul > li:hover > .sub-menu {
	right: 0;
	margin-top: 0;
}
.menuBar .sub-menu .sub-menu {
	margin-right: -1px;
}
.menuBar .sub-menu a {
	display: block;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	padding: 10px;
	transition: margin-top 0.3s ease-out;
	-webkit-transition: margin-top 0.3s ease-out;
	-moz-transition: margin-top 0.3s ease-out;
	-o-transition: margin-top 0.3s ease-out;
	-ms-transition: margin-top 0.3s ease-out;
}
.menuBar .sub-menu li:first-child > a {
	border-top: 1px solid #e5e5e5;
}
.menuBar .sub-menu li:hover > a {
	background-color: #fafafa;
}
.menuBar .sub-menu li.current-menu-item > a, .menuBar .sub-menu li.current-menu-ancestor > a {
	background-color: #e5e5e5;
}
.menuBar .searchFormIcon {
	position: static;
}
.menuBar .searchFormIcon > span {
	width: 28px;
	height: 28px;
	display: block;
	background-color: #45a142;
	line-height: 28px;
	color: #FFF;
	font-size: 17px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	margin-top: 12px;
	margin-bottom: 12px;
}
.menuBar .searchFormIcon .searchform {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	bottom: -1px;
	display: none;
	animation: creiden_popup 0.5s;
	-webkit-animation: creiden_popup 0.5s;
	-moz-animation: creiden_popup 0.5s;
	-o-animation: creiden_popup 0.5s;
}
.menuBar .searchFormIcon.openSearch .searchform {
	display: block;
}
.menuBar .searchFormIcon .searchform input {
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	left: 0;
	padding: 3px 0 3px 45px;
	width: 100%;
	height: 100%;
	line-height: 1.7em;
	font-size: 36px;
	color: #5a5a5a;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.menuBar .searchFormIcon .searchform input:focus {
	color: #2a2a2a;
	border-color: #c5c5c5;
}
.menuBar .searchFormIcon .searchform button {
	position: absolute;
	left: 0;
	border: none;
	border-right: 1px solid #e5e5e5;
	height: 70%;
	width: 70px;
	cursor: pointer;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: transparent;
	color: #5a5a5a;
	font-size: 36px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.menuBar .searchFormIcon .searchform button:hover {
	color: #2a2a2a;
	border-color: #c5c5c5
}
/** Header End **/
/* = Page Title
 -------------------------------------------------------------- */
.page-header {
	margin: 0 0 75px;
	height: 250px;
	padding: 0;
	border: none;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: none;
}
.page-header h1 {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255,255,255,0.6);
	height: 120px;
	width: 530px;
	line-height: 120px;
	color: #0d0d0d;
}
/** Page Title End **/
/* = Footer
 -------------------------------------------------------------- */
.copyright {
	background: #45a142;
	text-align: center;
	display: table;
	width: 100%;
	height: 50px;
	vertical-align: middle;
}
.copyright p {
	color: #fff;
	line-height: 50px;
	margin: 0;
	font-size: 13px;
	word-break: break-all;
}
.copyright p a {
	color: #fff;
}
/** Footer End **/
/* = Advanced Search
 -------------------------------------------------------------- */
.advancedSearch {
	background-color: #ecf0f1;
	padding: 35px;
	font-size: 0;
	margin-bottom: 70px;
}
.copyright p:first-child {
	text-align: right;
}
.copyright p:last-child {
	text-align: left;
}
.copyright p {
	color: #fff;
	margin: 0;
	margin: 0 -15px;
	vertical-align: middle;
	font-size: 13px;
	display: table-cell;
	line-height: 50px;
	width: 50%;
}
.advancedSearch .selectHolder label {
	margin: 0;
	display: block;
}
.advancedSearch .selectHolder {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	background-color: white;
	z-index: 1;
}
.advancedSearch .selectHolder.selectMonth {
	width: 245px;
}
.advancedSearch .selectHolder.selectYear {
	width: 155px;
}
.advancedSearch p {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 0;
}
.advancedSearch .selectHolder select {
	font-size: 18px;
	line-height: 40px;
	color: #5a5a5a;
	font-weight: 400;
	border: none;
	padding: 0 10px 0 50px;
	height: 40px;
	width: 100%;
	background-color: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.advancedSearch .selectHolder option {
	padding: 0;
}
.advancedSearch .selectHolder .selectIcon {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 40px;
	background-color: #45a142;
	text-align: center;
}
.advancedSearch .selectHolder .selectIcon span {
	font-size: 14px;
	color: white;
	line-height: 40px;
	display: block;
}
.advancedSearch .advancedSearchBtn {
	background-color: #45a142;
	border: 2px solid #d1d1d1;
	padding: 0;
	width: 78px;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
}
.advancedSearch .advancedSearchBtn:hover {
	border-color: #45a142;
}
.advancedSearch .advancedSearchBtn span {
	font-size: 16px;
	color: white;
	line-height: 40px;
	display: block;
}
/** Advanced Search End **/
/** Sidebar Start **/
.sidebar {
	border: 1px solid #ededed;
	padding: 20px;
}
.widget {
	overflow: hidden;
	margin-bottom: 60px;
}
.widget ul {
	padding: 0;
}
.widget li {
	float: right;
	list-style: none;
	padding: 0;
	border: 1px solid #ececec;
	border-left: 0;
	position: relative;
	cursor: pointer;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	text-align: center
}
.widget li:hover {
	background: #4099ff;
}
.shareLinkedIn .shareLinkedInInner {
	position: absolute;
	right: 0;
	opacity: 0;
}
.widget li:last-child {
	border-left: 1px solid #ececec;
}
.widget .iconShare {
	font-size: 25px;
	color: #cbcbcb;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 63px;
}
.widget li:hover .iconShare {
	color: #ffffff;
}
.widget .iconShare:hover {
	color: #fff !important;
}
.realatedLinks .widget_links a {
	padding: 15px 0;
	display: block;
	color: #0d0d0d;
	font-weight: 600;
	position: relative;
	margin-right: 25px;
}
.realatedLinks .widget_links a:before {
	content: '';
	width: 5px;
	height: 2px;
	background: black;
	position: absolute;
	top: 23px;
	right: -12px;
}
.realatedLinks .widget_links:first-child {
	border-top: 1px solid #eeeeee;
}
.realatedLinks .widget_links {
	border-bottom: 1px solid #eeeeee;
}
/* Mailchimp Sidebar Start */
.mailchimp-sidebar h6 {
	color: #434343;
	margin-bottom: 20px;
	line-height: 22px;
}
.mailchimp-sidebar .mc-field-group input[type="email"] {
	padding: 10px 20px;
	line-height: 27px;
	background: #f2f2f2;
	border: 0;
	color: #b1b1b1;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.mailchimp-sidebar .mc_signup_submit {
	position: relative;
}
.mailchimp-sidebar .mc_signup_submit input[type="submit"] {
	width: 100%;
	height: 46px;
	box-sizing: border-box;
	border: 0;
	background: #45a142;
	color: #ffffff;
	font-size: 15px;
	text-align: right;
	padding-right: 60px;
}
.mailchimp-sidebar .mc_signup_submit i {
	position: absolute;
	top: 14px;
	right: 30px;
	color: #ffffff;
	font-size: 20px;
}
.mailchimp-sidebar .inp input {
	display: none;
}
/* Mailchimp Sidebar End */
/** Sidebar End **/
.error404 .entry-title {
	text-align: center;
}
/* = Pagination
 -------------------------------------------------------------- */
.atlasPagination {
	border: solid #bfbfbf;
	border-width: 1px 0;
	font-size: 0;
	text-align: center;
	margin-bottom: 100px;
	padding: 30px 0;
}
.atlasPagination .prev-posts-link, .atlasPagination .next-posts-link {
	display: inline-block;
	margin: 0 12px;
}
.atlasPagination a {
	color: #6c6c6c;
	font-size: 17px;
	display: block;
}
.atlasPagination .prev-posts-link a:after, .atlasPagination .next-posts-link a:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 20px;
	padding: 9px;
	background-color: #434343;
	border-radius: 50%;
	color: white;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
}
.atlasPagination a:hover:after, .atlasPagination a:hover:before {
	background-color: #45a142;
}
.atlasPagination .prev-posts-link a:after {
	content: '\e875';
	margin-right: 10px;
}
.atlasPagination .next-posts-link a:before {
	content: '\e874';
	margin-left: 10px;
}
/** Pagination End **/
/* = PDF Attachments
 -------------------------------------------------------------- */
.pdfAttachments > h2 {
	font-size: 23px;
	color: white;
	background-color: #45a142;
	padding: 13px 0;
	position: relative;
	text-align: center;
}
.pdfAttachments > h2:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	border: solid transparent;
	border-width: 19px 16px 0 16px;
	border-top-color: #45a142;
}
.pdfAttachments ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.pdfAttachments ul li {
	position: relative;
}
.pdfAttachments li a {
	border: none;
	border-bottom: 1px solid #bfbfbf !important;
	border-radius: 0;
	display: block;
	font-weight: 400;
	font-size: 16px;
	border: none;
	padding: 27px 73px;
	background: none;
	position: relative;
	z-index: 1;
	margin: 0;
}
.pdfAttachments .downloadIcon {
	position: absolute;
	width: 22px;
	height: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 40px;
}
.pdfAttachments .sprite-pdf {
	background-image: url('images/pdfs.png');
	width: 23px;
	height: 26px;
	margin: 0 25px;
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.pdfAttachments .sprite-download {
	background-image: url('images/pdfs.png');
	width: 22px;
	height: 24px;
	display: inline-block;
	background-position: 0 -33px;
}
.pdfAttachments .sprite-download-active {
	background-image: url('images/pdfs.png');
	width: 22px;
	height: 0;
	display: inline-block;
	background-position: 0 -67px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.3s ease, height 0.1s ease 0.3s;
	-webkit-transition: opacity 0.3s ease, height 0.1s ease 0.3s;
	-moz-transition: opacity 0.3s ease, height 0.1s ease 0.3s;
	-o-transition: opacity 0.3s ease, height 0.1s ease 0.3s;
	-ms-transition: opacity 0.3s ease, height 0.1s ease 0.3s;
}
.pdfAttachments li:hover .sprite-download-active {
	height: 24px;
	opacity: 1;
	transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	-ms-transition: height 0.3s ease;
}
/** PDF Attachments **/
/* Accordion Start */
.responsibilities h5 {
	color: #45a142;
	margin-bottom: 40px;
}
.description {
	display: table;
	width: 100%;
	margin: 0 auto 20px;
}
.description p {
	margin: 0 auto 15px;
	color: #5a5a5a;
}
.descriptionImg {
	float: right;
	margin: 0 0 0 30px;
	position: relative;
	overflow: hidden;
	height: 184px;
	width: 270px;
	text-align: center;
}
.descriptionImg:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
.panel-default .panel-heading + .panel-collapse .panel-body, .panel-default, .panel-default .panel-heading {
	border-color: transparent;
	box-shadow: 0 0 0;
	padding: 0;
}
.panel-group {
	margin: 0 auto 110px;
}
.panel-group .panel-heading {
	border-top: solid 2px #f4f4f4;
	background: transparent;
	padding: 25px 0;
}
.panel-heading i {
	float: left;
	background: #45a142;
	color: #fff;
	padding: 0 5px;
}
.panel-group .panel+ .panel {
	margin: 0;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-group .panel:last-child {
	border-bottom: solid 2px #f4f4f4;
}
.panel-group .panel-heading a {
	color: #45a142;
	font-size: 20px;
	font-weight: 400;
}
.panel-group p {
	color: #5a5a5a;
}
.acco_title {
	float: right;
	width: 90%;
}
/* Accordion End */
/*
 * contact us form
 */
.contactUS {
	position: relative;
	overflow: hidden;
	background: rgba(15,17,17,0.8);
	padding: 110px 0 120px 0;
	text-align: right;
	margin: 0 auto 130px;
}
.contactUS label {
	width: 100%;
}
.contactUS .img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	right: 0;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.contactUS h1 {
	text-align: center;
	color: #fff;
	margin: 0 auto 90px;
}
.contactUS p {
	margin: 0;
}
.contactUS br {
	display: none;
}
.contactUS ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	width: 100%;
}
.contactUS ul li {
	margin: 0 auto 30px;
	float: right;
	width: 100%;
}
.contactUS input, .contactUS textarea {
	background: transparent;
	border: solid 1px #9e9f9f;
	border-radius: 10px;
	color: #fff;
	text-align: right;
	padding: 10px;
	z-index: 10;
}
.contactUS textarea {
	margin: 0px;
	height: 259px;
	width: 100%;
	resize: none;
}
.contactUS label {
	color: #fff;
	font-weight: 400;
	margin: 0 auto 10px;
	font-size: 15px;
}
.contactUS .submit {
	float: left;
	min-width: 180px;
	text-align: center;
	margin: 50px auto 0;
}
.wpcf7-display-none {
	float: none;
	width: 1170px;
	box-sizing: border-box;
	margin: 20px auto !important;
	border: solid 1px #9e9f9f !important;
	color: #ff0000;
	text-align: center;
	padding: 10px !important;
	clear: both;
	position: relative;
	top: 20px;
}
span.wpcf7-not-valid-tip {
	color: #ff0000;
	font-size: 1em;
	position: relative;
	display: block;
	right: 0;
	top: 10px;
	width: 100%;
	z-index: 0;
}
