@charset "UTF-8";

/* ===========================================
	/////////////////Fonts////////////////////
   =========================================== */
   
@font-face {
    font-family: 'SyntaxRoman';
    src: url('../fonts/syntax.eot');
    src: url('../fonts/syntax.eot?#iefix') format('embedded-opentype'),
         url('../fonts/syntax.woff') format('woff'),
         url('../fonts/syntax.ttf') format('truetype'),
         url('../fonts/syntax.svg#syntaxroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===========================================
	/////////Resets & Basic Formating/////////
   =========================================== */
   
@-ms-viewport, viewport {width: device-width;}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {display: block;}

audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none; height: 0;}

[hidden] {display: none;}

html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body {margin: 0;}

a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

abbr[title] {border-bottom: 1px dotted;}

b, strong {font-weight: bold;}

dfn {font-style: italic;}

mark {background: #ff0; color: #000;}

code, kbd, pre, samp {font-family: monospace, serif; font-size: 1em;}
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word;}

q {quotes: "\201C" "\201D" "\2018" "\2019";}

small {font-size: 80%;}

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

img {border: 0;}

svg:not(:root) {overflow: hidden;}

figure {margin: 0;}

fieldset {border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}

legend {border: 0; padding: 0;}

button, input, textarea {font-family: inherit; font-size: 100%; margin: 0;}
button, input {line-height: normal;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], input[disabled] {cursor: default;}

input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}

textarea {overflow: auto; vertical-align: top;}

table {border-collapse: collapse; border-spacing: 0;}

ul, ol {padding: 0; list-style: none;}

h1, h2, h3, h4, h5, h6, p, ul, ol {margin: 0;}

a {text-decoration: none;}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
p.small {
	color: #666;
	font-size: 0.8125em;
	line-height: 1.84615em;
	margin-bottom: 1.84615em;
}
p.medium {
	color: #666;
	font-size: 0.875em;
	line-height: 1.71429em;
	margin-bottom: 1.71429em;
}
p:last-child {
	margin-bottom: 0;
}
h1 {
	font-size: 1.875em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
h2 {
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

/* ===========================================
	////////////////Layout////////////////////
   =========================================== */
html, body, #outer-wrap, #inner-wrap {
	height:100%!important;
	min-height:100%!important;
	margin: 0;
	padding: 0;
}
   
body {
	color: #333;
	position: relative;
	width: 100%;
	min-width: 20em;
	background:#ededed url("../img/bg.jpg") top center no-repeat;
	font-family: SyntaxRoman, Arial, Helvetica, sans-serif;
}
.block {
	position: relative;
	margin: 0 auto;
	padding: 1.5em 1.25em;
	max-width: 60em;
}
#outer-wrap {
	position: relative;
	width: 100%;
}

#inner-wrap {
	position: relative;
	width: 100%;
}

/* ---------------------------------------------
	Banner
   --------------------------------------------- */

#top {
	z-index: 100;
	position: relative;
}
	#top div.block {
		padding:0;
		text-align: center;
		margin-bottom:-1.9em;
	}
	#top img {
		max-width:80%;
		height: auto;
	}

/* ---------------------------------------------
	Main Navigation
   --------------------------------------------- */
   
#nav {
	z-index: 200;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
	background: rgb(120,70,70);
	background: rgba(72,2,2,0.65);
	border-color: rgb(150,120,120);
	border:solid .3125em rgba(210,225,220,.3);
	border-right:none;
	border-left:none;
}
	#nav .block {
		z-index: 2;
		position: relative;
		padding: 1em;
	}
	#nav ul {
		*zoom: 1;
		display: block;
	}
	#nav ul:before, #nav ul:after {
		content: "";
		display: table;
	}
	#nav ul:after {
		clear: both;
	}
		#nav li a {
			display: block;
			color: #ccc;
			font-size: 1.4em;
			text-transform: uppercase;
			letter-spacing: .125em;
			line-height: 1.28571em;
			font-weight: 300;
			outline: none;
			-webkit-transition: all .6s ease;
			-moz-transition: all .6s ease;
			-ms-transition: all .6s ease;
			-o-transition: all .6s ease;
			transition: all .6s ease;

		}
		#nav li a:focus, #nav li a:hover, #nav li:hover > a {
			color: #fff;
		}
		#nav ul ul li{
			width:10.9375em;
		}
		#nav ul ul li:hover > a{
		background: rgba(100,100,100,.9);
		}
		#nav li a:hover {
			background: rgba(255,255,255,.1);
		}
		#nav li.is-active > a{
			color: #fff;
		}
			a.expand span{
			padding-left:.5em;
			opacity:.5;
			font-size:.7em;
			position:relative;
			top:-.1em;
			}
			a.expand span:after{
				content: "▼";
			}
			a.expand.expanded span:after{
				 content: "▲";
			}


