/* Quick.Cms.Ext v6.x slider stylesheet */
/* WIDGETS
  to style widgets in specific location use:
  .widgets-1 ... - type: top header
  .widgets-2 ... - type: header below menu
  .widgets-3 ... - type: footer after content
  #content ... - type: inside page content
*/

/* GLOBAL */
.widgets-1{position:relative;width:1200px;margin:10px auto;text-align:left;overflow:hidden;}
.widgets-1 > ul > li{float:left;margin:10px 0;color:#333;}
.widgets-1 div.head{font-family: 'Lato';margin-bottom:10px;text-align:center;font-size:1em;color:#434343;}
.widgets-2 > ul, .widgets-2 > ul > li, .widgets-3 > ul, .widgets-3 > ul > li, #content .widget{padding:0px 0%;}
.widget div.head{font-family: 'Lato';margin-bottom:10px;text-align:left;font-size:1.25em;text-transform:uppercase;color:#434343;}

.widgets-list.widgets-61 li{width:100%;}
.widgets-list.widgets-62 li{list-style:none;}
.widgets-1 > ul, .widgets-2 > ul, .widgets-3 > ul{float:left;width:100%;list-style:none;}
.widget > div.description{padding:30px 30px;line-height:1.4em;font-family:Lato;font-weight:300;}
.widget > div.description strong{font-weight:700;}
.widget ul, .widgets-4 ul{list-style:none;}

.widgets-4 .widget > div.description{font-size: 1.125em;font-weight: 300;padding: 0;}

.widgets-list.widgets-61 .widget.type-1{padding: 0 !important;}
.widgets-list.widgets-61 .widget.type-1 .description{line-height:1.4em;font-weight: normal;font-family: Arial;}

/* TYPE: HEADER|FOOTER - GLOBAL */
.widgets-2 > ul > li{float:left;margin:0;}

.widgets-3 > ul > li{width: 100% !important;margin:0px auto;padding: 0;overflow: hidden;}
.widgets-3 > ul > li .head{text-align: right;margin-top:30px;font-size:2em;}
.widgets-3 > ul > li .div.description{text-align: left;}
.widgets-3 > ul > li .head, .widgets-3 > ul > li div.description{padding:0 5%;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.widgets-4 > ul > li{width: 25% !important;float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0 2.5%;}

.widgets-4 > ul > li.type-1 p{padding-bottom: 0;}

/* INSIDE PAGE CONTENT - GLOBAL */
#content .widget{float:left;margin:0px ;}

/* Display option: CONTENT */
.widget.type-1{width:31.3%;}
#content .widget.type-1{padding:20px}
.widget.type-1 ul, .widget.type-1 ol{padding:0 0 0 30px;overflow:hidden;}
.widget.type-1 li{margin:5px 0;padding:0;border-left:0;}
.widget.type-1 p{padding-bottom:7px;}

/* Display option: PAGE */
.widget.type-2{width:31.3%;}
.widget.type-2 img{float:left;margin:4px 15px 7px 0;box-shadow:0 0 4px rgba(100,100,100,0.4);}
.widget.type-2 img:hover{opacity:0.8;}
.widget.type-2 div.name{font-size:1.188em;}
.widget.type-2 div.name a{text-decoration:none;}
.widget.type-2 time{display:block;padding-top:5px;color:#6e6e6e;}
.widget.type-2 div.description{margin-top:6px;text-align:justify;font-size:0.875em;}
#content .widget.type-2{width:31.3%;border:1px solid #e8eaee;border-top-width:5px;}

/* Display option: SLIDER
   slider styles in style-slider.css file */
.widget.type-3, .widget.type-6{width:48%;padding-left:0;padding-right:0;}

/* Display option: MENU */
.widget.type-4{width:31.3%;}
.widget.type-4 nav ul{list-style:none;}
.widget.type-4 nav > ul > li{padding:2px 0;font-size:1em;text-transform: uppercase;font-family: 'Lato';font-weight: 300;}
.widget.type-4 nav > ul > li a{text-decoration:none;}
.widget.type-4 nav > ul > li ul{margin-left:3px;font-size:0.895em;display: none;}
.widget.type-4 nav > ul > li li{padding-top:2px;}
.widget.type-4 nav > ul > li li:before{content:'';margin-right:7px;font-size:0.824em;color:#434343;font-weight:bold;}
#content .widget.type-4{width:31.3%;border:1px solid #e8eaee;border-top-width:5px;}

/* Display option: SUBPAGES
   other subpages styles you will find in style.css file in SUBPAGES LIST STYLES section
   just move it here and add .widgets-2 to create custom version */
.widget.type-5{width:48%;}
.widget.type-5 .pages-list.no-type p{font-size:0.875em;}
#content #page div.content .pages-list.no-type{padding:0;}
.widget.type-5 .pages-5 li{width:30%;margin:10px 1%;padding:10px 0.5%;border:0;text-align:center;}
.widget.type-5 .pages-5 li:nth-child(4n+1){clear:none;}
.widget.type-5 .pages-5 li:nth-child(3n+1){clear:left;}
.widget.type-5 .pages-5 .description{text-align:left;font-size:0.875em;}

@media print{
  /* PRINT STYLES */
  .widgets-1{position:static;width:17.2cm;height:auto;margin:0;overflow:visible;}
}



/* PLUGINS */

/* Display option: MENU - DROP DOWN */
/* 
.type-4 nav > ul{border-top:1px solid #cc1426;}
.type-4 nav > ul > li{position:relative;border-bottom:1px solid #cc1426;}
.type-4 nav > ul > li ul{display:none;position:absolute;top:-1px;left:99%;z-index:10;background:#fff;border:5px solid #cc1426;border-width:1px 1px 1px 5px;white-space:nowrap;}
.type-4 nav > ul > li:hover > a{color:#cc1426;}
.type-4 nav > ul > li:hover > ul{display:block;}
.type-4 nav > ul > li:hover ul li{position:relative;padding:2px 5px 0 8px;border-bottom:1px solid #cc1426;}

.type-4 nav > ul > li > ul > li > ul{left:98%;}
.type-4 nav > ul > li > ul > li:hover ul{display:block;}
˛ */
/* Display option: ADVANCED SEARCH */
.widget.type-29{width:98%;border-top:5px solid #e8eaee;}
#search-form-advanced{clear:left;width:100%;margin:10px auto 0;padding:10px;}
#search-form-advanced ul{list-style:none;}
#advanced-fields .phrase input, #advanced-fields select{min-width:250px;max-width:95%;}
#advanced-fields:after{content:'';clear:left;display:table;}
#advanced-fields > li{padding-bottom:15px;}
#advanced-fields label{display:block;margin-bottom:4px;}
#advanced-fields ul .head{font-weight:bold;padding-bottom:5px;}
#advanced-fields ul label{font-weight:normal;}
#advanced-fields .features label{margin:0;}
#advanced-fields .features li{padding-bottom:5px;}
#advanced-fields .features li.head{width:100%;}
#advanced-fields .button{padding:20px 0 0;}
@media screen and (min-width:1024px){
  #advanced-fields .features li{float:left;width:50%;}
}
@media screen and (min-width:640px){
  #advanced-fields > li{clear:left;float:left;width:40%;}
  #advanced-fields .features{float:right;width:60%;}
}
.widgets-list .widget.type-17, .widgets-list .widget.type-18{width:31.3%;}
#page .widget.type-17, #page .widget.type-18{width:98%;}
#user-panel{width:96%;margin:0 auto;}
#user-panel input[type="email"], #user-panel input[type="password"]{width:97%;margin:4px 0 10px;}
#user-panel .button{width:97%;margin:4px 0 10px;}
#user-panel .button input{padding-left:38px;background:#000000 url('img/users_login.png') no-repeat 10px center;text-transform:uppercase;letter-spacing:1px;}
#user-panel .button input:hover{background-color:#00679a;}
#user-panel.msg.error{background-image:none;font-size:1.25em;}
#user-panel .links{margin:4px 0;text-transform:lowercase;}
#user-panel .links:before{content:'>';margin-right:7px;font-size:0.824em;color:#434343;font-weight:bold;}
#profile .option{margin:4px 0 10px;font-size:0.875em;}
#profile .option label{margin-left:4px;font-weight:normal;}
#profile #user-not-required{display:none;}
#profile ul{list-style:none;}
.widgets-list #profile .save{margin-top:20px;text-align:left;}
.msg#profile, .msg#user-panel{padding-top:50px;background-position:center 15px;}
.widget.type-26{width:31.3%;}
.widget.type-26 .profile, .widget.type-26 .logout{display:block;padding:4px 0 4px 25px;background:url('img/users_profile.png') no-repeat left center;}
.widget.type-26 .logout{background-image:url('img/users_logout.png');}
@media screen and (max-width:900px){
  .widgets-list .widget.type-17, .widgets-list .widget.type-18{width:48%;}  
}
@media screen and (max-width:460px){
  .widgets-list .widget.type-17, .widgets-list .widget.type-18{width:98%;}  
}

/* Display option: PROMOTED PAGES */

.widget.type-27{width:48%;padding-left:0;padding-right:0;}
.widget.type-27 .pages-slider{list-style:none;}
.widget.type-27 .slider-description{font-weight:normal;font-size:0.875em;line-height:1.4em;}
.widget.type-27 .price{padding:5px 0;color:#434343;font-size:1em;font-weight:normal;}
li.widget.type-27 .price{float:left;min-width:250px;}
.widget.type-27 .price em{padding-right:4px;font-style:normal;}
.widget.type-27 .price strong{font-size:1.125em;font-weight:bold;border-bottom:1px solid #434343;}
.widget.type-27 .price span{padding-left:4px;}
.widget.type-27 time{display:block;padding:0 2.5% 5px;color:#6e6e6e;}
#content .widget.type-27 .image{float:left;padding:0 2.5% 5px 0;}
#content .widget.type-27 .name{font-size:1.188em;}

.widget.type-27 .quick-slider-nav-dots-wrapper{right:0px;top:0px;width:auto;}
.widget.type-27 .quick-slider-nav-dots-wrapper li{display:inline-block;}
.widget.type-27 .quick-slider{overflow:visible;}
.widget.type-27 .quick-slider-slide{overflow:visible;}
li.widget.type-27 .quick-slider .price{float:left;min-width:300px;}
.widget.type-27 .quick-slider .name, .widget.type-27 .quick-slider .price{line-height:1.25em;}
@media screen and (max-width:460px){
  .widget.type-27{width:98%;}
}

/* Display option: FEATURES */
.widget.type-2 .price{padding:8px 0 2px;font-size:0.875em;font-weight:normal;}
.widget.type-2 .price em{font-style:normal;}
.widget.type-2 .price strong{padding:0 4px;font-size:1.143em;font-weight:bold;color:#434343;}

/* Display option: NEXT PREVIOUS PAGE */
.widget.type-28{width:100%;border:0;}
.widget.type-28 .next-prev{width:100%;list-style:none;font-family:'Lato';}
.widget.type-28 li{float:left;width: 40%;text-align: center;}
.widget.type-28 li.next{float:right;}
.widget.type-28 li a{display:inline-block;padding:15px 10px;text-decoration:none;background:#000000;color:#fff;font-size:1em;width: 100%;}
.widget.type-28 li a span{color: #5395a9;}
.widget.type-28 li a:hover{background:#434343;}
.widget.type-28 li.back {width: 20%;}
.widget.type-28 li.back a{background: #737d83;}
.widget.type-28 li.back a:hover{background: #000;}
.widget.type-28 li.prev{min-height: 10px;}

/* Display option: COMMENTS */
.widget.type-24{width:48%;}
.widget.type-24 ul{list-style:none;}
.widget.type-24 .name{margin-bottom:5px;font-weight:bold;color:#434343;}

/* Display option: TAGS */
.widget.type-23{width:31.3%;}
.widget.type-23 ul{list-style:none;}
.widget.type-23 li{float:left;margin:0 15px 4px 0;}
.widget.type-23 li a{padding-left:20px;background:url('img/tag.png') no-repeat 0px 2px;}
.widget.type-23 li a:hover{color:#434343;}
@media screen and (max-width:900px){
  .widget.type-23{width:48%;}
}
@media screen and (max-width:460px){
  .widget.type-23{width:98%;}
}

/* Display option: SOCIAL LINKS */
.type-13{width:30%;text-align:center;}
.type-13 ul{display:inline-block;list-style:none;}
.type-13 li{display:inline-block;margin:0 5px;vertical-align:middle;}
#content .type-13 img{box-shadow:none;}
@media screen and (max-width:1000px){
  .type-13{width:48%;}
}
@media screen and (max-width:460px){
  .type-13{width:98%;}
}

/* Display option: IMAGE SLIDER */
.images-slider-5{clear:both;margin-bottom:20px;}
.images-slider-6{clear:both;margin-top:20px;}
.images-slider-5 ul, .images-slider-6 ul{position:relative;}
.images-slider-5 .quick-slider-slide, .images-slider-6 .quick-slider-slide{float:left;position:relative;width:auto;padding:0 10px;display:block;}
.images-slider-5 .quick-slider-nav-arrows, .images-slider-6 .quick-slider-nav-arrows{bottom:75px;}
.images-slider-5 .quick-slider-slide p, .images-slider-6 .quick-slider-slide p{z-index:3;position:absolute;bottom:0;max-width:70%;padding:5px 10px;text-align:left;background:rgba(0,0,0,0.3);line-height:1.25em;color:white;font-size:0.75em;}


.langs{position:fixed;right:0px;top:20%;z-index:1000;background:#fff;}
.langs ul{list-style: none;}
.langs ul li a{display:block;padding:5px 12.5px;text-decoration:none;color:#000;font-size:0;cursor: pointer;}


/* SIDE TAB */
.side-tab-widget{position:fixed;right:-0;top:10%;z-index:1000;background:#f97f01;font-size:1em;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);font-weight: 300;font-family: 'Lato';text-transform: uppercase;-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;}
.side-tab-widget:hover{}
.side-tab-widget a{display:block;padding:13px;text-decoration:none;color:#fff;font-size:1.5em;}

/* Display option: RANDOM PAGE */
.widget.type-8, .widget.type-9{border:1px solid #e8eaee;border-top-width:5px;}
.widget.type-8 img, .widget.type-9 img{float:left;margin:4px 15px 7px 0;box-shadow:0 0 4px rgba(100,100,100,0.4);}
.widget.type-8 img:hover, .widget.type-9 img:hover{opacity:0.8;}
.widget.type-8 div.name, .widget.type-9 div.name{font-size:1.188em;}
.widget.type-8 div.name a, .widget.type-9 div.name a{text-decoration:none;}
.widget.type-8 div.description, .widget.type-9 div.description{margin-top:6px;text-align:justify;font-size:0.875em;}
@media screen and (min-width:481px){
  .widget.type-8, .widget.type-9{width:31.3%;}
}

/* Display option: POLL */
.widget.type-22{width:31.3%;}
.widget.type-22 .question{font-weight:bold;color:#434343;}
.widget.type-22 .answer{display:inline-block;padding:7px 0;font-weight:normal;}
.widget.type-22 ul{margin:10px 0;list-style:none;}
.widget.type-22 li{border-top:1px solid #e8eaee;}
.widget.type-22 li:last-child{border-bottom:1px solid #e8eaee;}
.widget.type-22 li input{margin:0 8px;}
.widget.type-22 .vote{padding:5px 0;text-align:center;}
.widget.type-22 .results li{position:relative;background:#9a9b9e;color:#fff;}
.widget.type-22 strong.answer{z-index:2;position:relative;padding-left:5px;}
.widget.type-22 .graph{display:inline-block;position:absolute;top:0;left:0;height:100%;background:#000000;}
.widget.type-22 .votes{z-index:2;position:relative;margin-left:8px;font-weight:bold;}
.widget.type-22 .votes:before{content:'-';margin-right:7px;font-weight:normal;}
@media screen and (max-width:460px){
  .widget.type-22{width:98%;}  
}

/* Display option: NOTICES */
.widget.type-10{display:none;padding:7px 0;background:#fff;font-size:0.75em;}
.widget.type-10 .close a{padding:5px 7px;font-weight:normal;text-decoration:none;background:#000000;color:#fff;margin-bottom:0px;float:left;}
.widget.type-10 .close a:hover{background:#5395a9;}
.widget.type-10.location-0 .head, .widget.type-10.location-3 .head{margin-bottom:7px;font-weight:bold;font-size:1.167em;}
.widget.type-10.location-1 div, .widget.type-10.location-2 div{display:inline-block;margin-right:4px;float:left;}
.widget.type-10.location-1 div.description, .widget.type-10.location-2 div.description{display:inline-block;margin:0px 50px 10px 30px;float:left;text-align:left;}
.widget.type-10.location-1 .head, .widget.type-10.location-2 .head{margin-right:20px;font-weight:bold;float:left;margin-left:30px;text-align:left;}
.widget.type-10.location-2{border-bottom:1px solid #555;}
.widget.type-10.location-1, .widget.type-10.location-2, .widget.type-10.location-0{position:fixed;z-index:100;width:100%;background-color:rgba(255,255,255,0.9);}
.widget.type-10.location-2{top:0px;}
.widget.type-10.location-1{bottom:0px;border-top:1px solid #555;}
.widget.type-10.location-0{width:200px;left:0px;bottom:0px;padding:10px;border:1px solid #bbb;}
.widget.type-10.location-3{position:fixed;top:100px;left:50%;z-index:1001;width:700px;margin-left:-350px;padding:30px;text-align:center;background:#fff;border:5px solid #fff;border-radius:10px;}
.widget.type-10.location-1 .close, .widget.type-10.location-2 .close{margin-right:40px;margin-left:30px;}
.widget.type-10.location-0 .close, .widget.type-10.location-3 .close{margin-top:15px;}
.widget.type-10.location-0 .description{padding: 0;}
.widget-dark-background{display:none;position:fixed;width:100%;height:100%;left:0px;top:0px;background:rgba( 0, 0, 0, 0.7 );z-index:1000;}

/* Display option: NEWSLETTER */
.widget.type-12{width:31.3%;text-align:center;}
.widget.type-12 .default{display:none;}
.widget.type-12 legend{width:100%;font-size:1.25em;text-transform:uppercase;color:#434343;text-align:center;}
.widget.type-12 label{display:block;margin-top:7px;}
.widget.type-12 input[type="email"]{width:85%;margin:10px auto;padding:2% 3%;text-align:center;}
.widget.type-12 input[type="submit"]{padding:2% 5%;}
.widget.type-12 .msg.done{font-size:1.125em}
.widget.type-12 .msg.error{background-position:10px center;font-size:1em;}
@media screen and (max-width:460px){
  .widget.type-12{width:98%;}
}

/* Display option: GOOGLE MAPS */
.widget.type-14{width:98%;border:0;}
#content .widget.type-14{width:48%;}
.widget.type-14 div.head{text-align:left;text-transform:none;}
.widget.type-14 iframe{width:100%;min-height:350px;}

/* Display option: FACEBOOK LIKE BOX */
.widget.type-19 .head{text-align:left;padding:0 0 5px 10px;font-weight:bold;}
.widget.type-19 .fb-like-box{overflow:hidden;background-color:#2a2f34;}
.widget.type-19.light .fb-like-box{background-color:#fff;}
.widget.type-19 .button{display:none;}

.widgets-5 .widget.type-19{z-index:999;position:fixed;top:230px;padding:10px;}
.widgets-5 .widget.type-19.left{left:0px;padding-left:0;}
.widgets-5 .widget.type-19.right{right:0px;padding-right:0;}
.widgets-5 .widget.type-19.left .fb-like-box{float:left;}
.widgets-5 .widget.type-19.right .fb-like-box{float:right;}
.widgets-5 .widget.type-19 .button{display:block;float:left;padding:0 0 30px;}

@media print{
  .widgets-5 .widget.type-19{display:none;}
}
/* Display option: CONTACT PANEL
   other subpages styles you will find in style.css file in CONTACT-PANEL section
   just move it here and add .widgets-1 to create custom version */
.type-7{width:48%;}
.type-7 div.head, #content .widget.type-7 div.head{text-transform:none;}
@media screen and (max-width:899px){
  .type-7{width:98%;}
}

/* SCROLL BACK TO TOP */
.back-to-top-widget{position:fixed;bottom:20px;right:20px;z-index: 999;}
.back-to-top-widget .head{margin-top:-30px;display: none;}
.back-to-top-widget a{display:block;text-align:center;color:#666;text-transform:uppercase;text-decoration:none;transition:1s;opacity:0.6;margin:0 auto;float:none;}
.back-to-top-widget a:hover{opacity:1;color:#1b5770;text-decoration:none;}
.back-to-top-widget a:before{content:'';display:block;width:50px;height:50px;margin-bottom:7px;background:#1b5770 url('img/back_to_top.png') no-repeat center center;transition:1s;margin:0 auto;border-radius: 50%;}
.back-to-top-widget a:hover:before{background-color:#1b5770;}

.widgets-77{display:flex;gap:1em;width:250px;margin-left:300px;background:#2c4557;height: 100%;}
.widgets-77 ul{display:flex;}
.widgets-77 ul li{display:flex;width:100% !important;justify-content:center;align-items:center;}
.widgets-77 ul li div.description{color:#fff;}
.widgets-77 ul li div.description a{text-decoration:none;color:#fff;}
.widgets-77 div.head{color:#fff;}
.widgets-77 div.description{padding: 30px 20px;}

.menu-10 > ul{}
.menu-10 > ul > li{width: 50%;padding:50px 5% 20px !important;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-size: 2.313em !important;}
.menu-10 > ul > li a{color: #b6bdc0;}
.menu-10 > ul > li a:before{content: 'SI';border: 1px solid #b6bdc0;font-family: 'Lato';text-transform: uppercase;font-size:0.649em;display: inline-block;vertical-align: top;margin: 0 10px 0 0;padding: 8px ;width:30px;text-align:center;}
.menu-10 > ul > li:last-child a:before{content: 'SA';}
.menu-10 > ul > li.selected a:before{border-color: #000;}
.menu-10 > ul > li.selected a{color: #423a46;}
.menu-10 > ul > li.selected{border:0 !important;}
.menu-10 > ul > li{border-right:1px solid #878787;border-bottom: 55px solid #bec5c8;}
.menu-10 > ul > li:last-child {border-left:1px solid #878787;border-right: 0;}

#foot .widget div.head{color: #fff;font-size: 0.875em;}


#widget-4, #widget-5{float: right;}
#widget-5{padding-top: 55px;}
.widgets-3 > ul > li div.description{clear:both;min-height:100px;line-height:normal;width:100%;padding:50px;border-top:1px solid #eee;background:#5395a9;color:#fff;letter-spacing:0.1em;}
.widgets-3 > ul > li div.description a{text-decoration:none;color:#fff;font-weight:bold;}
.widgets-3 > ul > li div.description a:hover{text-decoration:underline;}
.widgets-3 > ul > li div.description h2{font-size:2em;font-family:'Lato';font-weight:300;}

#page2 #content .widget.type-1{padding: 0;}
#page2 .widgets-62 .widget > div.description{padding: 0 !important;}