﻿/*
 *@developer: Reiyad Alkhatib AKA ONEREIK  - farwall.com
 *@version: 1.0
*/


/* bs3 fixes & resets */

.nav, .nav-pills>li>a {
    margin: 0;
}

.nav > li > a {
	padding: 0;
}

p {
	margin: 3px 0 18px;
}

a:link, a:visited {
	color: #01598b;
	transition: color 0.5s ease;
	text-decoration: underline;
	font-size: 1em;
}

a:hover {
	color: #333333;
}

a.btn, a.btn:hover, a.btn:active, a.btn:visited, button {
    color: white !important;
    background: #dc2d13 !important;
    text-decoration: none;
    text-shadow: unset;
    padding: 10px 30px;
    font-size: 1.3em;
    line-height: unset;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif;
        margin: 0;
	padding: 0;
	margin-bottom: 0.1em;
	color: #333333;
/*	font-size: 2.7em;*/
}

.nav-pills > li {
    float: none;
}

#container .moduletable {
	margin-bottom: 5px;
}

#slideshow .moduletable {
	margin-bottom: 0 !important;
}

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: #eee;
    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 !important;
    color: #282828;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    background: white;
}

textarea {
	height: 100%;
}

p.btn, .btn {
	background: #dc2d13 !important;
        color: white !important;
	border: none !important;
        text-shadow: unset;
	box-shadow: none;
        margin: 5px;
        border-radius: 0;
        font-size: 1em;
}

.checkbox, .radio {
    padding-left: 30px;
}




[class^="icon-"], [class*=" icon-"] {
    content: "f017";
}

input[type="button"], .button, input[type="submit"], button {
/*	background-position: 0% 0%;
        background-image: linear-gradient(to bottom, #ef9503, #ef9503) !important;*/
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-radius: 0;
        color: #fff !important;
        padding: 6px 12px !important;
        border: none !important;
        text-decoration: none !important;
	background-color: #0570d1 !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
	font-size: 1em !important;
	text-transform: uppercase !important;
        text-shadow: none;
        vertical-align: top;
}

input[type="button"]:hover , .button, input[type="submit"]:hover {
	color: white !important;
}



.active a{
	/*color: #292929 !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;
}

.page-header {
	padding-bottom: 0;
	padding: 15px 0 15px;
	margin: 0 0 20px;
	border: none;
}

.item-page .page-header {
	padding-bottom: 0;
	margin: 0;
	border: none;
    
}

.item-page .page-header > h2, .page-header > h1 {	
    font-size: 2em;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    color: black;
}

.blog-featured .page-header {
    padding: 0;
    margin: 0;
}

.blog-featured .page-header h1 {
    border-left: 12px solid #dc2d13;
    padding: 0 10px;
    margin-bottom: 20px;
    color: #444;
}

.item-page ul, .item-page ol {
	padding-left: 30px;
	margin-bottom: 20px;
}

ol li {
 margin-bottom: 10px;
}


.article-info-term {
	display: none;
}

dd.published {
	color: #888888;
	line-height: 0;
}

/* joomla fixes */
.blog {
	width: 100%;
	margin: 0 auto;
}

#fw-articleBody{
	width: 990px;
	margin: 0 auto;
	text-align: center;
}

.pagination ul {
	display: inline-block;
}

.pagination ul li {
	display: inline-block;
	margin-right: 15px;
}

.modal {
	position: relative;
}

.small {
	font-size: 100%;
}



header#header textarea:focus, header#header input[type="text"]:focus, header#header input[type="password"]:focus, 
header#header input[type="datetime"]:focus, header#header input[type="datetime-local"]:focus, 
header#header input[type="date"]:focus, header#header input[type="month"]:focus, header#header input[type="time"]:focus, 
header#header input[type="week"]:focus, header#header input[type="number"]:focus, input[type="email"]:focus, 
header#header input[type="url"]:focus, input[type="search"]:focus, header#header input[type="tel"]:focus, 
header#header input[type="color"]:focus, header#header .uneditable-input:focus, 
header#header select:focus, header#header textarea:focus, header#header input[type="text"]:focus, 
header#header input[type="password"]:focus, header#header input[type="datetime"]:focus, 
header#header input[type="datetime-local"]:focus, header#header input[type="date"]:focus, 
header#header input[type="month"]:focus, header#header input[type="time"]:focus, header#header input[type="week"]:focus, 
header#header input[type="number"]:focus, header#header input[type="email"]:focus, header#header input[type="url"]:focus,
header#header input[type="search"]:focus, header#header input[type="tel"]:focus, header#header input[type="color"]:focus, 
header#header .inputbox:focus, header#header select:focus, header#header textarea:focus, header#header input[type="text"]:focus, 
header#header input[type="password"]:focus, header#header input[type="datetime"]:focus, 
header#header input[type="datetime-local"]:focus, header#header input[type="date"]:focus, 
header#header input[type="month"]:focus, header#header input[type="time"]:focus, header#header input[type="week"]:focus, 
header#header input[type="number"]:focus, header#header input[type="email"]:focus, header#header input[type="url"]:focus, 
header#header input[type="search"]:focus, header#header input[type="tel"]:focus, header#header input[type="color"]:focus, 
header#header .inputbox:focus{
    border: none;
    box-shadow: none;
}

