@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	}
body {
	line-height: 1.33;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) center 0 no-repeat #bfbfbf !important;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clr {
	clear:both;
	float:none;}
	
img {
	max-width:100%;
}

a {
    transition: 0.4s ease-in-out all;
	-moz-transition: 0.4s ease-in-out all;
	-webkit-transition: 0.4s ease-in-out all;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}
	
h1 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:30px;
}

h2 {
	margin-bottom:15px;
	font-weight:bold;
	font-size:24px;
}

#wrapper {
	background-color:#fff;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.logo img:hover {
	opacity:0.2;
	transition: 0.4s ease-in-out all;
	-moz-transition: 0.4s ease-in-out all;
	-webkit-transition: 0.4s ease-in-out all;
}

.custom.aipp {
	float:right;
}

.custom.aipp img {
	margin-left:20px;
}

.social {
	text-align:right;
}

.social-logos img {
	opacity:0.2;
	margin-left:10px;
	transition: 0.4s ease-in-out all;
	-moz-transition: 0.4s ease-in-out all;
	-webkit-transition: 0.4s ease-in-out all;
}

.social-logos img:hover {
	opacity:1;
}

.kwicks li img {
	max-width:720px;
	height:400px;
	float:none !important;
    margin:0 !important;
}

.kwicks li.lastItem {
	right:8px !important;
}

.slideshow {
	margin-bottom:20px;
}

.top-menu {
	margin-bottom:20px;
}

ul.sigProPolaroids {
	margin: 0 !important;
	padding:0 !important;
}
	
.breadcrumbs ul li {
	display: inline-block;
    line-height: 20px;
    font-size: 11px;
}

.itemBackToTop {
	display:none;
}

.about-lana .itemImageBlock {
	width:30%;
	float:left;
	margin:0 20px 5px 0;
}

.cols h3, h1, div.itemHeader h2.itemTitle, .componentheading.blog h2, h3.itemCommentsCounter, div.itemCommentsForm h3 {
	font-size: 20px;
    line-height: 40px;
    color: #2b2b2b;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form input, .contact-form textarea {
	width:100%;
}

.blog .catItemTitle, .blog .catItemTitle a {
    padding: 0 !important;
    font-size: 14px !important;
    letter-spacing: -1px !important;
    line-height: 1.2em !important;
    margin-top: -5px !important;
    padding-bottom: 5px !important;
	color: #2b2b2b;
	font-weight: bold;
    text-transform: uppercase;
}

div.catItemHeader span.catItemDateCreated {
	font-size:15px;
}

.blog .catItemDateCreated span, .blog .itemDateCreated span {
	color:#2b2b2b;
}

.blog div.catItemReadMore a {
	font-size: 10px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.itemToolbar {
	display:none;
}

div.social-button span.labell {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 32px;
    padding-right: 10px;
}

.blog .social-button {
    border-bottom: 1px solid #e6e1db;
}

.blog .catItemIntroText img, .itemIntroText img, .blog .catItemFullText img, .itemFullText img {
	width:100% !important;
	height:auto !important;
}

div.itemCommentsForm form input.inputbox {
	width:100% !important;
}

div.social-button {
    overflow: hidden;
    padding: 1em 0 3em;
}

div.itemComments ul.itemCommentsList li {
    margin-bottom: 19px;
    position: relative;
}

div.itemComments ul.itemCommentsList li {
    background: #fff;
    border: 1px solid #e1e1e1 !important;
}

.catItemView.blog {
	padding-bottom: 5px;
    border-bottom: 1px solid #e6e1db;
    margin-bottom: 35px;
}

.cols .moduleCustomLink {
	font-size: 10px !important;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
	margin-bottom:30px;
}

.col-1 div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
	float:left;
	width:50%;
	margin:0 10px 5px 0;
}

.col-2 div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
	float:left;
	width:35%;
	margin:0 10px 5px 0;
}

