/*
Theme Name: S24
Theme URL: http://www.mdgsoft.ro/s24
Author: MDG
Author URI: http://www.mdgsoft.ro
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: mdgsoft.ro
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #6d6d6d;
	/*font-family:'Lato',sans-serif;*/
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;	
	line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:'Lato',sans-serif;
}

p {
	margin-bottom: 1.5em;
	text-align: justify;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 1.5em 1.5em;
	line-height: 2em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

	line-height: 1;
	padding: .5em 1em .5em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: .5em ;
		line-height: 1;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.form-allowed-tags{
	display: none;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.category-img {
    height: 344px;
}

.category-box-wrp {
    background-color: rgba(99, 27, 27, 0.8);
    color: #f6f1f5;
    max-width: 42%;
    padding: 10px;
    margin-top: 145px;
}

.contact-fot {
    font-size: 13px !important;
}

.home-products {
	margin:	3px 0;
}	
.img-button {
	bottom: 0;
	color: #fff !important;
	height: 150px;
	left: 0;
	margin: auto;
	padding-left: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.img-button > h4 {
	font-size: 34px;
	text-shadow: 2px 2px 10px #000;
	background: rgba(99, 27, 27, 0.6);
	padding: 3%;
	max-width: 100%;
}

.link-button {
  display: block;
  font-family: "Open Sans",sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 0;
  margin-top: 20px;
  padding: 24px 0 !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 160px;
}

.lite-green-border-h:link, .lite-green-border-h:visited, .lite-green-border-h:active {
    border: 1px solid #5eccaf;
	background:rgba(94, 204, 175, 0.2);
    color: #fff;
}

.lite-green-border-h:hover {
    background: #5eccaf none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.red-border-h:link, .red-border-h:visited, .red-border-h:active {
    border: 1px solid rgb(255, 0, 60);
	background: rgba(255, 0, 60, 0.2);
    color: #fff;
}

.red-border-h:hover {
    background: rgba(255, 0, 60) none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}


.yellow-border-h:link, .yellow-border-h:visited, .yellow-border-h:active {
  border: 1px solid #e3b347;
  background: rgba(227, 179, 71, 0.2);
  color: #fff;
}

.yellow-border-h:hover {
    background: #e3b347 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.blue-border-h:link, .blue-border-h:visited, .blue-border-h:active {
    border: 1px solid #3aadda;
	background: rgba(58, 173, 218, 0.2);
    color: #fff;
}
.blue-border-h:hover {
    background: #3aadda none repeat scroll 0 0;
    color: #fff;
}

.green-border-h:link, .green-border-h:visited, .green-border-h:active {
    border: 1px solid #058961;
	background:rgba(5, 137, 97, 0.2);
    color: #fff;
}
.green-border-h:hover {
    background: #058961 none repeat scroll 0 0;
    color: #fff !important;
}

.pink-border:link, .pink-border:visited, .pink-border:active {
    border: 1px solid #d870ad;
	background: rgba(216, 112, 173, 0.2);
    color: #fff;
}
.pink-border:hover {
    background: #d870ad none repeat scroll 0 0;
}

.no-padding {
  padding: 0 !important;
}

.home-products {
  margin: 3px 0;
}



.home-box-left > img {
  height: auto;
  margin-left: -3px;
  width: 100%;
  vertical-align: middle;
  opacity: 0.8;
}

.home-box-left > img:hover {
  height: auto;
  margin-left: -3px;
  width: 100%;
  vertical-align: middle;
  opacity: 1;
}





/* Testimoniale */
.testimoniale {
  height: 500px;
}

.clients {
  text-align: center;
}

.clients h3 {
  color: black;
  font-size: 35px;
  padding-bottom: 55px;
  text-align: center;
}

.carousel {
  position: relative;
}

.carousel-indicators {
  bottom: 10px;
  left: 50%;
  list-style: outside none none;
  margin-left: -30%;
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 60%;
  z-index: 15;
}


.quote {
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
}
#fade-quote-carousel.carousel {
    padding-bottom: 25px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    margin-top: 30px;
    opacity: 0;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #ac2545;
    border: medium none;
}
#fade-quote-carousel blockquote {
    border: medium none;
    text-align: center;
}
#fade-quote-carousel .profile-circle {
    border-radius: 100px;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}
.name-test {
    color: #ac2545 !important;
    font-size: 12px !important;
}

.clients .item {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
  height: auto;
  margin-right: -3px;
  max-width: 202px;
}

