/* IMPORTS*/

/* ==================================================
SUPERSIZED
================================================== */

* { margin:0; padding:0; }
img { border:none; }

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-1; height:100%; width:100%; margin:0; padding:0; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline-block; }

/*

Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.7
Site	: www.buildinternet.com/project/supersized

Theme 	: Shutter 1.2
Author	: Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License

*/

/* Controls Bar
----------------------------*/
#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }
#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }

#navigation { float:right; margin:0px 20px 0 0; }
#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../img/supersized/bg-hover.png') repeat-x 0 44px; }
#play-button:hover{ background-position:0 1px; cursor:pointer; }

#prevslide, #nextslide{ position:absolute; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; }
#prevslide{ left:10px; background:url('../img/supersized/back.png'); }
#nextslide{ right:10px; background:url('../img/supersized/forward.png'); }
#prevslide:active, #nextslide:active{ margin-top:-19px; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; }

ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/supersized/nav-dot.png') no-repeat 0 -24px; }
ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }

#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../img/supersized/bg-hover.png') repeat-x 0 44px; }
#tray-button:hover{ background-position:0 1px; cursor:pointer; }


/* Progress Bar
----------------------------*/					
#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../img/supersized/progress-back.png') repeat-x; }
#progress-bar{ position:relative; height:8px; width:100%; background:url('../img/supersized/progress-bar.png') repeat-x; }


/* Thumbnail Navigation
----------------------------*/	
#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
#nextthumb { right:12px; }
#prevthumb { left:12px; }
#nextthumb img, #prevthumb img { width:150px; height:auto;  }
#nextthumb:active, #prevthumb:active { bottom:59px; }
#nextthumb:hover, #prevthumb:hover { cursor:pointer; }


/* Thumbnail Tray
----------------------------*/			
#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../img/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }

#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
#thumb-back{ left:0; background: url('../img/supersized/thumb-back.png') no-repeat center center;}
#thumb-forward{ right:0; background:url('../img/supersized/thumb-forward.png') no-repeat center center;}
#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }


ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
ul#thumb-list li:hover{ cursor:pointer; }



/* ==================================================
   Buttons
================================================== */


#storenavlink{
	display:none;
}

.button {
  	display: inline-block;
  	margin-bottom: 0;
  	padding: 13px 26px;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  	background-color: #3C3F45;
  	color: #23262C;
  	vertical-align: middle;
  	text-align: center;
  	text-transform: uppercase;
  	font-weight:500;
  	font-size: 16px;
  	cursor: pointer;
	border:none;
  
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	*border: 0;
  	*zoom: 1;
}



/*--- Hover/Active/Focus State ---*/

.button:hover,
.button:active,
.button:focus {
	background-color: #DE5E60;
	color:#FFFFFF;
}

/* --- Button Sizes --- */

.button.button-large {
  	padding: 16px 30px;
  	font-size: 18px;
}

.button.button-small {
  	padding: 8px 18px;
  	font-size: 14px;
}

.button.button-mini {
  	padding: 4px 12px;
  	font-size: 12px;
}

.button.button-block {
	padding-right: 0;
	padding-left: 0;
	width: 100%;	
}

.button + .button {
	margin-left: 10px;	
}

/* ==================================================
   Video
================================================== */

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}


/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.icons-example ul li {
	display: inline-block;
	margin: 15px;
	list-style: none;
	cursor: pointer;
}

.icons-example ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: #26292E;
	

}

.icons-example ul li a span {
	display: inline-block;
	margin: 0;
	color: #55606a;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	

}

.icons-example ul li:hover a,
.icons-example ul li.active a {
	background-color: #DE5E60;	
	

}

.icons-example ul li:hover a span,
.icons-example ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	

}

/* MORE CONTENT*/

body, input{
	margin: 0px;
	padding: 0px;
}

.comment {
}

a.morelink {
	text-decoration:none;
	outline: none;
	font-style: italic;
}
.morecontent span {
	display: none;

}


/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}








