/*
 *@developer: Reiyad Alkhatib AKA ONEREIK  - farwall.com
 *@version: 1.0
*/

@charset "UTF-8";

* {
	margin: 0;
}

html,body  {
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	top: 0;
	padding: 0;
	height: 100%;
	
}

body {
	background: #ffffda;
	color: black;
}


#body-wrapper {
	min-height: 100%;
	width: 1200px;
	margin: 0 auto;
}


header#header {
    width: 100%;
    background: #7b0000;
    height: 110px;
    margin-top: 1em;
    border-top-left-radius: 110px;
}

#logo {
    position: relative;
    left: 30px;
    top: 22px;
    z-index: 99999;
    float: left;
    display: inline-block;
    max-width: 300px;
}

#languages {
	float: right;
	display: inline-block;
	width: 300px;
	height: 110px;
	background: #CDA783;
	padding: 40px;
	padding-right: 5px;
	padding-left: 80px;
}


#accord-menu {

}


#accord-menu ul {
	border-top: 1px solid #4A0000;
	border-bottom: 1px solid #4A0000;
}

#accord-menu ul li {
	font-size: 1.35em;
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 10px;
	border-bottom: 1px solid #4A0000; 
	cursor: pointer;
}


#accord-menu ul li:last-child {
	border-bottom: none;
}


#accord-menu ul li:hover {
	background: #650000;
	color: white !important;

}

#accord-menu ul li.active {
	background: #650000;
}


#accord-menu ul li a:link {
	color: white;
	padding: 5px;
	border-radius: 5px;
}

#accord-menu ul li a:visited {
	color: white;
}


#accord-menu ul li a:hover {
	background: transparent;
}

#accord-menu ul li > span a:hover {
	text-decoration: none;
}



#accord-menu ul.nav-child {
    z-index: 99999999 !important;
    position: relative;
    margin-top: 15px;
    margin-left: -10px;  
    display: none;
    left: 0;
    border: none;          
}

.desktop_submenu_expanded {
	display: block;
}

#accord-menu ul li:hover > ul.nav-child {
}



#accord-menu ul.nav-child li {
	float: none;
	display: block;
	border: none;
	text-align: left;
	text-indent: 10px;
	margin: 0 !important;
	margin-bottom: 0.1em !important;
	padding: 4px !important;
	padding-left: 0;
	font-weight: bold !important;
	font-size: 0.9em !important;
	line-height: 28px;
	
	
}

#accord-menu ul.nav-child li a:link, #accord-menu ul.nav-child li a:visited {
	color: white !important; 
	text-decoration: none !important;
}

#accord-menu ul.nav-child li:hover > li, 
#accord-menu ul.nav-child li:hover,  
#accord-menu ul.nav-child li a:hover{
	color: white !important;
	background: #7b0000 !important;
	
}



#accord-menu ul.nav-child ul.nav-child {
    left: 160px;
    margin-top: -30px;
    position: absolute;
	box-shadow: -10px 0px 10px 1px #0e0e0e;
}

#accord-menu ul li.active ul.nav-child {
	display: block;
}

#accord-menu ul.nav-child li.current {
	background: #7b0000 !important;
}

.btn_navbar {
  display: none;
  position: relative;
  left: 0;
  right: 18px;
  height: 6px;
  background: white;
  width: 100px;
  cursor: pointer;
  margin: 0 auto;
}

.btn_navbar::before,
.btn_navbar::after {
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  content: "";
}

.btn_navbar::before {
  top: -10px;
}

.btn_navbar::after {
  bottom: -5px;
}

#inner-content {
	display: inline-block;
	width: 100%;
	background: #ffffda;
	overflow: hidden;
	margin-bottom: -10px;
	/*table-layout: fixed;	*/
}

#absolute-radius {
	height: 100px;
	width: 1200px;
	z-index: 0;
	position: absolute;
	background: #7b0000;
}

#main-content {
	padding-bottom: 1em;
	background: #ffffda;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 100%;
	padding-bottom: 100px;
	padding-top: 0;
	border-top-left-radius: 50px;
	z-index: 1;
	position: relative;
}

.content-pad {
	position: relative;
	top: 3em;
}


#absolute-left-sidebar {
	width: 180px;
	height: 100%;
	background: #7b0000;
	position: absolute;
	z-index: 9;
}

#inner-left-sidebar {
	width: 180px;
	position: relative;
	height: 100%;
	float: left;
	display: inline-block;
	font-size: 0.9em;
	background: #7b0000;
	padding-bottom: 900000px;
	margin-bottom: -900000px;
	z-index: 10;
	padding-top: 10px;
}

