@import url('https://fonts.googleapis.com/css?family=Eczar:800|Open+Sans:400,700,800&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

::selection {
    background: #000;
    color: #fff;
}

::-moz-selection {
    background: #000;
    color: #fff;
}


h1, h2, h3, h4 {
    color: #000;
    font-weight: 600;
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
	font-family:"Eczar", sans-serif;
}

strong {
    font-weight: 900;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 30px 0;
	
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
}

input[type="text"], textarea {
    border: 1px solid #808080;
    border-radius: 5px;
    width: 96%;
    padding: 20px 2%;
	margin:10px 0;
}

.inpts {
    text-align: center;
    width: 100%;
}

    .inpts input[type="text"] {
        display: inline-block;
        width: 28%;
    }

textarea {
    width: 93%;
    margin: 10px auto;
    max-width: 93%;
    min-width: 93%;
}

.btn {
    background: #000;
    background: -moz-linear-gradient(left, #000,#444 );
    background: -webkit-linear-gradient(left, #000,#444 );
    background: -o-linear-gradient(left, #000, #444);
    background: -ms-linear-gradient(left, #000, #444);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#444',GradientType=1 );
    background: linear-gradient(left, #000,#444 );
    padding: 10px 30px;
   font-family: 'Roboto', serif;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 2%;
}

    .btn:hover {
        background: #000;color:#fff;
    }
#coroane .btn
{
    background: #fff;
    background: -moz-linear-gradient(left, #fff,#f0f0f0 );
    background: -webkit-linear-gradient(left, #fff,#f0f0f0 );
    background: -o-linear-gradient(left, #fff, #f0f0f0);
    background: -ms-linear-gradient(left, #fff, #f0f0f0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f0f0f0',GradientType=1 );
    background: linear-gradient(left, #fff,#f0f0f0 );
    padding: 10px 30px;
   font-family: 'Roboto', serif;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 2%;	
}

#coroane .btn:hover{
	background:#fff;
	color:#000;
}
body {
    font-family: 'Open Sans', serif;
    color: #000;
    font-size: 14px;
  
}
.la,.ra{
	position:absolute;bottom:0;z-index:0
	
}
.la img,.ra img{float:left;width:100%;}
.la{left:0;
}
.ra{right:0;}
.p{padding:2%;}
.wbg,.dbg {
    float: left;
    clear: both;
    background: #fff;
    width: 100%;
    padding: 0 0 30px 0;position:relative;
}
.dbg{background:url("../images/bgd.png") repeat repeat #000;
	color:#fff;position:relative;}
	.dbg h2{color:#fff;}
	.dbg.t{background:url("../images/tr.png") no-repeat #000;
	background-size:cover;}
	
	.dbg.g{background:url("../images/gr.png") no-repeat #000;
	background-size:cover;}
.tops {
    background: url('../images/bg.png') center top no-repeat;
    background-attachment: fixed;
    display: block;
    width: 100%;
    background-size: cover;position:relative;
}
.gallery{float:left;width:1024px;clear:both;display:block}
.gallery a{float:left;width:190px;margin-bottom:10px;}
.gallery a img{width:100%;}
.gallery2{float:left;width:1024px;clear:both;display:block}
.gallery2 a{float:left;width:190px;margin-bottom:10px;}
.gallery2 a img{width:100%;}

.gallery3{float:left;width:1024px;clear:both;display:block}
.gallery3 a{float:left;width:190px;margin-bottom:10px;}
.gallery3 a img{width:100%;}
.menuc{background:#000;float:left;width:100%;}
#transport{padding-bottom:380px;}
.cls {
    clear: both;
}

a {
    color: #000;
}

    a:hover {
        color: #000;cursor:pointer;
    }
	.tel{font-size:18px;font-weight:900}
	.pr{font-size:16px;font-family:"Eczar", serif; text-transform:uppercase;}
	.pr span{font-size:48px;font-family:"Open Sans", sans-serif;font-weight:900}
.si{margin-top:30px;}
.si a{display:inline-block;text-transform:uppercase;text-align:left;text-decoration:none;margin:0 10px;}
.si a i{margin-top:3px;float:left;margin-right: 10px;}
.w {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.wh{width: 1020px;
    margin: 0 auto;}

.logo {
    width: 400px;
    position: absolute;
    left: 0;
    right: 0;
    clear: both;
    display: block;
    margin: 80px auto 0;
	z-index:2;
  
}
.f .logo{position:relative;width:200px;margin: 20px auto 40px;}
    .logo img {
        width: 100%; 
		float:left;
		margin:0;
		padding:0;
    }

.ctctinf{
	text-align:center;position:relative;z-index:1;
	padding:200px 0;
}



.menu {
    float: left;
	width:100%;
    list-style: none;text-align:center;
}

    .menu li {
        display: inline-block;
line-height: 30px;
vertical-align: middle;
    }

        .menu li a {
            float: left;
            padding: 10px;
            font-size: 16px;
            text-decoration: none;
            text-transform: uppercase;
			color:#fff;			
			font-family: 'Eczar', serif;
        }

            .menu li a:hover {
               cursor:pointer
            }

.menubtn {
    display: none;
}
.map1,.map2{position:fixed;width:100%;height:100%;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.5);display:none;z-index:1000;}
.map1 h1, .map2 h1{color:#fff;}
.close{position:absolute;right:0;top:0;color:#fff;font-size:30px;padding:16px 31px;cursor:pointer}
.close:hover{background:#fff;}
.mapl{float:left;width:100%;}
.bx-wrapper {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border:0;
    background: none;
	margin:60px 0;
}
.bx-wrapper img {
    max-width: 90%;
    display: block;
    margin: 5%;
}
.bc {
    float: left;
    clear: both;
    width: 100%;
}

    .bc ul {
        float: left;
        list-style: none;
    }

    .bc li {
        float: left;
        margin-right: 10px;
    }

        .bc li a {
            font-weight: 900;
        }

        .bc li::after {
            content: "\f054";
            font: normal normal normal 14px/1 FontAwesome;
            padding-left: 5px;
        }

.c {
    
    width: 96%;
    margin-top: 30px;
    float: left;
    padding: 2%;
}
.q{ background: #fff;border-radius:3px;margin:10px 0;float:left;width:96%;padding:2%;}
.c h2{text-align:center;}
.c h1{text-align:center;margin:60px 0;}
.b {
    color: #000;
    float: left;
    width: 100%;
    display: block;
}


.col20 ul {
    list-style: none;
}
.col33 i{width:15%;float:left;color:#f9accd;font-size:30px;}
.col33 .ef{width:85%;float:left;}
 
.col33 h3{margin:0 0 10px;   font-family: 'Roboto Slab', serif;}

   .col20 ul li {
        margin: 10px 0;
    }

.col33, .col20, .col50, .col80, .col100, .col77 {
    float: left;
    display: block;
}
.col50 img{width:100%;}
.col33 {
    width: 31%;
    margin: 1% 1% 1% 0;
}
.col25{width:25%;}
.c .col33{min-height:175px;}
table {
    width: 100%;
    border-collapse: collapse;
}

    table img {
        width: 100%;
    }

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th {
    background: #f5f5f5;
    padding: 10px 0;
    color: #000;
    font-weight: 900;
}

td {
    text-align: center;
    vertical-align: top;
    padding: 20px 5px;
}

.col77 {
    width: 68%;
}


.col20 {
    width: 30%;
}

.col50 {
    width: 50%;
}

.col80 {
    width: 70%;
}

.col100 {
    width: 100%;
}

.icon {
    display: inline-block;
    color: #000;
    font-size: 36px;
    text-align: center;
    padding: 30px 0 10px;
    float: none;
}

    .icon h2 {
        font-size: 36px;
        margin: 0;
    }

    .icon i {
        font-size: 48px;
    }

    .icon p {
        color: #292526;
        font-size: 24px;
    }

.ba {
    float: left;
    margin: 0 5% 0 0;
    width: 95%;
}

    .ba img {
        width: 100%;
    }

.sa {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}

    .sa h4 {
        margin: 0;
    }

    .sa img {
        width: 20%;
        float: left;
    }

    .sa .d {
        width: 75%;
        margin-left: 5%;
        float: left;
    }




.flg {
    width: 200px;
    float: left;
    display: block;
}

    .flg img {
        width: 100%;
    }

.fc {
    float: left;
    margin-left: 20px;
}

.fm {
    float: left;
    clear: both;
    text-transform:  capitalize;
}

    .fm li {
        float: left;
        list-style: none;
        margin-right: 10px;
        font-size: 14px;
    }

.row {
    float: left;
    clear: both;
    width: 100%;
    height: 20px;
    display: block;
}

.f {
    width: 100%;
    float: left;
    padding: 40px 0;background:#000;
}
.floating {
    float: none;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.anpc{margin-top:30px;display:flex;width:100%;justify-content:center;}
.anpc a{text-align: center;}
/*responsive*/
@media screen and (max-width: 1234px) {
    .bx-wrapper .bx-default-pager {
        top: unset;
        bottom: 40px;
    }

    .text {
        font-size: 35px;
    }

    .textb {
        font-size: 30px; 
    }
}

@media screen and (max-width: 1020px) {


    .bx-wrapper {
        position: relative;
        float: left;
    }

    .home .c {
        margin: 0;
    }

    .text, .textb {
        font-size: 25px;
    }
}

@media screen and (max-width: 988px) {
    .w,.gallery,.gallery2,.gallery3  
	{
        width: 90%;
        margin: 0 auto;
    } 

   
}

@media screen and (max-width: 962px) {
    .w {
        width: 90%;
        margin: 0 auto;
    }

    .text, .textb {
        font-size: 20px;
    }
	 .la,.ra{width:250px;}
}

@media screen and (max-width: 752px) {
    .col80 {
        width: 70%;
    }

    .col20 {
        width: 30%;
    }

    .col33, .col77 {
        width: 49%;
        margin: 1% 1% 1% 0;
    }

    .logo {
        width: 200px;
    }

  .anpc{flex-direction: column}

}

@media screen and (max-width: 640px) {
    

    .inpts input[type="text"] {
        width: 96%;
        margin: 0 0 10px;
    }

    .text, .textb, .icon p {
        font-size: 20px;
    }

    .bx-wrapper .bx-default-pager {
        bottom: 10px;
    }

    table, thead, tbody, th, td, tr {
        display: block;
    }

    table {
        clear: both;
        float: left;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 25%;
            padding-right: 10px;
            white-space: nowrap;
        }

        /*
	Label the data
	*/
      
    .col25,.col33, .col20, .col50, .col80, .col100, .col77 {
        float: left;
        display: block;
        clear: both;
        width: 100%;
        margin: 0 0 20px;
    }

    textarea {
        width: 96%;
        max-width: 96%;
        min-width: 96%;
    }
	.ctctinf{text-shadow:1px -1px 0px #fff;}
	.ctctinf h2, .ctctinf p{background:rgba(255,255,255,0.3);}
}

@media screen and (max-width: 524px) {
    .logo {
        width: 212px;
        margin: 20px auto;top:24px;
    }


    .home .c {
        margin-top: 30px;
    }

    .sm {
        clear: both;
        width: 100%;
        text-align: center;
    }

        .sm li, .menu li {
            display: inline-block;
            float: none;
        }

    .row {
        text-align: center;
    }

    .top_rh {
        width: 100%;
        margin: 10px 0;
    }






    .ba {
        float: left;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .bx-wrapper {
        margin: 0;
    }

    .flg {
        width: 200px;
        float: none;
        display: block;
        margin: 20px auto;
    }

    .fc {
        margin: auto;
    }

    .row {
        height: auto;
    }

    .fm {
        float: none;
        padding-top: 20px;
    }

    .menubtn {
        margin: 30px 0 0 0px;
    }
}