/*
Theme Name: Brushed 
Theme URI: http://www.themes.alessioatzeni.com/html/brushed/
Author: Alessio Atzeni
Author URI: http://www.alessioatzeni.com
Description: Personal Website and Portfolio of Alessio Atzeni
Version: 1.0
*/


/* ==================================================
   Basic Styles
================================================== */

html, body {
	height: 100%;
}

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body{
	background:#2F3238;
	color:#7F8289;
	font-weight:300;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif;
	line-height:28px;
}


a{
	color:#7dc242;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FFFFFF;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #DE5E60;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Code and Pre
================================================== */

code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-weight:300;
	font-family: 'Titillium Web', sans-serif;
	line-height:1.5em;
}

h1{
	font-size:48px;
}

h2{
	font-size:36px;
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0{
	margin-bottom:0 !important;
}

.margin-10{
	margin-bottom:10px !important;
}

.margin-15{
	margin-bottom:15px !important;
}

.margin-20{
	margin-bottom:20px !important;
}

.margin-30{
	margin-bottom:30px !important;
}

.margin-40{
	margin-bottom:40px !important;
}

.margin-50{
	margin-bottom:50px !important;
}

.margin-60{
	margin-bottom:60px !important;
}

.margin-70{
	margin-bottom:70px !important;
}

.margin-80{
	margin-bottom:80px !important;
}

/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #26292E;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: uppercase;	
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 50px;
	bottom: 0;
	z-index: 2;
}
.control-nav {
display: none;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#DE5E60;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: fixed;
	width: 100%;
	height: 110px;
	background: #000;
	z-index: 1001;
	
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
    background: rgba(0, 0, 0, .8);
}

header #logo {
	color: #FFFFFF;
    height: 100%;
}

header #logo a {
	text-indent: -9999px;
    height: 100%;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);	
}

header #logo a img {
    max-width: 100%;
    height: 80%;
    display: block;
	margin-top:10px;
}

nav#menu {
	float: right;
	margin-top:10px;
}

.slide-gallery { 
padding-right:15px;
}

.slide-shop { 
padding-right:35px;
}

.navmove { 
position: relative; 
top:-72px;
}

nav#menu #menu-nav {
	margin: 0;
	margin-right:20px;
	padding: 0;	
	height:110px;
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	height: 110px; 
	width: 130px;
	margin-right:10px;
}

nav#menu #menu-nav li ul{
	width: 100px;
	text-align: right;
}

nav#menu #menu-nav li ul li{
height:15px;
}

nav#menu #menu-nav li a {
	font-weight: 300;
	line-height: 20px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li a.main_links {
	color: #FFFFFF;
    font-size: 16px;
	text-align: left;
}

nav#menu #menu-nav li a.sub_links {
	color: #959595;
    font-size: 14px;
	line-height: 20px;
	text-align:left;
}

nav#menu #menu-nav li.current a.main_links,
nav#menu #menu-nav li a.main_links:hover {
	color: #7dc242;
}

nav#menu #menu-nav li.current a.main_links .division,
nav#menu #menu-nav li a.main_links:hover .division {
	color: #fff;
}

nav#menu #menu-nav li.current a.sub_links,
nav#menu #menu-nav li a.sub_links:hover {
	color: #7dc242;
}

nav#menu #menu-nav li.current a.sub_links .division,
nav#menu #menu-nav li a.sub_links:hover .division {
	color: #959595;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #26292E;	
	border-bottom: 1px solid #2F3238;
	position: absolute;
	right:0px;
	top: 60px;
	z-index: 9999;
	max-width:40%;
	min-width:300px;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px 10px 0px;
}

@media (max-width: 979px) and (min-width: 768px) {
    #mobile-nav {
        display: block;
        float: right;
    }

    header .sticky-nav {
        height: 60px;
    }

    .division, #header_br_tag, .hid {
        display: none;
    }
	
	.navmove { 
	top:0px;
	}

}