.item p {
  color: #999;
  font-family: Open Sans,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.clients img {
  padding: 20px 60px 40px;
  height: auto;
  max-width: 100%;
  border: 0 none;
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .5s ease-in-out;
}

.clients img:hover {
  padding: 20px 60px 40px;
  height: auto;
  max-width: 100%;
  border: 0 none;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
}


.clients .item.r-last {
  border-bottom: 1px solid #e5e5e5;
  border-right: 0 solid #e5e5e5;
}

.clients .item.b-last {
  border-bottom: 0 solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

blockquote {
  border-left: 5px solid #eee;
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
  min-height: 206px;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

.affix-top {
    z-index: 9999;
}

/* Navbar */

@media (min-width: 995px) {
.navbar-collapse.collapse {
    display: block !important;
}
}
@media (max-width: 995px) {
.navbar-header {
    float: none !important;
}
.navbar-toggle {
    display: block !important;
}
.navbar-collapse {
    border-top: 1px solid transparent !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset !important;
}
.navbar-collapse.collapse {
    display: none;
}
.navbar-nav {
    float: none !important;
    margin: 10px !important;
}
.navbar-nav > li {
    float: none !important;
}
.navbar-nav > li > a {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.navbar-text {
    float: none !important;
    margin: 15px 0 !important;
}
.collapsing {
    overflow: hidden !important;
}
}
.meniu-top {
    background: rgba(99, 27, 27, 1) none repeat scroll 0 0;
    box-shadow: 1px 3px 9px 0 #545454;
    position: relative;
}
.navbar-header a {
    padding: 10px;
}
nav {
    border: medium none !important;
    margin: 0 !important;
}
.nav.navbar-nav a {
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 22px;
    text-transform: uppercase;
}
.collapse.navbar-collapse li a:focus {
    background: rgba(50, 50, 65, 1) none repeat scroll 0 0 !important;
}
.dropdown-menu {
    background: rgba(50, 50, 65, 1) none repeat scroll 0 0 !important;
}
.dropdown-menu li a {
    font-size: 14px !important;
}
.navbar-toggle {
    border: 1px solid #fff !important;
    color: #fff;
    float: left !important;
    margin-left: 10px;
    margin-top: 30px !important;
}
.nav.navbar-nav {
    float: left;
}
.navbar-nav > li {
    border-left: 1px solid #f6f1f5;
}
.menu-item-26 {
    border-right: 1px solid #f6f1f5;
}
.nav.navbar-nav li a:hover {
    background: rgba(0, 124, 176, 1) none repeat scroll 0 0;
    color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #970037 !important;
}


/* Contact */

.contact-margin {
    background: #fff none repeat scroll 0 0;
}
.contact-margin > section {
    padding: 100px 0;
}
#contact .contact-container .contact-info {
    border-bottom: 1px solid #cfcfcf;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}
#contact .bottom-contact-form input.form-control {
    border-color: #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    color: #828282;
    font-family: Open Sans,sans-serif;
    height: 50px;
    margin-bottom: 20px;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.form-control {
    max-width: 100%;
}
.bottom-contact-form .btn-contact {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ac2545;
    border-radius: 0;
    color: #ac2545;
    font-family: Open Sans,sans-serif;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.hover-btn-contact input:hover {
    background: #ac2545 none repeat scroll 0 0;
    color: #fff;
}
textarea {
    width: 100% !important;
}
#contact .bottom-contact-form .form-control:focus {
    border-color: #ccc !important;
    box-shadow: 0 1px 3px 0 rgba(171, 171, 171, 0.68);
}
.contact-info-text span {
    font-weight: 600;
}
.contact-info i {
    font-size: 20px;
}
.tel-fix {
    padding-left: 63px;
}

.contact-info p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}


/*Carousel */

.text-carousel {
    float: left;
    max-height: 618px;
    padding: 175px 0;
    z-index: 1;
}

.carousel-top a {
    background-image: none !important;
    z-index: 999;
}

.text-carousel {
    float: left;
    max-height: 618px;
    padding: 175px 0;
    z-index: 1;
}
.carousel-caption {
    text-align: left !important;
    z-index: 1 !important;
}

.title-carousel h2 {
    background: rgba(99, 27, 27, 0.8) none repeat scroll 0 0;
    color: #f6f1f5;
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    z-index: 1;
}
.sub-carousel h3 {
    background: rgba(99, 27, 27, 0.8) none repeat scroll 0 0;
    margin: 0;
    padding: 15px;
    text-align: left;
    z-index: 1;
}

.btn-mobille {
    border: 1px solid !important;
}
.title-carousel, .sub-carousel {
    margin-bottom: 40px;
    z-index: 1;
}
.sub-carousel {
    margin-right: 69px;
}
.btn-carousel a {
    float: left;
    z-index: 1;
}

.btn.btn-white-brd {
    background: rgba(50, 50, 65, 0.8) none repeat scroll 0 0;
    color: #f6f1f5;
    padding: 12px 16px 11px;
    z-index: 1;
}

.btn.btn-white-brd:hover {
  background: #ac2545 none repeat scroll 0 0;
  color: #f6f1f5;
  padding-right: 40px;
}

.btn-carousel a {
    border-radius: 0;
    float: left;
    font-size: 22px;
}

.btn .arrow_right {
    display: inline-block;
    font-size: 18px;
    opacity: 0;
    position: absolute;
    right: 13px;
    top: 15px;
    transform: translate3d(30px, 0px, 0px);
    transition: all 0.3s ease 0s;
    width: 15px;
}

.btn:hover .arrow_right {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.tel-head {
  /*margin-top: 29px;*/
}

.tel-head > p {
  font-family: open sans;
  font-size: 16px;
  font-weight: 300 !important;
}

.tel-head > img {
    float: left;
    margin-right: 13px;
    max-width: 35px;
	/*margin-top: 10px;*/
}


.search {
  float: right;
  margin-right: 24px;
  margin-top: 40px;
  z-index: 1;
}