* {
    font-family: "proxima-nova";
    font-style: normal;
    font-weight: 300;
}

html {
    font-size: 0.625em;
    -webkit-text-size-adjust: 0.625em;
    -ms-text-size-adjust: 0.625em;
    width: 100%;
}

body {
    width: 100%;
}

b{
    font-weight: 600;
}
.container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.img {
    width: 50%;
    overflow: hidden;
}

#header {
    position: relative;
    width: 100%;
    clear: both;
}

#header #titles, #header #langs {
    position: absolute;
    z-index: 1;
    color: white;
}

#header #titles {
    width: 310px;
    height: 110px;
    margin: -55px 0 0 -150px;
    display: block;
    position: absolute;
    top: 40%;
    left: 50%;
}

#header h1 {
    text-align: center;
    margin: 15% 0 0 0;
}

#header h2 {
    text-align: center;
    letter-spacing: .03em;
    margin: 10px 0 0 0;
}

#langs {
    list-style: none;
    right: 0;
}

#langs li {
    float: left;
}

#langs li a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    background: white;
    opacity: 0.4;
    border-radius: 50%;
    color: #911F1F;
}

#langs li a:hover {
    opacity: 1;
}
/* SLIDER */
#slider {
    position: relative;
    background: #0f0f0f;
    width: 100%;
    z-index: 0;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    list-style: none;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.callbacks_tabs {
    position: absolute;
    bottom: 20px;
    z-index: 2;
}

.callbacks_tabs li {
    list-style: none;
    float: left;
}

#main_nav {
    clear: both;
    list-style: none;
    overflow: hidden;
    background: #0f0f0f url(../img/btn_bg.gif);
    text-align: center;
    width: 100%;
}

#main_nav ul {
    width: 100%;
}

#main_nav.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}

#main_nav li {
    margin: 0 20px;
    display: inline-block;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    border-bottom: 3px solid transparent;
    -webkit-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -ms-transition: border .3s ease-in-out;
    -o-transition: border.3s ease-in-out;
    transition: border .3s ease-in-out;
}

#main_nav li:hover, #main_nav li.active {
    border-bottom: 3px solid #bd0926;
    color: white;
}

#main_nav li a {
    color: #CECECE;
    text-decoration: none;
    font-size: 1.1em;
}
#main_nav li a:hover{
	color : white;
} 
#main {}

#home.section {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

#home .img img {
    float: left;
    margin: 1.5em 5px 0 0;
    width: 30%;
}
#home .col_text {
	float: right;
}
.col_text{
	float: left;
	width: 50%;
}

#main #banner {
	background: #bd0926;
	margin-bottom: 40px;
}
#main #banner h2 {
	color: #fff;
	font-size: 1.6em;
	padding: 10px 0;
	height:auto;
	background : none;
}
#inside .img img {
    float: right;
    margin: 0 0 10px 0;
}

#inside.section {
    padding: 20px;
}

#main #inside.section {
    background: #ECECEC;
    overflow: hidden;
}

#inside.section .img {
    float: right;
    margin-top: 20px;
}

#main #inside h2 {
    margin: 10px 0 10px;
}

#main h3 {
    margin-bottom: 0;
    font-size: 1.5em;
}

#main p, ul li {
    font-size: 1.2em;
}

#main h3, #main p {
    /*width: 50%;*/
}

#main small {
    text-align: center;
    font-size: 1em;
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 1.2em;
    font-style: italic;
    color: #555;
}	

/* HOME */

#home .img {
    width: 50%;
    height: auto;
}

#home h3, #home p {
    float: right;
    clear: both;
}
/* SERVICES*/
#services {
    overflow: hidden;
    clear: both;
}

#services h3 {
}
#services ul{
	list-style: none;
}
#services #col_0, #services #col_1 {
    list-style: none;
    margin-top: 20px;
    padding: 0;
    width: 49%;
}

#services #col_0 {
    float: left;
    margin-right: 2%;
}

#services #col_1 {
    float: left;
}

#services #col_0 li, #services #col_1 li  {
    width: 92%;
    float: left;
    padding: 10px 0 10px 20px;
    margin: 0 0 20px 0;
    background: #ECECEC;
	/*background: #F5F5F5 url(../img/dot.gif) no-repeat 20px center;*/
    border-left: 2px solid #bd0926;
}

.grid {
	padding: 0;
	width: 25%;
	float: left;
	margin-top: 20px;
}

.grid li{
	margin-right: 10%;
	margin-left: 18px;
	list-style: square;
	padding: 10px 5px;
}

.grid li:first-child{
	/*background: #ECECEC;*/
	background: #bd0926;
	min-height: 60px;
	text-align: center;
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 40px;
	color: #ffffff;
}
/* PROJECTS*/
#projects {
}

#projects ul#albums {
    list-style: none;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 20px 0 5px 0;
}

