/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
	width: 100%;
	height: 100%;
}
html {
   overflow-y: scroll; 
}
body {
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: url(../img/bg.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
section {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.clearfix {
	display: block;
}
.clearfix {
	display: inline-block;
}
.lock {
	overflow-x: hidden;
	overflow-y: hidden;
}
.container.main {
	background-color: rgba(255, 255, 255, 0.80);
}
.space {
	margin-top: 40px;
}
.clr1 {
	background-color: #756D60;
}
.clr2 {
	background-color: #2E344A;
}

.clr3 {
	background-color: #ACB99A;
}

.clr4 {
	background-color: #6A95CB;
}

.clr5 {
	background-color: #E6772E;
}

.clr6 {
	background-color: #41AAC4;
}

#header .container.main {
	padding-bottom: 80px;
}
#about-us .row {
	margin-top: 80px;
	margin-bottom: 20px;
}
#services .row {
	margin-top: 80px;
	margin-bottom: 20px;
}
#portfolio .row {
	margin-top: 80px;
	margin-bottom: 20px;
}
#portfolio #content {
	margin-bottom: 0;
}
#portfolio #data {
	margin-top: 0;
}
#contact .row {
	margin-top: 80px;
	margin-bottom: 20px;
}
#title {
	margin: 40px auto;
}
a:hover {
	text-decoration: none;
}
.font-nice {
	font-family: 'Marck Script', cursive;
}
.img-responsive {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 200ms;
}

.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.text-vertical-center h1 {
	margin: 0;
	padding: 0;
	font-size: 4.5em;
	font-weight: 700;
}
.navbar-default {
	background-color: #FFFCF2;
}

.mult-checkboxes {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
}

/* Custom Button Styles */
.btn-primary {
	color: #4A4A4A;
	background-color: #FFFCF2;
	border-color: #AFAA9F;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	color: #4A4A4A;
	background-color: #D3C6B8;
	border-color: #AFAA9F;
}
.btn-dark {
	border-radius: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}

.btn-light {
	border-radius: 0;
	color: #333;
	background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
	color: #333;
	background-color: rgba(255,255,255,0.8);
}
#menu-toggle {
  padding: 15px 20px;
}

/* Custom Horizontal Rule */

hr.small {
	max-width: 100px;
}
/*Modal*/

.modal.service .modal-dialog {
	width: 100%;
	margin: 30px auto;
}

/* Mobile Menu */

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	right: 0;
	width: 300px;
	height: 100%;
	margin-right: -300px;
	overflow-y: auto;
	background: #FFFCF2;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.sidebar-nav {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
}

.sidebar-nav li {
	text-indent: 20px;
	line-height: 35px;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #707070;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #fff;
	background: #707070;
	-webkit-transition:     opacity 0.95s ease;
    -moz-transition:        opacity 0.95s ease;
    -o-transition:          opacity 0.95s ease;
    transition:             opacity 0.95s ease;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	height: 85px;
	font-size: 18px;
	line-height: 55px;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 40px;
}

.sidebar-nav > .sidebar-brand a {
	color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #707070;
	background: none;
}

#menu-toggle {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
}

#sidebar-wrapper.active {
	right: 300px;
	width: 300px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.toggle {
	margin-top: 5px;
	margin-right: -5px;
	color: #707070;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
}


/*Main menu*/
.lead {
	padding: 0;
	margin: 0;
	height: 130px;
	border-radius: 50%;
}
.lead:active, .lead:hover, .lead:focus {
	background-color: #FFFCF2;
}
.lead img {
	width: 130px;
}
.nav .menu-name {
	position: relative;
	top: -75px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
ul.nav.navbar-nav {
	margin-left: 65px;
}
ul.nav.navbar-nav.login {
	margin-left: 0;
	padding-top: 20px;
}
ul.nav.navbar-nav.login>li>a {
	color: rgb(121, 5, 16);
}
ul.login .lead:hover, ul.login .lead:focus {
	background-color: transparent;
}
ul.login .lead {
	height: auto;
}
.navbar-default {
	background-color: transparent;
	border-color: none;
}
.navbar-default .navbar-nav>li {
	margin-right: 5px;
}
.navbar {
	border: none;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 0;
}
ul.nav.navbar-nav.nav-fixed {
	margin-left: 0;
}
#navigation-fixed {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
#navigation-fixed .container.main {
	background-color: #FFFDF7;
	border-bottom: 1px solid #A2A2A2;
	padding: 0;
}
#navigation-fixed #main-menu {
	margin: 0;
	background-color: #FFFDF7;
}
#navigation-fixed .navbar-right {
	float: right!important;
	margin-right: 15px;
}
#navigation-fixed .navbar-right li a {
	color: rgb(121, 5, 16);
}
#navigation-fixed li.brand {
	margin: 0;
	padding: 0;
	width: auto;
}
#navigation-fixed .navbar-nav>li {
	margin: 0 15px;
}
#navigation-fixed li.brand img {
	margin: 0;
	padding: 5px;
	width: 150px;
}
#navigation-fixed li.brand a {
	margin: 0 20px;
	padding: 0;
}
#navigation-fixed .lead {
	padding: 0;
	margin: 0;
	height: 100px;
	border-radius: 50%;
}
#navigation-fixed .lead img {
	width: 100px;
}
#navigation-fixed a:hover {
	color: rgb(121, 5, 16);
}
#navigation-fixed a {
	color: #fff;
}
#navigation-fixed .nav .menu-name {
	position: relative;
	top: -60px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#navigation-fixed ul.nav.navbar-nav {
	margin-left: 0;
}

