@charset "UTF-8";

/*  ==============================
	
	MIKE'S FRAMEWORK (MPA FRAME)
	ALT STYLE
	Michal Pechardo
	Version 4.5
	www.michalpechardo.com
	
==============================  */   


/*  ---------------------------------------------------------------------------------------
    VIDEO BG
    --------------------------------------------------------------------------------------- */ 
.jquery-background-video-wrapper {
    min-height: 540px;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}
.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
            transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
    opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0;
    cursor: pointer;
    outline: none !important;
}
.jquery-background-video-pauseplay span {
    display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}


/*  ---------------------------------------------------------------------------------------
    MEAN-CONTAINER
    --------------------------------------------------------------------------------------- */ 
.mean-container .mean-bar {
	width: 100%;
	position: relative;
	background: #0c1923;
	min-height: auto;
	z-index: 8888888;
}

.mean-container a.meanmenu-reveal {
	width: 40px;
	height: 30px;
	padding: 13px 25px 0px 13px;
	position: absolute;
	top: 20px;
	right: 6px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 1.000em;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	transition: all 0.0s ease-out;
	z-index:100000;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin-top:9px;
	width: 100%;
	list-style-type: none;
	background:#fff;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #000;
	border-bottom: 1px solid rgba(255,255,255,.1) !important;
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li a:hover {
	color: #2b71d9;	
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-bottom: 1px solid #e6dbd0;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover { }

.mean-container .mean-nav ul li a.mean-expand {
	width: 26px;
	height: 26px;
	border: none !important;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: none;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


/* NAV STYLES */

nav	{ margin: 0 auto; position:relative; width: 100%; height: 118px; z-index: 10000; border-top:8px solid #ffba41; background:rgba(64 ,100,31,1);  }

#home-nav { background:transparent; /*border-bottom: 1px solid rgba(222,154,78,.3);*/  }
#dark-nav { background:rgba(22 ,22,22,.9); }
.nav-box-fix { position:relative !important; }
.nav-box { 
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:500; }
	
.nav-space { 
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	z-index:500; }
	
nav ul {
	width:575px;
	margin: 45px 0px 0px 0px;
	list-style-type: none;
	float:right;
}
nav a {
	font-size:1.600em;
	text-transform:uppercase;
	color:#fff !important;
	font-weight:600;
}
nav a:hover {
	color:#df9a4e !important;
}

nav a.active { color:#e9a021 !important; }

nav ul li {
	display: inline;
	margin-left: 3em;
	text-align:right;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li ul {
	display: none;
}


/*  ---------------------------------------------------------------------------------------
    TABLES
    --------------------------------------------------------------------------------------- */  
table	{ width:100%; }
table th { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin:0 0 24px; color:#545454; }
table td, table th { padding: 9px 10px 9px 0px; text-align: left; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin:0 0 24px; color:#545454; }


/*  ---------------------------------------------------------------------------------------
    TABS
    --------------------------------------------------------------------------------------- */ 
ul.tabs {
	display:block;
	margin: 20px 0 0 0;
	padding: 0;
	text-align:center; }
ul.tabs li {
	display:inline-block;
	width: 20%;
	padding: 0;
	margin-right:2%;
	margin-bottom:0px; }
ul.tabs li:last-of-type { margin-right:0px; }
ul.tabs li a { width:100%; display: inline-block; padding: 12px 36px 12px; color: #fff; text-decoration: none;-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); position: relative;cursor: pointer; letter-spacing: 2px; font-size: 2.2em; text-transform:uppercase; background-color: rgba(255,255,255,.2); border:1px solid rgba(255,255,255,.1); color:#fff; font-weight:bold; }
	
ul.tabs li a:hover { background-color: #c53927; border:1px solid #c53927; color:#fff; }
ul.tabs li a.activated {  background-color: #e9a021; border:1px solid #e9a021; color:#fff; }
ul.tabs li:first-child a.activated {
	margin-left: 0; }

ul.tabs-content { padding:0; display: block; }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.activated { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
ul.tabs:after {
  clear: both; }
ul.tabs {
  zoom: 1; }
	


/*  ---------------------------------------------------------------------------------------
    MODAL
    --------------------------------------------------------------------------------------- */  
	
	
/* Hide scroll bar */

html.remodal_lock, body.remodal_lock {
    overflow: hidden;
}

/* Anti FOUC */

.remodal, [data-remodal-id] {
    visibility: hidden;
}

/* Overlay necessary styles */

.remodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;

    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    text-align: center;
}

.remodal-overlay:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;

    content: '';
}

/* Fix iPad, iPhone glitches */

.remodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

/* Modal dialog necessary styles */

.remodal {
    position: relative;

    display: inline-block;
}

/* ==========================================================================
   Remodal default theme
   ========================================================================== */

/* Background for effects */

.remodal .button { font-size:14px; }

.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s linear;
    -moz-transition: -moz-filter 0.2s linear;
    -o-transition: -o-filter 0.2s linear;
    transition: filter 0.2s linear;
}

body.remodal_active .remodal-bg {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* Overlay default theme styles */

.remodal-overlay {
    opacity: 0;
    background: rgba(33, 36, 46, 0.95);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

body.remodal_active .remodal-overlay {
    opacity: 1;
}

/* Modal dialog default theme styles */

.remodal {
    width: 100%;
    min-height: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 16px;
    background: #f4f4f4;
    background-clip: padding-box;
    color: #182a3c;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

body.remodal_active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Modal dialog vertical align  */

.remodal, .remodal-overlay:after {
    vertical-align: middle;
}

/* Close button */

.remodal-close {
    position: absolute;
    top: 10px;
    left: 10px;

    width: 28px;
    height: 28px;

    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #40241c;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.remodal-close:after {
    display: block;

    font-size: 28px;
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    content: "×";
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
    color: #40241c;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.remodal-close:hover, .remodal-close:active {
    background: #40241c;
}

.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
    color: #f4f4f4;
}

/* Dialog buttons */

.remodal-confirm, .remodal-cancel { background: #40241c; display: inline-block; padding: 12px 40px 12px; color: #fff; text-decoration: none;-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius: 30px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); position: relative;cursor: pointer; letter-spacing: 2px; font-size: .9em; font-weight:bold; text-transform:uppercase; padding: 12px 40px 12px; }

.remodal-confirm {
    background-color: #fff; border:2px solid #df9a4e; color:#df9a4e !important;
}

.remodal-confirm:hover, .remodal-confirm:active {
     background-color: #df9a4e; border:2px solid #df9a4e; color:#fff !important;
}

.remodal-cancel {
    background-color: #fff; border:2px solid #ab2c5c; color:#ab2c5c;
}

.remodal-cancel:hover, .remodal-cancel:active {
    background-color: #ab2c5c; border:2px solid #ab2c5c; color:#fff;
}

/* LIGHTNING BOX */
.video-target {
    cursor: pointer;
}

.video-wrapper {
    display: none;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 21000;
}

.video-frame {
    position: absolute;
    top: 50%;
    left: 50%;
}

.video-close{
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: rgba(0,0,0,.9);
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}

.video-close:before {
    content: "Ã—";
}
	

/*  ---------------------------------------------------------------------------------------
    SLIDER
    --------------------------------------------------------------------------------------- */  
	
/* 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;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin-bottom:0px; } /* 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;}


/* THEMES
*********************************/
.flexslider { margin-top: 0px; position: relative; zoom: 1;}
#fullslide  { margin: 0 0 0px; position: relative; zoom: 1;}
#fullslide img  {  max-width:640px; margin:0 auto; padding-bottom:20px; }

#ministry  { margin: 0 0 -10px; position: relative; zoom: 1;}
#ministry .flex-control-nav { display:none; }

.clienters  { margin: 0 0 -10px; position: relative; zoom: 1;}
.clienters .flex-control-nav { top:0px; }
.clienters .flex-control-paging li a {width: 7px; height: 7px; display: block; background: rgba(255,255,255,.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.clienters .flex-control-paging li a:hover { background:rgba(255,255,255,.5); }
.clienters .flex-control-paging li a.flex-active { background: #4785e2; cursor: default; border:none; bottom:-0px; }
.clienters .flex-direction-nav .flex-next  {background-position: 100% 0; top:55px; right: 0px; opacity:.6; }
.clienters .flex-direction-nav .flex-prev {left: 0px; opacity:0;}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin: 5px}
.carousel img { max-width:100% !important; }

/* Direction Nav */
.flex-direction-nav {*height: 0; z-index: 1000;}
.flex-direction-nav a {width: 50px; height:50px; margin: -20px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 1000; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 10px; opacity:.8; }
.flex-direction-nav .flex-prev {left: 10px; opacity:.8;}
.flexslider:hover .flex-next {opacity: 0.7; right: 25px;}
.flexslider:hover .flex-prev {opacity: 0.7; left: 25px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 20px; text-align: center;}
.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(255,255,255, 0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #df9a4e; }
.flex-control-paging li a.flex-active { background: #000; background: transparent; cursor: default; border:2px solid rgba(255,255,255, 0.3);  bottom:-2px; }

/* Direction Nav 2 */
#ministry .flex-direction-nav a { top: 58% !important;}

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

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

.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;}



/*  ---------------------------------------------------------------------------------------
    GRID 960px (DESKTOP)
    --------------------------------------------------------------------------------------- */ 

@media only screen and (min-width: 960px) and (max-width: 1199px) {

 
}
	

/*  ---------------------------------------------------------------------------------------
    GRID 720px (TABLET)
    --------------------------------------------------------------------------------------- */ 

@media only screen and (min-width: 720px) and (max-width: 959px) {
	
	/* NAV */
	nav				{ height: 86px; border:none; }
	nav ul 			{ width:512px; margin: 35px 0px 0px; border:none; }
	nav a 			{ font-size:1.400em; color:#40241c; }
	#home-nav { background:transparent; }
	
	/* FLEX */
	.flexslider { margin: 0 0 0px; }
	.fullslide  { margin: 0 0 0px; padding-top:20px;}
	.flexslider ul li { margin:0px; }
	
	/* Direction Nav 2 */
	#fullslide .flex-direction-nav a { top: 50% !important;}
	
	/* TABS */
	ul.tabs li { width: 40%; }
	
	/* Control Nav 2 */
	#fullslide .flex-control-nav {width: 100%; position: absolute; bottom: -20px; text-align: center;}
	#fullslide .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
	#fullslide .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255,255,255, 0.3); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
	#fullslide .flex-control-paging li a:hover { background: #4785e2; }
	#fullslide .flex-control-paging li a.flex-active { background: #4785e2; border:none; bottom:0px; }
 
}
 
 

/*  ---------------------------------------------------------------------------------------
    GRID (IT) 720px (MOBILE)
    --------------------------------------------------------------------------------------- */ 

@media only screen and (max-width: 719px) {
	
	/* NAV */
	nav				{ height: 86px; background:#222; border:0px; }
	nav ul 			{ width:280px; margin: 35px 0px 0px; border:1px solid rgba(255,255,255,.1); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
	nav a 			{ font-size:1.400em; }
	nav ul li 		{ margin-left: 0px; }
	#home-nav		{ background:#40241c; }
	.mean-container .mean-nav ul { padding: 0; margin-top:0px; width: 100%; list-style-type: none; background:#302a2a;  }
	
	
	/* FLEX */
	.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
	.flex-direction-nav .flex-next {opacity: 1; right: 0;}
	.testimony .flex-control-nav { bottom:-30px; }
	
	.flexslider { margin: 0 0 0px;}  
	.flexslider .slides > li { margin-left:-100%; margin-top:60px; }
	.flex-direction-nav a  { display:none; }
	.flexslider .slides img { width: 130% !important; display: block; margin-left:-15%; }
	
	#original .flexslider { margin: 0 0 0px; margin-top:-60px !important;}  
	#original .flexslider .slides > li { margin-left:0% !important; margin-top:25px; }
	#original .flex-direction-nav a  { display:none; }
	#original .flexslider .slides img { width: 100% !important; display: block; margin-left:0%; }
	
	#fullslide { margin: 0 0 0px;}  
	#fullslide .slides > li { margin-left:0% !important; margin-top:75px; }
	#fullslide .flex-direction-nav a  { display:none; }
	#fullslide .slides img { width: 100% !important; max-width:300px; display: block; }
	
	/* TABS */
	ul.tabs li { width: 40%; }
	ul.tabs li a { padding: 8px 10px; font-size: 1.8em; }
	
	/* TABLES */
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	table tr{ width:100% !important; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { }
	
	

}

/*  ---------------------------------------------------------------------------------------
    SLIDER IMG CUT
    --------------------------------------------------------------------------------------- */ 

.image-wrap {
    max-height: auto;
    overflow: hidden;
    max-width: auto;       
    -webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out;  /* FF4+ */
    -ms-transition: max-width .5s ease-out;  /* IE10? */
    -o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
    transition: max-width .5s ease-out;
}
 
.image-wrap img {
	width: 100%;
	-webkit-transition: margin-left .5s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: margin-left .5s ease-out;  /* FF4+ */
	-ms-transition: margin-left .5s ease-out;  /* IE10? */
	-o-transition: margin-left .5s ease-out;  /* Opera 10.5+ */
	transition: margin-left .5s ease-out;


/* #RETINA
================================================== */