@media (max-width: 768px) {
    #mobile-nav {
        display: block;
        float: right;
    }

    header .sticky-nav {
        height: 60px;
    }

    .division, #header_br_tag, .hid {
        display: none;
    }

    header #logo {
        max-width: 25%;
        min-width: 150px;
    }
	
	.navmove { 
	top:0px;
	}
	
}


/* ==================================================
   Section Page
================================================== */

.page {
	background: none;
	padding: 50px 0;
	position: relative;
	z-index: 99;
}

.page.sub {
    padding-bottom: 20px;
}

.page-alternate {
	background: none;
	padding: 100px 0;
	position: relative;
	z-index: 99;
}

.title-page {
	text-align: center;
	margin-bottom: 100px;	
}

.title-page .title {
	font-size: 48px;
	margin: 0 0 10px 0
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}

/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	color: #7F8289;
	font-size: 16px;
	display: block;	
}

.work-nav #filters li a:hover {
	color: #FFFFFF;
}

.work-nav #filters li a.selected {
	color: #DE5E60;
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5) translate (50px, 0px);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5) translate (50px, 0px);
		-ms-transform: rotateY(180deg) scale(0.5,0.5) translate (50px, 0px);
		 -o-transform: rotateY(180deg) scale(0.5,0.5) translate (50px, 0px);
			transform: rotateY(180deg) scale(0.5,0.5) translate (50px, 0px);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1) translate (-50px, 0px);
	   -moz-transform: rotateY(0deg) scale(1,1) translate (-50px, 0px);
		-ms-transform: rotateY(0deg) scale(1,1) translate (-50px, 0px);
		 -o-transform: rotateY(0deg) scale(1,1) translate (-50px, 0px);
		    transform: rotateY(0deg) scale(1,1) translate (-50px, 0px);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	left:20px;
	width: 100%;
	height: 100%;
	background: #7dc242;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 1em;
	
	opacity: 1;
	filter: alpha(opacity=100);
}


/* ==================================================
   About Section
================================================== */

.profile-name {
	margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}

.profile-description {
	margin-bottom: 25px;	
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;	
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #7dc242;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	
	opacity: 1;
	filter: alpha(opacity=100);
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons li {
	display: inline-block;
	margin-left: 15px;	
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-icons li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1em;
	width: 16px;
	height: 16px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: opacity 0.1s linear 0s;	
	   -moz-transition: opacity 0.1s linear 0s;
		 -o-transition: opacity 0.1s linear 0s;
		    transition: opacity 0.1s linear 0s;
}

.social-icons li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ==================================================
   Contact Section
================================================== */

.contact-details {
    margin-top: 20px;
}

.contact-details h3 {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
    color: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;	
	width:
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 1px;	
}

#contact-form input,
#contact-form textarea {
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #3C3F45;
	opacity:0.8;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form .submit {
    background: #3C3F45;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin-top: 30px;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#contact-form .submit:hover {
    background: #7dc242;
    color: #FFFFFF;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}

/* ==================================================
   Twitter Feed
================================================== */

#twitter-feed {
	padding: 100px 0 90px;
	text-align: center;	
}

#twitter-feed .follow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -8px;
	font-size: 16px;	
}

#ticker .tweet_list {
	margin: 0;
	padding: 0;
	height: 64px;
	list-style: none;
	overflow-y: hidden;	
}

#ticker .tweet_list li {
	font-size: 18px;
	height: 64px;
	line-height: 28px;
	overflow: hidden;
}

#ticker .tweet_list .tweet_time a {
	color: #7f8289;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;	
}

#ticker .tweet_list .tweet_time a:hover {
	color: #FFFFFF;	
}


/* ==================================================
   Social Area
================================================== */

#mailto_3dme:hover {
    color: #7dc242;
    text-decoration: underline;
}

#social-area {
    margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
    text-align: center;
}

.social { 
    margin-left:50px;
} 

#social-area .social ul {
	margin-left: 0px;;
	padding: 0;
	
}

#social-area .social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#social-area .social ul li:first-child {
	margin-left: 0;
}

.social ul li a {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #7dc242;	
	opacity:1;
	

}


