/* SPARKY DYNAMICALLY GENERATED CSS - DO NOT EDIT THIS FILE!
YOUR CHANGES WILL BE OVERWRITTEN AFTER NEXT SAVE OF TEMPLATE PARAMETERS!
You can add your custom CSS code in template options, under Custom tab or
you can edit file custom.css to add your CSS code. */

@import url('../css/icons/font-awesome.min.css');

* {
    box-sizing: border-box;
}

.tabs label img{width:40%}



@media (min-width:1100px) {
.tabs ul li {height:3.5vw !important;}
}
@media (max-width:991px) {
  .tabs ul li{padding: 0 7px !important; height: 50px !important;}
}


body {
    color:#333333;
    font-size:16px;
    line-height:2;
    font-family:Lora,serif;
    text-align:left;
    font-weight:400;
    font-style:normal;
}

@media (min-width:768px) {
.widge-wrapper {height:410px !important;}
}

@media (max-device-width:767px), (max-width:767px) {
.widge-wrapper {height:380px !important;}
}

.item-120 ul{
    width: 150px!important;
}
.item-268 ul{
	left: 150px!important;
}

#activm {color: rgba(64, 135, 249, 1); font-weight: bold;}

#pdata a{
    display: inline-block;
    width: 100px;
    background-color: orange;
    border-radius: 10px;
    margin-bottom: 4px;
}
#pdata h4{
	display: inline-block;
	border-bottom: 3px solid #001eff;
	height: 42px;
	margin-bottom: 10px;
}

#foxcontainer_c104{
	margin-top:20px!important;
}

.locname{
	font-weight:bold;
}
.locdate{
	color:green;
}

#call{
	display: none;
	position: fixed;
	width: 300px;
	height: 373px;
	background-color: white;
	top: 35%;
	left: 45%;
	z-index:1000;
	border: 2px solid black;
	
}
#call h2{
	font-size: 15px;
} 



 #feedback { font-size: 1.4em; }
  #selectable .ui-selecting { background: #FECA40; }
  #selectable .ui-selected { background: #F39814; color: white; }
  #selectable { list-style-type: none; margin: 0; padding: 0; width: 370px; float:left;}
  #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
  .day{width:50px; float:left; border:1px solid black; text-align:center; height:25px}
  .dayn{width:50px; float:left; border:1px solid black; text-align:center; height:25px}
  .month{float:left; width:200px;}
  .months{float:left; width:1000px;}

.sparky_container::after {
    content:'';
    display:table;
    clear:both;
}

.clr {
    clear:both;
}

img {
    border:none;
}

.sparky_container {
    margin:0 auto;
    padding:0;
}

.sparky_container > .sparky_cell {
    float:left;
}


/* GRID SYSTEM */

.sparkle1 {
    width: 8.3333333333333%;
}

.sparkle2 {
    width: 16.666666666667%;
}

.sparkle3 {
    width: 25%;
}

.sparkle4 {
    width: 33.333333333333%;
}

.sparkle5 {
    width: 41.666666666667%;
}

.sparkle6 {
    width: 50%;
}

.sparkle7 {
    width: 58.333333333333%;
}

.sparkle8 {
    width: 66.666666666667%;
}

.sparkle9 {
    width: 75%;
}

.sparkle10 {
    width: 83.333333333333%;
}

.sparkle11 {
    width: 91.666666666667%;
}

.sparkle12 {
    width: 100%;
}

.full .sparky_container {
    width:100%;
}

.full .sparky_container .sparky_cell {
    padding-left:0;
    padding-right:0;
}

/* ROW SETTINGS */

.sparky_row4 {
    //background-image: url('../images/mountains.jpg');
    background-position:top center;
    background-repeat:repeat;
    background-size:cover;
}

.sparky_row5 {
    //background-image: url('../images/trees.png');
    background-position:bottom center;
    background-repeat:no-repeat;
    background-size:cover;
}

.sparky_row7 {
    //background-image: url('../images/house.jpg');
    background-position:bottom left;
    background-repeat:no-repeat;
    background-size:contain;
}

.sparky_row9 {
  //background-image: url('../images/hiking.jpg');
    background-image: url('../../../images/hiking.jpg');
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size:cover;
}

