*, html, body {
	font-family: 'Montserrat', Arial, sans-serif;
	box-sizing: border-box;
}

.p50-0 {
	padding: 50px 0;
}

a:focus, a:hover {
    text-decoration: none;
}

.text-bold {
    font-weight: 700;
        font-size: 18px;
}

.navbar-default {
	background: rgba(255, 255, 255, 1) !important;
	position: fixed;
	
}

img.logo {
	max-width: 100px;
}

.navbar-default {
    border-color: #333333;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 0;
    transition: background 0.3s linear;
}

.navbar-default .navbar-nav>li>a {
	color: #333333!important;
	font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 4px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #333333!important;
	border: 2px solid #333333!important;
	background-color: transparent!important;
	
}

.nav li a {
    color: #196575;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 2px 2px 5px;
    border: 2px solid transparent;
    transition: border-color 0.2s linear;
    display: inline-block;
}

.navbar-default .navbar-toggle {
    border-color: #333333;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

/* SLIDER */

.fill:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);

}

.titleandsub {
    display: table-cell;
    vertical-align: middle;
}

.slide-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.hero-content {
    height: 100vh;
    position: relative;
    z-index: 1;
    display: table;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
}

.carousel-caption {
    position: absolute;
    top: 0!important;
    left: 0!important;
    width: 100%;
}

.carousel-indicators {
    position: absolute!important;
    bottom: 0!important;
    left: 10px!important;
    z-index: 15!important;
    width: 20px!important;
    padding-left: 0!important;
    margin-left: 0!important;
    text-align: left!important;
    list-style: none!important;
    top: 30%!important;
}

.carousel-indicators li {
    display: block!important;
    margin-bottom: 5px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
	width: 20px;
    height: 20px;
}

.carousel-indicators .active {
    width: 21px;
    height: 21px;
    margin: 0;
    background-color: #fff;
	margin-bottom: 5px;
}

.carousel-inner .item {
	height: 100vh;
}

/* desc-line */

.serviceXsTitle {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.modal {
    top: 80px!important;
}

.view {
    margin: 0;
    float: left;
    border: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: none;
    cursor: default;
    background: none;
    padding: 0;
	max-width: 100%;
    
}
.view .mask, .view .content {
	height: 400px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
	width: 100%;
}
.view img {
    display: block;
    position: relative;
	height: 400px;

}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
    font-style: italic;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}

.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(138,140,103, 0.7); 
    transition: all 0.4s ease-in-out;
	
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}

.view-first:hover img { 
	transform: scale(1.1);
} 

.mini-thumb:hover img { 
	transform: scale(1.1);
} 

.mini-thumb img { 
    transition: all 0.2s linear;
}

.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}

.desc-line-block {
	height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
	display: table;
    vertical-align: middle;
}

.toggle-visibility {
	display: table-cell;
    vertical-align: middle;
}

.toggle-visibility-desc {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}

 .no-p-m {
	 margin: 0;
	 padding: 0;
	 overflow: hidden;
 }

#desc-line {
	
}
/* services */

.likeTable {
	display: table;
	/*height: 750px;*/
}

.r-about-info {
    text-align: center;
	display: table-cell;
    vertical-align: middle;
}

.r-block-title {
    color: #333333;
}

.block-title {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 23px;
    word-wrap: break-word;
}

/* gallery */

.mini-thumb {/* image must be 305*305*/
	max-width: 685px;
	overflow: hidden;
	margin: 0;
    padding: 0;
	height: 300px;
}

.mini-thumb>img {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
	
.mini-thumb>img:hover {
	transform: scale(1.1);
	
	
}

/* contact */

#contact {
	background-image: url("../img/bg.jpg");
	background-size: cover;
    background-position: center top;
    padding: 140px 0 100px;
    position: relative;
}

#contact:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);

}



.contact-content .block-title, .contact-content .sub-title {
	color: #fff;
}

.sub-title {
	font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 2;
    padding: 0;
    font-family: 'Montserrat-UltraLight', Arial, sans-serif;
    letter-spacing: 0;
}

.contact-content {
	position: relative;
    z-index: 11;
}

.mail-link {
	color: #eee;
    text-decoration: none;
    font-weight: 700;
}

/* menu */

#menu {
	margin-top: 20px;
}

/* footer */

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #757A44;
}

@media only screen and (max-width: 768px) {
	.view img {
		/*width: 100%;*/
		max-width: 530px;
	}
	
	.mini-thumb>img {
		width: 100%;
	}
	
	.likeTable {
		height: auto;
	}
	
	.mini-thumb {
		height: 120px;
	}
}

@media only screen and (max-width: 961px) {
	.likeTable {
		height: auto;
	}
}

@media only screen and (max-width: 561px) {
	.mini-thumb {
		height: 61px;
	}
    
    .block-title {
        font-size: 30px;
        letter-spacing: 1px;
    }
    
    .r-sub-title {
        font-size: 14px;
    }
    
    .slide-title {
        font-size: 30px;
    }
}