.social ul li a span {
	display: inline-block;
	margin: 0;
	color: #ffffff;
	font-size: 32px;
	line-height: 70px;
	
	opacity: 1;
	filter: alpha(opacity=30);
}

.social ul li:hover a,
.social ul li.active a {
	background-color: #3C3F45;	
	opacity: 0.9;
}

.social ul li:hover a span,
.social ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
}


.social-media-icons {
    margin-top: 20px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .social-media-icons:first-child {
        /*border-top: 1px dashed #3C3F45;*/
    }
}



.icons-example ul li:first-child {
    position: relative;
    left: -10px;
}

.icons-example ul li {
    margin: 0 !important;
}

.social-media-icons a {
	background-color: #7dc242 !important;	
	opacity:1 !important;
}

.social-media-icons a span {
	color: #ffffff !important;
	opacity: 1 !important;
	filter: alpha(opacity=30) !important;
}

.social-media-icons a:hover,
.social-media-icons a.active {
	background-color: #3C3F45 !important;	
	opacity: 0.9 !important;
}

.social-media-icons a:hover span,
.social-media-icons a.active span {
	color: #FFFFFF !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}




/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #26292E;
	text-align: center;
	z-index: 99;
    padding-bottom: 1px;
}

footer .credits {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;	
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #3C3F45;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color:#7dc242;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #2F3238;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 800;
	
	font-size: 24px;
	color: #FFFFFF;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background: #7dc242;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}


/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

    .column.full {
        clear: both;
        float: none;
        width: 100%;
        text-align: center;
    }

    .column.full p {
        text-align: center
    }

    .column.full img {
        float: none; 
        max-width: 100%;
        margin-bottom: 20px;
    }

    .column {
        float: left;
        width: 50%;
        text-align: left;
    }
    .column p {
        font-size: 1.0em;
        text-align: justify;
        color: #FFF;
        line-height: 145%;
        padding: 0 20px;
        margin-bottom: 5px;
    }

    .column img {float: left; margin-right: 20px;}
        


#whatwedobg {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.7 opacity */
    background: rgba(0, 0, 0, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000)";
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px 30px;
}

#whatwedobg h2.box-heading {
    margin-bottom: 10px;
}

#contactbg {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.7 opacity */
    background: rgba(0, 0, 0, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000)";
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px 0px;
}

#gallerybg {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.7 opacity */
    background: rgba(0, 0, 0, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000)";
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px 30px;
}

#gallerybg ul {
    margin: 0;
}

#gallerybg ul .item-thumbs .hover-wrap .overlay-img {
    left: 0;
}

#whowearebg {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.7 opacity */
    background: rgba(0, 0, 0, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000)";
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px 30px;
}

#whowearebg p {
    color: #fff;
}

#whowearebg .image-wrap .hover-wrap .overlay-img {
    left: 0;
}

#whowearebg .image-wrap .hover-wrap .overlay-text-thumb {
    left: 0;
    vertical-align: middle;
	top:35%;
}

.single{
position: relative; 
top:15px;
}

#whowearebg .image-wrap .hover-wrap .overlay-text-thumb a {
color:#FFFFFF;
}


iframe.hide {
    display: none;
}

p.buttonright {
    text-align: right;
	margin-right:20px;
}

p.buttoncentre {
    text-align: center;
}

.button.button-mini {
    padding: 4px 10px;
    font-size: 12px;
    text-indent: 0;
    margin-bottom: 15px;
    background-color: #3C3F45;
    color: #fff;
    
}

.button.button-mini:hover {
    background-color: #7dc242;
    color: #fff;
}

.embedded_video {
margin-bottom: 1%;    
}

.fancybox-opened {
    width: 50% !important;
    left: 25% !important;
}

.fancybox-inner {
    width: 100% !important;
	height: 100% !important;
}

/* ==================================================
Alex's Custom Styles
================================================== */


/* ==================================================
GALLERY
================================================== */
.gallery-off { 
	display:none;
}

.gallery_box { 
	overflow:hidden;
}

.gallery_box row { 
	float:left; 
	
}