.sparky_row11 {
    background-color:#000000;
    background-image: url('../images/mountain_footer.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}


/* SCREEN < 768px AND < TEMPLATE WIDTH */

@media (max-width: 767px) {
    .sparky_container {
        width: 100%;
    }

    [class*='sparkle'] {
        width: 100% !important;
    }

    .two [class*='sparkle'] {
        width: 50% !important;
    }

    .full .sparky_container {
        width:100%;
    }

    .full .sparky_cell {
        margin: 0;
        padding: 0;
    }
}

/* SCREEN >= 768px AND < TEMPLATE WIDTH */

@media (min-width: 768px) {
    .sparky_container {
        width: 750px;
    }
}

/* SCREEN >= 992px AND < TEMPLATE WIDTH */

@media (min-width: 992px) {
    .sparky_container {
        width: 970px;
    }
}

/* SCREEN >= TEMPLATE WIDTH */

@media (min-width:1200px) {
    .sparky_container {
        //width:1170px;
        width:80%;
    }

    [class*='sparkle'] {
        margin-left: 0;
    }
}
.one .sparkle1 {
    width: 8.3333333333333% !important;
}
.one .sparkle2 {
    width: 16.666666666667% !important;
}
.one .sparkle3 {
    width: 25% !important;
}
.one .sparkle4 {
    width: 33.333333333333% !important;
}
.one .sparkle5 {
    width: 41.666666666667% !important;
}
.one .sparkle6 {
    width: 50% !important;
}
.one .sparkle7 {
    width: 58.333333333333% !important;
}
.one .sparkle8 {
    width: 66.666666666667% !important;
}
.one .sparkle9 {
    width: 75% !important;
}
.one .sparkle10 {
    width: 83.333333333333% !important;
}
.one .sparkle11 {
    width: 91.666666666667% !important;
}
.one .sparkle12 {
    width: 100% !important;
}
.fluid .sparky_container {
    width: 100%;
}
.sparky_cell {
    padding:40px 15px;
}

/* FONTS AND TYPOGRAPHY */

h1, h1 a {
    padding:15px 0;
    margin:0;
    line-height:1.4;
    color:black;
    font-size:26px;
    font-family:Montserrat,sans-serif;
    text-align:left;
    font-weight:700;
    font-style:normal;
}

h2, h2 a {
    padding:15px 0;
    margin:0;
    line-height:1.4;
    color:#333333;
    font-size:56px;
    font-family:Montserrat,sans-serif;
    text-align:left;
    font-weight:700;
    font-style:normal;
}

h2.row_heading {
    padding-left:15px;
    padding-right:15px;
}

h3 {
    padding:15px 0;
    margin:0;
    color:#333333;
    font-size:40px;
    line-height:1.4;
    font-family:Montserrat,sans-serif;
    text-align:left;
    font-weight:700;
    font-style:normal;
}

h3.row_subheading {
    padding-left:15px;
    padding-right:15px;
}

h4 {
    padding:15px 0;
    margin:0;
    color:#333333;
    font-size:18px;
    line-height:1.4;
    font-family:Oswald,sans-serif;
    text-align:left;
    font-weight:400;
    font-style:normal;
}

a {
    color:#538492;
    font-weight:600;
    font-style:normal;
    text-decoration:none;
}

a:hover, a:active, a:focus {
    color:#333333;
    text-decoration:none;
}

p {
    margin: 0 0 15px;
}

button,
button.btn,
a.btn,
button.btn-primary,
p.readmore a,
a.readmore {
    display: inline-block;
    padding: 4px 12px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image:none;
    border: 1px solid #cccccc;
    font-size:inherit;
    line-height:inherit;
    text-shadow:none;
    border-radius:0;
    box-shadow:none;
}

button:hover,
button.btn:hover,
button.btn-primary:hover,
button:active,
button.btn:active,
button.btn-primary:active,
button:focus,
button.btn:focus,
button.btn-primary:focus,
p.readmore a:hover,
p.readmore a:focus,
a.readmore:hover,
a.readmore:focus {
    color: #333333;
    text-decoration: none;
    background-color: #eeeeee;
    background-image:none;
}

p.readmore a span {
    display:none;
}

.items-row {
    clear:both;
    padding:15px 0;
}

.page-header {
    padding: 0;
    margin: 0;
    border: 0;
}

.pull-left.item-image {
    margin-right:15px;
}

.pull-right.item-image {
    margin-left:15px;
}

/* forms */

form {
    margin:0;
}

.form-inline {
    display:inline;
}

input, textarea, button, select {
    box-sizing:content-box;
    font-family:Lora;
}

#login-form input {
    padding: 4px;
}

/* lists */

ul, ol {
    margin: 15px 45px;
    padding: 0;
}

div.item-page ol li, div.item-page ul li {
    margin: 0 0 10px 0;
    padding: 0;
}

div.icons ul.dropdown-menu li {
    margin: 0;
}


ul.arrow, ul.arrowleft, ul.calendar, ul.checklist, ul.clock, ul.delete, ul.email, ul.file, ul.folder, ul.heart, ul.information, ul.lock, ul.pencil, ul.play, ul.rss, ul.person, ul.shop, ul.song, ul.star, ul.star2, ul.trash, ul.tweak, ul.unlock, ul.warn {
    margin: 15px 45px;
    padding: 0;
}

ul.arrow li, ul.arrowleft li, ul.calendar li, ul.checklist li, ul.clock li, ul.delete li, ul.email li, ul.file li, ul.folder li, ul.heart li, ul.information li, ul.lock li, ul.pencil li, ul.play li, ul.rss li, ul.person li, ul.shop li, ul.song li, ul.star li, ul.star2 li, ul.trash li, ul.tweak li, ul.unlock li, ul.warn li {
    list-style: none;
    padding: 0 15px;
}

ul.arrow li:before, ul.arrowleft li:before, ul.calendar li:before, ul.checklist li:before, ul.clock li:before, ul.delete li:before, ul.email li:before, ul.file li:before, ul.folder li:before, ul.heart li:before, ul.information li:before, ul.lock li:before, ul.pencil li:before, ul.play li:before, ul.rss li:before, ul.person li:before, ul.shop li:before, ul.song li:before, ul.star li:before, ul.star2 li:before, ul.trash li:before, ul.tweak li:before, ul.unlock li:before, ul.warn li:before {
    font-family: FontAwesome;
    padding: 0;
    margin: 0 -20px;
    position: absolute;
}

ul.arrow li:before {
    content: '\f061';
}

ul.arrowleft li:before {
    content: '\f060';
} 

ul.calendar li:before {
    content: '\f073';
}

ul.checklist li:before {
    content: '\f00c';
}

ul.clock li:before {
    content: '\f017';
}

ul.delete li:before {
    content: '\f00d';
}

ul.email li:before {
    content: '\f0e0';
}

ul.file li:before {
    content: '\f15b';
}

ul.folder li:before {
    content: '\f07b';
}

ul.heart li:before {
    content: '\f004';
}

ul.information li:before {
    content: '\f05a';
}

ul.lock li:before {
    content: '\f023';
}

ul.pencil li:before {
    content: '\f040';
}

ul.person li:before {
    content: '\f007';
}

ul.play li:before {
    content: '\f04b';
}

ul.rss li:before {
    content: '\f09e';
}

ul.shop li:before {
    content: '\f07a';
}

ul.song li:before {
    content: '\f001';
}

ul.star li:before {
    content: '\f005';
}

ul.star2 li:before {
    content: '\f006';
}

ul.trash li:before {
    content: '\f014';
}

ul.tweak li:before {
    content: '\f0ad';
}

ul.unlock li:before {
    content: '\f09c';
}

ul.warn li:before {
    content: '\f071';
}

/* font awesome icon sizes */

.fa-1 {
    font-size: 1em;
}

.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

.fa-5 {
    font-size: 12em;
}

.fa-6 {
    font-size: 16em;
}

.warning, .info, .error {
    padding:15px 30px;
    min-height: 50px;
}

.warning {
    color:#000;
    border: 1px solid #ffcc00;
    background:#ffff66;
}

.info {
    color:#006699;
    border: 1px solid #006699;
    background:#bde1ff;
}

.error {
    color:#900;
    border: 1px solid #900;
    background:#f8b5b5;
}

.warning:before, .info:before, .error:before {
    font-family: FontAwesome;
    font-size: 32px;
    line-height:1;
    margin: 0 30px 0 0;
    float: left;
}

.warning:before {
    content: '\f071';
    color: #ffcc00;
}

.info:before {
    content: '\f05a';
}

.error:before {
    content: '\f057';
}

.outline {
    background: transparent;
}

.warning.outline {
    color: #d5aa00;
}

.typewriter {
    background: url('../images/typewriter_bg.png');
    padding:20px 15px 20px 30px;
    color:#000;
    font-family:'Courier New', Courier, monospace;
    line-height:20px;
    text-align:left;
}

.quote {
    margin:0;
    padding:15px 15px 15px 15px;
    font-size:150%;
    font-style:italic;
    line-height:normal;
}

.dropcap:first-letter {
    font-size: 300%;
    font-weight:bold;
    float:left;
    margin:0 10px 5px 0;
    line-height: 1;
}

span.p_number {
    font-size: 400%;
    font-weight:bold;
    float:left;
    margin:0 10px 10px 0;
    position: relative;
    line-height: 40px;
}

.inset_left {
    display:block;
    float:left;
    width: 150px;
    font-style: italic;
    margin: 15px 15px 15px 0;
}

.inset_right {
    display:block;
    float:right;
    width: 150px;
    font-style: italic;
    margin: 15px 0 15px 15px;
}

.inset_title {
    font-weight:bold;
    display:block;
}

img.img_left {
    float:left;
    margin:0 30px 30px 0;
}

img.img_right {
    float:right;
    margin:0 0 30px 30px;
}

blockquote {
    border-left: 3px solid #ccc;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 15px;
    padding: 15px;
}

legend {
    display: block;
    padding: 15px;
    margin-bottom: 5px;
    border: 3px double #999;
    font-size:inherit;
    line-height:inherit;
}

code {
    display: block;
    padding: 1em;
    color:inherit;
    border:0;
}


.quote:before {
    font-family: FontAwesome;
    content: '\f10d';
    font-size: 4em;
    font-style:normal;
    color: #ddd;
    float: left;
    margin-right: 30px;
}

.fontawesome-icon-list div {
    width: 25%;
    float: left;
    padding: 5px 0;
}

.fontawesome-icon-list i {
    width: 30px;
    color: #333;
}

.two-cols {
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
    -moz-column-gap:3em;
    -webkit-column-gap:3em;
    column-gap:3em;
}

.three-cols {
    -moz-column-count:3;
    -webkit-column-count:3;
    column-count:3;
    -moz-column-gap:3em;
    -webkit-column-gap:3em;
    column-gap:3em;
}

.four-cols {
    -moz-column-count:4;
    -webkit-column-count:4;
    column-count:4;
    -moz-column-gap:3em;
    -webkit-column-gap:3em;
    column-gap:3em;
}

.five-cols {
    -moz-column-count:5;
    -webkit-column-count:5;
    column-count:5;
    -moz-column-gap:2em;
    -webkit-column-gap:2em;
    column-gap:2em;
}

.six-cols {
    -moz-column-count:6;
    -webkit-column-count:6;
    column-count:6;
    -moz-column-gap:2em;
    -webkit-column-gap:2em;
    column-gap:2em;
}

.abovecontent {
    padding: 0 0 30px 0;
}

.belowcontent {
    padding: 30px 0 0 0;
}


/* LOGO */

.sparky_logo {
    color:#000;
    font-size:22px;
    font-family:Oswald,sans-serif;
    font-weight:700;
    font-style:normal;
    text-align:center;
    text-decoration:none;
}
.sparky_slogan {
    color:#333333;
    font-size:32px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
    text-align:left;
    text-decoration:none;
}

.sparky_logo_link {
    display:block;
}


/* DROP-DOWN MENU*/
ul.mnu_mainmenuleft , ul.mnu_mainmenuright  {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    white-space:nowrap;
    text-align:left;
    position:relative;
    font-family:'Lora', serif;
}
.mnu_mainmenuleft ul, .mnu_mainmenuright ul {
    margin:0;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    z-index:100;
    background:#538492;
    width:310px;
    border:0px solid #dddddd;
    padding-top:12px;
    padding-bottom:12px;
    margin-top:-5px;
}

.mnu_mainmenuleft ul li, .mnu_mainmenuright ul li {padding-top:0px; padding-bottom:0px; padding-left:15px; padding-right:15px;}

.mnu_mainmenuleft > li > a, .mnu_mainmenuright > li > a,.mnu_mainmenuleft > li > span, .mnu_mainmenuright > li > span {
    display:block;
    margin:0;
    text-decoration:none;
    color:#d9e5eb;
    font-size:17px;
    padding:0 12px;
    font-weight:400;
    font-style:normal;
    height:40px;
    line-height:40px;
    cursor:pointer;
}
.mnu_mainmenuleft > li.active > a, .mnu_mainmenuright > li.active > a,.mnu_mainmenuleft > li.active > span, .mnu_mainmenuright > li.active > span {
    //color:#ffffff;
    cursor:pointer;
  color:#000;
}
.mnu_mainmenuleft > li > a:hover, .mnu_mainmenuright > li > a:hover,.mnu_mainmenuleft > li:hover > a, .mnu_mainmenuright > li:hover > a,.mnu_mainmenuleft > li > a:hover, .mnu_mainmenuright > li > a:hover,.mnu_mainmenuleft > li:hover > span, .mnu_mainmenuright > li:hover > span {
    color:#ffffff;
}
.mnu_mainmenuleft > li, .mnu_mainmenuright > li {
    display:inline-block;
    position:relative;
    text-align:left;
    margin:0;
    padding:0;
    border-right:0px solid #cccccc;
    border-bottom:0px solid #cccccc;
    border-top:0px solid #cccccc;
}
.mnu_mainmenuleft > li.active, .mnu_mainmenuright > li.active {
}
.mnu_mainmenuleft > li:first-child, .mnu_mainmenuright > li:first-child {
    border-left:0px solid #cccccc;
}
.mnu_mainmenuleft li:hover, .mnu_mainmenuright li:hover {
    position:relative;
    background:#538492;
}
.mnu_mainmenuleft li ul li:hover, .mnu_mainmenuright li ul li:hover {
    background:#538492;
}
.mnu_mainmenuleft li ul li, .mnu_mainmenuright li ul li {
    //height:25px;
    border-bottom:0px solid #dddddd;
    //padding:0 10px;
    text-align:left;
  //padding-left:0;
}
.mnu_mainmenuleft li ul a, .mnu_mainmenuright li ul a,.mnu_mainmenuleft li ul span, .mnu_mainmenuright li ul span {
    line-height:25px;
    font-size:12px;
    color:#d9e5eb;
    font-weight:400;
    font-family:'Lora', serif;
    font-style:normal;
    padding-top:0;
    cursor:pointer;
}
.mnu_mainmenuleft li ul li:hover > a, .mnu_mainmenuright li ul li:hover > a,.mnu_mainmenuleft li ul li:hover > span, .mnu_mainmenuright li ul li:hover > span {
    color:#ffffff;
}
.mnu_mainmenuleft  li ul ul, .mnu_mainmenuright  li ul ul {
    //left: calc(180px - 12px);
    margin-top:-12px;
}
.mnu_mainmenuleft ul ul, .mnu_mainmenuright ul ul {
    top:0px;
}
.mnu_mainmenuleft .sub, .mnu_mainmenuright .sub {
    font-size:10px;
    line-height:normal;
    display:block;
}
.mnu_mainmenuleft > li > ul, .mnu_mainmenuright > li > ul {
    display: none;
}


/* RESPONSIVE TOP MENU */

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
    position:absolute;
}

