/*
Theme Name: Images
Template: images
Author: images
Description: theme images
Version: 1.0
*/
* {
  -webkit-transition: all 0.2s ease;
  -moz-transition:    all 0.2s ease;
  -ms-transition:     all 0.2s ease;
  -o-transition:      all 0.2s ease;
}
html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
body{
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: rgba(26,53,70,.55);
    background: #f7f9fa;
}
header{
	margin-bottom: 30px;
    background-color: #e2242b;
    color: #fff;
    height: 80px;
    background-image: url('img/bg_header.png');
    background-size: 50%;
    background-position: center right;
    background-repeat: no-repeat;
}
a {
    color: #c9201b;
    text-decoration: none;
}
a:hover,a:focus,a:active {
    color: #7b1909;
}
.top_header {
    height: 30px;
    line-height: 30px;
    background-color: #f8f8f8;
}
nav.navbar {
    border-radius: 0px !important;
    border: 0;
    margin-bottom: 0px !important;
}
.site-logo {
    display: inline-block;
}
.site-logo img{
    max-height: 50px;
    max-width: 100%;
}
.navbar-nav>li>a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 80px;
    line-height: 80px;
    color: #ffffff;
}
.navbar-nav>li>a:hover,.navbar-nav>li>a:focus,.navbar-nav>li>a:focus {
    background-color: transparent;
    color: #ececec;
}
.navbar-toggle .icon-bar {
    background-color: #ffffff;
    height: 3px !important;
}
.navbar-toggle{
    padding: 24px 0px 9px !important;
}
.row.navbar-header {
    width: 100%;
}
.content-page {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.content-page .page-header {
    padding-bottom: 10px;
    margin: 0px 0 20px;
    border-bottom: 0;
}
footer {
    background-color: #444;
    padding: 15px 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}
footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer ul.menu li{
    float: left;
    margin-right: 15px;
}
footer ul.menu li:last-child{
    margin-right: 0px;
}
footer ul.menu li a{
	color: #ffffff;
	text-decoration: none;
}
footer ul.menu li a:hover{
	color: #a7a7a7;
}

h1.page-header {
    font-weight: 300;
    text-align: center;
    margin: 40px 0 60px 0!important;
    font-size: 42px !important;
}
#homeCarousel .item img {
    width: 100%;
}
.category_projects a {
    display: inline-block;
    color: #1a3546;
}
.category_projects a:hover,.category_projects a:focus,.category_projects a:active{
    text-decoration: none;
    opacity: 0.75;
    color: #7b1909;
}
.category_projects{
    margin-bottom: 30px;
}
.category_projects .category_title{
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}
.post-thumbnail img{
    max-width: 100%;
    height: auto;
}
.project_item {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #e5e8eb;
    margin-bottom: 30px;
}
.project_item img{
    border-radius: 10px 10px 0 0;
}
.project_item .project_details{
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    line-height: 22px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.project_item .project_title a{
    color: #c9201b;
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    padding: 15px 0 10px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 108px;
    word-wrap: break-word;
}
.project_item:hover{
    box-shadow: 0px 0px 20px rgba(136, 150, 158, 0.3);
}
.project_item .project_details .project_infos{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.project_item .project_details .project_infos .project_info {
    display: inline-block;
    margin-right: 15px;
}
.project_item .project_details .project_infos .project_info:last-child {
    margin-right: 0px;
}
.project_item .post-thumbnail a {
    display: block;
    position: relative;
}
.project_item .overlay_project{
    position: absolute;
     -webkit-transition:none;
      -moz-transition:none;
      -ms-transition:none;
      -o-transition:none;
      border-radius: 10px 10px 0 0;
}
.project_item:hover .overlay_project{
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-image: url('img/playbutton.png');
    background-position: center;
    background-size: 100px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: #f7f9fa !important;
}
.project_info {
    display: inline-block;
    margin-right: 15px;
}
.project_info:last-child {
    margin-right: 0px;
}
.single-projet h1.page-header {
    color: #1f1f1f;
    margin: 15px 0 0px 0!important;
    text-align: left;
    font-size: 32px !important;
    padding-bottom: 10px;
}

.single-projet .project-owner{
    margin-bottom: 10px;
    line-height: normal;
}
.acf-map img {
   max-width: inherit !important;
}
#map {
    height: 400px;
}

a.like {
    font-size: 40px;
    line-height: 130px;
}
.author_header img{
    border-radius: 100%;
}
.author_header .author_title{
    margin-top: 10px !important;
    font-size: 30px !important;
    margin-bottom: 0px !important;
}
.author_header span{
    margin-bottom: 60px;
    display: inline-block;
}
.sb-social {
    margin-top: 0;
    display: inline-block;
}
.sb-social span {
    color: #000;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.sb-social a {
        display: inline-block;
    background: #ccc;
    width: 50px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    margin-left: 7px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 3px;
}
.sb-social a.facebook{
    background-color: #3a579a;
}
.sb-social a.google-plus{
    background-color: #ea4335;
}
.sb-social a.twitter{
    background-color: #00abf0;
}
.sb-social a.pintrest{
    background-color: #cd1c1f;
}

span.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
div.wpcf7-validation-errors {
    border: 1px solid #f71900 !important;;
    background-color: #ffe5e5;
    font-size: 14px;
    color: #f71900;
}
div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14 !important;
    background-color: #e5ffe9;
    font-size: 14px;
    color: #398f14;
}
.carousel-inner{
    height: 600px;
}
.carousel-inner .item {
    height: 600px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 1px solid #7d8d97 !important;
    border-bottom-color: transparent !important;
}
.nav-tabs>li>a{
    border-radius: 0 !important;
    color: #7d8d97;
}
.nav-tabs {
    border-bottom: 1px solid #7d8d97 !important;
}
.nav-tabs>li>a:hover {
    border-color: rgba(238, 238, 238, 0) rgba(238, 238, 238, 0) #7d8d97 !important;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent !important;
}
.home .content-page {
    margin-bottom: -8px;
}
.dropdown-menu {
    background-color: #e2242b !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: transparent !important;
}
.dropdown-menu>li>a {
    color: #fff !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #e2242b !important;
    background-color: #ffffff !important;
}
.logo_project img {
    max-height: 100px;
    width: auto;
    /*box-shadow: 0px 0px 10px #ccc;
    background-color: #fff;*/
    padding: 5px;
}
.item_visite{
    margin-top: 15px;
    margin: 15px 10px 0px 10px;
}
.footer_1 {
    background-color: #5d5d5d;
    padding: 30px 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}
