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, 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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;}

html, body {/*background: transparent url('../../files/bg.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;*/ overflow-x: hidden; font-family: 'Open Sans', Arial, Sans-serif; font-size: 16px; line-height: 30px; font-weight: 400; color: #333;} 

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

body {
    background: #d5dcef;
}

img {border: 0; max-width:100%; height:auto !important; vertical-align: middle !important;}

@font-face {
    font-family: 'runareg';
    src: url('/template/files/runareg-webfont.eot');
    src: url('/template/files/runareg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/template/files/runareg-webfont.woff') format('woff'),
         url('/template/files/runareg-webfont.ttf') format('truetype'),
         url('/template/files/runareg-webfont.svg#runareg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'runabol';
    src: url('/template/files/runabol-webfont.eot');
    src: url('/template/files/runabol-webfont.eot?#iefix') format('embedded-opentype'),
         url('/template/files/runabol-webfont.woff') format('woff'),
         url('/template/files/runabol-webfont.ttf') format('truetype'),
         url('/template/files/runabol-webfont.svg#runabol') format('svg');
    font-weight: normal;
    font-style: normal;
}
/***************** paragraphs *******************/

h1 {font-family: 'runabol', Cursive; margin: 0; padding: 0; color: #2a4f86; font-weight: 400; font-size: 50px; line-height: 60px;}
h2 {font-family: 'runabol', Cursive; margin: 0; padding: 0; color: #2a4f86; font-weight: 400; font-size: 40px; line-height: 50px;}
h3 {font-family: 'Open Sans', Arial, Sans-serif; margin: 0; padding: 0; color: #2a4f86; font-weight: 400; font-size: 20px; line-height: 30px;}
h4 {font-family: 'Open Sans', Arial, Sans-serif; margin: 0; padding: 0; color: #333; font-weight: 700; font-size: 16px; line-height: 30px;}

h5 a {font-size: 16px; line-height: 30px; padding: 10px 60px; background: rgba(42,79,134,.8); font-weight: 700; border-radius: 25px; display: inline-block; color: #fff; margin: 20px 0 0 0; text-decoration: none;}
h5 a:before {content: "\f055" " "; font-family: FontAwesome;}
h5 a:hover {background: rgba(42,79,134,1); color: #fff;}

em {font-style: italic;}
strong {font-weight: 700;}
span {color: #2a4f86;}

p {padding: 15px 0 0 0;}

a.top-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 11px;
    color: #fff;
    background: #01addb;
    background: rgba(1,173,219,.25);
    z-index: 999;
    display: none;
}

a.top-button.hasScrolled {
    display: block;
}

a {text-decoration: none; color: #2a4f86; moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
a:hover {color: #333;}

blockquote {font-style: normal; color: #2a4f86; background: #f2f2f2; padding: 0 20px 20px 20px; margin: 20px 0 0 0;}

::-moz-selection {color: #fff; background: #2a4f86;}
::selection {color: #fff; background: #2a4f86;}

/***************** line *******************/
hr {width: 100%; height: 1px; margin: 30px 0 10px 0; background-color: #e6e6e6; color: #e6e6e6; border: 0;}

/***************** Wrapper *********************/
.page-wrapper {width: 1400px; margin: 0 auto; padding: 0;}

section {padding: 80px 0 130px 0; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/***************** Grid *********************/
.left {position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.right {position: relative; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.center {position: relative; float: none; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.w100 {width: 100%;}
.w90 {width: 90%;}
.w80 {width: 80%;}
.w70 {width: 70%;}
.w60 {width: 60%;}
.w50 {width: 50%;}
.w40 {width: 40%;}
.w30 {width: 30%;}
.w20 {width: 20%;}
.w10 {width: 10%;}

.w75 {width: 75%;}
.w25 {width: 25%;}

.w67 {width: 67%;}
.w33 {width: 33.33333%;}

.p0 {padding: 0;}
.p010 {padding: 0 10px;}
.p0100 {padding: 0 100px;}
.p020 {padding: 0 20px;}
.p10 {padding: 10px;}
.p20 {padding: 20px;}
.p00200 {padding: 0 0 20px 0;}
.p0303030 {padding: 0 30px 30px 30px;}

.m10 {margin: 10px 0 0 0;}
.m20 {margin: 20px 0 0 0;}
.m30 {margin: 30px 0 0 0;}
.m40 {margin: 40px 0 0 0;}
.m50 {margin: 50px 0 0 0;}

.align-right {text-align: right;}
.align-left {text-align: left;}
.align-center {text-align: center;}

.border-box {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/***************** Structures ******************/

#site-header {width: 100%; padding: 5px 0; z-index: 9999; background: #fff; margin: 0; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#site-logo {width: 224px; margin: 0; max-width: 100%; padding: 0; display: none;}

#site-banner {width: 100%; display: none; padding: 80px 0 180px 0; text-align: center; background: transparent; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#site-banner h5 a {background: rgba(255,255,255,.8); color: #2a4f86;}
#site-banner h5 a:hover {background: rgba(255,255,255,1); color: #2a4f86;}

#site-content {width: 100%; padding: 20px 0 100px 0; background: #d5dcef; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#site-content h1, #site-content h2, #site-content h3, #site-content h4 {padding: 20px 0 0 0;}
/*#site-content ul {list-style: none; width: 100%; margin: 15px 0 0 0;}
#site-content ul li {width: 100%; padding: 10px 0; margin: 0; border-bottom: 1px solid #e6e6e6; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
*/
#Puffar {padding: 130px 0 150px 0; background: transparent url('../../files/banner.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
#Puffar .puff {width: 100%; padding: 5px 20px 30px 20px; background: rgba(255,255,255,.8); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
/*#Puffar h1, #Puffar h2, #Puffar h3, #Puffar h4, #Puffar h5 a, #Puffar p, #Puffar a {color: #fff;}
#Puffar h5 a {background: rgba(255,255,255,.8); color: #2a4f86;}
#Puffar h5 a:hover {background: rgba(255,255,255,1); color: #2a4f86;}*/

.row {position: relative; width: 100%; float: left; padding: 0; margin: 0; display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pair {position: relative; width: 50%; float: left; padding: 0; margin: 0; display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.item {position: relative; width: 50%; float: left; padding: 15px 10px; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 12px; line-height: 16px;}
.item strong {font-size: 13px; margin: 0 0 3px 0;}

#site-main .td {
    width: 20% !important;
    float: left;
    display: block;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

#site-main .td img {
    width: 100%;
    margin: 0 0 20px 0;
}

#site-main .td img.inner-logo {
    width: auto !important;
    margin: 2px 0;
}

#site-main {
    margin: 20px 0;
}

#site-main .tr {
    margin: 0 0 25px 0;
}

#site-main .td p {
    margin: 0;
    padding: 0;
}

#site-main .td p.inner-info {
    margin: 0 0 8px 0;
}

#site-main .td p.inner-info strong {
    width: 100%;
    font-size: 13px;
    margin: 0 0 3px 0;
    display: inline-block;
}

#site-main h2 {
    font-size: 21px;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 25px;
    font-family: 'Open Sans';
    font-weight: 300;
}

a.buy {
    padding: 4px 9px;
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 13px;
    background: #333;
    display: inline-block;
}

a.buy:hover {
    background: #2a4f86;
}

#content-menu {
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#content-menu li {
    display: inline-block;
    margin: 0 0 0 1px;
} 

#content-menu li a {
    padding: 2px 7px;
    display: inline-block;
    background: #fff;
    font-size: 14px;
}

#content-menu li a img {
    margin: 0 3px 3px 0;
}

#content-menu li a:hover {
    background: #333;
    color: #fff;
}

#site-footer {width: 100%; padding: 100px 0 80px 0; background: rgba(0,0,0,.5); position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#site-footer h2, #site-footer h3, #site-footer a:hover {color: #fff;}
#site-footer a {color: #d5dcef;}
#site-footer h3 {padding: 20px 0 0 0;}
#site-footer a i {margin: 0 10px;}

#site-copy {width: 100%; padding: 20px 0; background: rgba(0,0,0,.5); position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}  
#site-copy p {padding: 0; font-size: 14px; color: #fff;}

/****************** START MENU ***********************/
#site-menu, #site-menu-button, #mobile-buttons {width: 100%; margin: 0; display: block;} 
#site-menu-button, #mobile-buttons {display: none; float: none;}
#site-menu-button a {color: #2a4f86; font-size: 20px; float:right; display: block; text-align: center; padding: 10px 0; text-decoration: none;}
#site-menu.show {display: block;}

#menu {list-style: none; float: right; margin: 52px 0 0 0;}
#menu li {float: left; margin: 0 0 0 50px;}
#menu li a {color: #333; font-weight: 700; font-size: 18px; display: block; padding: 0; text-decoration: none;}
#menu li.current_page_item a, #menu li.parent a, #menu li a:hover {color: #2a4f86;}

#menu ul.children {list-style: none; position: absolute;}
#menu ul.children li {float: none; margin: 0;}
#menu ul.children li a {background: #fff; color: #000; padding: 5px 20px;}
#menu ul.children li a:hover, #menu ul.children li.current_page_item a {color: #808080;}

#menu li ul.children {display: none;}
#menu li:hover ul.children {display: block;}

#mobile-buttons {list-style: none; border-top: 1px solid #2a4f86;}
#mobile-buttons li {width: 25%; float: left;}
#mobile-buttons li a {padding: 10px 20px; display: block; text-decoration: none; color: #2a4f86; background: #fff;}
#mobile-buttons li a:active {color: #808080;}
#mobile-buttons li:nth-child(2) a {background: #f2f2f2;}
#mobile-buttons li:nth-child(4) a {background: #f2f2f2;}
#mobile-buttons li:nth-child(6) a {background: #f2f2f2;}

/****************** END MENU ***********************/

.clear {clear: both;} 

iframe {width: 100%;}

#gallery td {position: relative; padding: 20px;}
#gallery img {width: 100%; max-width: 200px;}

table td {vertical-align: top;}

/* RESPONSIVE TABLE-MADNESS  */
.tr {display: table; width: 100%; table-layout: fixed;}
.td {display: table-cell; padding: 10px; vertical-align: top;}

#contact-form {background: transparent; width: 100%; margin: 5px 0 0 0;}
#contact-form input {border: none; padding: 10px 15px; width: 100%; float: left; font-size: 16px; font-family: 'Open Sans', Arial, Sans-serif; background: #f2f2f2; line-height: 30px; color: #b02380; margin: 5px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#contact-form input:focus {background: #fff; color: #333;}
#contact-form input::-webkit-input-placeholder {color: #ccc;}
#contact-form input:-moz-placeholder {color: #ccc;}
#contact-form input::-moz-placeholder {color: #ccc;}
#contact-form input:-ms-input-placeholder {color: #ccc;}
#contact-form div.message-container {width: 100%;}
#contact-form div.message-container textarea {width: 100 !important; font-size: 16px; line-height: 30px; padding: 10px 15px; font-family: 'Open Sans', Arial, Sans-serif; margin: 5px 0; background: #f2f2f2; color: #b02380; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#contact-form div.message-container textarea:focus {background: #fff; color: #333;}
#contact-form div.message-container textarea::-webkit-input-placeholder {color: #ccc;}
#contact-form div.message-container textarea:-moz-placeholder {color: #ccc;}
#contact-form div.message-container textarea::-moz-placeholder {color: #ccc;}
#contact-form div.message-container textarea:-ms-input-placeholder {color: #ccc;}
#contact-form input#input_captcha {width: 100%; margin: 5px 0;}
#contact-form input#input_submit {background: rgba(42,79,134,.8); width: auto; padding: 10px 60px; border-radius: 25px; text-align: left; border: none; font-size: 16px; border: none; color: #fff; cursor: pointer; moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
#contact-form input#input_submit:hover {background: rgba(42,79,134,1); color: #fff;}
#contact-form label {width: 100% !important; display: inline-block; margin: 5px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

@media screen and (max-width: 1400px) {
	.page-wrapper {width: 1200px;}
	#site-banner {padding: 50px 0 150px 0;}
}

@media screen and (max-width: 1200px) {
	.page-wrapper {width: 960px;}
	html, body {font-size: 14px; line-height: 27px;}
	h1 {font-size: 40px; line-height: 50px;}
    h2 {font-size: 30px; line-height: 40px;}
    h3 {font-size: 17px; line-height: 27px;}
    h4 {font-size: 14px; line-height: 27px;}
    #site-banner {padding: 20px 0 150px 0;}
    #Puffar {padding: 80px 0 100px 0;}
    #menu li {float: left; margin: 0 0 0 30px;}
    #menu {
        margin: 30px 0 0 0;
    }
}

@media screen and (max-width: 960px) {
	.content-container, .content-news {width: 100% !important; float: none !important; max-width: 100% !important;}
	.content-news {border: none !important; padding: 20px 0 0 0 !important;}
	.page-wrapper {width: 680px;}
	/* REQUIRED */
	#site-content {width: auto !important; margin: 0; float: none !important;}
	#site-content .td {width: 100% !important;}
	img {float: none !important;}
	/* RESPONSIVE TABLE-MADNESS  */
	.tr, .td {display: block;}
	.td {padding: 10px 0; border: none !important;}
    #menu {margin: 30px 0 0 0;}
    #menu li {margin: 0 0 0 20px;}
    #menu li a {font-size: 16px;}
    #site-banner {padding: 50px 0 150px 0;}
    #Puffar {padding: 20px 0 50px 0;}
    .w30 {width: 20%;}
    .w70 {width: 80%;}
    #site-footer {padding: 50px 0 30px 0;}
    
    #menu {
        margin: 15px 0 0 0;
    }
    
    #content-menu li {
        width: 33.3333333%;
        margin: 0;
        float: left;
        border: solid 1px #d5dcef;
    }
    
    #content-menu li a {
        width: 100%;
        font-size: 11px;
        padding: 2px;
    }
    
    #site-main .td {
        width: 50% !important;
        padding: 0 5px;
        margin: 0 0 25px 0;
        min-height: 844px !important;
    }
    
    .pair {width: 100%;}
}

@media screen and (max-width: 680px) {
    
	.page-wrapper {width: auto; padding: 0 20px;}
	.p010 {padding: 0;}
	
	section {padding: 30px 0 60px 0;}
	
	 #site-banner {padding: 20px 0 100px 0;}
	 
	  #site-main .td {min-height: 802px !important;}
	
	.w30, .w60, .w40 {width: 100% !important;}
	.w70 {width: 100%;}
	.w33 {width: 100%;}
	
	h1 {font-size: 30px; line-height: 40px;}
    h2 {font-size: 25px; line-height: 32px;}
    h3 {font-size: 17px; line-height: 27px;}
	
	.social {display: none;}
	
	#site-header {padding: 10px 0 0 0;}

	#site-menu-button, #mobile-buttons {display: block; float: none;}
	#site-menu {display: none;}
	#menu {width: 100%; margin: 0;}
	#menu li {width: 100%; margin: 0;}
	#menu li a {border-top: 1px solid #2a4f86; background: rgba(255,255,255,.7); padding: 10px 20px;}
	#menu ul.children {position: relative;}
	#menu ul.children li a {background: #fff; color: #333; padding: 3px 0 3px 40px; font-size: 12px; border: none;}
	#menu ul.children li:nth-child(odd) a {background: #f2f2f2;}
	#menu li ul.children {display: block;}
	
	/* OPTIONAL */
	#site-logo { margin: 0 auto; max-width: 100%;}
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; display: none; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; display: none;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; display: none;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flex-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 12px;
    background: #eedc0d;
    background: rgba(238,220,13,.8);
    color: #fff;
    font-size: 23px;
    font-weight: 300;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}