#inner-left-sidebar h3{
	color: #666;
}

#inner-right-sidebar {
	position: relative;
	width: 300px;
	float: left;
	display: inline-block;
	background: #ffffda;
	padding-bottom: 90000px;
	margin-bottom: -90000px;
	z-index: 1;
}


#inner-right-sidebar img {
	width: 100%;
}


.shared-width {
	display: inline-block;
	float: left;
	padding-bottom: 1em;
	background: #ffffda;
	padding-top: 40px;
	padding-left: 40px;
	border-top-left-radius: 50px;
	width: 720px;
	 
}

.full-width {
	display: inline-block;
	float: left;
	padding-bottom: 1em;
	width: 1020px;
}

#slideshow {
	width: 100%;
	margin-bottom: 2em;
	display: table;
}


.top-inner, .bottom-inner {
	width: 100%;
}



footer#footer {
	width: 1200px;
	min-height: 40px;
	position: fixed;
	bottom: 0;
	background: rgba(205, 167, 131, 0.9);
	overflow: hidden;
	padding-top: 2px;
	z-index: 2;
}

footer#footer a:link, footer#footer a:visited {
    color: white;
    transition: color 0.5s ease 0s;
}


#footer_content {
	width: 100%;
	margin: 0 auto;
	display: table;
	padding-top: 10px;

}

.footer-copyrights {
	width: 100%;
	padding-left: 190px;
	margin: 0 auto;
	text-align: center;
	color: white;
}



/* components & moduletable overwrite *//* components & moduletable overwrite */
/* components & moduletable overwrite */
/* components & moduletable overwrite *//* components & moduletable overwrite */
/* components & moduletable overwrite *//* components & moduletable overwrite */
.page-header {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.page-header h1, 
.page-header h1 a:link, .page-header h1 a:visited,
.page-header h2 a:link, .page-header h2 a:visited {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 1em;
	color: black;
}

.page-header h2 {
	color: black;
}

.top-inner h3 {
	font-size: 2.31em;
	color: black;
}


img {
	max-width: 100% !important;
	max-height: 100%;
	height: auto !important;
}


.customfb {
  position: relative;
  top: -25px;
  right: -110px
}



/* bs3 fixes & resets */
.nav > li > a {
	padding: 0;
}

a:link, a:visited {
	color: #A00000;
	/* transition: color 0.5s ease;*/
}

a:hover {
	color: #a87262;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.6em;
	color: black;
}

#container .moduletable {
	margin-bottom: 0.5em;
}


ul {
	
}

ul li a:active {
	background: transparent !important;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: none;
    box-shadow: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    width: 100%;
}

textarea {
	height: 100%;
}

p.btn, .btn {
	background: transparent !important;
	border: none !important;
	box-shadow: none;	
}

.icon-chevron-right {
	display: none;
}

[class^="icon-"], [class*=" icon-"] {
	background-image: url('../images/');
}

.btn  {
	background-position: 0% 0%;
background-image: linear-gradient(to bottom, #790200, #7b0000) !important !important;
		-webkit-border-radius: 8;
		-moz-border-radius: 8;
		border-radius: 8px;
		color: #ffffff !important;
		padding: 5px 10px 5px 10px !important;
		border: solid #8f6707 1px !important;
		text-decoration: none;
	background-color: #790200 !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
}


a.btn {
	background-position: 0% 0%;
background-image: linear-gradient(to bottom, #790200, #7b0000) !important !important;
		-webkit-border-radius: 8;
		-moz-border-radius: 8;
		border-radius: 8px;
		color: #ffffff !important;
		padding: 5px 10px 5px 10px !important;
		border: solid #8f6707 1px !important;
		text-decoration: none;
	background-color: #790200 !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
}

.btn a:hover, a.btn:hover {
	background-position: 0% 0%;
background-image: linear-gradient(to bottom, #8a1111, #901717) !important !important;
		text-decoration: none;
	background-color: #8a1111 !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
}


input[type="button"], .button, input[type="submit"] {
		background-position: 0% 0%;
background-image: linear-gradient(to bottom, #790200, #7b0000) !important !important;
		-webkit-border-radius: 8;
		-moz-border-radius: 8;
		border-radius: 8px;
		color: #ffffff !important;
		padding: 5px 10px 5px 10px !important;
		border: solid #8f6707 1px !important;
		text-decoration: none;
	background-color: #790200 !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;

}


.active a{
	color: white !important;
}

.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}


blockquote {
  background: #f9f9f9;
  border-left: none;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.fw-author {
	font-size: 0.8em;
}

/* resets end */


/* MOBILE SUBMENU */
#accord-menu ul li.parent span a > .desktop_submenu {
	color: white;
	background-image: url('../images/topdaddy.png');
	background-position: 100% 50%;	
	width: 15px;
	height: 15px;
	display: block;
	float: right;
	margin-right: 10px;
	margin-top: 2px;
    transition: -moz-transform 0.3s ease-in 0s;
    transition: -webkit-transform 0.3s ease-in 0s;
    transition: -o-transform 0.3s ease-in 0s;
    transition: transform 0.3s ease-in 0s;

}


#accord-menu ul li.parent:hover span > a span.desktop_submenu {
	transform: rotate(0deg) scale(1) !important;
}

.mobile_submenu {
	color: white;
	display: none;
	float: right;
	font-size: 2.5em;
	font-weight: bold;
	background: #0e0e0e;
	padding: 0 10px 0 10px;

}

.mobile_submenu_expanded {
	display: none;
}



img {
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 1200px) {

#body-wrapper, header#header {
	width: 100%;
	height: auto;
}

#absolute-radius {
	width: 100%;
}

header#header {
	width: 100%;
	height: auto !important;
	margin: 0;
	top: 0;
	border-radius: 0;
}

