/* CSS Document */

/*
	Theme Name: Margo
	Description: Margo - Responsive Template
	Version: 1.0
	Author: iThemesLab
	Website: http://ithemeslab.com
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Slider                   */
/*   04 - Main Page Elements       */
/*   05 - Revolution Slider        */
/*   06 - Shortcodes Elements      */
/*   07 - Portfolio Styles         */
/*   08 - Single Project Styles    */
/*   09 - Blog Styles              */
/*   10 - Single post Styles       */
/*   11 - Sidebar Styles           */
/*   12 - Footer Styles 		   */
/*   13 - Plugins Styles 	  	   */





@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);





/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    line-height: 21px;
	font-weight: 300;
	color: #666;
	background: url(../images/patterns/1.png) fixed repeat;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	color: #444;
}

h1 {
    font-size: 24px;
	line-height: 30px;
}

h2 {
    font-size: 22px;
	line-height: 28px;
}

h3 {
    font-size: 18px;
	line-height: 24px;
}

h4 {
    font-size: 16px;
	line-height: 22px;
}

h5 {
    font-size: 14px;
	line-height: 20px;
}

h6 {
    font-size: 12px;
	line-height: 18px;
}

p {
    color: #666;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0;
}

p strong {
	font-weight: 600;
}

.accent-color-bg {
	color: #fff;
}

.fittext {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.6em;
    margin-bottom: 35px;
	color: rgba(0,0,0, 0.8);
}

.fittext strong {
	font-weight: 700;
}

.page-content p {
	margin-bottom: 15px;
}

.wite-text {
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.image-text {
	margin-right: 10px;
}

a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.main-button:hover, input[type="submit"]:hover {
	background: #444;
	color: #fff;
}

a.main-button i {
	font-size: 1.2em;
}

input[type="submit"] {
	border: none;
}

.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}
#home {position:relative;}
#home .img-slider {position:absolute; top:0px; bottom:0px; height:100%}
#content {
	padding: 60px 0;
}

#content.full-sections {
	padding: 0;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.section.repeat-bg {
	background-repeat: repeat;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	-o-background-size: auto !important;
	background-size: auto !important;
}

.bg-parallax {
	background-attachment: fixed;
}