/* ---------------------------------------------
	Nav Button
   --------------------------------------------- */

#top .nav-btn {
	position: absolute;
	top: 1.5em;
	left: 1.875em;
}
#nav .close-btn {
	display: none;
}
.close-btn {
	display: block;
	width: 2.625em;
	height: 2.25em;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent url("../img/close-btn.svg") left center no-repeat;
	background-size: 1.875em 1.875em;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
	background-image: url("../img/close-btn.png");
}
.close-btn:focus, .close-btn:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.nav-btn {
	display: block;
	width: 2.625em;
	height: 2.25em;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent url("../img/nav-icon.svg") left center no-repeat;
	background-size: 1.875em 1.5em;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
	background-image: url("../img/nav-icon.png");
}
.nav-btn:hover, .nav-btn:focus {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* ---------------------------------------------
	Main Content
   --------------------------------------------- */
#main .block {
	margin-top:3em;	
	background: #fff;
	padding: 2.625em 1.875em;
}

/* ---------------------------------------------
	Home
   --------------------------------------------- */
.homeBox{
	background: rgba(255,255,255,.8);
	position: relative;
	margin: 3em auto 0;
	max-width: 60em;
	max-height: 34em;
	overflow: hidden;
	box-shadow: 0 0 .125em rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 .125em rgba(0,0,0,.1);
	-moz--box-shadow: 0 0 .125em rgba(0,0,0,.1);	
}  
.homeBox img {
	float:right;
	margin: -35em -30em 0 0;
	opacity:.9;
}

/*--Rotating Word Animations--*/
.rw-box {
	width:17em;
	float: left;
	background: rgba(255,255,255,.3);
	padding:1em 5em 1em 0em;
	position: relative;
	margin: 15% 0 0 10%;
	z-index:2;
}
.rw-box h2 {
	font-weight: normal;
	letter-spacing: .0625em;
}
.rw-sentence{
	margin: 0;
	font-size: 3em;
	text-align: right;
	color: #333;
	font-family: 'arial';
	white-space: nowrap;
}
.rw-sentence > span:first-child{
	display:block;
}
.rw-words{
	display:inline-block;
	position: relative;
	left: -4.3em;
	top: -.1em;
	-webkit-perspective: 30em;
	-moz-perspective: 30em;
	-o-perspective: 30em;
	-ms-perspective: 30em;
	perspective: 30em;
	margin-bottom:.13em;
}
.i {
	display: inline;
	position: relative;
	top: .2em;
	left: -.2em;
}
.rw-words span{
	position: absolute;
	top:.16em;
	font-size: 1.5em;
	text-transform: uppercase;
	color: rgba(160,65,65,1);
	text-shadow: 0px 0px 3.125em rgba(160,65,65,.8);
	opacity: 0;
	-webkit-animation: rotateWord 8s linear infinite 0s;
	-moz-animation: rotateWord 8s linear infinite 0s;
	-o-animation: rotateWord 8s linear infinite 0s;
	-ms-animation: rotateWord 8s linear infinite 0s;
	animation: rotateWord 8s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
    -webkit-animation-delay: 2s; 
	-moz-animation-delay: 2s; 
	-o-animation-delay: 2s; 
	-ms-animation-delay: 2s; 
	animation-delay: 2s; 
}
.rw-words span:nth-child(3) { 
    -webkit-animation-delay: 4s; 
	-moz-animation-delay: 4s; 
	-o-animation-delay: 4s; 
	-ms-animation-delay: 4s; 
	animation-delay: 4s; 
}
.rw-words span:nth-child(4) { 
    -webkit-animation-delay: 6s;
	-moz-animation-delay: 6s; 
	-o-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 
}

