.clearbox {

        clear: both;

}

a {

        color: inherit;

        outline: none;

        text-decoration: none;

}

a:hover {

        text-decoration: underline;

}

p {

        margin: 0 0 18px;

        line-height: 18px;

        text-align: justify;

}

img {

        border: none;

}

input {

        vertical-align: middle;

}

ul {

        margin: 0;

        padding: 0;

}

ul li {

        list-style: none;

}

h1 {

        color: #acb6bd;

        font-size: 35px;

        font-family: 'Lato', sans-serif;

        margin-bottom: 33px;

        font-weight: 400;

        margin: 0;

}

h2 {

        margin-bottom: 2px;

        color: #acb6bd;

        font-size: 35.99px;

        font-family: 'Judson', serif;

        font-weight: 400;

        text-align: center;

        margin-top: 0;

}

h3 {

        color: #000;

        font-size: 16px;

        font-family: 'Lato', sans-serif;

        margin-bottom: 33px;

        font-weight: 400;

        margin: 0;

}

h4 {

        text-transform: uppercase;

        font-size: 13.5px;

        font-family: 'Lato', sans-serif;

        font-weight: 400;

        border-bottom: 2px solid #acb6bd;

}

.fll {

        float: left;

}

.flr {

        float: right;

}

.container {



        margin: 0 auto;

}


.cont-left {
float: left;
width: 47%;
padding: 0 50px 0 0;
}

.cont-right {
float: left;
width: 47%;
padding-top: 0;
margin-top: 0;
}

input,textarea {
 	border: 1px solid #e8f1f6;
    margin-bottom: 14px;
    padding: 7px 0;
    width: 100%;
}

label {
	float:left; 
	width: 20%;
}

input,textarea {
	float: left;
	width: 79%;
}

#jform_contact_email_copy {
	width: 5%;
}

.form-actions .btn {
   float: right;
    margin-top: 0px;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #1c5275;
    color: #fff;
}

.star {
	color: #1c5275;
}

.jicons-icons {
	display: none; 	
}

legend {
    border: 0 none;
    margin-bottom: 34px;
    margin-top: -16px;
    padding: 0;
}

.first-box {
	float: left;
	width: 50%;  
	padding: 0 65px 0 0;
}

.second-box {
	float:left; 
	width: 30%;
}




/*------------------------------*/



html, body {

        height: 100%;

        margin: 0;

        padding: 0;

}

.bg-image {
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 1;
}

body.home {

       /*  background: url("../images/home-body-bg.jpg") no-repeat center transparent;*/
               -webkit-background-size: cover; /* Safari en Chrome */
        -moz-background-size: cover; /* Old Firefox */
        -o-background-size: cover; /* Opera */
        background-size: cover; /* W3C */



}

body.other {

        /* background: url("../images/other-body-bg.jpg") no-repeat center transparent;*/
               -webkit-background-size: cover; /* Safari en Chrome */
        -moz-background-size: cover; /* Old Firefox */
        -o-background-size: cover; /* Opera */
        background-size: cover; /* W3C */


}


body.default {
       /*--------------- header ---------------*/
        /* background: url("../images/other-body-bg.jpg") no-repeat center 185px #e4e7e9;*/

        -webkit-background-size: cover; /* Safari en Chrome */
        -moz-background-size: cover; /* Old Firefox */
        -o-background-size: cover; /* Opera */
        background-size: cover; /* W3C */


}

body {

        font-family: 'Lato', sans-serif;

        font-weight: 400;

        width: 100%;

        position: relative;

        font-size: 13px;

        color: #000000;
        
        background-color:#E0E8E9;

}



#wraper {

        min-height: 100%;

        margin-bottom: -232px;

}



/*--------------- header ---------------*/

#header-wraper {

        height: 97px;
        padding-top: 55px;
		background-color:#fff;
       /* background: url("../images/header-wraper-bg.png") repeat-x;*/

}



/*--------------- top-menu ---------------*/

/* #top-menu {

        position: relative;

        overflow: hidden;

        height: 52px;

        line-height: 40px;

}*/

#top-menu {
background-color: #1c5275;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
   }


#top-menu ul {

        margin: 0;

        padding: 0;

        float: left;

        position: relative;

        left: 50%;

}



#top-menu ul li {

        float: left;

        list-style: none;

        position: relative;

        right: 50%;

}