.section-video {
	position: absolute;
	z-index: 33;
	left: 0;
	top: -100px;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.section-video object {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video-content {
	z-index: 35;
	position: relative;
	opacity: 0.98;
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 34;
	opacity: 0.7;
}

.light-section {
	color: #fff;
}

.light-section .testimonials {
	color: #666;
}

.light-section .testimonials .testimonial-content p {
	color: #c4c4c4;
}

#container {
    background-color: #fff;
}

.boxed-page {
  position: relative;
  width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.boxed-page header {
  width: 1220px;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}






/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
	position: fixed;
	top: 0;
    width: 100%;
	z-index: 9999999;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed-header {
	opacity: 0.95;
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.top-bar {
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.top-bar.color-bar {
	border-bottom: 0;
}

.top-bar.color-bar a {
	color: rgba(255,255,255,.6);
}

.top-bar.color-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.color-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.1);
}

.top-bar.color-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar.dark-bar {
	background-color: #444;
	border-bottom: 0;
}

.top-bar.dark-bar a {
	color: rgba(255,255,255,.4);
}

.top-bar.dark-bar a:hover {
	color: rgba(255,255,255,1) !important;
}

.top-bar.dark-bar ul.social-list li a i {
	border-left: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar ul.social-list li:last-child a i {
	border-right: 1px solid rgba(255,255,255,.08);
}

.top-bar.dark-bar .contact-details li a:before {
	color: rgba(255,255,255,.2);
}

.top-bar a {
	color: #666;
}

.top-bar .contact-details li {
	display: inline-block;
}

.top-bar .contact-details li a:before {
	position: relative;
	content: "|";
	font-size: 13px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
}

.top-bar .contact-details li a:before {
	color: #666;
}

.top-bar .contact-details li:first-child a:before {
	display: none;
}

.top-bar .contact-details li a {
	font-size: 12px;
	display: block;
	line-height: 32px;
}

ul.social-list {
    float: right;
}

ul.social-list li {
    float: left;
}

ul.social-list li a {
    display: inline-block;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a:hover {
	color: #fff;
}

ul.social-list li a.facebook:hover {
	background-color: #507CBE;
}

ul.social-list li a.twitter:hover {
	background-color: #63CDF1;
}

ul.social-list li a.google:hover {
	background-color: #F16261;
}

ul.social-list li a.dribbble:hover {
	background-color: #E46387;
}

ul.social-list li a.linkdin:hover {
	background-color: #90CADD;
}

ul.social-list li a.tumblr:hover {
	background-color: #4D7EA3;
}

ul.social-list li a.flickr:hover {
	background-color: #E474AF;
}

ul.social-list li a.instgram:hover {
	background-color: #4D4F54;
}

ul.social-list li a.vimeo:hover {
	background-color: #87D3E0;
}

ul.social-list li a.skype:hover {
	background-color: #36C4F3
}

ul.social-list li a i {
	font-size: 1em;
	display: block;
	width: 34px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-left: 1px solid #f2f2f2;
}

ul.social-list li:last-child a i {
	border-right: 1px solid #f2f2f2;
}
.wpb-mobile-menu{
	display: none;
}

.slicknav_menu{
	display: none;
}
.navbar-toggle{
	display: none;
}
.navbar {
	margin-bottom: 0;
	background: #be0b09;
	min-height:50px;
	border: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.navbar-brand {
	position: relative;
	padding: 27px 0;
	margin: 0!important;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.navbar-header .navbar-brand > img.logo-open {display:block;}
.navbar-header .navbar-brand > img.logo-off {display:none;}
@media (max-width:768px){
.navbar-header .navbar-brand > img.logo-open {display:none;}
.navbar-header .navbar-brand > img.logo-off {display:block;}
}
.navbar-default .navbar-nav {
	margin-right: 10px!important;
	position: relative;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li {
    margin-left: 6px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
	display: block;
    font-size: 14px;
	font-weight: 600;
    padding: 39px 15px 39px 15px;
	overflow: hidden;
	 text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-bottom: 2px solid;
}

.navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav > li > a:after {
	position: absolute;
	bottom: 0;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	width: 5px;
	opacity: 0;
	margin: 0 0 -3px -2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
}

.navbar-default .navbar-nav > li > a.active:after {
	opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
	background-color: #fff;
    visibility: hidden;
    z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
	opacity: 1;
}

.dropdown li, .sup-dropdown li {
	position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.dropdown li:first-child, .sup-dropdown li:first-child {
    border-top: none;
}

.dropdown li a, .sup-dropdown li a {
    display: block;
    color: #666;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 11px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
}


.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	padding-left: 18px;
}

.dropdown li a i {
	margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
	background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

.search-side {
	position: relative;
	float: right;
	top: 19px;
	right: -15px;
	margin-top:14px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.show-search {
	position: relative;
	display: block;
	float: right;
}


.navbar .search-form {
}

.navbar .search-form form input[type="text"] {
	border:0px none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
	padding: 5px 14px;
	color: #9d9d9d;
	margin-right:-40px;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
	outline: none;
	box-shadow: none;
}
.navbar .search-form form input[type="submit"] {
	border-radius: 15px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}
.navbar .search-form form {
}





/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 33%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 40%;
	height: 100%;
	color: #fff;
}

#main-slide .carousel-indicators {
	display:none;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0px;
	-webkit-border-radius:35px 0px 0px 35px;
	-moz-border-radius:35px 0px 0px 35px;
	-o-border-radius:35px 0px 0px 35px;
	border-radius:35px 0px 0px 35px;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0px;
	-webkit-border-radius:0px 35px 35px 0px;
	-moz-border-radius:0px 35px 35px 0px;
	-o-border-radius:0px 35px 35px 0px;
	border-radius:0px 35px 35px 0px;
}

#main-slide .carousel-control i{
	background: #b41513;
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 7px 9px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h2{
	font-size: 76px;
	font-weight: 100;
	text-transform: uppercase;
    color: #555;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3{
	font-size: 19px;
	font-weight: 300;
	margin-top: 10px;
	text-transform: uppercase;
    text-align: center;
    color: #555;
}

.slider.btn{
	padding: 10px 40px;
	margin-top: 40px;
	font-size: 20px;
	color:#be0b09;
	background:transparent;
	text-transform: uppercase;
	line-height: 28px;
	border: 2px solid #be0b09;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset;
  	-webkit-box-shadow: 0 0px 0 rgba(0,0,0,0.1) inset;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}




/*------------------------------------------*/
/*	   03 - Main Page Elements
/*------------------------------------------*/

.page-banner {
    padding: 30px 0;
    background: url(../images/slide-02-bg.jpg) center;
	border-bottom: 1px solid #eee;
}

.page-banner h2 {
	font-weight: 500;
	text-transform: uppercase;
}

.page-banner p {
	font-weight: 300;
}

ul.breadcrumbs {
    float: right;
	margin-top: 15px;
}

.no-subtitle ul.breadcrumbs {
	margin-top: 4px;
}

ul.breadcrumbs li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
    margin-left: 3px;
	color: #999;
	float: left;
}

ul.breadcrumbs li:before {
    content: '/';
	margin: 0 4px 0 2px;
	color: #bbb;
}

ul.breadcrumbs li:first-child {
	margin: 0;
}

ul.breadcrumbs li:first-child:before {
    content: '';
	margin: 0;
}

ul.breadcrumbs li a {
	color: #666;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

label {
	font-size: 13px;
	color: #666;
	font-weight: 300;
	cursor: pointer;
}

label .required {
	color: #ED2C3A;
	margin-left: 2px;
}

input[type="submit"] {
    outline: none;
}

.widget-search input[type="search"],
#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea, .email {
    color: #666fb5;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.widget-search input[type="search"]:focus,
#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
  	-webkit-box-shadow: 0 0 3px #eee;
}

.mail_response {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.name-missing, .email-missing, .message-missing {
    opacity: 0;
    color: #ED2C3A;
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.error-page {
    padding: 90px 0;
    text-align: center;
}

.error-page h1 {
    font-size: 160px;
    line-height: 140px;
    font-weight: 700;
    color: #333;
}

.error-page h3 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 300;
}

.error-page p {
    font-size: 22px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px
}

#map {
	position: relative;
	height: 350px;
	width: 100%;
}




/*------------------------------------------*/
/*	     05 - Shortcodes Elements
/*------------------------------------------*/

/*************** Dividers ***************/

.margin-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-top {
    margin-top: 30px;
}

.hr1 {
	height: 1px;
}

.hr2 {
	height: 0;
	border-bottom: 1px solid #eee;
}

.hr3 {
	height: 0;
	border-bottom: 1px dotted #eee;
}

.hr4 {
	height: 0;
	border-bottom: 1px dashed #eee;
}

.hr5 {
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
}
.classic-title {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
	font-size: 30px;
	color: #b41513;
}


/*************** branches ***************/

#branches {background: #bababa; padding: 25px 0;}
#branches img {margin:10px; display:inline-block;}
#branches h1 {display:inline-block; color:#FFF; text-transform: uppercase;}



/*************** Al-Omar News ***************/
.Al-Omar-News {padding-top:30px;}
.Al-Omar-News .post-row {
	margin-bottom: 20px;
}

.Al-Omar-News .left-meta-post {
	float: left;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	overflow: hidden;
}
.Al-Omar-News .News-head .post-date {
	padding: 8px 0;
	width: 42px;
	background-color: #f2a822;
	color: #505050;
	text-align:center;
	display:inline-block;
	border-radius:2px;
}

.Al-Omar-News .News-head .post-date .day {
	font-size: 20px;
	font-weight: 700;
	display: block;
	letter-spacing: 1px;
}

.Al-Omar-News .News-head .post-date .month {
	display: block;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 11px;
	letter-spacing: 1px;
}
.Al-Omar-News .News-head h2 {display: inline-block; color:#505050; font-size: 16px; line-height: 20px; margin-left: 5px;}
.Al-Omar-News .news-images {margin-top:10px; display:block; overflow:hidden; border-radius:3px;}
.Al-Omar-News .news-text {margin-top:10px;}
.Al-Omar-News .news-text p {color:#505050; font-size:13px; font-family:'Open Sans', sans-serif; line-height:17px; margin:0;font-weight: 400;}

/*************** Al-Omar News ***************/
.Al-Omar-Announcement {padding-top: 40px;}
.Al-Omar-Announcement .Announcement {background:#f5f5f5; border-radius:5px; margin-bottom:20px;}
.Al-Omar-Announcement .Announcement-head {}
.Al-Omar-Announcement .Announcement-head h2 {line-height: 40px;}
.Al-Omar-Announcement .Announcement-images {}
.Al-Omar-Announcement .Announcement-text {}
.Al-Omar-Announcement .Announcement-text h3 {}
.Al-Omar-Announcement .Announcement-text p {font-weight:400; line-height:18px;}
.Al-Omar-Announcement .bottom {margin-top: 10px; padding-bottom:10px;}
.Al-Omar-Announcement .bottom p {font-weight:300; line-height:18px;}


/*************** Al-Omar Content ***************/

.Al-Omar-Content {padding: 40px 0px;}

/*************** Buttons ***************/

.btn {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.btn-system {
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
  	border:0;
  	text-transform: uppercase;
  	font-weight: 400;
}

.btn-system:last-child {
	margin-right: 0;
}

.btn-system {
	font-size: 1em;
	width: auto;
}

.btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}

.btn-system:hover {
	opacity: 0.8;
}

.btn-system.border-btn:hover {
	opacity: 1;
	color: #fff;
}

.btn-system.border-btn.btn-gray:hover {
	background-color: #444;
	color: #fff;
}

.btn-system.border-btn.btn-black:hover {
	background-color: #111;
	color: #fff;
}

.btn-system.border-btn.btn-wite:hover {
	background-color: #fff;
}

.btn-system.btn-gray {
	background-color: #444;
}

.btn-system.btn-black {
	background-color: #111;
}

.btn-system.btn-wite{
	background-color: #fff;
}

.btn-system.border-btn.btn-gray {
	background-color: transparent;
	border: 1px solid #444;
	color: #444;
}

.btn-system.border-btn.btn-black {
	background-color: transparent;
	border: 1px solid #111;
	color: #111;
}

.btn-system.border-btn.btn-wite {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-large {
	font-size: 14px;
	padding: 9px 22px;
}

.btn-medium {
	font-size: 14px;
	padding: 7px 18px;
}

.btn-small {
	padding: 5px 15px;
}

.btn-mini {
	padding: 3px 12px;
}

.btn-large.border-btn {
	padding: 8px 22px;
}

.btn-medium.border-btn {
	padding: 6px 18px;
}

.btn-small.border-btn {
	padding: 4px 15px;
}

.btn-mini.border-btn {
	padding: 2px 12px;
}



.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
footer {background:#b41513; padding:60px 0px;}
footer .links {}
footer .links a {color:#FFF; display:block; font-weight:700; text-transform: uppercase;}
footer .links a.active, footer .links a:hover {color:#eb9800;}
footer .social {margin: 30px 0;}
footer .social a {
	font-size: 25px;
	border: 1px solid;
	height: 45px;
	width: 45px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
}
footer .social a.instagram {color:#FFF; border-color:#f8902e;}
footer .social a.facebook {color:#39599f; border-color:#39599f;}
footer .social a.twitter {color:#45b0e3; border-color:#45b0e3;}
footer .social a.youtube {color:#FFF; border-color:#d97ab0;}
footer .social a.sms {color:#2f2f2f; border-color:#cc212c;}
footer .social a:hover {color:#FFF; border-color:#FFFFFF;}
footer .social a i {}
footer #contact_form {}
footer #contact_form h2 {}
footer #contact_form .form-control {border:0px none;}
footer #contact_form input.form-control {border-radius:17px;}

a {
    color: #ee3733;
}

.accent-color {
	color: #ee3733;
}

.accent-color-bg {
	background-color: #ee3733;
}

.top-bar a:hover {
	color: #ee3733;
}

.section-overlay {
	background-color: #ee3733;
}

.top-bar.color-bar {
	background-color: #ee3733;
}

.service-box .read-more {
	color: #ee3733;
}

a.main-button, input[type="submit"] {
	background-color: #eb9800;
}
.slicknav_btn {
  border-color: #FFF;
}
.slicknav_btn:hover {
  background: #ee3733;
}
.slicknav_menu .slicknav_icon-bar {
  background: #FFF;
}
.slicknav_nav a:hover,
.slicknav_nav .active {
  color: #ee3733;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a.active {
	color: #eb9800;
}

.dropdown > li:hover > a, .sup-dropdown li:hover > a {
	color: #eb9800;
}

.navbar-default .navbar-nav > li > a:after {
	background-color: #eb9800;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
	border-color: #eb9800;
}

.dropdown  li a.active, .sup-dropdown li a.active {
	color: #ee3733;
}

ul.breadcrumbs li a:hover {
    color: #ee3733;
}

.full-width-recent-projects .portfolio-item:hover .portfolio-thumb .thumb-overlay {
	background-color: #ee3733;
}

.tp-caption.color-bg {
	background-color: #ee3733;
}

.team-member .member-socail a.mail:hover i {
	background-color: #ee3733;
}

.post-share a.mail:hover {
	background-color: #ee3733;
}

.progress .progress-bar.progress-bar-primary {
	background-color: #ee3733;
}

.latest-posts-classic .left-meta-post .post-type i {
	background-color: #ee3733;
}

.latest-posts-classic .post-title a:hover {
	color: #ee3733;
}

.latest-posts-classic .read-more {
	color: #ee3733;
}

.panel-title a {
	color: #ee3733;
}

.panel-title a:hover {
	color: #ee3733;
}

.milestone-block .milestone-icon {
	background-color: #ee3733;
}

.milestone-block .milestone-icon:after {
	background-color: #ee3733;
}

.milestone-block .milestone-number {
	color: #ee3733;
}

.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
	//color: #ee3733;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
    background-color: #ee3733;
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
	background-color: #ee3733;
}

.btn-system {
	background-color: #ee3733;
}

.btn-system.border-btn {
	border-color: #ee3733;
	color: #ee3733;
}

.btn-system.border-btn:hover {
	background-color: #ee3733;
}

.btn-system.border-btn.btn-wite:hover {
	color: #ee3733;
}

.btn-system.btn-wite{
	color: #ee3733;
}

ul.icons-list li i {
	color: #ee3733;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: #ee3733;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	color: #ee3733;
}

.icon-small {
	text-shadow: 0 0 0 #ee3733;
}

.icon-small:hover, .service-box:hover .icon-small {
	color: #ee3733;
}
.icon-medium {
	text-shadow: 0 0 0 #ee3733;
}

.icon-medium:hover, .service-box:hover .icon-medium {
	color: #ee3733;
}

.icon-large {
	text-shadow: 0 0 0 #ee3733;
}

.icon-large:hover, .service-box:hover .icon-large {
	color: #ee3733;
}

.icon-effect-1 {
	box-shadow: 0 0 0 3px #ee3733;
	-o-box-shadow: 0 0 0 3px #ee3733;
	-moz-box-shadow: 0 0 0 3px #ee3733;
  	-webkit-box-shadow: 0 0 0 3px #ee3733;
}

.icon-effect-1:after {
	background-color: #ee3733;
}

.icon-effect-1:hover, .service-box:hover .icon-effect-1 {
	color: #ee3733;
}

.icon-effect-2 {
	color: #ee3733;
	box-shadow: 0 0 0 3px #ee3733;
	-o-box-shadow: 0 0 0 3px #ee3733;
	-moz-box-shadow: 0 0 0 3px #ee3733;
  	-webkit-box-shadow: 0 0 0 3px #ee3733;
}

.icon-effect-2:after {
	background-color: #ee3733;
}

.icon-effect-3 {
	color: #ee3733;
	box-shadow: 0 0 0 3px #ee3733;
	-o-box-shadow: 0 0 0 3px #ee3733;
	-moz-box-shadow: 0 0 0 3px #ee3733;
  	-webkit-box-shadow: 0 0 0 3px #ee3733;
}

.icon-effect-4 {
	color: #ee3733;
	box-shadow: 0 0 0 3px #ee3733;
	-o-box-shadow: 0 0 0 3px #ee3733;
	-moz-box-shadow: 0 0 0 3px #ee3733;
  	-webkit-box-shadow: 0 0 0 3px #ee3733;
}

.icon-effect-5 {
	color: #ee3733;
	box-shadow: 0 0 0 3px #ee3733;
	-o-box-shadow: 0 0 0 3px #ee3733;
	-moz-box-shadow: 0 0 0 3px #ee3733;
  	-webkit-box-shadow: 0 0 0 3px #ee3733;
}

.icon-effect-6 {
	color: #ee3733;
	box-shadow: 0 0 0 3px #ee3733;
	-o-box-shadow: 0 0 0 3px #ee3733;
	-moz-box-shadow: 0 0 0 3px #ee3733;
  	-webkit-box-shadow: 0 0 0 3px #ee3733;
}

.team-member .member-photo .member-name span {
	background-color: #ee3733;
}

.classic-title span {
	border-bottom-color: #ee3733;
}

.portfolio-filter li a:hover {
	color: #ee3733;
}

.portfolio-filter li a.selected {
	border-color: #ee3733;
	background-color: #ee3733;
}

.portfolio-item:hover .portfolio-details h4 {
	color: #ee3733;
}

.project-content h4 span {
	border-bottom-color: #ee3733;
}

.recent-projects h4.title span {
	border-bottom-color: #ee3733;
}

ul.post-meta li a:hover {
	color: #ee3733;
}

#pagination span.current {
	border-color: #ee3733;
	background-color: #ee3733;
}

#pagination a:hover {
	color: #ee3733;
}

.post-tags-list a:hover {
	background-color: #ee3733;
}

.post-share a.mail {
	background-color: #ee3733;
}

.sidebar a:hover {
	color: #ee3733;
}

.widget-search .search-btn {
	background-color: #ee3733;
}

.sidebar .tagcloud a:hover {
    background-color: #ee3733;
}

.back-to-top:hover i {
    background-color: #ee3733;
}

.touch-slider .owl-controls.clickable .owl-buttons div:hover {
	background-color: #ee3733;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
	background-color: #ee3733;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div {
	background-color: #ee3733;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div:hover i {
	color: #ee3733;
}




#portfolio-list li .portfolio-item-content {
    background: rgba(238, 55, 51, 0.9);
}

.services-3-icon i {
    background-color: #ee3733;
}

.services-2-icon i {
    background-color: #ee3733;
}

.progress-bar {
    background-color: #ee3733;
}

#main-slide .animated2 strong {
    color: #ee3733;
}
#main-slide .animated4 strong {
    color: #ee3733;
}
#main-slide .animated7 strong {
    color: #ee3733;
}

#main-slide .carousel-control i:hover{
	background: #eb9800;
}

#main-slide .carousel-indicators .active {
    background-color: #ee3733;
}


.counter-item i {
    color: #ee3733;
}

.timer {
    color: #ee3733;
}

.team-member.modern .member-photo:after {
    background-color: #ee3733;
}


.twitter-widget a {
	color: #ee3733;
}

.dot1, .dot2 {
    background-color: #ee3733;
}