@-webkit-keyframes rotateWord {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; -webkit-transform: translateY(-80px) translateZ(10px) rotateY(-120deg); }
    5% { opacity: 1; -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(160,65,65,.6); color: rgba(160,65,65,.8); }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(160,65,65,.5); color: rgba(160,65,65,1); }
    22% {opacity: .6; }
	25% { opacity: .1; }
	30% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes rotateWord {	
    0% { opacity: 0; -moz-animation-timing-function: ease-in; -moz-transform: translateY(-80px) translateZ(10px) rotateY(-120deg); }
    5% { opacity: 1; -moz-animation-timing-function: ease-out; -moz-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(160,65,65,.6); color: rgba(160,65,65,.8); }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(160,65,65,.5); color: rgba(160,65,65,1); }
    22% {opacity: .6; }
	25% { opacity: .1; }
	30% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes rotateWord {
    0% { opacity: 0; -o-animation-timing-function: ease-in; -o-transform: translateY(-80px) translateZ(10px) rotateY(-120deg); }
    5% { opacity: 1; -o-animation-timing-function: ease-out; -o-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(160,65,65,.6); color: rgba(160,65,65,.8); }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(160,65,65,.5); color: rgba(160,65,65,1); }
    22% {opacity: .6; }
	25% { opacity: .1; }
	30% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; -ms-animation-timing-function: ease-in; -ms-transform: translateY(-80px) translateZ(10px) rotateY(-120deg); }
    5% { opacity: 1; -ms-animation-timing-function: ease-out; -ms-transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(160,65,65,.6); color: rgba(160,65,65,.8); }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(160,65,65,.5); color: rgba(160,65,65,1); }
    22% {opacity: .6; }
	25% { opacity: .1; }
	30% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; animation-timing-function: ease-in; transform: translateY(-80px) translateZ(10px) rotateY(-120deg); }
    5% { opacity: 1; animation-timing-function: ease-out; transform: translateY(0px) translateZ(0px) rotateY(0deg); }
	6% { text-shadow: 0px 0px 0px rgba(160,65,65,.6); color: rgba(160,65,65,.8); }
    17% { opacity: 1; text-shadow: 0px 0px 0px rgba(160,65,65,.5); color: rgba(160,65,65,1); }
    22% {opacity: .6; }
	25% { opacity: .1; }
	30% { opacity: 0; }
    100% { opacity: 0; }
}

/*--Mid page Banner--*/
#midBanner {
	width:100%;
	margin: 0 auto ;
	background: none;
	background: url("../img/midBanner.jpg") repeat-x center;
	background-size:;
	opacity: .8;
	box-shadow:  0 0 1.4em rgba(0,0,0,.3);
	-webkit-box-shadow:  0 0 1.4em rgba(0,0,0,.3);	
}
#midBanner > div{
	max-width:45em;
	background:rgb(200,190,190);
	background: rgba(150,100,100,0.2);
	min-height:10.5em;
	margin: 0 auto;
}
#midBanner div.flexslider {
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	margin: 0 auto;
	padding: 2.6% 3em;
	transform:skew(-15deg,0deg);
	-ms-transform:skew(-15deg,0deg);
	-webkit-transform:skew(-15deg,0deg);
}
#midBanner li {
	font-size: 2em;
}
#midBanner .flex-direction-nav a {
	top: 85%;
}
/*--circles--*/
#circles {
	max-width: 60em;
	margin: 0 auto;
}
.circle {
	height: 20em;
	width: 20em;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
	.circle:hover {
		z-index: 5;
	}
	.circle a{
		position:relative;
		top:3.5em;
		display:block;
		height: 14em;
		-webkit-transition:all 0.5s ease-out;
		-moz-transition:all 0.5s ease-out;
		-ms-transition:all 0.5s ease-out;
		-o-transition:all 0.5s ease-out;
		transition:all 0.5s ease-out;
	}
		.circle:hover a {
			-webkit-transform:rotate(360deg);
			-moz-transform:rotate(360deg);
			-ms-transform:rotate(360deg);
			-o-transform:rotate(360deg);
			transform:rotate(360deg);
			opacity:0.3;
		}
	.pen{
		background: transparent url("../img/pen.svg") center center no-repeat;
	}
		.no-svg .pen{
			background: url("../img/pen.png")
		}
	.mouse{
		background: transparent url("../img/mouse.svg") center center no-repeat;
		position:relative;
		top:-1.5em;
	}
		.no-svg .mouse{
			background: url("../img/mouse.png")				
		}
	.brush{
		background: transparent url("../img/brush.svg") center center no-repeat;
	}
		.no-svg .brush{
			background: url("../img/brush.png")
		}
		
	.circle h1{
		position:relative;
		top:5em;
		text-align:center;
		opacity:0;
		color: rgba(250,250,250,1);
		font-size:2.2em;
		text-transform: uppercase;
		-webkit-transition:all 0.7s ease;
		-moz-transition:all 0.7s ease;
		-ms-transition:all 0.7s ease;
		-o-transition:all 0.8s ease;
		transition:all 0.8s ease;
		transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
	}
	.circle:hover h1{
		opacity:1;
		position:relative;
		transform: translate3d(0,-7em,0);
		-webkit-transform: translate3d(0,-7em,0);
	}

#cirWrap{
	margin: 0 auto;
	position:relative;
	width:37em;
	height:20em;
	display:block;
	top:5em;
}
#cir1{
	position:absolute;
	left:0px;
	background: url("../img/circle-texture.png") rgba(50,120,50,0.65) center center no-repeat;
}
	#cir1:hover {
		background: rgba(65,120,65,.8);
		background-position: center center;
	}