.nav-collapse.opened > ul {
    position: fixed;
    top: 0;
    left: 5%;
    width: 90%;
    background:#444;
}

.nav-collapse.opened > ul ul {
    width: 100%;
    position: relative;
    left:0;
    padding:0;
    margin:0;
    background:#444;
    border:0;
}

.nav-collapse.opened > ul ul li {
    height:auto;
}

.nav-collapse.opened li {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.nav-collapse.opened li.active, .nav-collapse.opened li:hover {
    background:#333;
}

.nav-collapse.opened li.active a {
    color:#fff !important;
}

.nav-collapse.opened li a {
    padding:5px 15px;
    margin:0;
    line-height:30px;
    height:30px;
    color:#fff !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: url('../images/tinynav_white.png');
    width: 40px;
    height: 30px;
    text-indent:-9999px;
    display:inline-block;
    float:right;
}

.nav-toggle.active {
    position: absolute;
    z-index: 999;
    right: 5%;
    top: 0;
    margin-top:0px;
    margin-right:0px;
    background-position: bottom;
}

#blocker {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:9999;
}


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

    .js .nav-collapse {
        position: relative;
    }

    .js .nav-collapse.closed {
        max-height: none;
    }

    .nav-toggle {
        display: none;
    }

}

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

    .nav-collapse.closed {
        overflow:hidden;
    }

}
    
/* IMAGE ANIMATION */

.img-with-animation {
    opacity: 0;
    position: relative;
}

.img-with-animation[data-animation='grow-in'] {
    opacity: 0;
    transform: scale(0.4);
    transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);}

.img-with-animation[data-animation='fade-in-from-left'] {
    left: -40px;
}

.img-with-animation[data-animation='fade-in-from-right'] {
    right: -40px;
}

.img-with-animation[data-animation='fade-in-from-bottom'] {
    bottom: -100px;
}

.element-invisible {
    display:none !important;
}

.input-prepend .add-on,
.input-prepend .btn,
a.jmodedit {
    box-sizing: content-box;
}

.nav-tabs.nav-stacked {
    margin:0;
}

a.modal.btn, a.btn.hasTooltip, a.btn.modal-button {
    font-size:13px;
}

/* front-end edit */

.edit.item-page button span {
    margin:0 5px;
}

#jform_publish_up_img, #jform_publish_down_img {
    padding:7px 12px 6px;
}

#modules-form legend {
    border:0;
    padding:0;
    margin-bottom:15px;
    font-size:18px;
}

#jformposition_chzn ul.chzn-results li:nth-child(1),
#jformposition_chzn ul.chzn-results li:nth-child(2),
#jformposition_chzn ul.chzn-results li:nth-child(3) {
    display:none;
} 

/* glyph icons */

@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}
[class^='icon-'],
[class*=' icon-'] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
}
[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}
.icon-home:before {
    content: '\21';
}
.icon-user:before {
    content: '\22';
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
    content: '\23';
}
.icon-comment:before,
.icon-comments:before {
    content: '\24';
}
.icon-comments-2:before {
    content: '\25';
}
.icon-share-alt:before,
.icon-out:before {
    content: '\26';
}
.icon-share:before,
.icon-redo:before {
    content: '\27';
}
.icon-undo:before {
    content: '\28';
}
.icon-file-add:before {
    content: '\29';
}
.icon-new:before,
.icon-plus:before {
    content: '\2a';
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
    content: '\2b';
}
.icon-pencil-2:before {
    content: '\2c';
}
.icon-folder-open:before,
.icon-folder:before {
    content: 'd';
}
.icon-folder-close:before,
.icon-folder-2:before {
    content: 'e';
}
.icon-picture:before {
    content: '\2f';
}
.icon-pictures:before {
    content: '\30';
}
.icon-list:before,
.icon-list-view:before {
    content: '\31';
}
.icon-power-cord:before {
    content: '\32';
}
.icon-cube:before {
    content: '\33';
}
.icon-puzzle:before {
    content: '\34';
}
.icon-flag:before {
    content: '\35';
}
.icon-tools:before {
    content: '\36';
}
.icon-cogs:before {
    content: '\37';
}
.icon-options:before,
.icon-cog:before {
    content: '\38';
}
.icon-equalizer:before {
    content: '\39';
}
.icon-wrench:before {
    content: '\3a';
}
.icon-brush:before {
    content: '\3b';
}
.icon-eye-open:before,
.icon-eye:before {
    content: '\3c';
}
.icon-checkbox-unchecked:before {
    content: '\3d';
}
.icon-checkin:before,
.icon-checkbox:before {
    content: '\3e';
}
.icon-checkbox-partial:before {
    content: '\3f';
}
.icon-asterisk:before,
.icon-star-empty:before {
    content: '\40';
}
.icon-star-2:before {
    content: '\41';
}
.icon-featured:before,
.icon-star:before {
    content: '\42';
}
.icon-calendar:before {
    content: '\43';
}
.icon-calendar-2:before {
    content: '\44';
}
.icon-question-sign:before,
.icon-help:before {
    content: '\45';
}
.icon-support:before {
    content: '\46';
}
.icon-pending:before,
.icon-warning:before {
    content: '\48';
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
    content: '\47';
}
.icon-unpublish:before,
.icon-cancel:before {
    content: '\4a';
}
.icon-eye-close:before,
.icon-minus:before {
    content: '\4b';
}
.icon-purge:before,
.icon-trash:before {
    content: '\4c';
}
.icon-envelope:before,
.icon-mail:before {
    content: '\4d';
}
.icon-mail-2:before {
    content: '\4e';
}
.icon-unarchive:before,
.icon-drawer:before {
    content: '\4f';
}
.icon-archive:before,
.icon-drawer-2:before {
    content: '\50';
}
.icon-box-add:before {
    content: '\51';
}
.icon-box-remove:before {
    content: '\52';
}
.icon-search:before {
    content: '\53';
}
.icon-filter:before {
    content: '\54';
}
.icon-camera:before {
    content: '\55';
}
.icon-play:before {
    content: '\56';
}
.icon-music:before {
    content: '\57';
}
.icon-grid-view:before {
    content: '\58';
}
.icon-grid-view-2:before {
    content: '\59';
}
.icon-menu:before {
    content: '\5a';
}
.icon-thumbs-up:before {
    content: '\5b';
}
.icon-thumbs-down:before {
    content: '\5c';
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
    content: '\49';
}
.icon-save-new:before,
.icon-plus-2:before {
    content: '\5d';
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
    content: '\5e';
}
.icon-key:before {
    content: '\5f';
}
.icon-quote:before {
    content: '\60';
}
.icon-quote-2:before {
    content: '\61';
}
.icon-database:before {
    content: '\62';
}
.icon-location:before {
    content: '\63';
}
.icon-zoom-in:before {
    content: '\64';
}
.icon-zoom-out:before {
    content: '\65';
}
.icon-expand:before {
    content: '\66';
}
.icon-contract:before {
    content: '\67';
}
.icon-expand-2:before {
    content: '\68';
}
.icon-contract-2:before {
    content: '\69';
}
.icon-health:before {
    content: '\6a';
}
.icon-wand:before {
    content: '\6b';
}
.icon-unblock:before,
.icon-refresh:before {
    content: '\6c';
}
.icon-vcard:before {
    content: '\6d';
}
.icon-clock:before {
    content: '\6e';
}
.icon-compass:before {
    content: '\6f';
}
.icon-address:before {
    content: '\70';
}
.icon-feed:before {
    content: '\71';
}
.icon-flag-2:before {
    content: '\72';
}
.icon-pin:before {
    content: '\73';
}
.icon-lamp:before {
    content: '\74';
}
.icon-chart:before {
    content: '\75';
}
.icon-bars:before {
    content: '\76';
}
.icon-pie:before {
    content: '\77';
}
.icon-dashboard:before {
    content: '\78';
}
.icon-lightning:before {
    content: '\79';
}
.icon-move:before {
    content: '\7a';
}
.icon-next:before {
    content: '\7b';
}
.icon-previous:before {
    content: '\7c';
}
.icon-first:before {
    content: '\7d';
}
.icon-last:before {
    content: '\e000';
}
.icon-loop:before {
    content: '\e001';
}
.icon-shuffle:before {
    content: '\e002';
}
.icon-arrow-first:before {
    content: '\e003';
}
.icon-arrow-last:before {
    content: '\e004';
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
    content: '\e005';
}
.icon-chevron-right:before,
.icon-arrow-right:before {
    content: '\e006';
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
    content: '\e007';
}
.icon-chevron-left:before,
.icon-arrow-left:before {
    content: '\e008';
}
.icon-arrow-up-2:before {
    content: '\e009';
}
.icon-arrow-right-2:before {
    content: '\e00a';
}
.icon-download:before,
.icon-arrow-down-2:before {
    content: '\e00b';
}
.icon-arrow-left-2:before {
    content: '\e00c';
}
.icon-play-2:before {
    content: '\e00d';
}
.icon-menu-2:before {
    content: '\e00e';
}
.icon-arrow-up-3:before {
    content: '\e00f';
}
.icon-arrow-right-3:before {
    content: '\e010';
}
.icon-arrow-down-3:before {
    content: '\e011';
}
.icon-arrow-left-3:before {
    content: '\e012';
}
.icon-print:before,
.icon-printer:before {
    content: '\e013';
}
.icon-color-palette:before {
    content: '\e014';
}
.icon-camera-2:before {
    content: '\e015';
}
.icon-file:before {
    content: '\e016';
}
.icon-file-remove:before {
    content: '\e017';
}
.icon-save-copy:before,
.icon-copy:before {
    content: '\e018';
}
.icon-cart:before {
    content: '\e019';
}
.icon-basket:before {
    content: '\e01a';
}
.icon-broadcast:before {
    content: '\e01b';
}
.icon-screen:before {
    content: '\e01c';
}
.icon-tablet:before {
    content: '\e01d';
}
.icon-mobile:before {
    content: '\e01e';
}
.icon-users:before {
    content: '\e01f';
}
.icon-briefcase:before {
    content: '\e020';
}
.icon-download:before {
    content: '\e021';
}
.icon-upload:before {
    content: '\e022';
}
.icon-bookmark:before {
    content: '\e023';
}
.icon-out-2:before {
    content: '\e024';
}