.quot {
    color: #8d8d8d;
    background: #ececec;
    padding: 27px 16px;
    border-radius: 6px;
}

.quot p {
    padding-bottom: 18px;
    font-size: 12px !important;
    line-height: 18px !important;
}

.signature {
    padding-top: 36px;
    background: url(../images/testimonials.gif) 23px 0 no-repeat;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b2b2b;
    line-height: 1.2em;
}

.signature span {
    font-size: 10px !important;
    color: #c0c0c0;
    display: block;
    margin-top: -4px;
}

.col-3 .moduleCustomLink {
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.testimonials .catItemIntroText {
    background: url(../images/quotes.png) left 6px no-repeat;
    padding-left: 80px;
    overflow: hidden;
}

.itemImageGallery h3 {
	display:none;
}

#contact-form legend {
	display:none;
}

form fieldset dt {
    clear: left;
    float: left;
    padding: 0;
    width: 150px;
}

form fieldset dd {
    float: left;
    padding: 0;
    margin-bottom: 1em;
    width: 252px;
}

form fieldset dt label, form fieldset dd label {
	font-weight:normal;
}

.component {
	padding-top:25px;
	padding-bottom:25px;
}
	
.component ol, .component ul{
	padding-left:20px;
}

.component ol li {
	list-style:decimal;
	margin-left:20px;
	margin-bottom:10px;
}

.component ul li {
	list-style: disc;
	margin-left:20px;
	margin-bottom:10px;
}

.component p {
	padding: 0 0 22px 0;
    margin: 0;
}

.leadings {
	clear:both;
	margin-bottom:20px;
}

.item-image {
	width:30%;
	margin:0 20px 10px 0;
}

.component .login {
padding-top:25px;}

.login-fields {
padding:3px 0;}

.login-fields label {
width:120px;}

.component .login .readon button, .proof-submit {
    color: #fff !important;
    background: #2b2b2b;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    font-size: 11px;
    line-height:30px;
    border:none;}
    
.component .login .readon button:hover, .proof-submit:hover {
    color: #2b2b2b !important;
    background: #ececec;}
	
input.inputbox {
	border:solid #ccc 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#777;
	margin-bottom:2px;
	padding:5px 5px 4px;}
	
footer {
	margin-bottom:20px;
}
	
/* alerts */

.alert {
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: none;
}

.alert h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.alert-success .close {
    color: #9ab091;
}

.alert-success, .alert-success h3, .alert-success .close:hover {
    color: #516c46;
}

.alert-warning, .alert-warning h3, .alert-warning .close:hover {
    color: #998937;
}

.alert-info, .alert-info h3, .alert-info .close:hover {
    color: #2c6f90;
}

.alert-error, .alert-error h3, .alert-error .close:hover {
    color: #833333;
}

.alert .close {
    background: none;
    opacity: 1;
	float:right;
}

.alert-warning .close {
    color: #d5c98b;
}

.alert-info .close {
    color: #91b1c1;
}

.alert-error .close {
    color: #cc9999;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success, .alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr, .alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link, .alert-message .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
/*------------------ENDRESET--------------------*/

@media (max-width: 767px) {
.col-1 div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
	float:none;
	width:100%;
	margin:0;
}
.social {
	text-align:center;
}
footer {
	text-align:center;
}
.cols h3, h1, div.itemHeader h2.itemTitle, .componentheading.blog h2, h3.itemCommentsCounter, div.itemCommentsForm h3 {
	font-size: 15px;
    line-height: 25px;
    color: #2b2b2b;
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.slideshow {
	margin-top:20px;
}
.col-3 .moduleCustomLink {
	bottom:-15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
}
@media (min-width: 1200px) {
  
}
@media (max-width: 400px) {
.dj-megamenu-select-dark .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
.dj-megamenu-accordion-dark .dj-mobile-open-btn {
    width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 40px;
}
}