/* Quick.Cms.Ext v6.x default stylesheet */

/* GLOBAL STYLES */
body, body *, body *:before, body *:after{margin:0;padding:0;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body,table{color:#333;font-size:1em;font-family:'Muli', Arial, sans-serif;}

body{padding:0;background:#fff;text-align:center;overflow-x:hidden;}


input[type="text"], input[type="password"], input[type="file"], input[type="date"], input[type="email"], select, textarea{padding:2px;border-width:1px;border-style:solid;border-color:#ccc;font-family:'Muli', Arial, sans-serif;font-size:1rem;border-radius:2px;}
input[type="date"]{padding:5px;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus, input[type="date"]:focus{border-color:#057D57;box-shadow:0 0 3px rgba(5,125,87,0.6);transition:all 0.3s ease;}
input[type="text"].warning-required, input[type="password"].warning-required, input[type="email"].warning-required, select.warning-required, textarea.warning-required{background:#fbefef;border-color:#bb4c2e;}
input[type="submit"], button[type="submit"]{padding:0.4em 0.9em;border-width:0px;border-style:solid;background:#057D57;border-color:#057D57;color:#fff;transition:all 0.3s ease;font-family:'Muli', sans-serif;font-size:1rem;border-radius:2px;font-weight:700;transition:all 0.3s ease;}
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus{background:#F7C428;color:#057D57;cursor:pointer;}
label{font-weight:bold;}
label span{padding-left:10px;color:#aaa;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;font-size:100%;}
tbody, tfoot, thead{margin:0;padding:0;}
caption, tr, th, td{margin:0;padding:2px 4px;border:1px solid #e8eaee;font-size:100%;font:inherit;vertical-align:baseline;}

a{color:#057D57;text-decoration:underline;font-weight:700;}
a:hover{color:#000;text-decoration:underline;}



#container img{max-width:100%;}

.msg{clear:both;overflow:hidden;padding:20px 0;text-align:center;}
.msg.done, .msg.error{margin:10px 0;background:#0093dd url('img/info.png') no-repeat 20px center;color:#fff;font-size:1.5rem;}
.msg.done a, .msg.error a{color:#fff;}
.msg.done a:hover, .msg.error a:hover{color:#1f1a17;}
.msg a.action{display:inline-block;margin:7px 7px;padding:3px 8px;border:1px solid #fff;text-decoration:none;font-size:0.813rem;}
.msg a.action:hover{background:#fff;}
.msg.panel a.action{margin-top:13px;}
.msg.error{background-color:#cc1426;}
body.is-msg-error404 .msg.error{margin-top:3rem;}
.wai{position:absolute;width:1px;height:1px;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);overflow:hidden;}

.container{position:relative;width:100%;max-width:1300px;margin:0px auto;text-align:left;background:transparent;padding:0 1rem;}
.container:after{content:"";display:table;clear:both;}

iframe{width:100%;height:auto;min-height:220px;}
.filter {position:absolute;width:100%;z-index:999; background:rgba(0,0,0,0.4);height:auto;overflow:hidden;}

.video{display:block;width:100%;height:500px;}




.form-reg {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: flex-start;
	border:1px solid #f5f5f5;
	margin:0 0 1rem;
    }
.form-reg:hover{border-color:#F7C428;transition:all 0.3s ease;}
.form-reg13:hover{border-color:#F7C428;transition:all 0.3s ease;}
.reg, .reg13{padding:1rem 0;margin:1rem;}
.reg label, .reg13 label{padding:10px 0px 10px;}
.reg input, .reg13 input{padding:10px 0;margin-top:-5px;}
.reg:nth-child(1) {
    order: 1;
    flex: 1 1 auto;
   align-self: auto;
 	width:16.6%;
    }

.reg:nth-child(2) {
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
		width:16.6%;
    }

.reg:nth-child(3) {
    order: 3;
    flex: 1 1 auto;
    align-self: auto;
		width:16.6%;
    }

.reg:nth-child(4) {
    order: 4;
    flex: 1 1 auto;
    align-self: auto;
		width:16.6%;
    }

.reg:nth-child(5) {
    order: 5;
    flex: 1 1 auto;
    align-self: auto;
		width:16.6%;
    }

.reg:nth-child(6) {
    order: 6;
    flex: 1 1 auto;
    align-self: auto;
		width:16.6%;
    }


.form-reg13 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: flex-start;
		border:1px solid #f5f5f5;margin:0 0 1rem;
    }

.reg13:nth-child(1) {
    order: 1;
flex: 1 1 auto;
    align-self: auto;
	width:24%;
    }

.reg13:nth-child(2) {
    order: 2;
	flex: 1 1 auto;
    align-self: auto;
		width:76%
    }
/* PLUGINS */

ul.ide5{list-style:none;width:100%;clear:both;margin:10px auto;}
ul.ide5 li{float:left;width:25%;}
ul.ide5 li:nth-child(4n+1){cleaR:left;}

@media screen and (max-width:800px){
ul.ide5 li{float:left;width:50%;}
ul.ide5 li:nth-child(2n+1){cleaR:left;}
.reg, .reg13{padding:0.5rem 0;margin:0.5rem;}

.reg label, .reg13 label, .reg input, .reg13 input{padding:0px 0;margin:0px;}

.form-reg, .form-reg13{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;

}
.reg:nth-child(1) {
    order: 1;
    flex: 1 1 auto;
   align-self: auto;
 	width:90%;
    }

.reg:nth-child(2) {
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
 	width:90%;
    }

.reg:nth-child(3) {
    order: 3;
    flex: 1 1 auto;
    align-self: auto;
 	width:90%;
    }

.reg:nth-child(4) {
    order: 4;
    flex: 1 1 auto;
    align-self: auto;
 	width:90%;
    }

.reg:nth-child(5) {
    order: 5;
    flex: 1 1 auto;
    align-self: auto;
 	width:90%;
    }

.reg:nth-child(6) {
    order: 6;
    flex: 1 1 auto;
    align-self: auto;
 	width:90%;
    }



.reg13:nth-child(1) {
    order: 1;
flex: 1 1 auto;
    align-self: auto;
 	width:90%;
    }

.reg13:nth-child(2) {
    order: 2;
	flex: 1 1 auto;
    align-self: auto;
 	width:90%;
    }

}

@media screen and (max-width:600px){
ul.ide5 li{float:left;width:100%;clear:both;}

}

/* ORDERING */
.order-box{margin:1em 0 2em;}
.order-link{padding:7px 14px 9px;border-width:0px;border-style:solid;background:#008542;color:#fff;text-decoration:none;transition:all 0.3s ease;border-radius:2px;}
.order-link:hover, .order-link:focus{background:#F7C428;color:#000;text-decoration:none;cursor:pointer;transition:all 0.3s ease;}

.order-form legend{width:99%;margin-bottom:10px;padding-bottom:15px;color:#cc1426;font-size:1.5em;font-weight:normal;border-bottom:1px solid #eff0f3;}
.order-form .option{margin:4px 0 10px;font-size:0.875em;}
.order-form .option label{margin:0 4px;font-weight:normal;}
.ordered-elements table{margin:0 0 20px;width:99%;border-collapse:collapse;border:1px solid #e8eaee;font-size:1em;}
.ordered-elements tr > *{padding:5px 7px;background:#fff;font-weight:normal;text-align:left;}
.ordered-elements thead td{padding:5px;background:#0093dd;color:#fff;}
.ordered-elements thead em{padding:0 4px 0 0;font-style:normal;}
.ordered-elements tbody tr:nth-child(even) > *{background:#f8f8f8;}
.ordered-elements .price{text-align:right;}
.ordered-elements .quantity{width:100px;text-align:right;}
.ordered-elements .quantity input{text-align:right;}
.ordered-elements .quantity label{position:absolute;clip:rect(1px, 1px, 1px, 1px);}
.ordered-elements tfoot .summary > *{padding:10px;font-size:1.25em;background:#f8f8f8;}
.ordered-elements .recount th{text-align:right;}
.ordered-elements .recount input{padding:3px 8px;font-size:0.875em;}
#basket-options{width:100%;}
#basket-options li{display:inline-block;width:49.3%;}
#basket-options .checkout{text-align:right;font-size:1.125em;}
#basket-options .btn.continue{background:#666;}
#basket-options .btn.continue:hover{background:#00679a;}
#checkout{display:none;margin-top:0;padding-top:30px;}
[class*="menu-"] .products-in-basket{display:inline-block;min-width:20px;margin-left:4px;padding:1px;text-align:center;color:#fff;background:#1f1a17;border-radius:2px;font-style:normal;font-size:0.75em;}
[class*="menu-"] a:hover .products-in-basket, [class*="menu-"] .selected a .products-in-basket{background:#0093dd;}

@media screen and (min-width:1920px){
  .container{width:100%;max-width:1300px;padding:0;}
}
#body, #foot, #foot2, #foot1{margin:0 auto;padding:0;}

/* QUICK LINKS */
#skiplinks{position:absolute;top:0;left:0;}
#skiplinks a{position:absolute;top:-500px;left:0;z-index:10;min-width:200px;padding:10px;color:#fff;}
#skiplinks a:focus{top:0;background:#000;color:#fff;}http://localhost/_dominikana/about-dominica.html

/* LOGO, HEADER BACKGROUND AND SLOGAN */
#head1 {display:none;}#mslogan{display:none;}
@media screen and (min-width:1300px){
#head1{display:block;}
}
#head2 {display:none;}
@media screen and (min-width:1300px){
#head2{display:block;}
}


#head1 .container   {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: stretch;
    }

.flex-item:nth-child(1) {
display:none;
    }

.flex-item:nth-child(2) {
display:none;
    }

.flex-item:nth-child(3) {
    order: 1;
    flex: 2 1 auto;
    align-self: auto;padding:0 1rem;
    }

.flex-item:nth-child(4) {
    order: 2;
    flex: 2 1 auto;
      align-self: center;;padding:0 1rem;
    }

.flex-item:nth-child(5) {
    order: 3;
    flex: 2 1 auto;
  align-self: center;
    }

@media screen and (min-width:1300px){


#head1 .container   {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: stretch;
    }

.flex-item:nth-child(1) {
    order: 1;display:block;
    flex: 0 1 auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
    order: 2;display:block;
    flex: 0 1 auto;
    align-self: auto;
	width:40%;padding:0 2rem;
    }

.flex-item:nth-child(3) {
    order: 3;
    flex: 2 1 auto;
    align-self: auto;padding:0 1rem;
    }

.flex-item:nth-child(4) {
    order: 4;
    flex: 2 1 auto;
    align-self: auto;padding:0 1rem;
    }

.flex-item:nth-child(5) {
    order: 5;
    flex: 2 1 auto;
  align-self: flex-start;
    }


}
@media screen and (max-width:600px){
#head1 .container  {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    }

}

#slogan{display:none;}
#logo{display:none;padding:1.0rem 0 1.0rem;}


@media screen and (max-width:800px){
 #slogan{display:none;}
}
@media screen and (min-width:1300px){
#logo, #slogan{display:block;}

}
#slogan{text-align:left;margin:2rem 0rem 0;font-weight:700;font-size:0.9em;word-wrap: break-word;}







 


#head2{width:100%;background:#181818;}
#head2 .container{display:flex;flex-flow:row wrap;justify-content: space-between;}


#mslogan{display:block;position:absolute;left:80px;top:10px;overflow:visible;font-size:0.7em;width:65%;text-align:left;}
@media screen and (max-width:600px){
#mslogan{display:block;position:absolute;left:80px;top:5px;overflow:visible;font-size:0.6em;width:55%;text-align:left;}


}
#mlogo{display:block;position:absolute;left:10px;top:7px;overflow:visible;}
#mlogo img{max-height:40px;}

#mhide{floaT:left;clear:both;background:#fff;width:100%;margin:0% 0%;height:auto;}





.slicknav_btn {position: relative; display: block; vertical-align: middle; float: right; padding: 1.0em 0.6em 1.0em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: right; }
.slicknav_menu .slicknav_icon { float: right; margin: 0.1em 0.438em 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.2em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em}
.slicknav_nav { clear: both; }
.slicknav_nav ul { display: block  }
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; display:none;}
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block;text-decoration:none; }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table;}
.slicknav_menu:after { clear: both }
/* IE6/7 support */


.slicknav_menu { *zoom: 1 }


	
	.js .slicknav_menu {
		display:block;}


	
.slicknav_menu {margin-top:0em;font-size:1.0em;}
/* Button */
.slicknav_btn { margin: 0px 0px 0px; text-decoration:none; background: #ffffff ;width:100%;border-bottom:1px solid #eee;}

/* Button Text */

.slicknav_menu  .slicknav_menutxt {
    color: #000;
    font-weight: 600;}
.slicknav_menutxt{display:none;}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #000;
  overflow:hidden;}
.slicknav_menu {
    background:#fff;
    padding:0px;
	width:100%;
border-top:1px solid #dddddd;}
.slicknav_nav {
    color:#333;
    margin:0em 0 0;
    padding:0em 0em;}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;}
.slicknav_nav ul {padding:0;}




.slicknav_nav .slicknav_row {padding:0em 0em;}
.slicknav_nav a{
     padding:0em 0em;
    margin:0px 0px;
    text-decoration:none;
    color:#000;
	text-transform:uppercase;}

.slicknav_nav li.selected-parent a{color:#000;}
 
.slicknav_nav ul li a{text-decoration:none;
     padding:0em 0em 0em;line-height:3em;border-bottom:1px solid #eee;font-weight:600;color:#000;}


.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0em 0;text-decoration:none;
    margin:0;color:#000;}
.slicknav_nav .slicknav_row:hover {;
    background:#eee;
    color:#000;}
.slicknav_nav a:hover{
    background:#eee;
    color:#222;}
.slicknav_nav .slicknav_txtnode {
     margin-left:0px;   }

@media screen and (min-width:1300px){
#mhide, #menutoggle, .navtoogle, .slicknav_btn, #mlogo,#mslogan, #mobilelang{display:none;}

}



#search-form{width:100%;margin:0;padding:1rem 2rem;background:#e8eaee;}
#search-form .field, #search-form .btn{float:left;height:30px;padding:5px 3%;}
#search-form .field{min-width:100px;width:78%;background:#fff;color:#333;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0;}
#search-form .btn{width:20%;background:#CF4925 url('img/search.png') no-repeat center center;color:transparent;border-top-left-radius:0;border-bottom-left-radius:0;line-height:0.8em;}
#search-form .btn:hover, #search-form .btn:focus{background-color:#CF4925;transition:all 0.5s ease;}
@media screen and (min-width:800px){
  #search-form{max-width:330px;margin-left:auto;padding:2rem 1.5rem 0 0;background:none;}
}


.searchlink {
  display: block;
  float: right;
  position: relative;
  padding: 0 37px;
  right: 0;
  font-size: 0.9em;
  cursor: pointer;
  height: 60px;
  line-height: 60px;   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	 background: #000;
	color:#fff;
	margin-left:0px;
}
.searchlink:hover, .searchlink.open {
  color:#000;
  background: #F7C428;
  -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;

}

.searchlink.open > .searchform {
  display: block;  
}


/** search field **/
.searchform {
  display: none;
  position: absolute;
  width: 460px;
  height: 100px;
  line-height: 100px;
  top: 60px;
  right:0;
  padding: 0 15px;
  cursor: default;
  background: #000;z-index:99999;border-top:2px solid #F7C428;;

}

.searchlink.open .searchform {
  display: block;

}

.searchlink.open .searchform::before {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: none;
	transition: none;
	-webkit-animation: expand 0.6s ease-out;
  	animation: expand 0.6s ease-out;
}

.searchlink.open .searchform {
	opacity: 0;
	-webkit-transform: translate3d(0,-25px,0);
	transform: translate3d(0,-25px,0);
	-webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
	transition: opacity 0.15s, transform 0.15s;
}

.searchlink.open .searchform {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-animation: bounce 0.6s ease-out;
  	animation: bounce 0.6s ease-out;
}

#search {
  display: block;
  position: relative;
}

#sSearch {
margin:0 20px;
  width: 300px;
  background: #efefef;
  padding: 8px 11px;
  border: 0;
  color: #333;overflow:visible;z-index:99999;
  position:relative;
  font-size:1.0em;
}
#sSearch:focus{background:#fff;border:0px solid #CF4925;}


.sbtn {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px;
  background: none;
  border: none;
  color: #bcbcbc;
  font-size: 0.7em;
  cursor: pointer;overflow:visible;z-index:999999;background:#CF4925;;
}

button.sbtn{border-radius:0px;}
button.sbtn:hover{background:#000;}







#fees{width:100%;margin:20px auto;}
#fees tr:nth-child(2n+1){background:#f5f5f5;}
#fees td{padding:20px;}
/* MENU TOP */
.menu-top .level-0-menu{display:flex;flex-flow:row wrap;list-style:none;margin-top:0px;}
.menu-top a{display:block;padding:0em 1.5em;color:#fff;text-decoration:none;transition:all 0.5s ease;line-height:60px;}
.menu-top a:hover, .menu-top .selected a{color:#F7C428;}

.menu-top .selected-parent a{color:#fff;}
.menu-top ul ul{display:none;white-space:nowrap;background:#f8f8f8;}

.menu-top  li:hover > ul{display:block;position:relative;top:0;} /* show submenu on hover */


@media screen and (min-width:1300px){
  /* DROP DOWN MENU */
/* it is RECOMMENDED to combine these styles with standard .menu-top styles */
.menu-top ul{list-style:none;}
/* dropdown mark */
.menu-top li.drop-down:before{position:absolute;right:0px;top:20px;font-family:'FontAwesome';content:"\f107";color:#fff;display:block;}
/* dropdown mark - second level */
.menu-top .level-1-el.drop-down:before{top:50%;transform:translateY(-50%) rotate(-90deg);}
/* global submenus styles */
.menu-top ul ul{display:none;white-space:nowrap;background:#181818;}
.menu-top li:hover > ul{display:block;position:absolute;top:60px;} /* show submenu on hover */
.menu-top .level-1-menu li a{line-height:3em;font-size:0.95rem}.menu-top  li.last{float:right;}
}


@media screen and (max-width:1300px){
  .menu-top .level-0-menu{justify-content:flex-end;flex-direction: column;padding-right:.0rem;}
  .menu-top li.drop-down:before{display:none;}

}
@media screen and (min-width:641px){ /* Bottom underline */
  .menu-top li{position:relative;}
  .menu-top li:after{content:'';display:block;position:absolute;bottom:0;width:10%;height:2px;transition:all 0.5s ease;}
  .menu-top li:hover:after, .menu-top .selected:after, .menu-top .selected-parent:after{width:100%;background:#F7C428;}
  .menu-top a{font-size:1.0rem;font-weight:700;}

}
@media screen and (max-width:640px){ /* Small screens only */
  .menu-top .level-0-menu{flex-flow:column wrap;}
  .menu-top a{font-size:1.063rem;}
 

}





@media screen and (min-width:641px){
  .menu-top ul ul{position:absolute;top:100%;left:-1px;z-index:10;width:auto;height:auto;}
  .menu-top .level-1-el a{font-size:1.063rem;}
  .menu-top .level-2-el a{font-size:0.875rem;}
  /* third level submenu */
  .menu-top .level-2-menu{top:0;left:100%;border-left:3px solid #F7C428;}
}
@media screen and (max-width:640px){
  .menu-top ul ul{top:10%;left:5px;}
  .menu-top li:hover > .level-2-menu{display:none;}
}


#head3{width:100%;height:auto;background:#000;}

#head4{display:none;width:100%;background:#F3F3F3;}
#head4 .container{display:flex;padding:4rem 0rem;}

.triangle{

content:''; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0; 
    left: 50%;
    margin-left: -30px; /* Set margin equal to border px */
    width: 0;
    z-index:1;
    height: 0;
    border-top: solid 30px #fff; /* Creates the notch */
    border-left: solid 30px transparent; /* Creates triangle effect */
border-right: solid 30px transparent; /* Creates triangle effect */
}
.grey{border-top: solid 30px #f3f3f3;}

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 50px;
	display: inline-block;
	margin: 0rem auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 20px 15px -15px #057D57;
	border-radius:25px;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-4 {
	border-radius:25px;
	background:#057D57;
	color: #fff;
	overflow: hidden;
}

.btn-4:active {
	border-color: #057D57;
	color: #fff;
}

.btn-4:hover {
	background: #000;
	color:#fff;
	box-shadow: 0 15px 15px -15px #333333;
}

.btn-4:before {
	position: absolute;
	height: 100%;
	font-size: 100%;
	line-height: 3.5;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4:active:before {
	color: #fff;
}

/* Button 4a */
.btn-4a:before {
	left: 100%;
	top: -6px;
}

.btn-4a:hover:before {
	left: 85%;
}
.icon-arrow-right:before {
	font-family:'FontAwesome';content:"\f105";
}

#head46{display:none;width:100%;background:#fff;}
#head46 .container{display:flex;padding:4rem 0rem;}

#head5{display:none;width:100%;background:#F8F8F8;}
#head5 .container{display:flex;padding:4rem 0rem;}


#head55{display:none;width:100%;background:#fff;}
#head55 .container{display:flex;padding:4rem 0rem;}


#head6{display:none;width:100%;background:#F3F3F3;}
#head6 .title{padding:4em 0 0;font-weight:900;}
#head6 .container{display:flex;padding:3rem 0rem;}

#head67{display:none;width:100%;background:#fff;text-align:center;}
#head67 .container{display:flex;padding:0rem 0rem 0;text-align:center;}

#head7{display:none;width:100%;background:#fff;}
#head7 .container{display:flex;padding:4rem 0rem;text-align:center;}

#head8{visibility: hidden;width:100%;background:#fff;}
#head8 .container{padding:4rem 0rem;text-align:center;}


.widget.type-52 .head{margin-bottom:30px;}
.videorow{float:left;width:100%;}

.videorow .col33 {
float:left;width:31%;margin:0 1.16%}


.videorow .col33 iframe{width:100%;height:240px;}

@media screen and (max-width:800px){
.videorow .col33 {
float:left;width:97%;margin:1.5%}
.videorow .col33 iframe{width:100%;height:440px;}
}
.split50 {
width:50%;padding:1rem 0rem;
}
.left{text-align:right;padding:1rem;}
.right{text-align:left;padding:1rem;}


@media screen and (max-width:600px){
#head6 .container{
	display: flex;           /* establish flex container */
    flex-direction: column;  /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;     /* center items horizontally, in this case */
}
.split50 {
width:90%;padding:1rem 5%;
}
}

#head45{display:none;width:100%;height:auto;background-image: url("img/head45.jpg");position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

body#page5 #head3, body#page5 #head4, body#page5 #head6, body#page5 #head45, body#page5 #head46, body#page5 #head67, body#page5 #head5, body#page5 #head7{display:block;}
.hide h1{display:none;}

body#page5 #head8{visibility: visible;}




body#page5 #page{margin:0;}
/* SLIDER */
/* You will find slider styles in style-slider.css file */

/* BODY/CONTENT STYLES */
#body{clear:both;margin:0;}
#body:after{content:"";display:table;clear:both;}

/* PAGE */

body#page5 #page{margin:0 3% 0px;}

#page{position:relative;margin:0 3% 30px;text-align:left;}
#page:after{content:"";display:table;clear:both;}
#page h1, .heading-1{margin:.8em 0 .4em;color:#000;font-size:1.617rem;font-weight:900;}
#page .msg.error h1, #page .msg.error .heading-1{margin-top:.4em;color:#fff;}
#page .msg.error.panel h1{margin:0;font-size:1rem;}

.description-full{display:none;}
ul.full-view{list-style:none;}
ul.full-view li div.description-full{display:block;padding:0.3em 0;text-align:justify;}
ul.full-view li div.description{display:none;}


#page div.content .split50{width:50%;float:left;}

/* PAGE - BREADCRUMB (navigation path) */
.breadcrumb{margin:1.25rem 0;font-size:0.8em;font-weight:300;}
.breadcrumb ol{list-style:none;}
.breadcrumb li{display:inline-block;}
.breadcrumb li a{text-decoration:none;color:#999;font-weight:300;}
.breadcrumb li a:hover{color:#057D57;}
.breadcrumb li:not(:first-child)::before{content:"\203A";display:inline-block;padding:0 .5em;color:#6e6e6e;font-weight:3000;}

/* PAGE CONTENT */
#page div.content{line-height:1.5em;}
#page div.content > ul, #page div.content > ol{padding:0 0 0 2em;}
#page div.content ul{margin:1em 1em 0;}
/* #page div.content > ul:after, #page div.content > ol:after{content:"";display:table;clear:both;} */ /* Uncomment if necessary */
#page div.content > ul li, #page div.content > ol li{margin:.5em 0;padding:0;}
#page div.content > h2, #page div.content > h3{font-size:1.5rem;line-height:2em;font-weight:normal;}
#page div.content > h3{font-size:1.25rem;}
#page div.content > p{padding-bottom:1em;}

#page > time{color:#6e6e6e;}
@media screen and (min-width:960px){
  #page > time{background:#057D57;color:#fff;font-weight:700;padding:5px 10px;font-size:0.8em;}
}

/* IMAGES STYLES */
/* global */
#content li img{max-width:70vw;transition:all 0.3s ease;}
#content li img:hover{opacity:0.8;}
ul[class*='images-']{list-style:none;}
ul[class*='images-'] li{margin:0 0 1rem 0;background:inherit;text-align:center;}
ul[class*='images-'] p{max-width:90%;margin:0 auto;color:#000;font-size:0.875em;padding:20px 0 10px;}
ul[class*="images-"] img{max-width:70vw;}
ul[class*="images-"] img:hover{opacity:0.8;transition:all 0.3s ease;}
div.content .images-gallery{padding:0;}
/* list custom */
.images-1{clear:left;float:left;margin:.5rem 1.5rem 0 0;}
.images-2{clear:right;float:right;margin:.5rem 0 0 1rem;}
/* .images-gallery{clear:both;display:flex;flex-flow:row wrap;justify-content:space-between;}
.images-gallery li{flex:1 0 auto;padding:.3rem 2rem;}
*/

#page div.content ul.images-gallery{margin:0;padding:0;}
#page div.content ul.images-gallery li{margin:0 0 20px;padding:0;}


div.content .images-gallery{clear:none;}
/* @media screen and (min-width:960px){ .images-4 li{flex:0 0 25%;} } */ /* - if you want to set static number of columns */


.images-gallery {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
}

.images-gallery img {
  /* Just in case there are inline attributes */
  width: 95% !important;
  height: auto !important;

}


@media (max-width: 1300px) {
.images-gallery {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
.images-gallery {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
.images-gallery {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}




/* FILES LIST STYLES */
.files-list{margin:1rem 0 .5rem;list-style:none;vertical-align:middle;border-left:2px solid #c8cccf;font-size:0.9rem;}
.files-list li{height:20px;margin:0 0 1rem 1rem;padding-left:2rem;background:url('img/files-ext.gif') no-repeat 0 -260px;}
.files-list p{display:inline;color:#0093dd;font-style:italic;}
.files-list p:before{content:" - ";}
.files-list .zip{background-position:0 0;}
.files-list .xml{background-position:0 -20px;}
.files-list .xls{background-position:0 -40px;}
.files-list .web{background-position:0 -60px;}
.files-list .vcf{background-position:0 -80px;}
.files-list .txt{background-position:0 -100px;}
.files-list .sys{background-position:0 -120px;}
.files-list .swf{background-position:0 -140px;}
.files-list .psd{background-position:0 -160px;}
.files-list .pps{background-position:0 -180px;}
.files-list .png{background-position:0 -200px;}
.files-list .pic{background-position:0 -220px;}
.files-list .pdf{background-position:0 -240px;}
.files-list .nn{background-position:0 -260px;}
.files-list .eml{background-position:0 -280px;}
.files-list .media{background-position:0 -300px;}
.files-list .fla{background-position:0 -320px;}
.files-list .exe{background-position:0 -340px;}
.files-list .chm{background-position:0 -360px;}
.files-list .cdr{background-position:0 -380px;}

/* QUICK.BOX */
#quick-box{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba( 0, 0, 0, 0.7 );z-index:200;}
#quick-box .background{height:100%;}
#quick-box .quick-box-container{position:absolute;padding:0;border-radius:5px;box-shadow: 0 0 15px 1px #000;}
#quick-box .image-wrapper{position:relative;line-height:0;}
#quick-box .image-wrapper img{margin:0;padding:0;border-radius:5px;}
#quick-box .navigation{position:absolute;bottom:0;margin:0;padding:.5em 0;text-align:center;font-size:0.875rem;font-weight:bold;color:#ddd;line-height:normal;background:rgba( 0, 0, 0, 0.2 );width:100%;}
#quick-box .full-size{position:absolute;right:8px;top:2px;width:24px;height:24px;font-size:0.1em;color:transparent;background:url('../admin/img/fullscreen.png') no-repeat;}
#quick-box .description{margin:0;padding:.5em 0;text-align:center;font-size:0.875rem;color:#ddd;font-weight:bold;background:rgba( 0, 0, 0, 0.8 );border-bottom-left-radius:5px;border-bottom-right-radius:5px;max-height:66px;overflow:hidden;}
#quick-box .arrow{position:absolute;display:block;width:50%;top:15%;height:70%;margin:0px;font-family:Verdana;z-index:100;opacity:0.5;text-decoration:none;}
#quick-box .arrow:before, #quick-box .arrow:after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);}
#quick-box .arrow:before{width:32px;height:32px;margin:0 10px;background:url('img/arrows.png') no-repeat 0 0;z-index:1;}
#quick-box .arrow:after{width:52px;height:52px;background:rgba( 0, 0, 0, 0.2 );z-index:-1;}
#quick-box .arrow.prev:before{background-position:0 -32px;}
#quick-box .arrow.next:before{right:0;}
#quick-box .arrow.next:after{right:0;}
#quick-box .arrow:hover{opacity:0.9;}
#quick-box .prev{left:0px;}
#quick-box .next{right:0px;}
#quick-box .close{position:absolute;top:0;right:0;padding:0.15em 0.4em 0.2em;opacity:0.5;background:#000;color:#fff;font-weight:bold;font-family:"Trebuchet MS";text-decoration:none;border:1px solid #fff;border-top:none;border-right:none;border-top-right-radius:5px;z-index:100;}
#quick-box .close:hover{opacity:0.8;}
#quick-box .close, #quick-box .arrow{line-height:normal;}
#quick-box .loading{display:block;padding:40px 35px;color:white;line-height:1em;}
@media /* High px density (mostly mobile) - so you can magnify something */
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){
  #quick-box .close{font-size:1.5rem;}
  #quick-box .prev, #quick-box .next{opacity:0.5;text-decoration:none;}
}

/* SUBPAGES LIST STYLES */
/* global */
.title{padding:0 0 0.5em;font-size:1.25rem;}
.title a{color:#000;font-weight:900;background:none;text-decoration:none;}
.title a:hover{color:#057D57;background:none;text-decoration:none;}
time.date{display:block;padding:0 0 0.3em;color:#999;font-weight:700;font-size:0.8em;}
[class|="pages"], .full-view{clear:both;margin:.5rem 0;list-style:none;}
[class|="pages"] .page:after, .full-view .page:after{content:"";display:table;clear:both;}
[class|="pages"] .more{display:block;margin:0.3em 0 0;}
[class|="pages"] p{padding:0.3em 0;}


/* standard list */
.pages-list .page, .full-view .page{margin:15px 0;padding:1.5rem 0.5%;}
.pages-list .page .image, .full-view .image{float:left;margin:0 2.5% 5px 0;}
.pages-list ul, .pages-list ol{margin:5px 0 0 4%;padding:0;list-style:disc;}
.pages-list .page li{padding:0;border:0;background:none;}
.pages-list .page ol{list-style:decimal;}

.pages-list .page .more {text-align:left;margin:20px auto;font-size:0.9em;}
.pages-list .page .more a{text-decoration:none;;background:#057D57;color:#fff;border-radius:25px;padding:3px 25px 5px;}
.pages-list .page .more a:hover{background:#000;color:#fff;transition:all 0.3s ease;}

.pages-2{display:flex;flex-flow:row wrap;justify-content:space-between;}
.pages-2 .page{flex:0 0 50%;margin:15px 0;padding:20px;text-align:center;}
.pages-2 .page .image{margin:0 0 5px;}
.pages-2 .page .image img{width:100%;height:auto;}

.pages-4{display:flex;flex-flow:row wrap;justify-content:space-between;}
.pages-4.page{flex:0 0 100%;margin:30px 0;padding:20px;text-align:center;border:1px solid #e0e0e0;border-top:5px solid #e8eaee;text-align:center;}
.pages-4 .page .image{margin:0 0 5px;}
.pages-4 .page .image img{width:100%;height:auto;}
@media screen and (min-width:600px){
  .pages-4 .page{flex:0 0 48%;}
}
@media screen and (min-width:960px){
  .pages-4 .page{flex:0 0 20%;}
  .pages-4:after{content:"";flex-basis:20%;} /* so last row is align to left */
}
#acc

/* subpages gallery/boxes/products etc */
.pages-gallery{display:flex;flex-flow:row wrap;justify-content:space-between;}
.pages-gallery .page{flex:0 0 100%;margin:15px 0;padding:20px;border:1px solid #e0e0e0;border-top:5px solid #e8eaee;text-align:center;}
.pages-gallery .page .image{margin:0 0 5px;}
.pages-gallery div.description{padding:0.3em 0;text-align:justify;}
@media screen and (min-width:600px){
  .pages-gallery .page{flex:0 0 48%;}
}
@media screen and (min-width:960px){
  .pages-gallery .page{flex:0 0 32%;}
  .pages-gallery:after{content:"";flex-basis:32%;} /* so last row is align to left */
}
#accordion{font-family:'Muli';}
.pages-51 .description .image{float:left;margin:0 5px 5px;}
.pages-51 .description {font-size:1em;}



 

.pagination{text-align:right;}
.pagination ul, .pagination li{display:inline;}
.pagination li{padding:0 2px;}
.pagination a, .pagination strong{padding:0 3px;}

/* SITE MAP */
#site-map{clear:left;margin:1rem 0;list-style:none;}
#site-map .sitemap__section{padding:.3em 0 .3em 2rem;list-style:none;}
#site-map .sitemap__el{padding:.3em 0;}
#site-map .sitemap__el--0{padding:.5em 0;}
#site-map .sitemap__link--0, #site-map .sitemap__nolink--0{font-size:1.25rem;}
#site-map .sitemap__link--1, #site-map .sitemap__nolink--1{font-size:1.125rem;}

#foot2{background:#057D57;color:#000;width:100%;}
#foot2 .container{width:100%;max-width:1300px;display:flex;justify-content:center;padding:1.5rem 0rem;}


#foot1{background:#303030;color:#999;padding:1.5rem 0rem;}
#foot1 .container{display:flex;justify-content:center;flex-direction: column;padding:1.5rem 0rem;}
#foot1.container > *{}
.logofoot{align-self:  center;padding:0rem 0rem 0rem;margin:20px auto;}


.copyright{font-weight:300;align-self:  center;padding:0rem 0rem 1.5rem;margin:0px auto 10px;;width:50%;text-align:center;font-size:0.9em;}

/* FOOTER - SITE AND SCRIPT COPYRIGHTS STYLES */
#foot{background:#000;color:#666;font-size:0.8em;font-weight:300 !important}
/* #foot .container{display:flex;flex-wrap:wrap;justify-content:space-between;} */


#foot .container{display:flex;flex-direction: column;font-weight:300 !important}

#foot .copy, #foot .note{align-self: center;text-align:center;font-weight:300 !important}

#foot .container > *{padding:1.5rem 0rem;}
#foot a{color:#666;text-decoration:none;font-weight:300 !important}
#foot a:hover{text-decoration:underline;}
#foot .options ul{display:flex;list-style:none;}
#foot .options li:not(:last-child){margin-right:2rem;}
#foot .options a{display:block;width:16px;height:16px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;background:url('img/options.png') no-repeat center 0;}
#foot .options .print a:hover{background-position:center -16px;}
#foot .options .back a{background-position:center -32px;}
#foot .options .back a:hover{background-position:center -48px;}

@media screen and (min-width:600px){
#foot .container{display:flex;flex-direction: row ; justify-content: space-between; }
#foot .copy{flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;text-align:left;}

#foot .note{ flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;;text-align:right;}
}


/* COMMON CLASSES */

.form-full{clear:both;margin:25px auto 0;}
.form-full dt{padding:0 0 7px;}
.form-full dd{margin-bottom:20px;}
.form-full input[type="text"], .form-full input[type="email"], .form-full input[type="password"], .form-full textarea{width:99%;padding:7px;font-size:1em;}
.form-full .save{text-align:center;}
.form-full .save input{padding:0.8em 1.5em;text-transform:uppercase;letter-spacing:1px;}
.captcha input[type="text"]{min-width:60px;width:6%;}
.captcha strong{font-weight:bold;}
.captcha em{font-style:normal;font-weight:bold;}
.captcha ins{padding:0 3px;font-weight:bold;text-decoration:none;}

/* ADMIN OPTIONS */
#page ul.options{position:absolute;right:0;top:15px;min-width:100px;list-style:none;text-align:right;}
#page ul.options li{display:inline-block;margin-left:10px;}
.panel-link{display:inline-block;width:21px;height:21px;background:rgba(255,255,255,0.6) url('../admin/img/options.png') no-repeat 0px 0px;text-indent:100%;white-space:nowrap;overflow:hidden;font-size:1%;color:transparent;}
.panel-link.edit:hover{background-position:0 -21px;}
.panel-link.delete{background-position:-21px 0;}
.panel-link.delete:hover{background-position:-21px -21px;}

.dev{padding:5px;text-align:center;color:#f00;font-weight:bold;}

@media print{
  /* PRINT STYLES */
  * {color:#000 !important;background:#fff !important;border-color:#444 !important;border-width:1px !important;}

  body{margin:1cm 0;font-size:0.875em;}
  #container{position:static;width:17.2cm;height:auto;margin:0;box-shadow:none;}
  #head1{height:auto;}
  #logo{padding:0 0 0.2cm;}
  #logo #title a{font-size:2em;}
  .menu-top{margin-top:0.3cm;}
  .menu-top li a{padding:0.1cm 0.2cm;border:0;border-right:1px solid #000;font-size:1em;}
  .menu-top .selected a, .menu-top .selected-parent a{font-weight:bold;}
  #head2 .container{position:static;}

  #body{clear:none;border-top:0;}
  #page{clear:both;position:static;float:none;}
  #page h1{margin:0;}

  #body, #head1, #foot{float:none;}
  .menu-top li:hover:after, .menu-top .selected:after, .menu-top .selected-parent:after, #search-form, #foot .options{display:none;}
}

/* PLUGINS */

/* RELATED PAGES */
#pages-related{clear:both;}
#pages-related > h2{padding-top:1em;color:#cc1426;font-size:1.25em;}

/* PAGE MODIFICATION DATE AND AUTHOR */ 
.modify-info{clear:both;padding-top:10px;list-style:none;font-size:0.875em;}
.modify-info li{padding:5px 0;}
.modify-info .value{font-weight:bold;}

/* NOTICES ACCEPTS */
.notices{list-style:none;}
.notices .option, .option.notice{margin:4px 0 10px;font-size:0.875em;}
.notices .option label, .option.notice label{margin-left:4px;font-weight:normal;}

/* EVENT DATES (range) */
.event-dates{padding:0.3em 0;font-size:0.938em;color:#6e6e6e;}
.event-dates > span{display:block;margin:0.3em 0;}
/* page details */
@media screen and (min-width:960px){
  #page > .event-dates{float:right;margin-top:-35px;}
}
/* for subpages list only */
.pages-list .event-dates{padding:0.3em 0;}

/* TAGS */
ul.tags{clear:both;padding:0.5em 0;list-style:none;}
.tags li{display:inline-block;}
.tags a{display:inline-block;margin:0 5px;padding:3px 6px 3px 21px;background:url('img/tag.png') no-repeat 2px 4px;border:1px solid #e8eaee;}
.tags a:hover{color:#cc1426;}
.tags li.head a{margin:0;padding-left:0;border:0;}
.pages-list .tags{margin:0;}

/* PAGES NEW FIELD */
[class|="pages"] div.page-field{margin:.5rem 0;font-weight:normal;font-size:1em;line-height:1.4em;}
#page p.page-field{line-height:1.5em;}
#page p.page-field strong{padding-right:5px;}



/* DOWNLOAD LIST */
#download-list{width:100%;margin:15px 0 5px;}
#download-list td{padding:7px 12px;}
#download-list thead{text-align:center;}
#download-list thead a{font-weight:bold;}
#download-list tbody .name a:first-child{position:relative;padding-left:26px;}
#download-list tbody .name a:first-child:before{content:'';position:absolute;left:0px;width:16px;height:20px;background:url('img/files-ext.gif') no-repeat 0 -260px;}
#download-list tbody p{margin:5px 0 0 26px;color:#777;font-size:0.938em;}
#download-list tbody .size, #download-list tbody .date-file{width:17%;max-width:170px;text-align:center;vertical-align:middle;font-size:0.938em;}
#download-list tbody .size{text-align:right;}
#download-list tbody .size abbr{font-style:italic;color:#777;}
#download-list tbody .zip .name a:first-child:before{background-position:0 0;}
#download-list tbody .xml .name a:first-child:before{background-position:0 -20px;}
#download-list tbody .xls .name a:first-child:before{background-position:0 -40px;}
#download-list tbody .web .name a:first-child:before{background-position:0 -60px;}
#download-list tbody .vcf .name a:first-child:before{background-position:0 -80px;}
#download-list tbody .txt .name a:first-child:before{background-position:0 -100px;}
#download-list tbody .sys .name a:first-child:before{background-position:0 -120px;}
#download-list tbody .swf .name a:first-child:before{background-position:0 -140px;}
#download-list tbody .psd .name a:first-child:before{background-position:0 -160px;}
#download-list tbody .pps .name a:first-child:before{background-position:0 -180px;}
#download-list tbody .png .name a:first-child:before{background-position:0 -200px;}
#download-list tbody .pic .name a:first-child:before{background-position:0 -220px;}
#download-list tbody .pdf .name a:first-child:before{background-position:0 -240px;}
#download-list tbody .nn .name a:first-child:before{background-position:0 -260px;}
#download-list tbody .msg .name a:first-child:before{background-position:0 -280px;}
#download-list tbody .media .name a:first-child:before{background-position:0 -300px;}
#download-list tbody .fla .name a:first-child:before{background-position:0 -320px;}
#download-list tbody .exe .name a:first-child:before{background-position:0 -340px;}
#download-list tbody .chm .name a:first-child:before{background-position:0 -360px;}
#download-list tbody .cdr .name a:first-child:before{background-position:0 -380px;}
@media screen and (max-width:600px){
  #download-list tr{display:block;border-top:1px solid #e8eaee;}
  #download-list td{display:inline-block;border:0;}
  #download-list tbody td.name{display:block;}
  #download-list tbody td.date-file{min-width:50%;text-align:left;}
  #download-list tbody td.size{min-width:50%;}
}

/* ASK ABOUT LINK - redirects to contact panel */
#ask-about-link{padding:.8em 0;}
#ask-about-link a{color:#cc1426;}
#ask-about-link a:before{display:inline-block;content:'';width:24px;height:24px;margin-right:.5em;background:url('img/ask-question.png') no-repeat 0px 0px;vertical-align:middle;}
#ask-about-link a:hover{color:#0070b8;}
#ask-about-link a:hover:before{background-position:0px 100%;}

/* CONTACT-PANEL */
.contact-panel{padding:1.5rem 0;border-top:5px solid #e8eaee;border-bottom:5px solid #e8eaee;}

/* COMMENTS */
#comments{padding:1.5rem 0;border-top:5px solid #e8eaee;}
#comments h2{padding-bottom:1rem;color:#cc1426;font-size:1.5rem;font-weight:normal;border-bottom:1px solid #eff0f3;}
#comments article{width:100%;margin:1rem 0;padding-bottom:1rem;border-bottom:1px solid #eff0f3;}
#comments header{margin-bottom:.5rem;}
#comments h3{display:inline-block;font-size:1rem;color:#0070b8;}
#comments time{float:right;color:#888;font-size:0.875rem;}
#comments p{font-size:0.875rem;line-height:1.5em;}
#comments .msg{margin:2rem 0 3rem;}
@media screen and (max-width:1023px){
  #comments .msg{background-image:none;}
}
#comments-form legend{padding-bottom:1.5rem;font-size:1.25rem;color:#cc1426;}
.comments-count{display:block;padding:0.3em 0;color:#6e6e6e;}