/* article info */

dl.article-info {
    display:inline-block;
    width:80%;
    margin:0 0 10px;
    padding:4px 3px 3px;
    font-size:12px;
}

dl.article-info dt.article-info-term {
    display:none;
}

dl.article-info dd {
    display:inline-block;
    padding:0 5px;
    margin:0;
    border-right:1px solid #ccc;
}

dl.article-info dd:first-of-type {
    padding:0 5px 0 0;
}

dl.article-info dd:last-child {
    border:0;
}

/* print/email drop-down */

.items-leading .icons,
.items-row .icons {
    float:right;
    width:15%;
}

.dropdown-menu li a span {
    padding:0 10px;
    background-image:none !important;
}

.dropdown-menu li a span:before {
    margin-left:-10px;
}

/* pagination */

.pagination ul {
    margin:0;
}

.pagination p.counter {
    margin:0;
}

/* pager */

.pager li a {
    border-radius:0;
}

/* tags */

ul.tags.inline {
    margin:0;
    padding:15px 0;
    list-style:none;
}

ul.tags.inline li {
    display:inline-block;
    border:1px solid #ccc;
    padding:0;
    border-radius:4px;
    line-height:11px;
}

ul.tags.inline li:hover {
    background:#f5f5f5;
}

ul.tags.inline li a.label {
    background:none;
    text-shadow:none;
    color:inherit;
    padding:5px;
    font-size:11px;
    line-height:11px;
}

.items-leading ul.tags.inline,
.items-row ul.tags.inline {
    padding:0;
}

/* rating */

.content_rating {
    display:inline-block;
    width: 50%;
    margin:0 0 10px;
}

.content_vote {
    display:inline-block;
    width: 50%;
    margin:0 0 10px;
    text-align:right;
}

.content_vote select {
    width:80px;
    font-size:10.5px;
    height:23px;
}

/* blog */

.items-more ol.nav {
    margin:0;
}

.items-more ol.nav li a {
    border:0;
    padding:5px 0;
}

.items-more ol.nav li a:hover,
.items-more ol.nav li a:focus {
    background:none;
}

/* category */

ul.category {
    margin:0;
    padding:0;
    list-style:none;
}

ul.category li {
    padding:10px 0;
}

ul.category li .list-title {
    font-size:18px;
}

/* contact form */

.contact-form legend {
    border: 0;
    font-size:18px;
}

.contact-form .well {
    box-shadow:none;
    background:transparent;
    border:0;
}

.contact-form textarea {
    width:auto;
}

.contact .jicons-icons img {
    display:none;
}

dl.contact-address dt .jicons-icons::before,
.contact-miscinfo dl dt .jicons-icons::before {
    content:'\f041';
    display: block;
    float: right;
    width:20px;
    height:20px;
    font-family:FontAwesome;
    font-size:1.2em;
    text-align:center;
}

dl.contact-address dt:nth-of-type(2) .jicons-icons::before {
    content:'\f095';
}

dl.contact-address dt:nth-of-type(3) .jicons-icons::before {
    content:'\f10b';
}

.contact-miscinfo dl dt .jicons-icons::before {
    content:'\f05a';
}

@media (max-width: 767px) {

    .contact-form legend {
        padding:0;
    }

    .contact-form .form-horizontal .control-label {
        float: none;
        width: 100%;
        text-align:inherit;
    }

    .contact-form .form-horizontal .controls {
        margin: 0;
    }

    .contact-form .form-horizontal .controls input,
    .contact-form .form-horizontal .controls textarea {
        width: 98%;
        padding: 1%;
    }

}

/* search form */

.search legend {
    border:0;
    padding:15px 0 0 0;
}

.search-results .result-title {
    margin-top:15px;
    font-size:18px;
}

/* search module */

input.search-query {
    border-radius:0;
}

/* user */

.registration legend,
.profile-edit legend {
    border:0;
    font-size:18px;
}


/* Custom user code */

html {
    position: relative;
    min-height: 100%;
}

body {
	height: 100%;
}

h1 {
	line-height: 1.1;
}

blockquote {
	font-size: 1.5em;
}

button, button.btn, a.btn, button.btn-primary, p.readmore a, a.readmore, input.button, input.j2store-cart-button, .btn-primary, .btn-warning {
	background: #538492;
	border: 1px solid #538492;
	color: #fff;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	padding: 4px 20px;
	transition: all 0.3s;
}

button:hover, button.btn:hover, button.btn-primary:hover, button:active, button.btn:active, button.btn-primary:active, button:focus, button.btn:focus, button.btn-primary:focus, p.readmore a:hover, p.readmore a:focus, a.readmore:hover, a.readmore:focus, .btn:hover, input.button:hover, input.j2store-cart-button:hover, input.j2store-cart-button:focus, .btn-primary:hover, .btn-warning:hover {
	background: #eee;
	color: #333;
	transition: all 0.3s;
}

.btn:hover, .btn:focus {
	background-position: 0 0;
}

.btn-primary {
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
}

.sparky_home dl.article-info {
	padding-left: 15px;
	padding-right: 15px;
}

.big_text {
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0;
}

.big_text:first-child {
	margin: 0 0 30px;
}

ul.checklist li:before {
    color: #58b75d;
}

.warning:before, .info:before, .error:before {
    margin: -7px 30px 0 0;
}

.item-page-thin {
	max-width: 800px;
	margin: 0 auto;
}

/* toprow */

.toprow {
	background: #000;
}

