

/* Put your custom styles here */

.no-margin
{
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content
{
    margin-top: 150px;
    background-color: rgba(0, 0, 0, 0.48);
    margin-left: 20px;
    padding: 5px 20px;
    border: solid 1px;
}

#main-slider .carousel .slide-margin
{
    margin-top: 140px;
}

#main-slider .carousel h2
{
    color: #363636;
}

#main-slider .carousel .btn-slide
{
    padding: 8px 20px;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
    border: 1px solid #fff;
}

#main-slider .carousel .btn-slide:hover
{
    color: #fff;
    border: 1px solid #00b2a9;
}

#main-slider .carousel .slider-img
{
    text-align: right;
    position: absolute;
}

#main-slider .carousel .item
{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 800px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child
{
    top: auto;
    position: relative;
}

#main-slider .carousel .item.active
{
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color:rgba( 0, 0, 0, 0.27);
  color: #fff;
  display: inline-block;
  margin-top: -30px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover
{
    background-color: rgba( 255, 255, 255, 0.27);
    color: #000;
}

#main-slider .prev
{
    left: 10px;
}

#main-slider .next
{
    right: 10px;
}

#main-slider .carousel-indicators li
{
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.55);
    margin: 0 15px 0 0;
    position: relative;
}

#main-slider .carousel-indicators li:after
{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.55);
    left: -3px;
    top: -3px;
}

#main-slider .carousel-indicators .active
{
    width: 20px;
    height: 20px;
    background-color: rgba(79, 165, 217, 0.35);
    margin: 0 15px 0 0;
    border: 1px solid rgba(79, 165, 217, 0.55);
    position: relative;
}

#main-slider .carousel-indicators .active:after
{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(79, 165, 217, 0.35);
    border: 1px solid rgba(79, 165, 217, 0.55);
    left: -3px;
    top: -3px;
}

#main-slider .active .animation.animated-item-1
{
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
    color: #c1c1c1;
    font-weight: 500;
    font-family: Open Sans;
}

#main-slider .active .animation.animated-item-2
{
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
    font-weight: lighter;
    font-family: Open Sans;
    color: #ffffff;
}

#main-slider .active .animation.animated-item-3
{
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4
{
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

/*	CONTACT 1
/*----------------------------------------------------*/

.contact-1 .form-container
{
    margin-top: 60px;
}

.contact-1 .contact-info
{
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

.contact-1 .contact-info span
{
    margin-right: 7px;
    color: #4FA5D9;
    padding-right: 5px;
}

.contact-1 .contact-info li
{
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #2e2e2e;
}

.contact-1 .contact-info li a
{
    color: #2e2e2e;
}

.contact-1 .contact-info li a:hover
{
    color: #4FA5D9;
}

#map
{
    width: 100%;
    height: 350px;
}

#contact span.required
{
    font-size: 13px;
    color: #ff0000;
}

#message
{
    margin-bottom: 20px;
    padding: 0;
}

.error_message
{
    display: block;
    background: #FBE3E4;
    padding: 10px 0;
    color: #8a1f11;
    border: 2px solid #FBC2C4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/*	CONTACT 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){
	
		
	
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){
	

	
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){
	
	
	
}



.form-control:hover
{
    border-color:  #4FA5D9;
}

.form-control:focus
{
    border-color:  #4FA5D9;
}









/*	Gallery 1
/*----------------------------------------------------*/

/* Gallery Item
 * -------------------------- */

.isotope-gallery-container .col-md-3
{
    margin-right: -1px;
}

.gallery-item-wrapper
{
    padding-bottom: 25px;
}

.gallery-item
{
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}

.flush .gallery-item
{
    border-radius: 0;
}

.gallery-item .gallery-thumb
{
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-thumb img
{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
}

.gallery-item:hover .gallery-thumb img
{
    transform: scale(1.1);
}

.gallery-item .gallery-thumb .image-overlay
{
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .image-overlay
{
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.gallery-item .gallery-thumb .gallery-zoom, .gallery-item .gallery-thumb .gallery-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.gallery-item .gallery-thumb .gallery-zoom:hover, .gallery-item .gallery-thumb .gallery-link:hover
{
    background-color: #4FA5D9;
    color: #ffffff;
}

.gallery-item .gallery-thumb .gallery-zoom:focus, .gallery-item .gallery-thumb .gallery-link:focus
{
    outline: none;
}


.gallery-item .gallery-thumb .gallery-zoom
{
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item:hover .gallery-thumb .gallery-zoom
{
    display: block;
    left: 50%;
    margin-left: -24px;
}


.gallery-item .gallery-details
{
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    bor der: 2px solid #ecf0f1;
    border-top: 0;
    overflow: hidden;
}

.gallery-item .gallery-details h5
{
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    position: relative;
}

.gallery-item .gallery-details p
{
    font-size: .9em;
}

/* Gallery Filter
 * -------------------------- */

.filter
{
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    text-align: center;
}

.filter li
{
    display: inline-block;
    margin: 0;
}

.filter li:before
{
    display: inline-block;
    content: "/";
    padding: 0 25px 0 19px;
    color: rgba(0,0,0,0.20);
}

.filter li:first-child:before
{
    display: none;
}

.filter li a
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #2c3e50;
}

.filter li a:hover,
.filter li a:focus,
.filter li a.active
{
    color: #4FA5D9;
    text-decoration: none;
}

/* Isotope Animating
 * -------------------------- */

.isotope,
.isotope .isotope-item
{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope
{
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item
{
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (min-width : 768px){
	
		
	
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px){
	

	
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px){
	
	
	
}
