/*-------------------------------------------------------------------------------------
Theme Name:	Business
Theme URI: 	http://themeextra.com
Version:	1.0
Author: ThemeExtra
-------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

	00. RESET
	01. BUTTON
	02. HEADER
	03. STICKY HEADER

-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/


/*	00. RESET
/*-----------------------------------------------------------------------------------*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    color: #E2001A;
}
h2, h1, .h1-home, .h1-article { font-size:30px; 
}
h3 { font-size:20px;font-weight: 400; line-height: 30px;}
.h1-article { font-size:24px;color: #E2001A; }
.h2-article { 
	color: #58585A !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
	font-size:20px;}

html {
    font-size: 16px;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 30px;
    color: #444;
    font-weight: 400;
}

a {
    /*-webkit-transition: 0.3s;
    transition: 0.3s;*/
    color: #444;
}

a:hover {
    text-decoration: none;
    color: #888;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

*:before,
*:after {
    box-sizing: border-box;
}

:focus {
    outline: none !important;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    max-width: 100%
}

::-moz-selection {
    background: #d4eaf5;
    /* Safari */
    color: #2f2f2f;
}

::selection {
    background: #d4eaf5;
    /* Safari */
    color: #2f2f2f;
}

::-moz-selection {
    background: #d4eaf5;
    /* Firefox */
    color: #2f2f2f;
}

ul.nav.navbar-nav li a:hover,
ul.nav.navbar-nav li a:focus {
    background: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mr-30 {
    margin-right: 30px  !important;
}
.mr-20 {
    margin-right: 20px  !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.ml-30 {
    margin-left: 30px  !important;
}
.ml-20 {
    margin-left: 20px  !important;
}
.ml-10 {
    margin-left: 10px  !important;
}
.ml-5 {
    margin-left: 5px  !important;
}
.mt-70 {
    margin-top: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}

.mb-70 {
    margin-bottom: 70px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-65 {
    margin-bottom: 65px;
}

.pb-140 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mb-35 {
    margin-bottom: 35px;
}

.pb-130 {
    padding-bottom: 130px;
}

.foo-padding {
    padding: 28px 15px 30px 15px;
}

.plr-10 {
    padding: 0 10px;
}

.bb-top {
    border-top: 1px solid #323232;
}

.bb-bottom {
   /* border-bottom: 1px solid #ececec;*/
}

.section-padding {
    padding: 45px 0;
}


.overlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #222222;
    opacity: .75;
    filter: alpha(opacity=75);
    z-index: -1;
}

/*strong {
    color: #999999;
}*/

a.link-out {
    color: #E2001A;
}

a.link-out:hover {
    text-decoration: underline;
    ;
}

.section-title h2,
.cta-text > h2 {
    font-family: 'Source Sans Pro', sans-serif;
	color: #E2001A;
	/*text-transform:uppercase;*/
	font-weight: 800;
}

.section-title h2 {
    font-size: 40px;
    margin: 0;
}


/*-----------------------------------------------------------------------------------*/


/*	01. BUTTON
/*-----------------------------------------------------------------------------------*/

.quote-btn:hover {
    color: #E2001A ;
}

.quote-btn {
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    position: absolute;
    right: 0;
    top: 0;
	border-radius: 0 !important;
}

.button {
    background: #222222 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 40px;
    /*text-transform: uppercase;*/
	border-radius: 4px;
}

.button-cta {
    margin-bottom: 50px;
    margin-top: 64px;
    overflow: hidden;
    padding: 18px 60px 14px;
    position: relative;
    z-index: 1;
}

.quote-btn:hover,
.button.button-cta:hover {
    color: #fff;
}

.button-hover {
    overflow: hidden;
    z-index: 1;
}

.button-hover:after, .button-hover::after {
    background: #666 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: 40%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 10%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 60px;
    z-index: -1;
}

.button-cta:hover {
    color: #fff;
}

.button-hover:hover:after {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(6.5);
    -ms-transform: scale(6.5);
    transform: scale(6.5);
}
.contact-btn {
    background: #E2001A none repeat scroll 0 0 !important;
    color: #FFF;
    font-size: 16px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
    border: none;
}
.contact-form input.contact-btn2 {
    background: #E2001A none repeat scroll 0 0 !important;
    color: #FFF;
    font-size: 16px;
    margin: 0;
    padding: 0 20px;
    font-weight: 700;
}
.big-btn {
    background: #E2001A none repeat scroll 0 0;
    color: #FFF;
    font-size: 18px !important;
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
	border: none; 
	border-radius: 4px;
	height: 50px;
	margin-bottom: 4px;
	/*line-height: 45px;*/
	vertical-align: middle !important;
}
.big-btn:hover, .btn-default:hover, .contact-btn:hover {
    background: #E2001A;
	color: #FFF;
}
.big-btn:focus, .btn-default:focus, .contact-btn:focus {
    background: #E2001A;
	color: #FFF;
	text-decoration: none;
}
.btn-default {
	background: #E2001A none repeat scroll 0 0 !important;
	color: #FFF;
	border: none; 
	border-radius: 4px;
	padding: 10px 20px;
    font-weight: 700;
	/*text-transform:uppercase;*/
	font-size: 14px;
	
	}
.btn-refuse {
	background: #FFF none repeat scroll 0 0;
	color: #666 !important;
	border: none; 
	border-radius: 4px;
	padding: 10px 20px;
    font-weight: 700;
	/*text-transform:uppercase;*/
	font-size: 14px;
	
	}
.btn-refuse:hover {
    background: #CCCS;
	color: #DDD;
}
.info-btn {
	border: 2px solid #E2001A;
	background: transparent;
	color: #E2001A; 
	border-radius: 4px;
	padding: 10px 20px;
    font-weight: 700;
	/*text-transform:uppercase;*/
	font-size: 12px;
	}
.info-btn:hover {
	border: 2px solid #E2001A;
	background: #E2001A;
	color: #FFF; 
	border-radius: 4px;
	padding: 10px 20px;
    font-weight: 700;
	text-transform:uppercase;
	font-size: 12px;
	}


/*-----------------------------------------------------------------------------------*/


/*	02. HEADER AREA
/*-----------------------------------------------------------------------------------*/

.head-top-area {
    padding: 1.5em 0;
	background: #FFF;
}

.info-area {
    background: #fafafa none repeat scroll 0 0;
}


.info-text p {
    font-weight: 300;
}

.sin-info {
    float: left;
    width: 210px;
    position: relative;
}

.sin-info span,
.sin-info a {
    font-weight: 500;
}

.sin-info:before {
    background: #ededed repeat scroll 0 0;
    content: "";
    height: 25px;
    position: absolute;
    right: 20px;
    top: 8px;
    width: 1px;
}

.info-icon {
    color: #E2001A;
    float: left;
    font-size: 32px;
    line-height: 41px;
}

.info-content {
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding-left: 40px;
}

.info-content a {
    color: #777777;
    line-height: 20px;
}

.info-content > a {
    color: #777777;
    display: block;
}

.sin-info.border-none:before {
    display: none;
    font-size: 11px;
    font-size: 0.857rem;
    font-weight: 300;
    line-height: 20px;
}

.search-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.search-form {
   /* border: 1px solid #e9e9e9;
    border-radius: 3px;
    color: #c5c5c5;*/
	background: #777;
}

.search-form input[type="text"] {
    float: left;
    line-height: 30px;
    width: 80%;
    padding: 7px 0 7px 15px;
    font-size: 14px;
    color: #FFFFFF;
}

.search-form input[type="submit"] {
    float: left;
    line-height: 43px;
    position: relative;
    text-indent: -1e+11px;
    width: 20%;
    z-index: 9999;
}

.input-submit {
    position: relative;
    font-size: 12px;
}

.input-submit:after {
    content: "\edef";
    font-family: "icofont";
    height: 100%;
    line-height: 43px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20%;
}

.head-bottom-area {
    background: #E2001A none repeat scroll 0 0;
    z-index: 999999 !important;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.sticky-mob{
    position: fixed !important;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.mainmenu-area {
    position: relative;
}

.mainmenu-area ul.nav.navbar-nav li a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 22px 20px;
    /*text-transform: uppercase;*/
}

.mainmenu-area ul.nav.navbar-nav li a:hover,
.mainmenu-area ul.nav.navbar-nav li.active {
    background: #E2001A ;
}

.mainmenu-area ul.nav.navbar-nav li {
    display: inline-block;
    float: none;
}

.sticker {
    background: #E2001A ;
    z-index: 999999 !important;
}


/* */


/*-----------------------------------------------------------------------------------*/


/*	03.DropDown Menu Css
/*-----------------------------------------------------------------------------------*/

ul.nav.navbar-nav li ul {
    left: 0;
    position: absolute;
    top: 200%;
    width: 330px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out;
    transition: opacity .3s ease-in-out, top .3s ease-in-out;
}

ul.nav.navbar-nav li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.mainmenu-area ul.nav.navbar-nav li ul li {
    border-bottom: 1px solid #3a3a3a;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.mainmenu-area ul.nav.navbar-nav li ul li:hover:after {
    width: 100%;
}

.mainmenu-area ul.nav.navbar-nav li ul li a {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    width: 100%;
}

.mainmenu-area ul.nav.navbar-nav li ul li:last-child:after {
    display: none;
}

.mainmenu-area ul.nav.navbar-nav li ul li:last-child {
    border: 0px solid;
}

.mainmenu-area ul.nav.navbar-nav li ul li a:hover {
    background: #191919 none repeat scroll 0 0;
    color: #E2001A;
}

.mainmenu-area ul.nav.navbar-nav li ul li:after {
    background: #E2001A none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}

.mainmenu-area ul.nav.navbar-nav li a i {
    margin-left: 7px;
    position: relative;
    top: -1px;
}


/*-----------------------------------------------------------------------------------*/


/*	04. SLIDER
/*-----------------------------------------------------------------------------------*/

.slider-area {
    height: 360px;
    position: relative;
}

.slider-text.overlay:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.slider-text h2 {
    color: #58585A;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
    /*text-transform: uppercase;*/
    margin: 0 0 20px 0;
	    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    width: auto;
    width: 70%;

}

.slider-text h2 span {
    color: #E2001A;
}

.slider-text p {
    color: #333;
    font-size: 32px;
	font-weight: 400;
	    background: rgba(255, 255, 255, 0.6);
    padding: 10px 20px;
    width: auto;
    width: 70%;
}

.img-fill {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill img {
   /* height: 100%;*/
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0!important;
}

.slick-slide {
    float: left/* If RTL Make This Right */
    ;
    padding: 0;
}

.Modern-Slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.Modern-Slider .item .img-fill {
    background: #000;
}

.Modern-Slider .item .img-fill .slider-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

.tb {
    display: table;
    height: 100%;
    width: 100%;
}

.tbc {
    padding-top: 50px;
}

.Modern-Slider .NextArrow {
    left: 95%;
    /*margin-top: -22.5px;*/
    top: 50%;
	margin-top: -58px;
}

.Modern-Slider .NextArrow:before {
    content: '\eb61';
}

.Modern-Slider .PrevArrow,
.Modern-Slider .NextArrow {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #333;
    color: #333;
    font-family: "icofont";
    font-size: 36px;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 5;
    padding: 0px;
    line-height: 29px;
	-webkit-filter: opacity(70%); /* Safari */
    filter: opacity(70%);
}


.Modern-Slider .PrevArrow {
    left: 15px;
    margin-top: -58px;
    top: 50%;
}

.Modern-Slider .PrevArrow:before {
    content: '\eb5e';
}

.Modern-Slider .PrevArrow:hover,
.Modern-Slider .NextArrow:hover {
    background: #E2001A;
    border: #fff;
}

.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .item.slick-active h1 {
    -webkit-animation: fadeInDown 1s both 1s;
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active p {
    -webkit-animation: fadeInLeft 1s both 1.5s;
    animation: fadeInLeft 1s both 1.5s;
}

.slider-text p {
    line-height: 28px;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left; /* If RTL Make This Right */
   /* height: 785;*/
    height: 360px;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}



/*-----------------------------------------------------------------------------------*/


/*	05. ABOUT
/*-----------------------------------------------------------------------------------*/

.about-left h2 {
    color: #666666;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

.about-left > h2 > strong {
    color: #222222;
    font-weight: 600;
}

.about-thumb figcaption {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    line-height: 22px;
    margin-top: 35px;
    font-weight: 300;
    text-align: center;
}

.about-quote {
    padding-bottom: 64px;
    padding-top: 64px;
}

blockquote {
    border-left: 0 dashed;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 40px;
    position: relative;
}

blockquote:after {
    border-left: 1px dashed;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}


/*-----------------------------------------------------------------------------------*/


/*	06. FACTS
/*-----------------------------------------------------------------------------------*/

.facts-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.counter {
    color: #ffffff;
    display: block;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 24px;
}

.count-badge {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}

.sin-fact {
    float: left;
    margin: 0 17px;
    width: 45%;
}

.sin-fact > span {
    color: #fff;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
}
.sin-fact2 {
    float: left;
    margin: 0 17px;
    width: 30%;
}

.sin-fact2 > span {
    color: #fff;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
}
.facts-wrap {
    margin: 0 -17px;
    padding-top: 90px;
}

.fact-quote > blockquote {
    color: #ffffff;
}

.facts-headding > h2 {
    color: #ffffff;
    font-size: 32px;
  /*  text-transform: uppercase;*/
	font-family: 'Source Sans Pro', sans-serif;
}

.facts-headding h2 > strong {
    color: #E2001A;
}


/*-----------------------------------------------------------------------------------*/


/*	07. Works
/*-----------------------------------------------------------------------------------*/

.work-excerp {
    color: #58585A;
    font-weight: 600;
	margin-top: 0;
	font-size: 16px;
	background: #F8F8F8;
	padding: 20px 10px;
	height: 100%;
}
/*assegurances**/
.work-excerp ul {
    margin: 0;
   padding: 0 40px;
    list-style: square;
}
.work-excerp ul li a:hover {
	text-decoration: underline;
}

.work-thumb,
.news-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.work-excerp h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #222222;
}

.single-work {
    margin-top: 35px;
}

.work-thumb .works-hover:hover,
.news-thumb:hover {
    cursor: auto;
}
.work-thumb .works-hover,
.sin-news .news-hover {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.work-thumb:hover .works-hover,
.news-thumb:hover .news-hover {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}


/*-----------------------------------------------------------------------------------*/


/*	08. INFO
/*-----------------------------------------------------------------------------------*/

.large-thumb {
    float: left;
    margin-right: 12px;
    width: 66%;
}

.large-thumb img {
    width: 100%;
}

.small-thumbs > img {
    margin-bottom: 12px;
}

.small-thumbs {
    float: right;
    overflow: hidden;
    width: 31.8%;
}

.info-text {
    padding-top: 50.5px;
    padding-bottom: 50.5px;
}

.small-thumbs > img:last-child {
    margin: 0;
}

.info-area div.info-text {
    color: #999999;
    margin-left: 30px;
}

.info-area div.info-text h2 {
    font-size: 25px;
}


/*-----------------------------------------------------------------------------------*/


/*	09. CALL TO ACTION
/*-----------------------------------------------------------------------------------*/

.cta-area {
    background: #E2001A;
}

.cta-text h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
}

.cta-text span {
    color: #ffffff;
    font-weight: 300;
}

.cta-text {
    padding: 60px 0 50px;
}

.cta-right {
    text-align: right;
    ;
}


/*-----------------------------------------------------------------------------------*/


/*	10. TESTIMONIAL
/*-----------------------------------------------------------------------------------*/

.tesimonial-area {
    border-bottom: 1px solid #e3e3e3;
}

.sin-tesimonial {
    color: #333;
	background:#f8f8f8;
	margin:20px 0;
	 padding: 20px 0 10px 60px;
    position: relative;
    font-size: 15px;
	font-weight: 400;
	}

.quote {
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
}

.sin-tesimonial:after {
    color: #e5e5e5;
    content: "“";
    font-size: 85px;
    font-style: normal;
    left: 15px;
    position: absolute;
    top: 37px;
}
.cliet-bio {
    font-style: normal;
}


.client-pos {
    color: #bdbdbd;
    font-size: 12px;
}

.cliet-bio > h2 {
    font-size: 16px;
    font-style: normal;
    margin-bottom: 5px;
    text-transform: capitalize;
}

/*-----------------------------------------------------------------------------------*/


/*	11. NEWS - Assegurances
/*-----------------------------------------------------------------------------------*/

.latestNews-area {
   /* padding-top: 80px;*/
}

.news-excerpt h2 {
    font-size: 18px;
    margin-bottom: 2px;
}

.news-date {
    /*color: #999999;*/
	color: #E2001A;
    font-size: 11px;
    font-weight: 700;
	text-transform: uppercase;
}
.icones-area {
    padding-top: 40px;
}
.icones-photo {
    float: left;
    margin-right: 25px;
	margin-left: 10px;
	width: 60px;
}
.icones-photo a:hover {
     float: left;
    margin-right: 25px;
	width: 60px;
	background: transparent;
}

.icones-text {
    color: #444;
    font-weight: 300;
    line-height: 22px;
    padding-left: 100px;
	font-size: 16px;
}

.icones-text h2 {
    color: #444;
    font-size: 20px;
    margin-bottom: 5px;
	margin-top: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	min-height: 60px;
}
.icones-text h2 a {
	text-decoration: none !important;
}
.icones-text h2 a:hover {
    text-decoration: underline;
}


/*-----------------------------------------------------------------------------------*/


/*	12. FOOTER
/*-----------------------------------------------------------------------------------*/

#footer-area {
    background: #222222 none repeat scroll 0 0 !important;
}

.widget {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}

.footer-logo {
    margin-bottom: 25px;
}

.widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

.site_map_links {
    margin-right: 38px;
}

.widget.widget_links > ul {
    float: left;
}

.widget {
    color: #fff;
}



.widget ul li a {
    color: #ffffff;
}

.widget ul li a:hover {
    color: #E2001A;
    text-decoration: underline;
}

.page-links {
    padding-left: 38px;
    position: relative;
}

.page-links:after {
    background: #383838 none repeat scroll 0 0;
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    top: 10%;
    width: 1px;
}

.widget_links ul li a {
    font-weight: 600;
}

.input-email > input {
    background: transparent none repeat scroll 0 0;
    border: medium none transparent;
    color: #c5c5c5;
    font-weight: 300;
}

.input-email {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 8px 15px;
    position: relative;
}

.input-email i {
    font-size: 22px;
    line-height: 46px;
    position: absolute;
    right: 14px;
    top: 0;
}

.footer-newsletter > input[type="submit"] {
    background: #E2001A none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #FFF;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
}

.social-links ul li {
    display: inline-block;
    margin-left: 15px;
}

.social-links ul li a {
    color: #a4a4a4;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.social-links ul li a:hover {
    color: #E2001A;
}

.footer-bottom {
    color: #8c8c8c;
	background: #000;
    font-size: 14px;
}

.footer-bottom a {
    color: #EFEFEF;
    font-size: 14px;
}
.footer-bottom a:hover {
    color: #E2001A;
}

.copyright {
    word-spacing: 1px;
}


/*-----------------------------------------------------------------------------------*/


/*	13. About Page Css
/*-----------------------------------------------------------------------------------*/

.page-title-content, .page-title-content2 {
    float: left;
}

.bread-cumb {
    float: right;
}

.page-title-content {
   /* padding-bottom: 30px;
    padding-top: 50px;*/
	padding: 20px;
	margin-top: -300px;
	/*background: rgba(255, 255, 255, 0.5);*/
	width: 900px;
	
}
.page-title-content2 {
   /* padding-bottom: 30px;
    margin-top: 50px;*/
	padding: 20px;
	margin-top: -200px;
	/*background: rgba(255, 255, 255, 0.8);*/
	width: 700px;
	
}
.h1-page-title, .page-title h1 {
	font-size: 40px;
font-weight: 700;
line-height: 40px;
	margin: 0;
font-family: 'Source Sans Pro', sans-serif;
color: #E2001A !important;
	padding: 8px;
    
}

.page-title {
    margin: 0;
	color: #E2001A !important;
	font-size: 40px;
font-weight: 700;
line-height: 40px;
	background: rgba(255, 255, 255, 0.7);
	/*padding: 8px;*/
}
.page-title img {
    min-height: 100px;
	margin-bottom: 20px;
}

.sub-title {
    color: #999999;
    font-size: 14px;
}

.bread-cumb > ul {
   /* padding-bottom: 54px;
    padding-top: 20px;*/
}

.bread-cumb ul li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.bread-cumb > ul li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
	text-decoration: none;
}

.bread-cumb ul li:after {
    color: #666;
    content: "/";
    font-size: 13px;
    left: 10px;
    line-height: 32px;
    position: absolute;
    top: 0;
}

.bread-cumb ul li:first-child:after {
    display: none;
}


/*-----------------------------------------------------------------------------------*/


/*	14.Productes
/*-----------------------------------------------------------------------------------*/

.about-content {
    color: #999999;
    padding: 21px 0 9px;
}

.productes {
    padding: 0 0 28px;
}

.productes .owl-dot {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 9px;
    margin: 0 2.5px;
    width: 9px;
}

.productes .owl-dots {
    bottom: 0;
    position: absolute;
    right: 12px;
    -webkit-transition: .3s;
    transition: .3s;
}

.productes .owl-dot.active {
    background: #E2001A ;
}
.productes h2 {
    color: #E2001A 
}
.productes h3 {
    color: #58585A;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
}
    .productes h4 {
        color: #333333;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 700;
        font-size: 18px;
    }


/*-----------------------------------------------------------------------------------*/


/*	15.What We Do Area
/*-----------------------------------------------------------------------------------*/

.sin-whatWork {
    line-height: 28px;
    border: 1px solid #d9d6d6;
    padding: 25px 20px 20px;
    position: relative;
}

.sin-whatWork h2 {
    font-size: 18px;
}

.sin-whatWork:after {
    background: #E2001A  none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: -2px;
    position: absolute;
    top: 19px;
    width: 3px;
}


/*-----------------------------------------------------------------------------------*/


/*	16.Our Team Area
/*-----------------------------------------------------------------------------------*/

.our-team-area {
    background: url("../img/team-bg.jpg") no-repeat scroll 0 0 / cover;
}

.our-team-area.overlay:after {
    opacity: .96;
    filter: alpha(opacity=96);
}

.section-title.white h2 {
    color: #fff;
}

.member-photo {
    float: left;
    margin-right: 25px;
}

.member-bio {
    color: #333;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    padding-left: 100px;
}

.member-bio h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.member-pos {
    color: #999999;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}


/*-----------------------------------------------------------------------------------*/


/*	16.Services Page Css
/*-----------------------------------------------------------------------------------*/


/* --------------------
Widgets Css
-------------------- */

.page-internal-content {
    padding: 62px 0 128px;
}

.sidebar .widget ul.widget_links {
    background: rgba(0, 0, 0, 0) url("../img/widget-bg.jpg") repeat scroll 0 0/cover;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.sidebar ul.widget_links:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(34, 34, 34, 0.9);
    z-index: -1;
}

.sidebar .widget_links li {
    padding: 21px;
    position: relative;
}

.sidebar .widget_links li:after {
    background: #4c4c4c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 8%;
    position: absolute;
    width: 80%;
}

.sidebar .widget_links li:last-child:after {
    display: none;
}

.sidebar .widget ul li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.sidebar .widget ul li a:hover {
    text-decoration: none;
    color: #E2001A;
}

.sidebar .widget ul li a i {
    margin-right: 5px;
}

.sidebar .widget {
    background: #222;
    margin-bottom: 30px;
}

.sidebar .sin-testimonial {
    font-style: italic;
    line-height: 28px;
    padding: 28px 21px 30px;
    position: relative;
    font-weight: 300;
}

.sidebar .sin-testimonial p {
    margin: 0 0 25px;
}

.sidebar .client-name {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.sidebar .sin-testimonial .quote-icon {
    color: #E2001A;
    float: left;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    height: 0;
    margin-right: 5px;
    margin-top: 19px;
    z-index: -1;
}

.service-post-title {
    font-size: 20px;
    margin-bottom: 25px;
}

.sin-service-post {
    font-weight: 300;
    margin-bottom: 50px;
}

.sin-service-post p {
    padding-right: 20px;
}

ul.degins li {
    color: #222222;
    float: left;
    font-weight: 700;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    width: 121px;
}

ul.degins li:after {
    background: #E2001A none repeat scroll 0 0;
    content: "";
    height: 60%;
    left: 0;
    position: absolute;
    top: 20%;
    width: 3px;
}

ul.degins {
    display: block;
    margin: 37px 0 72px;
    overflow: hidden;
}


/*FAQ*/

dl.accordion dt {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #444;
    font-size: 16px;
    line-height: 50px;
    margin: 5px 0px 0px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
	border: #CCC 1px solid;
}

dl.accordion dd {
    background: #FFF none repeat scroll 0 0;
    color: #444;
    font-size: 16px;
    /*font-weight: 300;*/
    line-height: 24px;
    padding: 16px;
}

dl.accordion dt:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    content: "\f105";
    font-family: fontawesome;
    text-align: center;
    ;
    line-height: 50px;
}

dl.accordion dt.active:after {
    content: "\f107";
}

.faq-section h3 + p {
    margin-bottom: 35px;
}

dl.accordion {
   /* height: 270px;*/
    margin: 0;
}

.upper-page-content p {
    font-weight: 300;
    margin: 0;
    padding-top: 60px;
}

.sin-service-post img,
.faq-thumb img {
    width: 100%;
}


/*-----------------------------------------------------------------------------------*/


/*	17.Pricing Page Css
/*-----------------------------------------------------------------------------------*/

.sin-pricing-table {
    background: #8d90a8 none repeat scroll 0 0;
    padding: 35px 0;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-head span.price {
    color: #ffffff;
    display: block;
    font-size: 36px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
}

.pricing-head span {
    color: #666;
    font-size: 12px;
}

.pricing-head {
    padding-bottom: 25px;
}

.pricing-status {
    background: #E2001A  none repeat scroll 0 0;
    text-transform: uppercase;
}

.pricing-status h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 14px 0 12px;
}

.pricing-body ul li {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    word-spacing: 1px;
}
.pricing-body ul {
    margin-bottom: 20px;
}
.pricing-body {
    padding: 30px 0;
}
.pricing-body p {
    color: #000;
}

a.pricing-btn {
    background: #D0271D none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 11px 30px;
    text-transform: uppercase;
}

.sin-pricing-table.active {
    background: #D0271D none repeat scroll 0 0;
}

.sin-pricing-table.active .pricing-head > span,
.sin-pricing-table.active ul li {
    color: #fff;
}

.sin-pricing-table.active .pricing-status {
    background: #e8bf18 none repeat scroll 0 0;
}

.sin-pricing-table.active .pricing-btn {
    background: #222222 none repeat scroll 0 0;
}


/*-----------------------------------------------------------------------------------*/


/*	18. Contact Form
/*-----------------------------------------------------------------------------------*/

.contact-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: block;
   /* height: 100%;*/
}

/*.contact-form input,
.contact-form textarea {
    width: 100%;
}*/

.contact-form input,
.contact-form textarea {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    line-height: 50px;
    padding: 0 21px;
   /* width: 100%;*/
}

.sin-input {
    float: left;
    margin-left: 15px;
    width: 47%;
    margin-bottom: 15px;
}
.sin-input2 {
    margin-bottom: 15px;
	margin-left: 15px;
    width: 95.4%;
}

.contact-form input,
.contact-form select {
    height: 55px;
}

.contact-form {
    margin-left: -15px;
    padding-right: 20px;
}

.select-box select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    padding: 12px 18px;
    width: 100%;
}

.select-box {
    position: relative;
}

.select-box:after {
    content: "\f0d7";
    color: #989898;
    font-family: fontawesome;
    font-size: 14px;
    height: 100%;
    line-height: 54px;
    position: absolute;
    right: 18px;
    top: 0;
}

.single-form.text-area {
    margin: 0 38px 0 16px;
}

.single-form input[type="submit"] {
    background: #E2001A none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    padding: 0 35px;
    text-transform: uppercase;
    width: inherit;
}

.contact-area {
    padding: 55px 0 130px;
}

.info {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
}

.info > span {
    float: right;
    font-weight: 700;
}

.single-info.phone-number {
    width: 210px;
    margin-bottom: 50px;
    margin-top: 40px;
}

.single-info.useremail-add {
    text-align: left;
    width: 355px;
}

.single-info.phone-number > h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.contact-info {
    padding-left: 50px;
    position: relative;
}

.contact-info:after {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.sin-input > select {
    color: #444;
    font-weight: 300;
}

.sin-input > select > option {
    font-weight: 300;
}

div.mail_success {
    color: #ffffff;
    background: #2ECC71;
    padding: 5px 10px;
    margin-top: 15px;
}
div.mail_error {
    color: #ffffff;
    background: #EF4836;
    padding: 5px 10px;
    margin-top: 15px;
}

/* Google Map */

#googleMap2 {
    width: 100%;
    height: 360px;
}


/*-----------------------------------------------------------------------------------*/


/*	19. Quote Page Css
/*-----------------------------------------------------------------------------------*/

.sin-input.select-box.select-topic {
    margin-bottom: 15px;
    width: 95.4%;
}


/*-----------------------------------------------------------------------------------*/


/*	20.Projects Versions
/*-----------------------------------------------------------------------------------*/


/* Version One */

.work-excerp .project-title {
    margin-bottom: 5px;
}

.single-work.sin-project {
    margin-top: 50px;
}

.page-title.project-page-title {
    padding-bottom: 15px;
}


/* Version Two */

.work-thumb img,
.news-thumb img {
    width: 100%;
}
.single-work img {
    width: 100% !important;
}


/*-----------------------------------------------------------------------------------*/


/*	21.News Versions Css
/*-----------------------------------------------------------------------------------*/


/* Version One */

.single-work.sin-news {
    margin-top: 0;
    margin-bottom: 46px;
}

.single-work.sin-news .work-excerp h2 {
    font-size: 16px;
    margin-bottom: 5px;
}


/* Widget Search */

.widget_search input {
    background: transparent;
    border: 0px transparent;
}

.widget_search input[type="text"] {
    width: calc(100% - 48px);
    line-height: 22px;
}

.widget_search input[type="submit"] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999999px;
    z-index: 9999;
    position: relative;
}

.search-form-input {
    padding: 15px 3px 15px 20px;
}

.widget_search .input-submit {
    display: inline-block;
    width: 44px;
}

.widget_search .input-submit:after {
    height: 100%;
    line-height: 30px;
    width: 100%;
    color: #c5c5c5;
}

.older-post {
    float: left;
}

.newest-post {
    float: right;
}

.pagination {
    width: 100%;
}

.pagination a {
    color: #222222;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.pagination a:hover {
    color: #999999;
}

.pagination a i {
    font-size: 15px;
    font-weight: 700;
}

.older-post a i {
    margin-right: 5px;
}

.newest-post a i {
    margin-left: 5px;
}


/*-----------------------------------------------------------------------------------*/


/*	22.Testimonial Page Css
/*-----------------------------------------------------------------------------------*/

.inner-page-testimonial.pb-140 {
    padding-top: 80px;
}


/* ----------------------
+ Single News Css
------------------------- */

.sin-news-thumb {
    margin-bottom: 45px;
}

.news-bio h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.news-bio {
    margin-bottom: 30px;
}

.news-meta {
    color: #999999;
    font-size: 12px;
}

a.author {
    color: #E2001A;
}

.news-content {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.news-tags p {
    color: #222222;
    font-size: 12px;
    font-weight: 600;
}

.news-tags p a {
    color: #999999;
    font-weight: 300;
}

.comments {
    border-bottom: 1px solid #eeeeee;
    margin-top: 80px;
}

.comment-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.comments-head {
    margin-bottom: 60px;
}

.commenters-avatar,
.commenters-avatar img {
    border-radius: 50%;
    float: left;
    height: 70px;
    margin-right: 25px;
    overflow: hidden;
    width: 70px;
}

.comment-content {
    font-size: 12px;
    font-weight: 300;
    padding-left: 95px;
}

.comment-content h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.comment-time {
    display: block;
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 15px;
}

.comment-content > p {
    line-height: 24px;
    margin-bottom: 10px;
}

a.replay-btn {
    color: #222222;
    font-weight: 600;
}

a.replay-btn:hover {
    color: #E2001A;
    text-decoration: underline;
}

.single-comment {
    margin-bottom: 50px;
}

.comment-form input,
.comment-form textarea {
    display: block;
}

.comment-form input,
.comment-form textarea {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    color: #959595;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 26px;
}

.comment-form input {
    float: left;
    margin-bottom: 20px;
    width: 48.5%;
}

.comment-form input[type="text"] {
    margin-right: 20px;
}

.comment-form textarea {
    width: 100%;
}

input#submit-comment {
    background: #222222 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 45px;
    text-transform: uppercase;
}

.comment-form {
    margin-bottom: 20px;
}

.comment-box-head {
    margin: 85px 0 52px;
}

.comment-box-head h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-box-head span {
    font-size: 12px;
    font-weight: 300;
}

.total-comment {
    font-size: 12px;
    font-weight: 300;
}


/*-----------------------------------------------------------------------------------*/


/*	23.404 Page Css
/*-----------------------------------------------------------------------------------*/

.dissapp-content {
    padding: 60px 0 140px;
}

.error {
    display: inline-block;
    letter-spacing: 45px;
    margin-bottom: 40px;
    margin-left: 50px;
    text-transform: uppercase;
}

.err-mess {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 35px;
    word-spacing: 1px;
}

.dissapp-search-box label {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
}

.fourzerofour {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 160px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000 !important;
}

.dissapp-search-box .search-form {
    margin: 0 auto;
    width: 407px;
}

.dissapp-search-box .search-form input[type="submit"] {
    float: right;
    width: 10%;
}

.dissapp-search-box .input-submit:after {
    width: 10%;
}

.gohome {
    font-size: 16px;
    color: #999;
    font-weight: 300;
}

.gohome a {
    font-weight: 600;
    color: #222;
    margin-left: 5px;
    text-decoration: underline;
}

.dissapp-search-box {
    margin-bottom: 35px;
}


/*
--------------------------
+ Colors Css
--------------------------
*/

.head-bottom-area,
.contact-btn,
.footer-newsletter > input[type="submit"],
.mainmenu-area ul.nav.navbar-nav li ul li::after,
.Modern-Slider .PrevArrow:hover,
.Modern-Slider .NextArrow:hover,
.navbar-collapse,
.cta-area,
.color-palate-head,
.sin-whatWork::after,
.single-form input[type="submit"],
input#submit-comment,
ul.degins li::after,
.mean-container .mean-bar,
.mean-container .mean-nav ul li,
.Modern-Slider .PrevArrow:hover,
.Modern-Slider .NextArrow:hover,
{
    background-color: #E2001A;    /* -- Your primary color code here -- */
}

.sin-pricing-table.active,
a.pricing-btn {
    background-color: #D0271D;    /* -- Your primary color code here -- */
}

/* Jotil Colors*/

.mainmenu-area ul.nav.navbar-nav > li > a:hover,
.mainmenu-area ul.nav.navbar-nav li.active,
.color-trigger,
.productes .owl-dot.active,
.sin-pricing-table.active .pricing-status {
    background-color: #E2001A ;    /* -- Your primary color hover code here -- */
}


/* Color*/

.info-icon,
a.link-out,
.facts-headding h2 > strong,
.social-links ul li a:hover,
.mainmenu-area ul.nav.navbar-nav li ul li a:hover,
a.replay-btn:hover,
a.author,
.slider-text h1 span,
.sidebar .widget ul li a:hover,
.sidebar .sin-testimonial .quote-icon {
    color: #E2001A;                /* -- Your text color code here -- */
}

/* Secondary Colors */

#footer-area,
.overlay::after,
.mainmenu-area ul.nav.navbar-nav li ul li a,
.button.quote-btn,
.button.button-cta,
.sidebar .widget,
.sin-pricing-table.active .pricing-btn,
.sin-pricing-table {
    background-color: #8d90a8;
}
#footer-area,
.overlay::after,
.mainmenu-area ul.nav.navbar-nav li ul li a,
.button.quote-btn,
.button.button-cta {
    background-color: #333;
}

.bb-top,
.mainmenu-area ul.nav.navbar-nav li ul li{
    border-color: #191919;
}

.sidebar ul.widget_links::after,
.sin-news .news-hover,
.secondary-two .work-thumb:hover .work-hover,
.news-thumb:hover .news-hover {
    background: rgba(34, 34, 34, 0.4);
}

.secondary-two .pricing-status {
    background: #222222;
}

/*
--------------------------
+ Preloader Css
--------------------------
*/

div#preloader {
    overflow: hidden;
    background-color: #ecf0f1;
    background-image: url(../img/preLoader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}


.search-form input, .search-form2 input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}


/*actualitat*/
.search-form2 {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
	background: #EFEFEF;
}

.search-form2 input[type="text"] {
    float: left;
    line-height: 30px;
    width: 80%;
    padding: 7px 0 7px 15px;
    font-size: 14px;
    color: #777;
	background: #FFF;
}

.search-form2 input[type="submit"] {
    float: left;
    line-height: 43px;
    position: relative;
    text-indent: -1e+11px;
    width: 20%;
    z-index: 9999;
}



.new {
    height: 440px;
}