ul#productTab > li.active > a:focus {
    outline-offset: 0;
    outline: unset;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: none;
}

.input-append .add-on, .input-prepend .add-on {
    background: transparent;
    border: none;
    padding-right: 10px;
}

.cart-info .input-append .eshop-quantity a.btn {
    background-color: transparent !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 3px 0 0 3px;
    color: #666 !important;
    font-weight: bold;
}

.cart-info .eshop-quantity {
    border: none;
}

ul.unstyled li {
    list-style: none;
}

#login-form input {
    max-width: 200px;
    min-width: 200px;
}

legend {
   color: #dc2d13;
   font-size: 1.7em;
   padding-bottom: 15px;
   border-bottom: 1px solid #e7e7e7;
}

.pagination ul>li>a, .pagination ul>li>span {
    border: none;
    border: 1px solid #ddd;
    line-height: 30px;
    padding: 0 8px;
    border-radius: 3px;
}

.pagination ul>li>a {
    color: #444;
}

.pagination ul>li>span, .pagination ul>li>a:hover , .pagination ul>li>span:hover {
    background: #0570d1;
    color: white;
}

/* Jooma core components */
#member-registration {
    background: transparent;
    border: none;
    box-shadow: none;
}

#member-registration > .control-group {
    background: #f7f7f7;
    border-top: 1px solid #e7e7e7;
    padding: 15px 0;
}

.nav-tabs.nav-stacked > li > a {
    border: none;
}

.form-horizontal .control-group .controls {
    margin-left: 0;
}

.control-label label {
    padding-right: 10px;
}

ul.nav-child .nav-header {
    font-weight: bold;
    font-size: 1em;
    color: #444;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: #fcfcfc;
}

.form-horizontal .control-group .control-label {
    padding-right: 10px;
}


.fw-advanced-search .notransition {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none ease-in !important;
    transition: none !important;
}

.alert {
    background: #d5d5d5 !important;
    color: white;
    text-shadow: 1px 1px 10px black !important;
}

.alert .close {
    right: 0;
}

.eshop-buttons .input-append {
    font-size: 1em;
}

.tab-pane ul, .tab-pane ol {
	margin-left: 20px;
}

/* resets end */


/* Modules overrides and standard styles */
span.fw-hasChildCategories {
    right: 5px;
}

.fw-hasChildCategories {
    font-size: 1em;
    font-weight: bolder;
}


.fw-shadow-box {
    background: transparent;
/*    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;    */
}

.fw-shadow-box .img-polaroid {
    padding: 0;
    border: none;
    box-shadow: none;
}

#fw-login-comp {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 35px 15px 15px;
    background: white;
    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
}

#fw-login-comp form {
    background: transparent;
    border: none;
    box-shadow: unset;
    border-radius: 0;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

#user-registration, #member-registration, .item-page {
/*    border-radius: 0;
    background: white;
    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;*/
}

.item-page {
    padding: 0 0 45px;
    color: #444;
}


/* Onereik Framework */

ul.fw-social {
    display: table;
    width: 100%;
}

ul.fw-social li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px;
}

.centered-container {
    width: 1180px;
    margin: 0 auto;
    padding: 0;
    display: table;
}

.centered-container-small {
    width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.fw-inline-cols-container {
    display: table;
    width: 100%;
    white-space: nowrap;
}

.fw-inline-cols {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}

.fw-modh3 .moduletable > h3:first-child {
    padding-bottom: 10px;
    font-weight: bold;

}


.fw-padd {
    padding: 40px 0;
}

.fw-grd2 {
    width: 20%;
}

.fw-grd13 {
    width: 10%;
}

#top-bar .fw-grd13 {
    width: 5%;
}

.fw-grd25 {
    width: 25%;
}