.toprow .sparky_cell {
    padding: 10px 15px;
    line-height: 1;
}

.toprow .mp_top1 {
    padding: 7px 0 0 35px;
}

.toprow .mp_top3 {
    padding-bottom: 0;
    padding-right: 35px;
}

.toprow input {
	background: transparent;
	border:1px solid #000;
	padding: 2px 5px;
	font-size: 14px;
}

.toprow input:focus {
	color: #fff;
	border:1px solid #666;
}

.toprow button {
	background: transparent !important;
	border: 0 !important;
    color: #666;
    padding: 5px;
}

.toprow button:hover {
	background: transparent;
	color: #fff;
}

.toprow .j2store-minicart-button a {
	color: #666;
	font-size: 20px;
}

.toprow .cart-item-count {
	background: #666;
	position: relative;
    top: -3px;
    line-height: 1.9;
}

.mp_top2 {
	text-align: right;
}

.mp_top2 a {
	font-size: 18px;
	color: #666;
	padding: 0 5px;
}

.mp_top2 a:hover {
	color: #fff;
}

.mp_top3 {
	text-align: right;
}

/* logorow */

.sparky_home .logorow {
	position: absolute;
	width: 100%;
  border-bottom:1px solid rgb(200,200,200);
}

/**.sparky_inner .logorow {
	background: #77a9b6;
	//background-image: url(../images/logorow_bg.png);
	background-image: url(../../../images/styles/mountains.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 50px;
}**/

.mp_logo {
	padding-top: 20px;
    text-align:center;
}

.sparky_logo {
	letter-spacing: 2px;
	background: url(../images/logo.png) no-repeat;
	background-size: 60px 60px;
	background-position: top center;
	padding-top: 60px;
	line-height: 1.4;
}

ul.mnu_mainmenuright {
	text-align: right;
}

ul.mnu_mainmenuleft,
ul.mnu_mainmenuright {
	padding-top: 35px;
}

.sparky_home .logorow.fix_menu {
	position: fixed;
}

.fix_menu {
	background: #538492 !important;
}

.fix_menu .sparky_cell {
    padding: 5px 15px;
}

.fix_menu .sparky_logo {
	background: none;
	padding-top: 5px;
}

.fix_menu ul.mnu_mainmenuleft, .fix_menu ul.mnu_mainmenuright {
	padding-top: 0;
}

/* carouselrow */

.carouselrow .sparky_cell {
	padding: 0;
}

.hot_swipe_carousel_slides .contents h2 {
	line-height: 1.2;
}


/* userrow */

.userrow {
	text-align: center;
	min-height: 400px;
	font-size: 17px;
}

.userrow .moduletable {
	//max-width: 600px;
    margin: 0 auto;
    //padding-top: 120px;
    //color: #fff;
}

.userrow h3 {
	text-align: center;
	padding: 15px 0 30px;
}

.mp_user1 .sparky_container {
	width: 100%;
}

.mp_user1 i {
	font-size: 24px;
	color: #538492;
	margin-top: 40px;
}


/* user2row */

.user2row {
	text-align: center;
}

.user2row .sparky_cell {
	padding-top: 10px;
	//padding-bottom: 120px;
}

.user2row h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 15px 0 30px;
}

.user2row p:nth-of-type(1)::first-letter {
	font-size: 2em;
	line-height: 1;
}


/* advertrow */

.advertrow {
	padding: 0px 0;
	text-align: center;
}

.mp_advert1 {
	text-align: left;
}

.advertrow .moduletable {
	margin-bottom: 50px;
}

.advertrow .moduletable:last-child {
	margin-bottom: 0;
}

.advertrow h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-family: Oswald, sans-serif;
	margin-top: 15px;
}

.mp_advert2, .mp_advert3, .mp_advert4, .mp_advert5 {
	padding-top: 80px;
	padding-bottom: 0;
}

.mp_advert2 .moduletable, .mp_advert3 .moduletable, .mp_advert4 .moduletable, .mp_advert5 .moduletable {
	padding-bottom: 10px;
	background: rgba(255,255,255,.5);
}

.mp_advert2 img, .mp_advert3 img, .mp_advert4 img, .mp_advert5 img {
	max-height: 60px;
	margin-top: 10px;
}


/* contentrow */

.item-page .sparky_container {
	margin: 0 -15px;
}

.sparky_container > .sparky_cell {
    float: left;
}

.abovecontent .custom {
	text-align: center;
}

.sparky_home .abovecontent {
	max-width: 750px;
	margin: 0 auto;
}

/*
.contentrow h1 span {
	font-weight: 400;
	color: #999;
	text-align: left;
}*/

.contentrow h2.row_heading {
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 0 30px;
    font-size: 40px;
    line-height: 1.4;
}

.contentrow h3.row_subheading {
	font-size: 48px;
	max-width: 750px;
}

.sparky_home .contentrow .item {
	padding: 0 15px;
}

.sparky_home .contentrow .item-image {
	float: none;
}

.sparky_home .contentrow h2.item-title {
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Oswald, sans-serif;
    margin-top: 15px;
}

.sparky_home .contentrow h2.item-title a {
	font-size: 20px;
    font-family: Oswald, sans-serif;
}

.sparky_home .contentrow .items-row p {
	padding-left: 15px;
	padding-right: 15px;
}

.contentrow li {
	line-height: 2;
}


/* hikingrow */

.hikingrow .sparky_cell {
	padding: 40px;
}

.hikingrow h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 0 30px;
    font-size: 40px;
    line-height: 1.4;
}


/* counterrow */

.counter_text {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 !important;
}

.counter_number {
	font-family: Montserrat,sans-serif;
	margin: 0 !important;
	line-height: 1.2;
}

/* bottomrow */

.bottomrow {
	padding: 50px 0 0;
	color: #fff;
	padding-top: 240px;
	padding-bottom: 100px;
}

.bottomrow h3 {
	color: #fff;
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 0 30px;
}

.bottomrow h4 {
	color: #fff;
    text-transform: uppercase;
}

.bottomrow a {
	color: #fff;
}

.bottomrow .contact_section {
	line-height: 1.4;
    width: 33.33%;
    float: left;
}

.bottomrow .contact_section p {
	padding: 5px 0 0 0;
}

.bottomrow img {
	float: left;
	margin-right: 10px;
    max-width: 40px;
}

.mp_bottom2 {
	text-align: right;
	margin-top: 30px;
	line-height: 1.4;
}

.mp_bottom2 h4 {
	text-align: right;
	padding-top: 55px;
	padding-bottom: 20px;
}

.mp_bottom2 i {
	font-size: 32px;
	margin: 0 7px;
}

/* copyrightrow */

.copyrightrow {
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    color: #fff;
}

.copyrightrow a {
	color: #fff;
}

/* portfolio page */

.portfolio .contentrow p {
	text-transform: uppercase;
	font-size: 20px;
	font-family: Oswald,sans-serif;
}

.portfolio_type {
	display: block;
	font-size: 16px;
	text-transform: none;
	color: #666;
	font-weight: 400;
}

/* team page */

.contentrow .team {
	text-align:center;
}

.contentrow .team p {
	text-transform: uppercase;
	font-size: 20px;
	font-family: Oswald,sans-serif;
}

.team img {
	border-radius: 50%;
	filter:grayscale(70%);
	transition: all 0.5s;
}

.team img:hover {
	filter:grayscale(0%);
	transition: all 0.5s;
}

.team_position {
	display: block;
	font-size: 14px;
	text-transform: none;
	color: #666;
	font-weight: 400;
}

/* contact page */

.dl-horizontal dt, .dl-horizontal dd {
	margin-bottom: 10px;
}

/* 404 page */

.page404 h1, .page404 h1 span {
	color: #ccc;
	font-size: 300px;
	line-height: 1;
	font-family: Oswald,sans-serif;
	font-weight: 700;
}

.page404 h2 {
	line-height: 1;
}

.page404 .inputbox {
	padding: 11px;
    border: 0;
    background: #eee;
    margin-bottom: 0;
}

/* coming soon page */

.soon {
	font-size: 18px;
}

.soon h1 {
	text-align: left;
}

#mc_embed_signup {
	clear:left;
	width:100%;
}

.soon .email {
	padding: 9px;
    border: 0;
    background: #eee;
    float: left;
}

.soon .button {
	float: left;
	margin-left: 10px;
	padding: 8px 20px;
}

.soon .terms {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}

/* faq page */

.accordion.faq {
	margin: 50px 0 30px;
}

.accordion.faq .accordion-heading {
	font-size: 18px;
    padding: 0 15px;
}

.accordion.faq .accordion-heading a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
    line-height: 1.5;
}

.accordion.faq .accordion-heading::before {
	content: "\f059";
	font-family: FontAwesome;
	display: block;
    float: left;
    line-height: 40px;
    margin: 0 15px;
    color: #999;
}

.accordion-group:hover .accordion-heading::before {
	color: #333;
}

.accordion.faq .accordion-inner {
	padding: 30px 30px 30px 90px;
}