/* ==================================================
MISC
================================================== */

#back_img { 
position:fixed;
top:0;
left:0;
z-index:-99;
width:100%
height:100%; 
}

.fancybox-title-inside-wrap { 
padding: 25px 0px 0px;
}

.mobile-desc {
display:none; 
margin-left:0px;
color:white;
}

.newsbox { 
position:absolute; 
top:50px;
left:0px; 
background: rgba(0, 0, 0, 0.7);
width:20%;
height:300px;
padding:1%;
z-index:99;
border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
} 

.storebtn {
	font-size: 1.3em;
	background-color: #7dc242;
	font-weight: bold;
	color: #FFFFFF;
	padding: 13px 26px;
	text-align: center;
}

.storelink-container{
	background-color:#2f3238;
	overflow: auto !important;
}

.storelink-container-left{
	width: 57%;
	float: left;
	padding: 0.8%;
}

.storelink-container-right{
	width: 39.8%;
	float: right;
	padding: 0.8%;
}

.storelink-container-left img, .storelink-container-right img{
	width:100%;
}

#store-image1, #store-image4, #store-image2{
	padding-bottom: 3%;
	vertical-align: top;
}


.storebox { 
background: rgba(0, 0, 0, 0.7);
padding:10px;
z-index:99;
border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.storebox a{
display:block;
}

.storebox a img{
width:100%;
}

.storebox p { 
    font-style: italic; 
	color:white;
	font-size:1.4em;
	margin-bottom:0px;
}

.redirectbox { 
margin:0px auto;
margin-top: 200px;
background: rgba(0, 0, 0, 0.7);
padding:1%;
z-index:99;
width:60%; 
text-align: center;
border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
} 

.termsbox {
margin:0px auto;
margin-top: 200px;
background: rgba(0, 0, 0, 0.7);
padding:3%;
z-index:99;
width:80%; 
text-align: left;
border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; 
margin-bottom:200px;
}

.termsbox p, li{
color:white;
}

.termsbox h3{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.newsbox div p { 
font-size:14px; 
color:white;
margin-bottom:5px;
}

.feeds-entry { 
display:none;
}

.feed-entry-date { 
font-size:12px;
}

.shopicon { 
height:20px; 
width:20px;
margin: 4px 1px 0px 0px !important;
} 

.defaultcursor { 
cursor:default;
}

.fancybox-close { 
opacity:1;
}

.fancybox-close:hover { 
background-color: #7dc242;
}

.appstorelinks { 
width:95%; 
margin:auto;
margin-bottom:5%;
margin-top: 5%;
padding-left:1%;
padding-bottom:2%;
background:#17191C;
overflow:hidden;
}

.appstorelinks li { 
width:30%;
height:120px;
display: inline-block; 
padding: 2% 2% 2% 0%;
}

.appstorelinks li a{
color:white;

} 

.appstorelinks li span{
width:100%;
margin-bottom:10%;
font-size: 18px;
color: #7dc242;
min-height:60px;
display:inline-block;
} 

.appstorelinks li p{
font-size:12px;
color:ffffff;
min-height: 80px;
display: inline-block;
} 

.appstorelinks li img {
float:left;
margin-right:2%;
} 

.vsample { 
width:100%; 
height:7%;
font-size:16px;
}

.normalcase { 
text-transform:none !important;
}

.video-nav { 
width: 180px;
position: absolute;
right: 50px; 
top: 50px;
z-index:99; 
}

.button.button-green { 
    background-color: #7dc242;
	margin-bottom: 15px;
    color: #fff;
}

.button.button-white { 
    background-color: #7dc242;
	margin-bottom: 15px;
    color: #FFFFFF;
	border: 2px solid #FFFFFF;
	font-weight:bold;

}

.box-height { 
    height:150px;
}

.mini-thumb { 
    height: 40px; 
    width: 40px;
} 

.green { 
    color: #7dc242;
}

.center { 
    text-align:center;
}

.policy { 
    color: #7F8289; 
    padding-top:20px;
}

.profile { 
    padding-left:0px;
} 

#landing_page_quote {
    text-align: center;
    line-height: normal;
}

.v2ibox { 
text-align:center;
height:260px;
width:220px;
margin: 0px auto;
margin-top:100px;
background: rgba(0, 0, 0, 0.7);
position:relative; 
top:-100px;
color:white;
}

.v2ibox a img{ 
margin:10px;
}

.twin_content { 
overflow: auto;
}

.content_box { 
float:left; 
width: 545px;
text-align:left;

} 

.details {
margin: auto;
margin-bottom:20px;
min-height: 360px;
width:65%;
text-align:center;
} 

.contact_text { 
margin-top:10px;
} 

 .contact_text p { 
text-align:center; 
color:white;
}

.content_box img { 
float:left;
margin: 8px 10px 0px 0px;
}

.content_box h2 { 

} 

.cleft{ 
margin-left:20px; 
}

.testimonials, .ourwork, .ourclients { 
color: #ffffff; 
text-align:justify;
}

.testimonials { 
height: 70px;

} 

.ourwork { 
height:150px;

}

.ourclients { 
	min-height:150px;
	overflow:hidden;
	margin-bottom: 10px;
}

.ipad { 
	height:auto;
	width: 80%;
	margin: 0% 5% 0% 15%!important;
	float:none !important;
}

.fancybox-image { 
	padding: 4% 4% 1% 4%;
	width: 90%; 
	height:auto;
	margin:auto; 
}

.fancybox-title-inside-wrap { 
padding-top: 0%;
padding-bottom:1%;
}

.awards_img { 
max-width:100%;
margin:7% 0% 5% 5%;
}

.awards_vid { 
margin: 2% 0% 2% 10%;
}

.profile h3 { 
	display:none;
	}

/* SCALEABLE CONTENT */ 

@media (min-width: 1200px) {
	.gallery_box{ 
	margin-left:12.5%;
	}
	
	.fancybox-opened { 
	width:50% !important;
	left: 25% !important;
	}
}

@media (min-width: 980px) and (max-width: 1200px) {
	.testimonials { 
		height: 85px;
		} 
		
	.ourwork { 
		height:200px;
		}
	
	.ourclients { 
		}

	.content_box { 
	width:430px
	} 	
		
	.content_box h2 { 
		font-size: 30px;
		margin-top: 3px;
		}
	
	.ipad { 
		margin: 10% 5% 0% 15% !important;
	}


}

@media (min-width: 980px) {
	.details_box {
	width: 45%;
	float:left;
	margin-left:5%;
	} 
	
}

@media (max-width: 980px) {
	.newsbox { 
		width: 20%;
		height: 420px;
	}
	
	.landing-content { 
		display:none;
	}
	
	#storenavlink {
		display: inline-block;
	}
	
	.appstorelinks { 
		width:90%; 
		padding-bottom:2%;
	}

	.appstorelinks li { 
		width:90%;
		height:55px;
		display: inline-block; 
		padding: 1% 2% 2% 1%;
		border-bottom: 1px solid #3C3F45;
	}

	.appstorelinks li span{
		font-size:28px;
		padding-top:0px;
		line-height:30px;
	} 

	.appstorelinks li p{
		display:none;
	} 

	.appstorelinks li img {
		float:left;
		margin-right:2%;
		margin-bottom:1%;
	} 

}