#cir2{
	position:absolute;
	right:0px;
	background: url("../img/circle-texture.png") rgba(30,30,170,0.65) center center no-repeat;
}
	#cir2:hover {
		background: rgba(65,65,140,.8);
		background-position: center center;
	}
#cir3{
	position:relative;
	margin: 0 auto;
	display:block;
	background: url("../img/circle-texture.png") rgba(160,65,65,0.65) center center no-repeat;
}
	#cir3:hover {
		background: rgba(120,65,65,.8);
		background-position: center center;
	}
		
/* ---------------------------------------------
	Design - Web
   --------------------------------------------- */

#siteList {
	float:left;
	min-width:5em;
	width:22%;
	padding: 2em 0;
	min-height:20em;
	text-indent:1em;
}
 #siteList ul {
 	padding-top:.4em;
	border-top: solid 1px #ddd;
 }
 #siteList li {
 	padding: 0 0 .3em 0;
	margin:0 0 .3em 0;
	border-bottom: solid 1px #ddd;
 }
 #siteList li a {
	padding: .4em 0;
 	color: #888;
	font-size:1.1em;
	display:block;
	width: 100%;	
 }
 #siteList li a:visited {
 	color: #aaa;
 }
 #siteList li:hover a,
 #siteList li a:active {
	color: rgba(92,2,2,1);
	background: rgba(200,200,200,.15);
 }

#siteDetail {
	float:right;
	width:77%;
}
#siteDetail img{
	max-width:100%;
	min-width:20.3125em;
}
#siteDetail a.popup-link img{
	margin-bottom: 1em;	
}
#siteDetail.grid-of-images {
	margin-bottom: 1em;
}
#projectDetails li,
.whatDo li{
	background: rgba(100,100,100,.1) url(../img/check.png) no-repeat .6em .6em;
	float: left;
	padding: .75em;
	text-indent: 2.5em;
	width: 17.25em;
	margin:.5em .625em;
	
}
#siteDetail .center{
	min-height: 10em;
	margin-top: 0;
	padding: 0;
	max-width: 40.2em;
}
/* ---------------------------------------------
	Info
   --------------------------------------------- */

	.whatDo {
		padding: .5em;
	}
	.whatDo ul {
		margin: 0 auto;
	}
	.infoPhoto {
		max-width: 25%;
		float:left;
	}
	#portraitBanner {
		width:100%;
		height: 21em;
		background: none;
		margin: 0 auto ;
		background: url("../img/portraitBanner.jpg") repeat-x;
		opacity: 1;
		box-shadow: 0 0 1.4em rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 1.4em rgba(0,0,0,.3);		
	}

	#infoTabs {
		max-width:72%;
		min-width: 21.875em;
		float:right;
	}
	ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			display: inline-block;
			padding: .6em 1em;
			cursor: pointer;
			font-size:1.5em;
			font-weight:bold;
		}
			ul.tabs li.current{
				background: rgba(175,175,175,.1);
			}
		.tab-content{
			display: none;
			background: rgba(175,175,175,.1);
			padding: .9375em;
		}
		.tab-content.current{
			display: inherit;
		}
		#infoTabs p {
			font-size:1.2em;
		}
		