/* pricing page */

.sparky_container.pricing {
	text-align: center;
}

.sparky_container.pricing .plan {
	border: 1px solid #ccc;
	padding: 50px 0 30px;
	border-radius: 5px;
	margin: 0 15px;
}

.plan_name {
	text-transform: uppercase;
	font-weight: 700;
}

.plan_price {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 0;
	color: #333;
}

.sparky_container.pricing ul {
	margin: 50px 0 50px;
	padding: 0;
	list-style: none;
	min-height: 200px;
}

.sparky_container.pricing li::before {
	content:"\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin: 0 10px;
	color: #58b75d;
}

.sparky_container.pricing .plan.recommended {
	background: #77a9b6;
	border: 1px solid #77a9b6;
}

.sparky_container.pricing .plan.recommended,
.sparky_container.pricing .plan.recommended .plan_name,
.sparky_container.pricing .plan.recommended .plan_price,
.sparky_container.pricing .plan.recommended li::before {
	color: #fff;
}


/* blog pages */

.blog .items-row, .blog .item-page {
    padding: 30px 0;
}

.blog .items-row .item {
	padding: 30px 30px 15px 30px;
	border: 1px solid #e8e8e8;
}

.blog .items-row .item-image {
	margin: -30px;
	padding-bottom: 45px;
}

.blog h1 {
	text-align: inherit;
}

.blog .items-row h2,
.blog .items-row h2 a {
	font-size: 18px;
	padding-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.blog .items-row .item-image ~ ul.tags,
.blog .item-page .item-image ~ ul.tags {
	position: absolute;
    margin-top: -70px;
}

.blog .items-row ul.tags li,
.blog .item-page ul.tags li,
.tagspopular ul li {
	display: inline-block;
	border:0;
	border-radius: 0;
	background: #333;
	color: #fff;
	padding: 5px 15px;
	text-transform: uppercase;
}

.blog .item-page .item-image ~ ul.tags li {
	margin: 0 30px;
}

.tagspopular ul li {
	background: #f6f6f6;
}

.tagspopular ul li a {
	font-size: 11px;
}

.mp_right {
	padding-left: 30px;
}

.mp_right h3 {
	font-family: Oswald,sans-serif;
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    padding-top: 30px;
    border-bottom:5px dotted #538492;
}

.mp_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mp_right li {
	margin: 0;
	padding: 0 0 15px;
}

.mp_right li a {
	color: #000;
	font-weight: 700;
}

.mp_right li strong {
	font-weight: 400;
}

.mod-articles-category-title {
	display: block;
}

.mod-articles-category-writtenby,
.mod-articles-category-date {
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.mp_right .search {
	margin: 30px 0;
}

.mp_right input[type="search"] {
	padding: 10px;
	margin-bottom: 0;
}

/* tags pages */

.tag-category .inputbox {
	padding: 9px;
    border: 0;
    background: #eee;
    margin: 0 15px 0 0;
}

.tag-category button {
	margin: 0 15px 0 0;
}

/* search page */

.search #searchForm .inputbox {
	padding: 9px;
    border: 0;
    background: #eee;
}

.search-results .result-title {
	font-size: 32px;
    line-height: 1.4;
}

.search-results dd {
	margin-left: 35px;
	margin-right: 35px;
}

.search-results .result-category {
	text-transform: uppercase;
    font-weight: 700;
}


/* products pages */

.products h1 {
	text-align: inherit;
}

.j2store-product {
	min-height: 80px;
}

.items-row img.product_image {
	margin: 15px 0 30px;
}

input.j2store-cart-button {
	padding: 8px 20px;
    text-shadow: none;
    font-size: 16px;
}

.product-qty input[type="text"], .product-qty input[type="number"] {
	padding: 9px !important;
    border-radius: 0;
}

.product-price-container {
    float: left;
}

.product-price-container .sale-price {
	line-height: 32px;
}

form.j2store-addtocart-form {
    float: right;
    margin-top: 0;
}

.item-page .j2store-product-images {
    float: left;
    margin-bottom: 30px;
}

.item-page .j2store-product {
    display: block;
    margin-top: 30px;
}

.payment_icons i {
	font-size: 40px;
	color: #999;
}

.cart-action-complete {
	position: absolute;
    margin-top: 45px;
}

input.j2store-cart-button:focus {
	color: #000;
}

a.j2store-remove, a.j2store-remove:hover {
	padding: 0 !important;
	background: transparent;
	border:0;
}

a.j2store-remove:hover {
	color: #000;
}

.cart-product-name {
	font-weight: 600;
}

.mp_user2{
	width: 100%;
	padding-top: 0px!important;
}

/* responsive */

.nav-toggle {
	margin: -90px auto;
	float: none;
	//display: block;
  margin-top:-130px;
}

.nav-toggle.active {
	top: 0px;
}

.nav-collapse.opened > ul {
	padding-top: 0;
}

.nav-collapse.opened li a {
	height: auto;
}

.nav-collapse.opened > ul ul li {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1921px) {

	.user2row {
		//min-height: 50vh;
	}

}

@media (min-width:1520px) {

	.userrow {
		min-height: 400px;
	}

}

@media (min-width:1000px) {
	.grid_list .list_item .caption a{
			//font-size: 12px!important;
		}
}

@media all and (not handheld) and (max-width:991px) {
  .sparky_menu {left:46%;}
}

@media (max-width:991px) {
 
	.monther{
		display:none;
	}

	#call{
		left:12%!important;
		width: 250px!important;
		top:20%!important;
	}
	
	.sparky_menu {
	 left: 140px;
     // left:46%;
	}
	
	.grid_list .list_item .caption a{
		//font-size: 7px!important;
	}
	
	
	h1, h1 a {
		//font-size: 60px;
      font-size:20px;
	}

	.mp_top1 {
		width: 100%;
	}

	.toprow .mp_top1 {
	    padding: 5px 15px 0 15px;
	}

	.mp_top2 {
		width: 50% !important;
		text-align: left;
	}

	.mp_top3 {
		width: 50% !important;
	}

	.mp_mainmenuleft .sparky_menu {
		display: none;
	}

	.mp_mainmenuleft {
		width: 0;
		padding: 0;
	}

	.mp_mainmenuright {
		width: 100%;
		padding-top: 0;
		text-align: center;
	}

	.mp_logo {
		width: 100%;
		padding-bottom: 0;
	}

	.mp_user2 {
		//width: 70%;
	}

	.mp_advert1 {
		width: 0;
		padding: 0;
	}

	.mp_advert2, .mp_advert3, .mp_advert4, .mp_advert5 {
		width: 25%;
	}

	.mp_user4 {
		width: 60%;
	}

	.mp_bottom1, .mp_bottom2 {
		width: 100%;
		margin-top: 0;
	}

	.mp_bottom2, .mp_bottom2 h4 {
		text-align: inherit;
	}

	.bottomrow img {
		float: none;
	}

	.hot_swipe_carousel_slides .contents h2 {
		font-size: 40px !important;
		margin-bottom: 0;
	}

	.soon .button {
	    margin-left: 0;
	}

	.page404 h1 {
	    font-size: 150px;
	}

	.sparky_container.pricing .plan {
		margin: 0;
	}

	.products .items-row .span6 {
	    width: 100%;
	    margin-left: 0;
	}

	.products .items-row .span6:first-child {
	    margin-bottom: 60px;
	}

	.item-page .j2store-product-images {
		width: 100%;
		float: none;
	}

	.mp_right input[type="search"] {
		margin-bottom: 15px;
	}
  
    .logorow nav:not(.opened) ul.menu {
		display: none;
	}

}

@media (max-width:768px) {

	.grid_list .list_item .caption{
		width:auto!important;
		min-width: 300px;
	}

	.counter_field {
	    width: 50% !important;
	    float: left !important;
	}

	.hikingrow {
	    background-image: url(../images/hiking.jpg);
	    background-position: center center;
	    background-repeat: no-repeat;
		background-attachment: scroll; 
	    background-size: cover;
	}

	.hot_swipe_carousel_slides .contents {
		top: 20% !important;
		width: 80% !important;
	}

}

@media (max-width:767px) {

	.grid_list .list_item .caption a{
		//font-size: 7px!important;
	}
	
	.advertrow {
		background-image: none;
		padding-bottom: 0;
	}

	.mp_advert2, .mp_advert3, .mp_advert4, .mp_advert5 {
	    padding-top: 0;
	    padding-bottom: 15px;
	}

	.item-page .sparky_container {
	     margin: 0; 
	}

	.carouselrow .gallery-cell p {
	    margin: 0 0 15px;
	}

	.items-row.row-fluid .span2,
	.items-row.row-fluid .span3,
	.items-row.row-fluid .span4,
	.items-row.row-fluid .span6 {
	    width: 100%;
	    margin: 0 0 30px;
	}

	.mp_right {
	     padding-left: 15px; 
	}

	.mp_right input[type="search"] {
		margin-bottom: 0;
	}

	.mp_bottom1 {
	    padding-right: 15px;
	}

	.sparky_container.portfolio {
		text-align: center;
	}

	.items-row img.product_image {
		width: 100%;
	}

}