.fw-grd3 {
    width: 30%;
}.fw-grd33 {	width: 33%;}

.fw-grd4 {
    width: 40%;
    float: left;
    display: inline-block;
    background: #0570d1;
    padding: 20px;
    color: white;
    font-size: 1.4em;
    font-weight: lighter;
}

.fw-grd41 {
    width: 410px;
    float: left;
}

.fw-grd36 {
    width: 360px;
    float: left;
}


.fw-grd5 {
    width: 50%;
}

.fw-grd6 {
    width: 58%;
    display: inline-block;
    float: right;
}

.fw-grd67 {	width: 89%;}


header#header .fw-grd67 {
    width: 94%;
}

.fw-grd8 {
    width: 80%;
}

.fw-create-date, .video_published_date {
    font-size: 0.8em;
    padding-bottom: 0;
    color: #aaa;
    padding-bottom: 10px;
}

.fw-date-views {
    padding-right: 20px;
}

.item-page .item-image {
    padding-bottom: 20px;
}

h2.fw-blog-article-title {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 0;
}

h2.fw-blog-article-title a:link, h2.fw-blog-article-title a:visited {
    color: #dc2d13;
    text-decoration: none;
    transition: color 0.3s;
}

.fw-blog-page-header {
    padding: 10px 0 0;
    margin: 0;
}

.fw-blog-item-image {
    height: 202px;
}

.fw-blog-item-image img {
        width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover !important;
    display: block;
}

.fw-main-blog-layout {
    margin-top: 10px;
}

.fw-blog-article-introtext {
    font-size: 0.8em;
    padding-bottom: 50px;
}

h1.heading-pages-common {
    font-size: 2.5em;
    margin-bottom: 40px;
    font-weight: bold;
    border-left: 10px solid #dc2d13;
    padding-left: 10px;
    text-transform: uppercase;
}

h1.fw-padd-reduce {
    margin-bottom: 20px;
}

.thumbnail {
    box-shadow: none;
    border: none;
}

.breadcrumb{
    padding: 12px 0;
    margin: 0;
    background: transparent;
    font-weight: 300;
}

.breadcrumb a:link, .breadcrumb a:visited {
    color: black;
    font-size: 0.9em;
    text-decoration: none;
}

.breadcrumb>li>.divider {
    color: black;
}

.breadcrumb>.active {
    color: #808080;
    font-style: italic;
}

.breadcrumb li:first-child {
    font-weight: 600;
}

.fw-trans-layer {
    background: rgba(53, 69, 82, 0.7);
    width: 100%;
    height: 100%;
}

#contactUsForm input, #contactUsForm textarea {
    width: 100%;
}

#contactUsForm textarea {
    height: 250px;
}

#contactUsForm input[type="submit"] {
    width: auto;
}

#fw-map .centered-container {
    border-top: 2px solid #dc2d13;
}

.fw-form-fields-submit {
    text-align: right;
}

@media  screen and (max-width: 990px){
	
	.fw-grd2, .fw-grd25, .fw-grd3, .fw-grd5, .fw-grd7, .fw-grd8 {
		width: 100%;
	}
	
	.fw-inline-cols {
		display: table;
		text-align: center;
	}
	
	.fw-modh3 .moduletable>h3:first-child {
		text-align: center;
		border: none;
		padding: 0;
	}
	
	.fw-biography-image {
		margin: 0 auto;
	}
	
	.fw-side-container h6 {
		text-align: center;
	}
	
	.breadcrumb {
		padding: 7px 20px;
	}
	
	.row-fluid .span4 {
		width: auto;
		float: none;
		display: block;
		margin: 0 auto 30px;
	}
	
	.fw-headlines-container {
		min-width: 0;
	}
	
	#slideshow {
		display: none;
	}
	
}

/* Modules responsive */

@media screen and (max-width: 850px) {
	
	.fw-news1, .fw-card-hor {
		display: block;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.fw-card-hor .card-hor-table, .biography-content {
		padding: 0 30px;
		width: auto;
	}
	
	/* .fw-news1 .card__image {
		height: auto;
		width: auto;
	}
	
	.card__image img {
		height: auto;
		width: auto;
		object-fit: contain;
	} */
	
	.fw-news1 .card__image, .fw-news1 .news__content {
		padding: 0 30px;
		margin: 0 auto;
		text-align: center;
		
	}
	
	.card__image img {
		width: auto;
		margin: 0 auto;
	}
	
	.fw-card-hor .card__image {
		float: left;
	}
	
	
	ul.fw-social {
		text-align: center;
	}
	
}