/* Header */
.licence {
	margin-top: 18%;
}
.licence ul {
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
}
.call-number {
	margin-top: 15%;
}
.call-number h2 {
	color: #FF7320;
}
.brand {
	width: 200px;
	margin: 20px auto;
}
.welcome {
	padding-top: 30px;
}
/*Banner*/
.static-banner {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 10px 20px;
    background: #edebe8;
    color: black;
    font-size: 20px;
    text-align: center;
}
/*Login*/
.login-body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #f4f4f4;
	background: none;
}
.login-row {
	margin-top: 25%;
}
.login {
	background-color: #f4f4f4;
	border: 1px solid #A4A4A4;
	padding: 10px 20px;
	border-radius: 10px;
	-moz-box-shadow: -1px -1px 31px #B9B7B7;
	-webkit-box-shadow: -1px -1px 31px #B9B7B7;
	box-shadow: -1px -1px 31px #B9B7B7;
}
.login .brand {
  float: initial;
  width: 100px;
  margin: 0 auto;
}
.login  .logo {
  width: 100px;
  margin-bottom: 20px;
  float: left;
}
.divider {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #A4A4A4;
}
.log-links {
    margin-top: 10px;
}
form.login,
form.reset {
    margin-top: 20px;
}
/*Home Slider*/
#main-slider {
	-webkit-box-shadow: rgb(43, 43, 43) 0px 8px 16px;
	box-shadow: rgb(43, 43, 43) 0px 8px 16px;
}
#main-slider .gallery-cell {
	width: 100%; /* full width */
	height: 500px; /* height of gallery */
	margin-right: 10px;
}
#main-slider .gallery-cell img{
	height: 500px; /* height of gallery */
}
/*Portfolio Slider*/

.portfolio-item .img-responsive {
	opacity: 0.8;
}

.portfolio-item:hover .img-responsive {
	opacity: 1;
}
.overlayer {
    display: block;
    padding: 5px;
    width: 90%;
    bottom: 30px;
    position: absolute;
}
.overlayer .project_title a {
    color: #fff;
}

#project1 {
	-webkit-box-shadow: rgb(43, 43, 43) 0px 8px 16px;
	box-shadow: rgb(43, 43, 43) 0px 8px 16px;
}
#project1 .pphoto {
	width: 100%; /* full width */
	height: 500px; /* height of gallery */
	margin-right: 10px;
}
#project1 .pphoto img{
	height: 500px; /* height of gallery */
}
/* Request */
#request .modal-dialog {
	width: 600px;
	margin: 30px auto;
}
#request .container.main {
	padding-top: 0;
	padding-bottom: 0;
}
#request .row {
	padding: 40px 0;
	background-color: #FFFDF7;
}

#request h1 {
	display: block;
	text-align: center;
	vertical-align: middle;
}
#request button {
	margin: 7px 0;
}
.input-overflow {
  height: 60%;
  position: absolute;
  background-color: rgba(63, 63, 63, 0.05);
  z-index: 999;
  width: 90%;
  border-radius: 5%;
}
/* Partners */
#partners .modal-dialog {
	width: 600px;
	margin: 30px auto;
}
#parners .container.main {
	padding-top: 0;
	padding-bottom: 0;
}
#partners .row {
	padding: 10px 0;
	background-color: #FFFDF7;
}

#partners h1 {
	display: block;
	text-align: center;
	vertical-align: middle;
}
#partners button {
	margin: 7px 0;
}
/* About */
#about-us #content {
	padding: 40px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=99, Color=#A4A4A4)";/*IE 8*/
	text-shadow: 1px 6px 17px #A4A4A4;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#A4A4A4); /*IE 5.5-7*/
	}
#about-us #title {
	margin: 40px 0 0 0;
}
#about-us .about {
	font-size: 18px;
	padding: 50px;
	border: 1px solid #3f3f3f;
	border-radius: 20px;
	background-color: #F3EDE4;
}

/* Services */