#top-menu ul li a {
        display: block;
        padding: 0 19px;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
}

#top-menu ul li a:hover, #top-menu ul li.active a {

        text-decoration: underline;

}



/*--------------- logo ---------------*/

#logo {

        height: 80px;

        overflow: visible;

        position: relative;

}

#logo .moduletable-logo {
        height: 135px;
        margin: 0 auto;
        margin-top: -35px;
        width: 830px;
        text-align:center;
        background: url(../images/logo-line.png) no-repeat center 133px;

}



/*--------------- top text ---------------*/

#top-text-wraper {
        height: 44px;
    	padding-top: 49px;
        background-color: rgba(255, 255, 255, 0.75);
        color: rgba(255, 255, 255, 0.75);
        border-bottom: 5px solid #fff;
}
#top-text {
        height: 130px;
        line-height: 106px;
        text-align: center;
        color: #1c5275;
        font-family: 'Tangerine', cursive;
        font-weight: 400;
        font-size: 60px;
        position: relative;
         margin-top: -50px;
}



/*--------------- content ---------------*/

#content-wraper {

        background-color: rgba(247, 247, 247, 0.9);

        margin: 130px auto 20px;

        -webkit-box-shadow: 0px 0px 13px 0px rgba(157, 171, 179, 0.47);

        -moz-box-shadow: 0px 0px 13px 0px rgba(157, 171, 179, 0.47);

        box-shadow: 0px 0px 1px 0px rgba(157, 171, 179, 0.47);

        padding: 0px 0px 0px 0px;;

        width: 1000px;

        -webkit-border-radius: 0 0 25px 25px;
		
		border-radius: 0 0 25px 25px;

}

.home #content-wraper {
        display: none;
        }


#content{
        padding: 35px 60px 0;
        }

#content .page-header {

        border-bottom: 3px solid #acb6bd;

        margin-bottom: 30px;

}

#content .width415 {

        width: 415px;

}

#content ul {

        padding-left: 25px;

        margin: 0 0 18px;

}

#content ul li {

        list-style: disc;

        line-height: 18px;

        text-align: justify;

}


.g-maps {
	width: 370px;	
}



/*--------------- pre-footer ---------------*/

#pre-footer {

        height: 232px;

}

.home #pre-footer {

        height: 53px;
        padding-bottom: 22px;

}


/*--------------- footer ---------------*/

#footer-wraper {

        background: #1c5275;

        height:39px;

}



.home #dove {
	border-radius: 0;
	-webkit-border-radius: 0;
	border-top: 16px solid #acbdc5; 
	height: 103px;
}

body.other .dove_none {
	border-radius: 0;
	-webkit-border-radius: 0;
	display: none;
}


#dove {

        height: 103px;
        background: #e5e9ec;
        -webkit-border-radius: 0 0 25px 25px;
        border-radius: 0 0 25px 25px;
}


#dove .moduletable {

        height: 94px;

        width: 123px;

        margin: 0 auto;

        padding-top: 25px;

}

#dove .moduletable img {
	width: 82%;
	margin: -18px 0 0;
}



/*--------------- footer menu ---------------*/

#footer-menu {

        position: relative;

        overflow: hidden;

        height: 39px;



}



#footer-menu ul {

        margin: 0;

        padding: 0;

        float: left;

        position: relative;

        left: 50%;

}



#footer-menu ul li {

        float: left;

        list-style: none;

        position: relative;

        right: 50%;

        line-height: 36px;

}



#footer-menu ul li a {

        padding: 0 10px;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        border-right: 1px solid #fff;

}

#footer-menu a.last {

        border: 0;

}

#menu-icon{
        display: none;
        }

.moduletable_menu{
        display: block;
        }

#content .table-price-mobile{
        display: none;
        }

/*Gallery*/

.foto-title-content{
        border-top: 1px solid #acb6bd;
        margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
        }

.foto-title{
        font-size: 34px;
        padding-bottom: 3px;
        border-bottom: 3px solid #acb6bd;
        text-align:center;
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #acb6bd;
        background: url(../images/gallery.png) no-repeat top center;
        display:block;
        padding-top: 60px;
        margin-top: 5px;
        
        }
 
.imp-left {
	float: left;
	width: 40%;
}

.imp-right {
	float: left;
	width: 40%;
	margin-left: 5%;
}
        
      

@media all and (min-width:768px) and (max-width:1024px){
#content-wraper {
        width: 90%;
        margin: 25% 5% 20px 5%;
}