@media (max-width:600px) {

	.mp_bottom2 {
		line-height: 2;
	}

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 32px !important;
	}

	.hot_swipe_carousel_slides .contents {
		line-height: 1.2;
	}

	.item-page .sparky_container {
		margin: 0;
	}

	.carouselrow h2 {
	    padding-top: 0;
	}

	.dl-horizontal dt {
	    width: auto;
	}

	.dl-horizontal dd {
	    margin-left: 30px;
	}
	.poxod{
		width: 150px!important;
		font-size: 10px;
	}
	.poxodtext{
		min-height: 80px!important;
	}
	.poxoddate img{
		width: 18px!important;
	}

	.user2row{
		//display:none!important;
	}
	.imgtooltip{
		height:17px;
		font-size:40%!important; 
		
	}
	
}

@media (max-width:520px) {

	.hot_swipe_carousel_slides .contents {
	    top: 10% !important;
	}

	.hot_swipe_carousel_slides .contents h2 {
	    font-size: 24px !important;
	}

	.flickity-page-dots {
		display: none;
	}

}

/* For DEMO purposes only. Can be safely deleted */

.sparky_settings {
	display:none;
	position: fixed;
	z-index: 9999;
    top: 40%;
    padding: 10px;
    background: #ccc;
    border-radius: 0 32px 32px 0;
    cursor: pointer;
    line-height: 1.4;
}

.sparky_settings:hover {
	background: #000;
}

.settings_content {
	display: none;
	float: left;
	padding-right: 30px;
}

.settings_content span {
	display: inline-block;
	width: 38px;
	height: 38px;
	border:3px solid #666;
	border-radius: 19px;
}

.settings_content span:hover {
	border:3px solid #fff;
}

.settings_content span.style1 {
	background: #77a9b6;
}

.settings_content span.style2 {
	background: #b78d75;
}

.settings_content span.style3 {
	background: #75b795;
}

.settings_cog {
	float: left;
}

.sparky_settings i {
	font-size: 40px;
	color: #fff;
}