/*--Contact--*/
	#contact {
		position:relative;
		max-width: 45em;
		padding: 2.6em;
		margin: 3em auto;
		text-align: center;
	}
	#contact h2 {
		font-size: 1.6em;
		margin-bottom: .7em;
	}
	#contact h2 span{
		color: #7E439F;
		font-size:1.3em;
		
	}
	#contact ul {
			margin: 0;
			padding: 0;
		}
		#contact li {
			margin: 0 .5em;
			display: inline;
		}
		#contact li a {
			background-image:url(../img/contactIcons.png);
			padding: 0;
			height: 7.5em;
			width: 7.5em;
			display: inline-block;
			opacity: 1;
			border:solid .4em #ededed;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			-webkit-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;	
		}
			#contact li a.item1 {
				width:18.75em;
				background-position: -15em 0em;
			}
			#contact li a.item2 {
				background-position: -7.5em 0em;
			}
			#contact li a.item3 {
				background-position: 0em 0em;
			}
				#contact li a:hover {
					opacity: .8;
					border:solid .4em #fff;
					-webkit-box-shadow: 1px 1px .1875em #ddd;
					-moz-box-shadow: 1px 1px .1875em #ddd;
					box-shadow: 1px 1px .1875em #ddd;
				}



/* ---------------------------------------------
	Thumbnails
   --------------------------------------------- */