#services .col-md-4 {
	overflow: hidden;
	padding: 20px;
}
#services a.service {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
	border-radius: 50%;
}
#services .description {
	padding-bottom: 10px;
}
#services .img-responsive {
	height: 150px;
	width: 75%;
	margin: 0 auto;
	border-radius: 50%;
}
/*page service */
#service {
    background-color: #EDEBE7;
    border-radius: 15px;
    padding: 20px 15px;
}

/*Page project*/
.project {
    background-color: #EDEBE7;
    border-radius: 15px;
    padding: 20px 15px;
}
.project .fa-chevron-left,
.project .fa-chevron-right {
    top: 50%;
    position: absolute;
}

/* Portfolio */


/* Show active item in the pagination */
.categories {
	padding: 10px 0;
}
.cat {
	padding: 0;
}
.cat li {
	display: inline-block;
}
.cat .type {
    margin-top: 10px;
	padding: 0;
}
.cat .type li a {
    color: #9F3C3C;
}
.type li {
	margin-left: 20px;
}
.type li:after {
	content: ' | ';
	margin-left: 20px;
}
ol.type li:last-child:after {
	content: '';
}
.portfolio-item {
	margin-bottom: 30px;
}
.main-img {
	padding: 0 10px;
	max-height: 213px;
  	overflow: hidden;
}
.carousel {
	-webkit-box-shadow: rgb(43, 43, 43) 0px 8px 16px;
	box-shadow: rgb(43, 43, 43) 0px 8px 16px;
	margin: 30px 0;
}
.carousel-inner .item img.img-responsive {
    max-width: 100%;
}
.portfolio .modal-backdrop.in {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.modal.fade.in {
    background-color: rgba(0, 0, 0, 0.85);
}
.portfolio .close {
	font-size: 35px;
	color: #FFF;
	text-shadow: 0 1px 0 #AA9F9F;
	opacity: 1;
}
.portfolio .carousel-caption {
	position: initial;
}
.portfolio h3 {
	color: #F2F2F2;
	text-shadow: 0 1px 0 #AA9F9F;
}
.portfolio .carousel-control {
	width: 50%;
}
.portfolio .left {
	text-align: left;
}
.portfolio .right {
	text-align: right;
}
.portfolio .fa {
	position: absolute;
	top: 47%;
	font-size: 25px;
}
.portfolio .fa-chevron-right {
	right: 0;
}
.modal.portfolio .modal-dialog {
	width: 100%;
	margin: 30px auto;
}
/*Filter transitions*/
.isotope-item {
	z-index: 2;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope-hidden.isotope-item {
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* Callout */
#callback {
	overflow-x: hidden;
	overflow-y: auto;
}
.datepicker {
	padding-top: 40px;
}
.callout {
	display: table;
	width: 100%;
	height: 400px;
	color: #fff;
	background: url(../img/callout.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.modal-body .btn {
	margin: 10px;
}
/* Call to Action */

.call-to-action {
	padding: 50px 0;
}

.call-to-action .btn {
	margin: 10px;
}

/* Contact */
.map {
	border: 1px solid #B9B9B9;
	-moz-box-shadow: 0px 8px 16px #2b2b2b;
	-webkit-box-shadow: 0px 8px 16px #2b2b2b;
	box-shadow: 0px 8px 16px #2b2b2b;
	margin-bottom: 20px;
}
.map iframe {
	height: 400px;
}
#contact .licence {
	margin-top: 15%;
}

/*Partners*/
#partners h3 {
  margin-bottom: 40px;
}
#partners .row {
	background: initial;
}


/* Footer */

footer .row {
	border-top: 1px solid #A2A2A2;
	background-color: #FFFFFF;
}
footer li {
	list-style-type: none;
}

footer #copyright {
	border-top: 1px solid #A2A2A2;
	min-height: 50px;
	padding-top: 15px;
}
footer .copyright {
  font-size: 12px;
  margin: 0 0 15px 0;
}
.logo-footer {
	width: 30px;
	float: left;
	position: relative;
	right: -15px;
	top: -5px;
}

.f-logo {
  position: relative;
  left: -90px;
}

ul.footer-social {
  list-style: none;
  float: right;
}

ul.footer-social li{
  position: relative;
  display: block;
}

ul.footer-social li{
  float: left;
  padding: 3px 10px;
}

/* 404 */
#e404 #content {
	padding: 40px 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=99, Color=#A4A4A4)";/*IE 8*/
	text-shadow: 1px 6px 17px #A4A4A4;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#A4A4A4); /*IE 5.5-7*/
	}
#e404 #title {
	margin: 40px 0 0 0;
}
#e404 .about {
	font-size: 18px;
	padding: 50px;
	border: 1px solid #3f3f3f;
	border-radius: 20px;
	background-color: #F3EDE4;
}