.container {
    margin: 0 auto;
    width: 100%;
}

#top-menu ul li a {
    font-size: 14px;
    padding: 0 5px;

}


#logo .moduletable-logo {
    width: 600px;
}

#top-text {
    font-size: 45px;
}



        }


@media all and (max-width:915px){

	.cont-left {
	float: left;
	width: 100%;
	padding: 0 0px 0 0;
	}
	
	.cont-right {
	float: left;
	width: 100%;
	padding-right: 0;
	padding-top: 0;
	margin-top: 0;
	}
	.imp-left {
	float: left;
	width: 90%;
}

.imp-right {
	float: left;
	width: 90%;
	margin-left: 0%;
}
	
}


@media all and (max-width:767px){

#content-wraper {
        width: 90%;
        margin: 10% 5% 20px 5%;
}

#content{
        padding: 20px 20px 0;
        }

.container {
    margin: 0 auto;
    width: 100%;
}

#top-menu ul li a {
    font-size: 14px;
    padding: 0 5px;

}


#logo .moduletable-logo {
    width: 100%;
}

#logo .moduletable-logo a img{
 left: 26px;
    margin-left: 55px;
    position: relative;
}

#top-text {
    font-size: 30px;
}


#footer-menu ul li a {
    font-size: 14px;
        line-height: 14px;
}

.foto-title-content{
        margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
        }

/* MENU */


#top-menu ul {
    float: none;
    left: 0px;
}

#top-menu ul li {
    float: none;
    right: 0;
}

#top-menu{
        display:block;
        position:relative;
        overflow:visible;
        }

#menu-icon{
        display:block;
        width:100px;
        height:50px;
        cursor:pointer;
        text-decoration:none;
        text-align:center;
        color:#fff;
        font-size:16px;
        float:right;
        }

#menu-icon:hover{
        text-decoration:underline;
        }

.moduletable_menu{
        display:none;
        width:260px;
        list-style:none;
        position:absolute;
        top:51px;
        right: 0px;
        left:auto !important;
        }


.moduletable_menu li {
        text-align:center;
        width:100%;
        right: 0px;
        }

.moduletable_menu li a{
        background:#1c5275;
        border-top:1px solid #0a2d44;
        display:block;
        width:94%;
        height:auto;
        padding:0% 3% 0 3%;
        margin:0;
        line-height:28px;;
        font-size:14px;
        color:#fff;
        text-decoration:none;
        text-align:center
        }

.moduletable_menu li a:hover{
        color:#fff;
        background:#0a2d44;
        }

.moduletable_menu ul {
        width:100%;
        position:relative;
        display:block;
        list-style:none;
        top:0px;
        z-index:1000;
        margin:0;
        padding:0;
        }

#content .table-content tr td{
        width: 100% !important;
        float: left;
        }

#content .table-price{
        width: 100% !important;
        }
#content .table-price-big{
        display: none;
        }

#content .table-price-mobile{
        display:inline-table;
        }
#header-wraper {
    padding-top: 0px;
    height: 141px;
}        
#top-text {
    margin-top: -27px;
     line-height: 63px;
}



}






@media all and (max-width:480px){


#footer-menu ul li a {
    font-size: 12px;
    padding: 0 5px;
}


#top-text {
    font-size: 34px;
    height: 130px;
    line-height: 32px;
    padding-top: 0px;
}


#content .table-price tr td{
        border: 1px solid #000;
        }

}

.trigger{
        cursor:pointer;
        color: #fff;
        padding: 10px;
        background:#1c5275 url(../images/arrow_down.png) no-repeat center right;
        }

.table-price-big tr td{
        padding:5px;
        }

.table-price-mobile tr td{
        padding:3px;
        }

@media all and (max-width:480px){
.table-price-mobile tr td{
        padding:3px;
        font-size: 11px;
        }
        }

@media all and (max-width:580px){
.contact-form .control-group input{
        width:100%;
        }

.contact-form .control-group input#jform_contact_email_copy{
        width:20px;
        }

.contact-form .control-group textarea {
        width:100%;
        }
}

@media all and (max-width:1012px){
	
	.first-box {
    float: left;
    padding: 0 65px 0 0;
    width: 100%;
}

	.second-box {
    float: left;
    padding: 30px 0px 0 11px;
    width: 100%;
}

	
}