.sparky_settings:hover i {
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin {
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}

.item-page p, ol, li {font-size:17px;}

.item-page h2 {font-size:28px;}

.item-page h3 {font-size:24px;}

.item_img img {width:380px}

.grid_list .list_item .item_img {width:380px; 
//height:250px; 
margin-left: auto; margin-right: auto;}
.grid_list .list_item {margin-top:25px; text-align:center;}
.peshie2019 .list_item {//height:250px;}

.grid_list .list_item .caption a {color:white;float:left;font-size: 16px;padding-top:4px;}
.grid_list .list_item .caption a:hover {color:#e26ff3;}

.grid_list .list_item .caption {position:absolute;z-index: 3; margin-top: -55px; display: block; width: 380px; background: rgba(0,0,0,0.4); text-align:right; padding-left:5px;padding-right:5px;}

.grid_list .list_item .caption span {color: #cee914}

.photo-list p img {width: 600px; max-width:100%;}

.head-img {width: 600px; max-width:100%;}

.tur-img {width: 200px; padding-right:5px; padding-bottom:5px; float:left}
.tur {width:45%; float:left; padding-right:20px; border-top:1px solid rgb(200,200,200); padding-top:20px;}
.tur-detail {text-align:right;}
.tur-detail a {font-size:14px; color:#ff6600; padding-right:20px;}
.tur-description {line-height:1.5}
.tur-name a {color:#e676ff;}


.marshrut-img {width: 200px; padding-left:5px; padding-bottom:5px; float:right}
.marshrut {border-top:1px solid rgb(200,200,200); padding-top:20px;}
.marshrut-name a {color:#e676ff;}
.marshrut-description {line-height:1.5}
.marshrut-detail span {color: #c34304;margin-left: 6px;margin-right: 6px;}

.home-img p {float:left; padding:5px;}

.list_item {float:left; padding:2px;}

.sparky_inner .logorow {//background-color:#289dbc !important; background-color:#fff !important;}

.mnu_mainmenuleft ul, .mnu_mainmenuright ul, .mnu_mainmenuleft li ul li:hover, .mnu_mainmenuright li ul li:hover {//background: rgba(21,81,97,0.8) !important;//background: rgba(90,90,90,0.8) !important; background:rgba(76,80,131,0.8)!important}

ul.navv li ul li a,  ul.navv li ul li ul li a {color:white !important;}

#fancybox-title-wrap {display:none !important;}
#fancybox-img {width: 95% !important; height: 93% !important;}

.mnu_mainmenuleft  li ul ul, .mnu_mainmenuright  li ul ul {left:310px; width:auto;}

.mp_bottom1 {color:black;}
.mp_bottom1 a {color:black;} 
.mp_bottom1 h4, .mp_bottom1 h3 {color:black;}  
.copyright {display:none;}
.mp_bottom2 {display:none;}

//.sparky_row1 .sparky_container {width:100%;}
//.sparky_row1 .sparky_container .sparky_cell {padding:0}

.sparky_row3 {z-index:-100; margin-top:90px;}
.sparky_row2 {z-index:10000}
.codegallery {box-shadow:none !important;}

.sparky_row2 {height:90px; //background:rgba(17, 52, 248, 0.7); background:#fff;}

.imgtooltip {background:rgba(20,21,22,0.5) !important;}

.sparky_row4 .sparky_container  .sparky_cell {padding-top:0px;}
/*
.mnu_mainmenuleft li:hover ul, .mnu_mainmenuright li:hover ul {display:block;}
.mnu_mainmenuleft li ul li ul, .mnu_mainmenuright li ul li ul {display:none;}
.mnu_mainmenuleft li:hover ul li ul, .mnu_mainmenuright li:hover ul li ul {display:none;}
.mnu_mainmenuleft li ul li:hover ul, .mnu_mainmenuright li ul li:hover ul {display:block;}
*/
.sparky_menu {position:relative; z-index:100000;}

.sparky_row1 {position:relative; z-index:10000}

.our-routes .item_img img {width:320px;}
.our-routes .grid_list .list_item .item_img {width:320px;}
.our-routes .grid_list .list_item .caption {width:320px;}
.our-routes .grid_list .list_item .caption a {font-size:12px !important;}
.our-routes .grid_list .list_item .caption .price {font-size:18px !important;}
#avtorcitata {padding-top:0;}
.sparky_row8 {//margin-top:17px; //border-top:1px solid;}

.sparkle5 .sparky_menu {
	width: 50px;
	//left: 140px;
	//top: 8px;
  top:48px;
}

.sparkle5 .nav-toggle.active {//top:-94px !important; //right:-90px; top:-124px !important; right:-124px;}

@media (max-width:991px) {
  .bottomrow .contact_section {float:none; width:auto; text-align:left;}
  .bottomrow img {float:left;}
  .custom_socseti {display:none;}
  .custom_callback {display:none;}
  .custom_callback_content {display:none;}
  .sparky_row1 {height:35px !important; background-color:black;display:block! important;}
}

@media (min-width:991px) {
  .messenger {display:none;}
  .custom_call-us {display:none;}
  .sparky_logo {font-size:0px; height:130px; background-size: 100px 100px !important; position: relative; top: -5px; background-position: center -15px !important;}
  }

.custom_call-us {
  position:absolute;
    z-index: 10000;
    margin-top: -80px;
}

.custom_callback {
      position: absolute;
    z-index: 10001;
    margin-top: -95px;
  margin-left:20%;
  //border-bottom: 1px solid;
height: 80px;
text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family:arial;
  line-height:2.1;
}

@media (max-width:1300px) {
  .custom_callback {font-size:14px;}
}
.custom_socseti {
   position: absolute;
    z-index: 10001;
  right:0;
    margin-top: -65px;
  margin-right:25%;
  //border-bottom: 1px solid;
padding-bottom: 10px;
width: 180px;
text-align: center;
}
#call-back {position:relative; top:-1px; left:5px;}
#call-back img {width:30px; padding-right:5px;}
#socseti img {width:40px; padding-right:5px;}
#call-us img {width:70px;}


#call-back span {font-size:12px; color:rgb(100,100,100)}
#header-phone {margin-left:5px;//line-height: 25px;}

/**Меню для разных разрешений**/
@media (min-width:1300px) and (max-width:1750px) {
  .mnu_mainmenuleft > li > a, .mnu_mainmenuright > li > a, .mnu_mainmenuleft > li > span, .mnu_mainmenuright > li > span {
    font-size: 13px;
padding: 0 8px;
  }
}

@media (max-width:1300px) {
    .mnu_mainmenuleft > li > a, .mnu_mainmenuright > li > a, .mnu_mainmenuleft > li > span, .mnu_mainmenuright > li > span {
    font-size: 10px;
padding: 0 10px;
  }
}
/**Конец меню для разных разрешений**/


.sparky_row1 {height:20px; background-color:black;display:block! important;}
.sparky_row2 {height:130px;}
/**.sparky_container {height:120px;}**/

/**меню табами**/
.mnu_mainmenuleft li, .mnu_mainmenuright li {
height: 36px;
margin-left: 1px;
border-top: 1px solid rgb(200,200,200);
border-left: 1px solid rgb(200,200,200) !important;
border-right: 1px solid rgb(200,200,200);
border-radius: 5px 5px 0px 0px;
  background: rgba(140,165,255,0.5);
}

.mnu_mainmenuleft li:hover, .mnu_mainmenuright li:hover {background:rgba(251,221,1,0.7) !important;}
.mnu_mainmenuleft li:hover a, .mnu_mainmenuright li:hover a {color:#000;}

.mnu_mainmenuleft li ul li, .mnu_mainmenuright li ul li, .mnu_mainmenuleft li ul li ul li, .mnu_mainmenuright li ul li ul li {
height: auto;
border-radius: 0px;
border:none !important;
margin-left: 0px;
  background:none;
}

@media (max-width:991px) {
  .copy_mainmenuleft li {height: auto;
border-radius: 0px;
border:none !important;
margin-left: 0px;}
}
/**конец меню табами**/

/**центровка логотипа**/
@media (min-width:991px) {
.sparky_row2 .sparky_container {
display: table;
}

.sparky_row2 .sparky_container .mp_mainmenuleft {
display: table-cell;
width: 42%;
float: none;
}

.sparky_row2 .sparky_container .mp_mainmenuright {
display: table-cell;
width: 42%;
float: none;
}

.sparky_row2 .sparky_container .mp_logo {
    display: table-cell;
    width: 16%;
    float: none;
}

.sparky_row2 .sparky_container ul.mnu_mainmenuleft {
text-align: right;
}

.sparky_row2 .sparky_container ul.mnu_mainmenuright {
text-align: left;
}

.sparky_row2 .sparky_container .sparky_menu {
width:auto;
}
}

/**конец центровки логотипа**/

#header-phone br {    
  position: relative;
    margin-left: -60px;
}

.sparky_inner .logorow {
  position: absolute;
width: 100%;
border-bottom: 1px solid rgb(200,200,200);
}

a.mess {position:relative; left:7px;}

#call-back a {
  padding-left:5px;
  padding-right:5px;
  padding-top:1px;
  padding-bottom:1px;
 background: linear-gradient(to bottom, #fddd01 10%, #ff8200 56%, #b54d0b 100%);
  //background: linear-gradient(to bottom, #6d77fa 10%, #4753ef 36%, #21266a 100%);
  border-radius:5px;
  opacity:0.9;
  border: 1px solid rgb(200,200,200);
}

#call-back a span {color:white; opacity:1; position:relative; top:-2px;}

@media (max-width:991px) {
  .sparky_row2 {height: 50px !important;} 
  .sparky_logo {font-size:0px;}
  .sparky_row3 {margin-top:50px;}
  .sparky_row2 .mp_logo {height:50px;}
  .sparky_row8 .sparky_cell {padding-top:0px;}
  .codecarousel {height:150px;}
.codeimage {height:150px;}
.codeimage img {height:150px;width: 120% !important;overflow: hidden; max-width:120%}
  	.nav-toggle {display: block;}
  .item-page p, ol, li {font-size: 13px;line-height: 20px;}
  .sparkle12 .ya-share2_inited {padding-bottom:40px;}
}

/**мобильная шапка**/

@media (min-width:991px) {
  .moduletable_socseti-mobile {display:none;}
  .custom_messenger-mobile {display:none;}
  .custom_callback-mobile {display:none;}
  .custom_callus-mobile {display:none;}
}

.custom_socseti-mobile {position:absolute; top:0px; right:2%; z-index:10000;}
.custom_socseti-mobile img {width:28px !important;}
.custom_socseti-mobile #socseti img {margin-left:10px;}
.custom_messenger-mobile {position:absolute; z-index: 10001; right:0; margin-top: -45px; margin-right:9%;}
.custom_messenger-mobile img {width:35px; margin-left:13px;}
.custom_callback-mobile {position:absolute; z-index: 10001; left:-1px; top:2px;}
.custom_callback-mobile #call-back a span {font-size: 10px; letter-spacing: -0.3px;}
.custom_callus-mobile {position:absolute; z-index: 10001; left:0; margin-top: -45px; font-size: 12px; line-height: 10px;}
.custom_callus-mobile p a {color:#000; font-weight: normal;}
.custom_callus-mobile p {position:relative; left:30px;}
#callus-please {width:22px; position:absolute; left:5px; margin-top:-5px;}
#callus-please2 {width:22px; position:absolute; left:5px; top:22px;}


/**шапка для планшетов**/
@media only screen
and (min-device-width: 590px)
and (max-device-width: 1024px) {
  .sparky_menu {left:45%}
  .nav-toggle {position:absolute;}
  .custom_callus-mobile{left:100px;}
  .sparky_menu {left:42.9%;}
}  


.page-header h2 a {font-size:16px;}
.pohod-review img {width:350px; float:left; padding-right:15px; padding-bottom:5px;}
.pohod-review a {color:#ff6600}

.sparky_row8 .grid_list .list_item {//height:250px;}
.sparky_row8 #jc {padding-top:10px;}

@media (min-width:1400px) and (max-width:1600px) {
.tabs ul li label {font-size:24px !important; padding-top:5px;}
}

@media (min-width:1600px) {
.tabs ul li label {font-size:26px !important; padding-top:5px;}
}

@media (min-width:600px) and (max-width:1100px) {
.tabs ul li label img {display:block;}
.tabs ul li {display:block; height:90px !important;}
}

.sparky_row9 .sparkle5 {width:100%;}
.moduletable_last-review li {display:inline-block; vertical-align: top; margin-left: 2%; margin-top:10px;}
.moduletable_last-review ul {width:100%; padding:15px 0px; margin:0; background:rgba(255,255,255,0.6)}
.moduletable_last-review li a {color:#ff6600;}
.moduletable_last-review li p {padding-top:10px; margin:0;}
.moduletable_last-review h3 {font-weight: 400; text-transform: uppercase; letter-spacing: 2px; padding: 15px 0 30px;}
.all-reviews {width:200px; text-align:center; background-color:#ff6600;margin-top:10px;}
.all-reviews a {color:white;}

@media (min-width:1500px) {
  .moduletable_last-review li {width: 17%;}
}

@media (min-width:1200px) and (max-width:1500px) {
  .moduletable_last-review li {width: 30%;}
}

@media (min-width:991px) and (max-width:1200px) {
  .moduletable_last-review li {width: 47%;}
}

@media (max-width:991px) {
  .moduletable_last-review li {width: 90%;}
}

@media (min-width:1500px) {
.sparky_row7 .sparky_container {width:800px;}
}

@media (min-width:991px) and (max-width:1500px) {
  .sparky_row7 .sparky_container {width:600px;}
}

@media (max-width:991px) {
   .sparky_row7 .sparky_container {width:90%;}
}
.sparky_row7 {padding-bottom:15px;}
.sparky_row7 .sparky_cell {padding:0;}
.sparky_row7 .sparky_cell h3 {margin-top:0;}

@media (max-width:991px) {
.sparky_row3 .imgtooltip div {line-height:0;}
}

.moduletable_bread ul {list-style:none;}
.moduletable_bread ul li {display:inline-block;}
.moduletable_bread {position:absolute; margin-top:30px; z-index:10000;}
@media (max-width:991px) {
  .moduletable_bread {margin-top:0px;//width: 100%; text-align: left; line-height:0px;}
  .moduletable_bread ul {margin:0;}
}

.moduletable_bread span.icon-location {display:none;}
.moduletable_bread a, .moduletable_bread span {font-size:14px; color:rgb(120,120,102); font-weight:normal;}

@media (max-width:991px) {
  .sparky_row2 {width:95% !important;}
  .grid_list .list_item .item_img {width:auto;}
}

.alpinism-list img {width:350px;}
a.alpinism-podrobnee {font-weight:normal; font-size:14px; color:rgb(25, 110, 246); text-decoration:none !important;}
.alpinism-list a {text-decoration:underline;}
.item_opisanie p {text-align:left;}

#alexandr-otzyv img.gorizontal {width:100% !important; text-align:center;}
#alexandr-otzyv img.vertical {width:400px !important;}
#alexandr-otzyv p {clear:both;}
#alexandr-otzyv div {text-align:center;}
#alexandr-otzyv .uk-slidenav-position {//width:700px; //margin:auto;}
#alexandr-otzyv .uk-slideset-nav {//display:none;}
#alexandr-otzyv .uk-panel h3 {display:none;}
#alexandr-otzyv .uk-slidenav {display:block !important;}
#detskiy-pohod h3.uk-panel-title {display:none;}
.uk-slidenav-position {height:400px !important;}