@media (min-width:768px) and (max-width: 979px) {
	

	.content_box { 
		clear:both;
		width: 100%;
		} 
		
	.testimonials, .ourwork, .ourclients {
		 height:100%;
		 margin-bottom:10px;
		}
	
	.cleft{ 
		margin-left:0px; 
		}
		
	.single{
		position: static; 
		}
		
	.ipad { 
		margin: 0% 10% 0% 10%!important;
	}
}

@media (min-width: 641px) and (max-width: 1200px) {
	.fancybox-opened { 
	width: 70% !important;
	left: 15% !important;
	}
	
	#whowearebg .image-wrap .hover-wrap .overlay-text-thumb a{
	font-size: 18px;
	}
}

@media (max-width: 767px) {

	.landing-content{ 
	margin-left:20px;
	margin-right:20px;
	}

	.awards_img, .awards_vid { 
	margin-left:10%;
	width:80%;
	}
	
	.awards_img.disease {
		width: 175px;
	}

	#thumbs li { 
	width:29% !important;
	margin-left:3%;
	}

	.image-wrap:hover .hover-wrap,
	.image-wrap.active .hover-wrap {
	display:none;
	}

	.profile { 
	height: 170px;
	} 
	
	.profile h2 { 
	font-size: 30px;
	margin-bottom:5px;
	}
	
	.profile h3 { 
	display:inline; 
	font-size:24px;
	}

	.image-wrap { 
	float:left;
	width:30%
	
	}
	
	.image-wrap img { 
	height:auto;
	width:100%; 
	}

	.contact-form-wrapper { 
	width:80% !important;
	}

	.newsbox { 
	left:20px;
	}

	.content_box { 
		clear:both;
		width: 95%;
	} 
	
	.twin_content { 
	padding-left:20px;
	}
	
	.cleft{ 
		margin-left:0px; 
		}
	
}