#projects ul#albums li {
    float: left;
    display: block;
    width: 19%;
    height: 150px;
    margin: 0 1% 0 0;
    line-height: 150px;
    overflow: hidden;
    position: relative;
    background-position-x: center;
    background-position-y: 0;
    background-repeat: no-repeat;
    -webkit-transition: background-position .3s ease-in-out;
    -moz-transition: background-position .3s ease-in-out;
    -ms-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    transition: background-position .3s ease-in-out;
}

#projects ul#albums li:last-child {
    margin-right: 0;
}

#projects ul#albums li a {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    color: #bd0926;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 1.5em;
    font-weight: 400;
    background: rgba(255,255,255, .6);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#projects ul#albums li a:hover, #projects ul#albums li a.active {
    color: white;
    font-size: 1.7em;
    font-weight: 300;
    background: rgba(0,0,0, .3);
}

#projects ul#albums li a.active {
    background: rgba(200,0,0, .6);
}

#projects ul#albums li:hover {
    background-position-y: 100%;
}

#projects #appartments {
    background-image: url(../gallery/covers/appartement.jpg);
}

#projects #closeup {
    background-image: url(../gallery/covers/closeup.jpg);
}

#projects #lofts {
    background-image: url(../gallery/covers/lofts.jpg);
}

#projects #offices {
    background-image: url(../gallery/covers/offices.jpg);
}

#projects #toplevel {
    background-image: url(../gallery/covers/toplevel.jpg);
}

#gallery {
    overflow: hidden;
    position: relative;
    height: 500px;
    display: block;
    margin: 0 0 20px 0;
    background: #fff;
}

#gallery #albumContainer {
    position: relative;
}
#gallery #albumContainer div{
	float: left;
    overflow: hidden;
}

#gallery .loader {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 31px;
    height: 31px;
    background: url(../img/ajax_loader.gif) no-repeat center center;
    z-index: 999;
}
.swiper-slide img { 
    margin: 0 auto; 
    position: relative;
    display: block;
}
.arrow-left, .arrow-right {
    position: absolute;
    width: 17px;
    height: 30px;
    margin-top: -15px;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
}

.arrow-left {
    background: url(../img/arrows.png) no-repeat left top;
    left: 10px;
}

.arrow-right {
    background: url(../img/arrows.png) no-repeat left bottom;
    right: 10px;
}

.arrow-left:hover {
    background-position: right top;
}

.arrow-right:hover {
    background-position: right bottom;
}

.pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.6;
    border: 1px solid #ccc;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #fff;
}

.swiper-active-switch {
    background: #bd0926;
}
/* footer */	
#footer {
}

#footer #info, #footer #moreinfo {
    clear: both;
}

#footer #info {
    background: #242424;
    color: white;
    padding-bottom: 20px;
}

.fb-like-box {
    background: white;
}

#footer .section {
    float: left;
    width: 25%;
    margin-right: 2%;
}

#footer #moreinfo {
    background: #333;
    color: white;
    height: 40px;
    line-height: 39px;
}

#footer #moreinfo small {
    float: left;
}
#teddyk {
    float: right;
    color: #999;
    font-size: 85%;
    text-decoration: none;
}
#teddyk:hover {
    color: #bd0926; 
}
#info #nav ul li {
    margin-bottom: 7px;
}

#info h2 {
    color: #8D8D8D;
}

#info p {
    font-size: 1em;
}

#info #nav a, #contact a {
    text-decoration: none;
    color: #CECECE;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #242424;
}

#info #nav a:hover, #contact a:hover {
	color: white;
    border-bottom: 1px solid #bd0926;
}

#contact p {
    margin: .6em 0;
}

#share {
    list-style: none;
    padding: 0;
}

#share li {
    clear: both;
    margin-bottom: 5px;
    overflow: hidden;
}

#share li a {
    float: left;
    text-decoration: none;
    color: #CECECE;
    font-size: .9em;
    line-height: 20px;
}

#share li a:hover {
    color: white;
}

#share li a:hover span {
    background-position-y: -20px;
}

#share li span {
    background-image: url("../img/social.png");
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

#twitter span {
    background-position: -20px 0;
}

#facebook span {
    background-position: 0px 0;
}

#linkedin span {
    background-position: -40px 0;
}

#google span {
    background-position: -60px 0;
}

/*  FONTS */
#main h2 {
    width: 100%;
    color: #bd0926;
    text-align: center;
    height: 60px;
    line-height: 50px;
    font-weight: 400;
    font-size: 3em;
    margin: 1em 0 0.35em 0;
    background: url(../img/bottom_bar.gif) no-repeat bottom center;
}

/* BTNS */
.callbacks_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.callbacks_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.callbacks_nav:focus {
  outline: none;
  }

.callbacks_tabs {
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  }

.callbacks_tabs li{
  display: inline;
  float: none;
  margin-right: 5px;
  }

.callbacks_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(255,255,155, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.callbacks_here a{
  background: #fff;
  background: rgba(255,255,255, .8);
  }
  #go_up{
    width: 40px;
    height: 40px;
    background: #161615 url("../img/go_up_btn.png") no-repeat center center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    display: none;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity.3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }
   #go_up:hover {
    opacity: .8;
   }