.thumb {
   width: 18.75em;
   height: 9.375em;
   margin: .625em;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px .125em #e6e6e6;
   -moz-box-shadow: 1px 1px .125em #e6e6e6;
   box-shadow: 1px 1px .125em #e6e6e6;
   background: #fff;
}
.thumb .mask,.thumb .content {
   width: 18.75em;
   height: 9.375em;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.thumb img {
   display: block;
   max-width:100%;
   position: relative;
   opacity:1;
   -webkit-transition: all 0.5s ease-in;
   -moz-transition: all 0.5s ease-in;
   -o-transition: all 0.5s ease-in;
   -ms-transition: all 0.5s ease-in;
   transition: all 0.5 ease-in;
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
}
.thumb .mask {
   background-color: rgba(72,12,12,0.7);
   width: 18.75em;
   padding: 3.75em;
   height: 18.75em;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(16.5625em, 9.0625em) rotate(45deg);
   -moz-transform: translate(16.5625em, 9.0625em) rotate(45deg);
   -o-transform: translate(16.5625em, 9.0625em) rotate(45deg);
   -ms-transform: translate(16.5625em, 9.0625em) rotate(45deg);
   transform: translate(16.5625em, 9.0625em) rotate(45deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.thumb h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 1.1em;
	padding-bottom: .625em;
	border-bottom: 1px solid rgba(255,255,255, 0.4);
	background: transparent;
	margin: 1em 1.875em 0 1.875em;
	-webkit-transform: translate(12.5em, -12.5em);
	-moz-transform: translate(12.5em, -12.5em);
	-o-transform: translate(12.5em, -12.5em);
	-ms-transform: translate(12.5em, -12.5em);
	transform: translate(12.5em, -12.5em);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.thumb p {
	letter-spacing: .08em;
	font-size: .8em;
	line-height: 1.3em;
	position: relative;
	color: #fff;
	padding: .625em 1.25em 1.25em;
	text-align: center;
   -webkit-transform: translate(-12.5em, 12.5em);
   -moz-transform: translate(-12.5em, 12.5em);
   -o-transform: translate(-12.5em, 12.5em);
   -ms-transform: translate(-12.5em, 12.5em);
   transform: translate(-12.5em, 12.5em);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.thumb a.info {
	display: inline-block;
	text-decoration: none;
	padding: .4375em .875em;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
   -webkit-transform: translate(0px, 6.25em);
   -moz-transform: translate(0px, 6.25em);
   -o-transform: translate(0px, 6.25em);
   -ms-transform: translate(0px, 6.25em);
   transform: translate(0px, 6.25em);
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
}
.thumb:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(-5em, -7.8125em) rotate(45deg);
   -moz-transform: translate(-5em, -7.8125em) rotate(45deg);
   -o-transform: translate(-5em, -7.8125em) rotate(45deg);
   -ms-transform: translate(-5em, -7.8125em) rotate(45deg);
   transform: translate(-5em, -7.8125em) rotate(45deg);
}
.thumb:hover h2 {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.thumb:hover p {
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.thumb:hover img{
	opacity:.4;
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}


/* ---------------------------------------------
	Footer
   --------------------------------------------- */
   
footer[role="contentinfo"] {
 	background: #ddd;
	text-align:right;
}

/* ===========================================
	//////////////Helper Classes//////////////
   =========================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
.center {
	margin: 0 auto;
	background: rgba(255,255,255,.8);
	margin-top: 3em;
	padding:.7em;
	max-width:60em;
	min-height:45em;
}
/* ===========================================
	//////////////Media Queries///////////////
   =========================================== */

@media screen and (min-width: 45.0625em) { /*-721px-*/
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav {
  	overflow: visible;
  }
	  #nav ul {
		text-align: center;
		white-space: nowrap;
	  }
	  #nav li {
		display: inline-block;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	  }
	  #nav li:last-child {
		border-right: none;
	  }
	  #nav li a {
		padding: 0.42857em 0.85714em;
	  }
		#nav li:hover > a.expand {
			background: #bfbbbb;
			color: #333;
		}
		#nav ul ul {
			background: rgba(200,200,200,.9); padding: 0;
			position: absolute; 
			top: 80%;
		}
		#nav ul ul li{
			display:block;
			border-right:none;
			border-bottom: 1px solid rgba(255,255,255,.2);
			position: relative;
		}
		#nav ul ul li a {
			color: #333;
			padding: .8em 2.02em;
			font-size:1.1em;
		}	
			#nav ul ul ul {
				left:100%;
				top:0;
				float:none;
				position:absolute;
				background: rgba(175,175,175,.9);
			}
			#nav ul ul ul li{
				position: relative; 
				left: 0; 
				top:0; margin-top:0px;
				display:block;
				padding: .1em 0 0;
			}
		li:hover > a.dark{
			background:rgba(50,50,50,.2) !important;
		}

}
@media screen and (max-width: 63.74em) { /*-~1020px-*/
	.center {
		max-width: 40.2em;
	}
	#siteList,
	#siteDetail {
		width:100%;
		float:none;
	}
	#siteList{
		text-align:center;
		letter-spacing:.1em;
		text-indent: none;
	}
}
@media screen and (max-width: 62em) { /*-992px-*/
	.whatDo li {
		max-width: 40%;
	}
	#midBanner div.flexslider {
		max-width:71%;
	}
}
@media screen and (max-width: 45em) { /*-720px-*/
/*--Navigation--*/
  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav ul{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav ul ul, #nav li ul li{
	  border: none;
  }
  #nav ul ul{
  	background: rgba(55,55,55,.5);
  	text-indent: 1.5em;
	-webkit-box-shadow: inset 0 0 5em 2em rgba(30, 30, 35, 0.05);
    -moz-box-shadow: inset 0 0 5em 2em rgba(30, 30, 35, 0.05);
    box-shadow: inset 0 0 5em 2em rgba(30, 30, 35, 0.05);
  }
  #nav ul ul li {
  	width:100%;
  }
  #nav ul ul ul li{
   	text-indent:3em;
  }
  a.expanded, a.expanded:hover,
  #nav ul ul li:hover > a {
	  background:rgba(200,200,200,.2);
  }
  #nav li.is-active a{
  	color: rgb(150,50,50);
  }
  #nav li.is-active a:hover{
  	color:rgb(150,80,80);
  }
  #nav li.is-active ul a{
  color: #ccc;
  }
  #nav li.is-active ul a:hover{
  color: #fff;
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 2em;
    right: -0.06em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }
  .js-ready #nav {
    height: 1000%;
    width: 70%;
	background: rgb(115,115,115);
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(30, 30, 35, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(30, 30, 35, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(30, 30, 35, 0.25);
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }

  .js-nav #inner-wrap {
    left: 70%;
  }

  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }

  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