header#header {
	display: table;
}

footer#footer, .footer-copyrights {
	width: 100%;
}

#logo {
	max-width: 20%;
	height: auto;
}


#languages, #inner-right-sidebar {
	width: 20%;
}

#inner-left-sidebar, #absolute-left-sidebar {
	width: 18%;
}

.shared-width {
	width: 62%;
}

.full-width {
	width: 72%;
}

#slideshow {
    display: table-caption;
    position: relative;
    text-align: center;
}

#logo {
	margin-bottom: 10px;
}

	

img {
	max-width: 100%;
	height: auto;	
}


	
}


@media screen and (max-width: 960px) {

#logo img {
	max-width: 130px !important;
	height: auto;
}


} /*960Dim*/


@media screen and (max-width : 860px) {

#logo img {
	max-width: 130px !important;
	height: auto;
}



} /*860Dim*/


@media screen and (max-width: 730px) {
.visible-phone {
	display: none !important;
}

.desktop_submenu {
	display: block !important;
}

.mobile_submenu {
	display: block !important;
}

#accord-menu ul li:hover > ul.nav-child {
    display:none;
}


#absolute-radius {
	display: none;
}

#accord-menu ul li.active ul.nav-child {
	display: block;
}

#body-wrapper, header#header {
	width: 100%;
	height: auto;
}

header#header {
	width: 100%;
	height: auto !important;
	margin: 0;
	top: 0;
	border-radius: 0;
}

footer#footer, .footer-copyrights {
	width: 100%;
}

#logo, #languages {
	text-align: center;
	display: block;
	float: none;
	margin-right: 0;
	margin-bottom: 0.5em;
	max-width: 100%;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

#logo {
	margin-bottom: 10px;
}

#logo img {
	max-width: 100px !important;
	height: auto;
}

#languages {
	padding: 10px 0;
}
	
.nav_toggled_expanded {
	display: block !important;
}

.btn_navbar {
	display: block;	
}

#accord-menu .moduletable {
	margin-bottom: 0;
}

#accord-menu {
	display: table;
	width: 100%;	
}

#accord-menu ul {
	display: none;
	margin-top: 30px;
	border: none;
	
}

#inner-content {
	margin-top: -9px;
}

#inner-left-sidebar {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
}

#absolute-left-sidebar {
	display: none;
}

#inner-left-sidebar .content-pad{
	top: 0;
	margin: 0;
	position: relative;
	display: table;
	padding: 15px 0;
	width: 100%;

}

.content-pad {
	top: 0;
	margin: 0;
	position: relative;
	display: table;
	padding: 30px 0;
	width: 100%;
	
}

#main-content, .shared-width, .full-width {
	position: relative;
	float: none;
	display: block;
	width: 100%;
}

#main-content {
	padding-bottom: 1em;
}

#inner-right-sidebar {
	display: block;
	float: none;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-bottom: 100px;
}

#inner-right-sidebar img {
	width: auto !important;
	height: auto !important;
}

#slideshow {
	position: relative;
	display: table-caption;
	text-align: center;
}


.footer-copyrights {
	width: 100%;
	padding-left: 0;
}

	
}


/* Extra Small Devices, Phones */ 
@media screen and (max-width : 480px) {


.customfb {
	float: left;
	margin-left: 120px;
}

	
}

    /* Custom, iPhone Retina */ 
@media screen and (max-width : 320px) {
	
}