@media (max-width: 640px) {

	.mobile-desc { 
	display:inline-block;
	}

	.profile { 
	height: 140px;
	} 

	.heading-image img { 
	margin-bottom:10px;
	height:50px;
	width:50px;
	}

	.content_box h2 { 
	font-size:26px;
	}
	
	.content_box h3 { 
	font-size:18px;
	}
	
	.content_box p{ 
	display:none !important;
	}
	
	.quote-block { 
	display:none !important;
	}
	
	.newsbox { 
		top:450px;
		width:70%;
		right:20px;
		margin-top: 20px;
	}

	.fancybox-opened { 
	width: 100% !important;
	left: 0% !important;
	}
	
	
}

@media (max-width: 500px) {
	.profile { 
	height: 110px;
	} 

	.content_box h2 { 
	font-size:22px;
	}
	
	.profile h2 { 
	font-size: 24px;
	margin-bottom:5px;
	}
	
	.profile h3 { 
	display:inline; 
	font-size:18px;
	}
	
	.newsbox { 
	height:330px;
	}
	
	.healthtapcontainer{
		width: 175px !important;
	}
}
/* ==================================================
   Accordion & Toggle
================================================== */

.accordion {
  	margin-bottom: 20px;
}

.accordion-group {
  	margin-bottom: 4px;
  	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px;
	background:#3C3F45;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background:#7dc242;
	color:#FFFFFF;
}

.accordion-heading .accordion-toggle.active {
	background:#7dc242;
	color:#FFFFFF;
}

.accordion-heading .accordion-toggle.inactive {
	background:#3C3F45;
}

.accordion-heading.accordionize .accordion-toggle span,
.accordion-heading.togglize .accordion-toggle span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #23262C;
    font-size: 18px;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle span {
	color: #FFFFFF;
}

.accordion-heading .accordion-toggle.active span,
.accordion-heading:hover .accordion-toggle.inactive span {
	color: #FFFFFF;	
}

.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle span {
	margin: -8px 0 0 0;
	font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle.active span {
	opacity:0;
	filter: alpha(opacity=0);
}

.accordion-heading.togglize .accordion-toggle.active span + span {
	opacity:1;
	filter: alpha(opacity=100);
}

.accordion-inner {
	background: #26292E;
  	padding: 16px 20px;
	border: none;
}


.division {
    margin: auto 10px;
}


#contactbg .column.left, #contactbg .column.right {
    text-align: center;
}

#contact-form-wrapper {
    float: none;
    margin: auto;
	width:80%;
}

#goUp {
    background: transparent !important;
}

#ondemand {
    color: #fff;
}

#healthtapaccord img {
	margin: 0;
	vertical-align: baseline;
}

.healthtapcontainer{
	width: 235px;  
	height: 175px;
	display: inline-block;
	text-align: right;
}