#top div.block {
	text-align:right;
	padding-right:1em;
	background: rgba(255,255,255,.7);
}

/*--index--*/
#cirWrap{
	margin: 0 auto;
	position:relative;
	width:20em;
	height: 40em;
	display:block;
	top:0;
	margin-top:2em;
}
	#cir1, #cir2 {
		position:relative;
		margin: 1em auto 0;
		display:block;
	}
	#cir3 {
		margin-top:2em;
	}

/*--info--*/
.infoPhoto {
	display:none;
}
#infoTabs {
	float: none;
	max-width:100%;
}
.whatDo li{
	max-width:40%;
	min-width: 10em;
}
#portraitBanner {
	background: url(../img/portraitBannerSmall.jpg) center;
}

/*--contact--*/
#main .infoBlock{
	padding:0;
}
ul.tabs li {
	padding: .6em 4%;
}
#infoTabs {
	min-width: 0;
}
#contact {
	padding: 0;
}
#contact li a.item1,
#contact h2 span {
	display:block;
	margin:0 auto;
	max-width:96%;
}
#contact li {
	margin: 0;
}
}
@media screen and (max-width: 43.74em) { /*-~700px-*/
	.center,
	#siteDetail .center {
		max-width: 20.5em;
		padding: .7em .25em .7em .6875em;
	}
}
@media screen and (max-width: 34.375em) { /*-550px-*/
	#top .nav-btn {
		top: 10%;
		left: 4%;
	}
	#midBanner > div {
		background: rgba(150,100,100,0.4);
	}
	#midBanner div.flexslider {
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		max-width:100%;
		background: rgba(200,200,200,.3);
	}
	#midBanner {
		background:none;
		background:rgba(255,255,255,.5);
	}
	.whatDo {
		padding:.9375em 0 .9375em 6%;
	}
	.whatDo li{
		max-width: 85%;	
	}
}
@media screen and (max-width: 25em) { /*-400px-*/
	body{
		min-width: 0;
	}
	.homeBox {
		max-height:13.6em;
	}
	.rw-box {
		margin:1.9em 0 0;
		width:100%;
		height:100%;
	}
	.rw-sentence {
		text-align: center;
	}
	.rw-words {
		left: -2.3em;
	}

	.rw-box h2{
		font-size: 2em;
	}
	#midBanner li {
		font-size: 1.3em;
	}	
	.circle,
	.circle a{
		width: 15em;
		height:15em;
	}
	.circle a{
		top: 1em;
	}
	.circle h1{
		font-size: 1.875em;
		opacity:1;
		transform: translate3d(0,-9.5em,0);
		-webkit-transform: translate3d(0,-9.5em,0);
	}
	.circle:hover h1{
		transform: translate3d(0,-10em,0);
		-webkit-transform: translate3d(0,-10em,0);
	}
	#cirWrap {
		height: auto;
		width: auto;
	}
	#cir1 {
		background: rgba(65,120,65,.8);
		margin: 0 auto 1em;
	}
	#cir2 {
		background: rgba(65,65,140,.8);
		margin: 0 auto 1em;
	}
	#cir3 {
		background: rgba(120,65,65,.8);
	}
	.pen, .mouse, .brush {
		opacity: 0.3;
	}
	.pen, .mouse {
		background-size: 4.5em;
	}
	.brush {
		background-size: 1.5em;
	}
}
@media screen and (max-width: 20em) { /*-320px-*/
	#cirWrap {
		width:100%;
	}
	.whatDo li {
		min-width:11.5em;
		max-width: 0;
	}
	.center {
		padding: 0;
		max-width:100%;
	}
	.thumb {
		margin: .5em 0;
	}
}
/* ===========================================
	//////////////Add Ons///////////////
   =========================================== */

/*
 * 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: "\0020"; 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 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.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;}
.flex-direction-nav a  { 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; 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;}
.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;}

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