.widget-col-footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget-col-footer ul.menu li a, .widget-col-footer a{
    color: #ffffff;
    margin-bottom: 5px;
}
.widget-col-footer ul.menu li a:hover, .widget-col-footer a:hover{
    color: #a7a7a7;
    text-decoration: none;
}
form.filtre_projets{
    margin-top: 20px;
}
.filtre_projets input, .filtre_projets select {
    border: 2px solid #d4d4d4 !important;
    box-shadow: none;
    height: 40px;
}
.project_item .post-thumbnail {
    min-height: 196px;
    width: 100%;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url(img/swissin3D_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 240px;
}

h2.screen-reader-text {
    display: none;
}
.page-numbers {
    width: auto;
    height: 26px;
    display: inline-block;
    background-color: #dae1e4;
    padding: 0 7px;
    text-decoration: none !important;
}

/* New version */
body.single-projet{
    background: #ffffff;
    color: #333;
}
.single-projet h1 {
    font-weight: 600;
    color: #333;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.single-projet header {
    margin-bottom: 0;
}
.single-projet .content-page {
    margin-bottom: 0px;
}
.logo_project {
    margin-top: 35px;
}
.single-projet .project_infos {
    margin-bottom: 30px;
    color: #afafaf;
}
.acf-map {
    width: 100%;
    height: 400px;
    margin: 0;
}
section.project_section {
    padding: 60px 0 80px;
}
section.project_section h2{
    text-align: center;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
    font-weight: 300;
    color: #333333;
}
section.project_section h2:after{
    content: "";
    width: 60px;
    height: 2px;
    background-color: #FF0000;
    display: block;
    margin: 15px auto 0;
}

#details_projet h2{
    text-align: left;
    font-size: 24px;
    margin: 0 0 30px 0;
}
#details_projet h2:after{
    content: "";
    width: 60px;
    height: 2px;
    background-color: #FF0000;
    display: block;
    margin: 15px 0 0 0;
}
section#visite_virtuelle {
    padding: 0 0 0 0;
}
section.project_section:nth-child(even)
{
    background-color: #ffffff;
}
section.project_section:nth-child(odd)
{
    background-color: #f9f9f9;   
}

#produits .row{
    margin-right: -10px;
    margin-left: -10px;
}

#produits div[class^="col-"]{
    padding-right: 10px;
    padding-left: 10px;
}

#produits .rotation_item .title {
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: left;
    padding: 0 15px 15px;
    line-height: 22px;
}
#produits .rotation_item .thumb img {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}
#produits .rotation_item{
    margin-bottom: 20px;
    position: relative;
}
#produits .col-md-3:nth-child(4n+1){
    clear: left;
}
#produits .rotation_item .overlay_item{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
}
#produits .rotation_item:hover .overlay_item{
    display: block;
}
.rotation_modal{
    margin-top: 5%;
}
.rotation_modal .modal-header {
    background-color: #f9f9f9;
    border-radius: 6px 6px 0 0;
}
.rotation_modal .modal-body {
    font-size: 14px;
}
.rotation_modal .modal-body p:last-child{
    margin-bottom: 0px;
}
.sb-social a:first-child{
    margin-left: 0px;
}
#section_visite_virtuelle{
    padding-top: 40px;
}
form.filtre_projets .btn-primary {
    border: 2px solid #659dce;
    height: 40px;
}