/*
* Swag V1.0
* Author - Mike Ilsley, BeantownDesign.com
* See ThemeForest.net for License Info
*
*/



@import url("../../assets/fontello/css/entypo-embedded.css");
@import url("../../assets/fontello/css/entypo-ie7.css");
@import url("../../assets/fontello/css/entypo-ie7-codes.css");


/* Table of Content
==================================================
	#Font-Face
	#Global
	#Background Colors and Patterns
	#Margin and Padding
	#Dividers
	#Titles
	#Header Banner
	#Lists
	#Logo
	#Footer
	#Back to Top Button
	#Shadows
	#Main Navigation
	#Tiny Nav
	#Sidebar
	#Accordion
	#Tooltips
	#Twitter
	#Instagram
	#Facebook
	#Testimonials
	#Contact Form
	#Contact Map
	#Blog
	#Portfolio
	#Single Portfolio Slider
	#Staff
	#Services
	#Fancybox
	#Buttons
	#Tabs 
	#Progress Bars
	#CSS3 Shadow
	#WOW Slider
	#Camera Slider
	#Price Tables
	#Revolution Slider
	#New Button Styles
	*/
	
	
/* #Font-Face
================================================== */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League-Gothic/League_Gothic-webfont.eot');
    src: url('../fonts/League-Gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League-Gothic/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League-Gothic/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League-Gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebas/BebasNeue-webfont.eot');
    src: url('../fonts/bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/bebas/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/bebas/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../fonts/ChunkFive/Chunkfive-webfont.eot');
    src: url('../fonts/ChunkFive/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ChunkFive/Chunkfive-webfont.woff') format('woff'),
         url('../fonts/ChunkFive/Chunkfive-webfont.ttf') format('truetype'),
         url('../fonts/ChunkFive/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* #Global
================================================== */

body { 
	font: 100%/1.5 'myriad-pro', sans-serif;
}


p {
	text-shadow: 0px 1px 0px #fff;
}

a,  a:visited { 
	text-decoration:none;
}


img { 
	max-width:100% 
}

blockquote {
	margin-left:15px; 
	padding-bottom:15px
}

.text-center, .aligncenter { 
	text-align:center 
}

.fullwidth {
	width:100%	
}

.ie7 img { 
	-ms-interpolation-mode: bicubic; 
}

::-moz-selection { 
	color:#fff; 
	text-shadow: none 
}

::selection { 
	color:#fff; 
	text-shadow: none 
}


.chunk { font-family: 'myriad-pro', Arial, sans-serif  }
.league { font-family:'myriad-pro',Helvetica,Arial,Sans-Serif;  }
.no-shadow, .no-shadow p, div.port-item-title, div.port-item-title a, div.port-item-title p { text-shadow:none !important }
.white-text { color:#fff }
.caps { text-transform:uppercase }

#main-wrapper, .section-wrapper  {
	position:relative;
}


#home-section .section-inner {
	width:100%; 
	padding:25px 0 150px 0;
	overflow:hidden
}
.section-inner {
	width:100%; 
	padding:150px 0;
	overflow:hidden
}

.elements-icon-demo { font-size:35px; line-height:38px }


/* Fisayo Background Colors
================================================== */
.section-wrapper .background-inner1{background:rgba(0,27,67,0.9);}
.home-section .background-inner1{background:none;}
.blog-section .background-inner1{background:none;}
.shareyourtips-section .background-inner1{background:none;}
.section-wrapper {border-bottom:2px solid #F78E1E;}
#single-portfolio-section .background-inner1{background:none;}

/* #Background Colors and Patterns
================================================== */
.black90,.black-90 { background:url(../images/patterns/black-90.png) }
.black80,.black-80 { background:url(../images/patterns/black-80.png) }
.black70,.black-70 { background:url(../images/patterns/black-70.png) }
.black60,.black-60 { background:url(../images/patterns/black-60.png) }
.black50,.black-50 { background:url(../images/patterns/black-50.png) }
.black40,.black-40 { background:url(../images/patterns/black-40.png) }
.black30,.black-30 { background:url(../images/patterns/black-30.png) }
.black20,.black-20 { background:url(../images/patterns/black-20.png) }
.black10,.black-10 { background:url(../images/patterns/black-10.png) }
.white9,.white-9 { background:url(../images/patterns/white-90.png) }
.white80,.white-80 { background:url(../images/patterns/white-80.png) }
.white70,.white-70  { background:url(../images/patterns/white-70.png) }
.white60,.white-60 { background:url(../images/patterns/white-60.png) }
.white50,.white-50  { background:url(../images/patterns/white-50.png) }
.white40,.white-40  { background:url(../images/patterns/white-40.png) }
.white30,.white-30  { background:url(../images/patterns/white-30.png) }
.white20,.white-20  { background:url(../images/patterns/white-20.png) }
.white10,.white-10  { background:url(../images/patterns/white-10.png) }

.overlay1 { background:rgba(0,27,67,0.9) }
.overlay1-20 { background:url(../images/patterns/overlay1-20.png) }
.overlay1-50 { background:url(../images/patterns/overlay1-50.png) }

.overlay2 { background:url(../images/patterns/overlay2.png) }
.overlay2-20 { background:url(../images/patterns/overlay2-20.png) }
.overlay2-50 { background:url(../images/patterns/overlay2-50.png) }

.overlay3 { background:url(../images/patterns/overlay3.png) }
.overlay3-20 { background:url(../images/patterns/overlay3-20.png) }
.overlay3-50 { background:url(../images/patterns/overlay3-50.png) }

.overlay4 { background:url(../images/patterns/overlay4.png) }
.overlay4-20 { background:url(../images/patterns/overlay4-20.png) }
.overlay4-50 { background:url(../images/patterns/overlay4-50.png) }

.overlay5 { background:url(../images/patterns/overlay5.png) }
.overlay5-20 { background:url(../images/patterns/overlay5-20.png) }
.overlay5-50 { background:url(../images/patterns/overlay5-50.png) }

.overlay6 { background:url(../images/patterns/overlay6.png) }
.overlay6-20 { background:url(../images/patterns/overlay6-20.png) }
.overlay6-50 { background:url(../images/patterns/overlay6-50.png) }

.overlay7 { background:url(../images/patterns/overlay7.png) }
.overlay7-20 { background:url(../images/patterns/overlay7-20.png) }
.overlay7-50 { background:url(../images/patterns/overlay7-50.png) }

.overlay8 { background:url(../images/patterns/overlay8.png) }
.overlay8-20 { background:url(../images/patterns/overlay8-20.png) }
.overlay8-50 { background:url(../images/patterns/overlay8-50.png) }

.overlay9 { background:url(../images/patterns/overlay9.png) }
.overlay9-20 { background:url(../images/patterns/overlay9-20.png) }
.overlay9-50 { background:url(../images/patterns/overlay9-50.png) }

.overlay10 { background:url(../images/patterns/overlay10.png) }
.overlay10-20 { background:url(../images/patterns/overlay10-20.png) }
.overlay10-50 { background:url(../images/patterns/overlay10-50.png) }


 /* #Margin and Padding
================================================== */	

.m0 { margin:0 !important }
.mt10 { margin-top:10px !important}
.mt15 { margin-top:20px !important}
.mt25 { margin-top:25px !important}
.mt30 { margin-top:30px !important}
.mt35 { margin-top:35px !important}
.mt40 { margin-top:40px !important}
.mt72 { margin-top:72px !important}
.mb0 { margin-bottom:0px !important}
.mb10 { margin-bottom:10px !important}
.mb15 { margin-bottom:15px !important}
.mb20 { margin-bottom:20px !important}
.mb25 { margin-bottom:25px !important}
.mb30 { margin-bottom:30px !important}
.mb35 { margin-bottom:35px !important}
.mb40 { margin-bottom:40px !important}
.p0 { padding:0 !important }
.pt0 { padding-top:0px !important}
.pt10 { padding-top:10px !important}
.pt15 { padding-top:20px !important}
.pt25 { padding-top:25px !important}
.pt30 { padding-top:30px !important}
.pt35 { padding-top:35px !important}
.pt40 { padding-top:40px !important}
.pt45 { padding-top:45px !important}
.pt50 { padding-top:50px !important}
.pb10 { padding-bottom:10px !important}
.pb15 { padding-bottom:20px !important}
.pb25 { padding-bottom:25px !important}
.pb30 { padding-bottom:30px !important}
.pb35 { padding-bottom:35px !important}
.pb40 { padding-bottom:40px !important}

 /* #Dividers
================================================== */

div.dashed {
	height:2px; background:url(../images/dashed.png) 0 0 repeat-x; 
	border:0px;
	margin-bottom:20px
}

 /* #Titles
================================================== */

.outlined-title { 
	color:#fff; 
	padding: 20px 10px 15px 10px;
	margin-bottom: 50px;
	background:url(../images/patterns/black-50.png); 
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif; 
	text-transform:uppercase;
	text-align:center
}

.section-title { 
	/*font-size:50px; 
	font-family: 'ChunkFiveRegular', Arial, sans-serif;  
	text-align:center; 
	padding-bottom:70px; 
	background:url(../images/ornamental-sm.png) bottom center no-repeat; 
	margin-bottom:15px; 
	margin-top:0px  */
    font-size: 500%;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 0;
    line-height: .75;
    background: none;
    border-bottom: 3px solid #f78e00;
}


/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.section-title { 
	background:url(../images/ornamental-lg.png) bottom center no-repeat; 
	background-size: 124px 67px; 
	 
} 
}

.section-title span {  
	font-size:38px; 
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif;  
	text-transform:none 
}

.section-text {
	text-align:center; 
	font-size:15px
}

.social-section-icon {
	text-align:center;
	font-size:120px; 
	line-height:150px; 
	color:rgba(255, 255, 255, 0.4); 	
}


.social-section-icon.colored {
	text-align:center;
	font-size:120px; 
	line-height:150px; 
	opacity:1	
}

.header-title { 
	font-size:50px; 
	font-family: 'myriad-pro', Arial, sans-serif; 
	color:#fff;
	line-height:55px
}

.header-title .icon { 
	display:block;
	font-size:180px;
	line-height:250px;
}

.white-title {
	font-size:50px; 
	font-family: 'myriad-pro', Arial, sans-serif; 
	color:#fff;
	line-height:55px
}


.page-title {
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif;
	text-transform:uppercase
}

span.colored {padding-left:4px; }


/* #Header Banner
================================================== */

.title-icon {
	font-family: 'myriad-pro', Arial, sans-serif;  
	font-size:130px;
	line-height:130px;
	text-shadow:2px 2px 0px #fff
}


/* #Lists
================================================== */

ol {
	margin-left:15px
}

ul.bullets { 
	list-style-type:disc; 
	padding-left:15px
}

ul.arrow1 li {
	list-style-type:none;
	padding-left:10px; 
	background:url(../images/bullets/arrow1-sm.png) 0 4px no-repeat; 
	margin-left:0px
}

ul.arrow2 li {
	list-style-type:none;
	padding-left:16px; 
	background:url(../images/bullets/arrow2-sm.png) 0 4px no-repeat;
	margin-left:0px
}

ul.arrow3 li {
	list-style-type:none;
	padding-left:15px; 
	background:url(../images/bullets/arrow3-sm.png) 0 4px no-repeat;
	margin-left:0px
}

ul.check li {
	list-style-type:none;
	padding-left:19px; 
	background:url(../images/bullets/check-sm.png) 0 1px no-repeat;
	margin-left:0px
}

ul.star li {
	list-style-type:none;
	padding-left:19px; 
	background:url(../images/bullets/star-sm.png) 0 2px no-repeat;
	margin-left:0px
}

ul.diamond li {
	list-style-type:none;
	padding-left:16px; 
	background:url(../images/bullets/diamond-sm.png) 0 3px no-repeat;
	margin-left:0px
}

/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

ul.arrow1 li { 
	background:url(../images/bullets/arrow1.png) 0 4px no-repeat;
	background-size: 6px 9px; 
}

ul.arrow2 li { 
	background:url(../images/bullets/arrow2.png) 0 4px no-repeat;
	background-size: 12px 9px;
}

ul.arrow3 li { 
	background:url(../images/bullets/arrow3.png) 0 4px no-repeat;
	background-size: 11px 9px;
}

ul.check li {
	background:url(../images/bullets/check.png) 0 1px no-repeat;
	background-size: 15px 14px;
}

ul.star li { 
	background:url(../images/bullets/star.png) 0 2px no-repeat;
	background-size: 15px 13px;
}

ul.diamond li { 
	background:url(../images/bullets/diamond.png) 0 3px no-repeat;
	background-size: 12px 11px;
}
	
}


/* #Logo
================================================== */

.logo-text {  
	color:#fff;
	font-size:50px; 
	font-family: 'myriad-pro', Arial, sans-serif; 
	line-height:60px; 
	display:inline-block; 
	margin-left:50px; 
	margin-bottom:2px;
	position:absolute; 
	top:0px; 
	left:0
}



/* #Footer
================================================== */

.footerContainer {
	width:100%; 
	background:url(../images/backgrounds/darkBack.png) 20% 0; 
	border-top:2px solid #ddd;
}

.footer a, .footer a:visited, .footCreditsContainer a, .footCreditsContainer a:visited {
	text-decoration:none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out	
}

.footer a:hover, .footCreditsContainer a:hover {
	text-decoration:underline;
	color:#fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out	
}

.footer h3 { 
	font-weight:normal; 
	color:#fff; 
	padding:5px 0 5px 10px; 
	border-left:4px solid #ff000;
	background: rgba(0, 0, 0, 0.5); 
	margin-bottom:20px;
	font-size:24px; 
	
}

.footPadd {
	padding-left:4px
}

.footCreditsContainer {
	width:100%; 
	background:url(../images/patterns/dots.png) 4px 6px #1b1b1b; 
	border-top:2px solid #0a0a0a;
}

.footerCredits p { 
	padding:15px 0 0 0; 
	color:#fff; 
	font-size:12px; 
	text-shadow:none 
}

@media only screen and (max-width: 767px) {
	.footCreditsContainer { padding:15px 0 15px 0 }
	.footerCredits .columns { width:100%; text-align:center;  }
	.footerCredits p { float:none; text-align:center !important; padding:0 0 5px 0; margin:0 }
	.footer h3 { margin-top:20px }
}

p.creditsRight { 
	text-align:right 
}

.footer {
	padding-bottom:20px
}

.footer p, .footer{
	color:#fff; 
	font-size:13px; 
	text-shadow:0 0 1px #000; 
	font-weight:normal
}

/* #Back to Top Button
================================================== */
#back-top {
	position: fixed;
	bottom: 0px;
	right:15px;
	z-index:20000 !important
}
#back-top a{
	
	display: block;
	text-align: center;
	font-size:24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding:15px 10px;
	text-shadow:0px;
	
	border: 1px solid #2D2D2D;
   text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 1px rgba(0, 0, 0, 0.45) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	
}


/* #Shadows
================================================== */

.shadow-top {
	width:100%;
	position:absolute;
	top:0px	
}

.shadow-bot {
	width:100%;
	position:absolute;
	bottom:0px	
}


/* #Main Navigation
================================================== */


.menu ul { z-index:14001 }
.menu ul ul { z-index:14002 }

.menusurround {
	/*width:100%;*/ 
	max-wdith:100% !important;
	z-index: 14000;
	position:relative; 
	background:url(../images/patterns/black-90.png); 
	border-bottom:2px solid #808080; 
	position:fixed; 
	top:0;
}
.menusurround img[alt="logo"]/*fisayo*/{margin: 5px 0 0 15px;}
#menu {
	/*float:right;*/ 
	margin-right:15px;/*margin-right:50px*/
	margin-top: 10px;
	vertical-align: top;
	display: inline-block;
}

ul.level-1 {
	float:right;
	position:relative; 
	margin:0px 0 5px 0;
	float: left; 
	line-height: 1;  
	width: 100%;
}
	
.menu li a {
	white-space:nowrap;
	border: 0;
	padding:8px 0px 8px 15px;
	font-family: 'myriad-pro', Arial, sans-serif;
	font-size:25px; 
	font-weight:normal;
	text-decoration:none;
	display: block; 
	position: relative;
}

.menu ul li.last a span, .menu ul li li span {
	display:none
}

.menu li a span { 
	font-size:30px;
    display:inline-block;
	padding-left:15px; 
	position:relative; 
	letter-spacing:-4px;
	font-family: 'myriad-pro', Arial, sans-serif;
}
	
.menu li:hover a{
	text-decoration:none;
}

.js .menu {
	max-height: none;
	overflow: visible;
	background: none;
}
			
.menu > ul > li {
	display: inline-block;
	position: relative;
}

.menu, .menu > ul ul {
	clear: both;
}

.menu ul li.last a span, .menu ul li li span {
	display:none
}
	
.menu ul li li {
	padding:0; 
	margin:0;  
}
	
		
.menu ul li:hover ul a:hover{
	-webkit-transition: all 0.2s ease-out;  
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration:none;
}

	
a.menu-link {
	display: none;
}

.js .menu, .js .menu > ul ul {
	max-height: none;
	overflow: visible;
	background: none;
}

.js .menu > ul ul {
	display:none
}

.js .menu > ul li:hover > ul {
	display:block;
}

.menu ul {
	margin: 0
}
			
.menu li a {
	border: 0;
	 font-family:'myriad-pro',Helvetica,Arial,Sans-Serif;
	 text-transform:uppercase
}
			
.menu > ul > li {
	display: inline-block;
	position: relative;
}

.menu > ul ul {
	position: absolute;
	top: 0;
	left:100%
}

.menu > ul ul li {
	position: relative;
}

.menu li a {
	padding-bottom:22px;
}

.menu li li a {
	padding:10px;
	border-bottom:1px solid #333;
	text-transform:none 
}

.menu > ul ul.level-2 {
	top: 50px;
	left: 15px;
	overflow:visible
}

.menu li span {
    font-size:30px;
    display:inline-block;
    padding-left:15px; 
    letter-spacing:-4px;
    font-family: 'myriad-pro', Arial, sans-serif;
    float:left;
    position:absolute;
    top:5px;/*top:15px;*/
    right:-18px;
}
.menu li  {padding-left:12px}
.menu li.last span ,.menu li:last-child span{display:none}

/* different browser size nav tweaks */
@media only screen and (max-width: 767px) {
#menu, .level-1 {
    float: right !important;
    /*margin-right: 0 !important;*/
}

#menu, .level-1 {width:auto !important}
a.menu-link {width:60px}
.logo-text {margin-left:15px}
#menu ul {margin:0px !important}
.menusurround {
	width:100%; 
	
}
}

/*@media only screen and (min-width: 768px) and (max-width: 959px)*/
@media only screen and (max-width: 565px) {
.menu ul a span { display:none !important }
 #menu { margin-right:15px }
.logo-text { margin-left:15px }
}

/* #Tiny Nav
================================================== */
.hideTiny { 
	display:none !important 
}

.showTiny { 
	display:block !important 
}

.tinynav {
	display:none
}

select.showTiny { 
	display:block !important; 
	position:absolute; 
	right:15px; 
	background:#fff;  
	height:40px !important; 
	width:40%; 
}

@media screen and (max-width: 565px) {
	.tinynav, #tinynav1 { display: block !important; position:absolute; right:15px;  }
	#menu ul.level-1 { display: none }
	select.tinynav {  background:#fff; height:40px !important; width:40%;  }
}

		


/* #Sidebar
================================================== */

.widget-box {
	background: rgba(255, 255, 255, 0.6);
	padding:15px;
	margin-bottom:20px
}

.widget-box ul {
	margin-left:0px
}

.widget-box li {
	border-bottom: 1px dashed #EBEBEB;
    list-style-type:none;
	padding:0px 0 0px 18px;
	background:url(../images/bullets/arrow3-sm.png) 0 12px no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out;
	margin:0px
}

.widget-box li:hover {
	background:url(../images/bullets/arrow3-sm.png) 2px 12px no-repeat;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out
}

/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	
.widget-box li { 
	background:url(../images/bullets/arrow3.png) 0 12px no-repeat;
	background-size: 11px 9px;
}

.widget-box li:hover {
	background:url(../images/bullets/arrow3.png) 2px 12px no-repeat;
	background-size: 11px 9px;
}

}

.widget-box li a, .widget-box li a:hover {
	display:block;
	padding-bottom:5px;
	padding-top:8px;
}

.widget-box a, .widget-box a:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out; 
}

.widget-box h3 {
	font-family: 'myriad-pro', Helvetica, Arial, Sans-Serif;
	font-size:24px; 
	border-bottom: 4px double #E3E3E3;
    border-top: 4px double #E3E3E3;
    font-weight: normal;
}

/* #Accordion
================================================== */

.accordion-header {
	font-size: 16px;
	background: #ebebeb;
	margin: 0 0 0 0;
	padding: 5px 20px;
	border: 1px solid #ccc;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.active-header {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: url(../images/active-header.gif);
	background-repeat: no-repeat;
	background-position: right 50%; color:#fff
}

.active-header:hover {
	background: url(../images/active-header.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(../images/inactive-header.gif) #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.spacer {
	height:5px;
	width:100%
}

.inactive-header:hover {
	background: url(../images/inactive-header.gif) #f5f5f5;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.accordion-content {
	display: none;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.accordion-content, .open-content {
	max-width:100% !important
}


/* #Twitter
================================================== */

.jstwitter {
	width: 100%;
	
}
		
.jstwitter .tweet {
	margin: 0 auto 15px auto;
	font-size:18px;
	color:#fff;
	padding: 25px 10px 15px 10px;
	margin-bottom:20px;
	background:url(../images/patterns/black-40.png);
}
		
.jstwitter .tweet .time {
	font-size: 10px;
	font-style: italic;
	color: #666;
}

.jstwitter {text-align:center}

.jstwitter a:hover { text-decoration:underline }


 /* #Instagram
================================================== */

a.instagram-photo { 
	overflow:hidden; 
	padding:2px; 
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition:  all 0.5s linear 0s; 
}

a.instagram-photo:hover { 
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition:  all 0.1s linear 0s; 
}

.instagram-photo {
	display: inline-block;
    height: 80px;
	margin:5px;
    width: 80px;
	position:relative;
}

.instagram-photo .instagram-hover-cover {
	display:none !important
}

ol.linenums {
  margin: 0 0 0 33px; 
} 

ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}


 /* #Facebook
================================================== */
   
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

#likebox-frame{
 border:2px solid #F0F9F4;
 width:894px;
 z-index:10;
 height: 156px;
 overflow: hidden;
 position:relative;
 top:-1px;
 left:-2px;
}

#likebox-frame iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}

.fb-outer {
	overflow:hidden;
}

.full-facebook { 
	border:none; 
	overflow:hidden; 
	width:940px; 
	max-width:100%; 
	height:372px; 
	border:0px; 
	margin-top:-4px; 
	background:url(../images/patterns/black-20.png) 
}

 /* #BX Slider
================================================== */


.button_quotes li blockquote { 
	color:#fff; 
	font-size:45px;
	padding:0px;
	border:0px;
	font-family: 'myriad-pro', Arial, sans-serif; 
	line-height:40px;
	font-style:normal;
	margin-top:15px;
	text-align:center
	 
}

.button_quotes li cite { 
	font-size:18px; 
	font-weight:bold;
	display:block;
	text-align:center;
	font-style:normal  
}

.qr_buttons { margin-top:25px }
.button_quotes li {	text-align:center;}
.button_quotes li img {
	height:130px;
	width:130px;
	border:3px solid rgba(0, 0, 0, 0.6);

}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
	width:100%
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto
}

.bx-controls-direction {
	text-align:center; 
	position:relative; 
	top:25px
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	
    color: #fff;
    font: 22px 'myriad-pro', Helvetica, Arial, Sans-Serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	padding:8px;  
	width: 300px;
	-webkit-appearance: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	
	cursor:pointer;
	color:#fff;
}

.bx-wrapper .bx-controls-direction a {
	display:inline-block;
	width:300px;
	max-width:100%;
	margin:3px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


.bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* #Contact Form
================================================== */

#contactWrapper label { 
	display:block; 
	float:none; 
	width:auto; 
	font-weight: bold; 
}

#contactWrapper label.error { 
	display:block; 
	float:none; 
	font-size:12px; 
	width:auto; 
	font-weight: normal; 
	margin-bottom: 0px;  
	background: #fff; 
	margin-top: 5px; 
	padding: 5px 7px;
}

#contactWrapper label.checked { 
	display:none; 
	background: none; 
	border: 0px; 
	margin-top: 0px; 
	padding: 0px; 
	text-indent: -5000px;
}

.stage { 
	margin-bottom: 20px;
	width: 49%;
	display: inline-block;
}

.requiredNote { 
	margin: 20px 0px 20px;  
	font-weight: bold;
}

div.success, div.error { 
	padding: 15px 15px 0 15px; 
	margin-bottom: 15px; 
	background-color: rgba(204, 204, 204, 0.1);
 	border: 4px double #DDD;
}

#contactWrapper .success p { 
	margin: 0px;
}

 /* #Contact Map
================================================== */

.map_google { 
	width:100%; 
	height:450px; 
	clear:left; 
	background-color: rgba(204, 204, 204, 0.1) !important;
    border-bottom: 4px double #DDDDDD;
    border-top: 4px double #DDDDDD;
    padding: 5px 0 4px; 
	margin-bottom:25px 
}
	
.map_google img { 
	max-width:none 
}

 /* #Blog
================================================== */	

.featured-image { 
	border:1px solid #e5e5e5; 
}

a .featured-image {
	opacity:1; 
	max-width:100%; 
	margin:2px 0 0 0; 
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
	position:relative; top:0px; left:0px;
}

a .featured-image:hover {
	opacity:.8; 
	-webkit-box-shadow: 3px 3px 0 rgba(158, 158, 158, 0.3);
	-moz-box-shadow: 3px 3px 0 rgba(158, 158, 158, 0.3);
	box-shadow: 3px 3px 0 rgba(158, 158, 158, 0.3);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
	position:relative; 
	top:-2px; 
	left:-2px;
}

a.icon_comments {
	float:right
}

.icon_cal,
.icon_categories,
.icon_comments,
.icon_tags {
	font-size:12px;
	display:inline-block; 
	color:#fff; 
	padding:2px 6px 0px 23px; 
	margin:2px 2px 2px 0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
}

.icon_cal {
	background-image:url(../images/icons/blog/cal.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

.icon_comments {
	padding-left:25px;
	background-image:url(../images/icons/blog/comments.png);
	background-repeat: no-repeat ;
	background-position: 5px 5px;
	
}

.icon_categories {
	background-image:url(../images/icons/blog/category.png);
	background-repeat:no-repeat;
	background-position:5px 6px;
	padding-left:27px 
}

.icon_tags {
	background-image:url(../images/icons/blog/tags.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:23px
}
 
.icon_comments:hover {
	background-color:#333;  
	cursor:pointer;
	 
}

/* HD Retina Devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.icon_cal {
	background:url(../images/icons/blog/cal2x.png) 5px 5px no-repeat; 
	background-size: 15px 13px; 
}
.icon_comments {
	background-size: 18px 13px; 
	background-position: 5px 5px;
	background-image:url(../images/icons/blog/comments2x.png);
	background-repeat: no-repeat ;
}
.icon_categories {
	background:url(../images/icons/blog/category2x.png) 5px 6px no-repeat ; 
	background-size: 18px 12px; 
}

.icon_tags {
	background:url(../images/icons/blog/tags2x.png) 5px 5px no-repeat; 
	background-size: 15px 13px; 
}
}

.blog-meta span.icon_categories a, 
.blog-meta span.icon_categories a:visited, 
.blog-meta span.icon_tags a, 
.blog-meta span.icon_tags a:visited { 
	text-decoration:none 
}

.blog-meta span.icon_categories a:hover, 
.blog-meta span.icon_tags a:hover { 
	color:#fff 
}

.blog-meta {
	font-size:12px;
	margin-top:0px; 
	margin-bottom:25px;
	display: table; /*fisayo*/
}

.blog-meta a, .blog-meta a:visited {
	color:#fff; 
	text-decoration:none
}

.entry-title a, .entry-title a:visited {  
	text-decoration:none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
	
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif; 
}

.entry-title a:hover { 
	text-decoration:none;  
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
	
}

article.post {  
	background:url(../images/dashed.png) bottom repeat-x; 
	margin-bottom: 30px;
    padding-bottom: 20px;
}

.author { 
	color: #CCC;
    font-size:15px;
	font-family: 'myriad-pro',Helvetica,Arial,Sans-Serif;  
	display: inline-block;
	margin:0px 0 5px 0
}
	
p.excerpt { 
	margin-top:25px;
}

p.excerpt a, p.excerpt a:visited { 
	text-decoration:none; 
	font-weight:bold 
}

p.excerpt a:hover { 
	text-decoration:none; 
}

.entry-title {
	margin:0px;
	display:inline-block; 
	text-transform:uppercase;
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif; 
}

ul.pagination li { 
	display:inline-block 
}

ul.pagination li a, ul.pagination li a:visited { 
	display:inline-block;  
	color:#fff; 
	text-align:center; 
	padding:10px 10px; 
	margin-left:3px; 
	position:relative; 
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
}

ul.pagination li a:hover, ul.pagination li.current-page a { 
	display:inline-block; 
	color:#fff; 
	text-align:center; 
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out; 
}

.featuredLink a { 
	display:block; 
	overflow:hidden 
}

.featuredLink a img {
    display: block;
    height: auto;
    max-width: 100%;
    transition: transform 0.5s ease-out 0s; 
    -webkit-transition: all .2s ease-in-out;
    width: 100%;
}
.featuredLink:hover a img {
    display: block;
    height: auto;
    max-width: 100%;
    transform: scale(1.1) rotate(-3deg);
     -webkit-transform: scale(1.1) rotate(-3deg); 
    width: 100%;
}

.featuredPic a { 
	display:block; 
	overflow:hidden;
}
.featuredPic a img {
    display: block;
    height: auto;
    transition: transform 0.5s ease-out 0s; 
    -webkit-transition: all .5s ease-in-out;
      max-width: 100%;
      width: 100%;
}
.featuredPic:hover a img {
    display: block;
    height: auto;
    transform: scale(1.1) rotate(-3deg);
     -webkit-transform: scale(1.1) rotate(-3deg);
       max-width: 100%;
      width: 100%;
}
.featuredPic img {
    display: block;
    height: auto;
}
.featuredPic:hover a img {
    display: block;
    height: auto;
}

/* tags, sidebar */
.tagcloud .tags a,.tagcloud .tags a:visited {
	font-size:12px;
	display:inline-block; 
	color:#fff !important; 
	padding:4px 6px 4px 6px; 
	margin:0 3px 5px 0;
	-webkit-transition: all 0.8s linear 0s;
	-moz-transition: all 0.8s linear 0s;
	-o-transition: all 0.8s linear 0s;
	transition:  all 0.8s linear 0s;
	position:relative; top:0px; left:0px;
}

.tagcloud .tags a:hover {
	display:inline-block; 
	padding:4px 6px 4px 6px;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition:  all 0.1s linear 0s;
	position:relative; 
}

/* comments */
#comment-wrapper {
	padding-bottom:25px; 
	background:#000
}

.avatar {
    float: left;
	height:auto;
    margin-right: 15px;
    margin-top: 5px;
	width:80px; 
	height:80px;
}

.avatar img {
	width:80px; 
	height:80px;
	border:1px solid #e5e5e5;
}

.comment-title, .reply-title {
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif; 
	border-top: 4px double #E3E3E3;
	border-bottom: 4px double #E3E3E3;
	padding:10px 0;
	
}

.comment-reply {
	display:block; 
	float:right;
}

.comment, .comment-info, .comment-content {
    display: inline;
    float: left;
    margin-left: 0;   
    margin-right: 0px;
}

.comment {
    padding-top: 30px;
	background:url(../images/dashed.png) bottom repeat-x;
	display:block;
	margin-bottom:0px;
}
ul.commentlist > li.comment{width:100%;}
ul ol li.comment{width:92%;}
ul ol li.comment{
    padding-top: 30px;
	background:url(../images/dashed.png) top repeat-x;
	display:block;
	margin-bottom:0px
}
.children .comment {
    margin-left: 8%;
}

.comment-author { 
	font-weight:bold; 
}

ul.children li.comment { 
	background:url(../images/dashed.png) top repeat-x;
}

a.reply-link {
	padding-left:5px
}

.comment p {
	padding-left:100px;
}

.comment-time { 
	color:#B8B8B5; 
	font-style:italic 
}

p.comment-meta {
	margin-bottom:5px; 
	line-height:14px; 
	padding:4px 0 0 0;
}

.avatar {
	margin-bottom:15px
}

.single-post .blog-meta {
	margin-bottom:25px;
}

/* comment form */
label.error {
    color: #C85849;
    font-size: 13px;
    text-transform: none;
}

.button300 { 
	width:300px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}

/* #Portfolio
================================================== */

.portfolio-single h2, .portfolio-single h3 {
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif;  
}

div.port-item-container {
    text-align:center;
}

.port-box {
	position:relative
}


div.port-item-container:hover {
   color:#fff
}

div.port-item-container:hover a, div.port-item-container:hover a:visited {
	text-decoration:none
}

div.port-item-container:hover a:hover { 
	color:#fff; 
	text-decoration:none
}

div.port-item-title { 
	padding:5px 10px 10px 10px; 
	position:relative;
}

.port-box img{
	width:100%; 

}

.port-inner {
    position: relative;
    width: 100%; 
	overflow:hidden; 
}

.port-box .zoom {  
    height: 100%;
	position: absolute;
    left: 0; 
    top: 0;
    width: 100%; 
	opacity: 0;
	text-align: center;
	cursor:pointer;
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out;
}

.lt-ie9 .port-box .zoom {display:none}
.lt-ie9 div.port-item-container:hover .zoom {display:block; background:url(../images/patterns/black-50.png)}

.port-box {
	overflow:hidden !important
}

div.port-item-container:hover .zoom {
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s; 
	opacity: 1;
	-o-transition-duration: 2s;
	-moz-transition-duration: 0s;
	-webkit-transition: -webkit-transform 2s; 
}

.port-item-container .zoom-inner {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; 
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .2s ease-in-out; 
}

.port-item-container:hover .zoom-inner {
    
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out; 
}

.zoom { 
	background:url(../images/patterns/black-30.png)
}

.zoom-holder { 
	line-height:0px; 
	overflow:hidden 
}


.port-item-container .entypo, .staff-port-box .entypo {
	display:block; 
	font-size:90px !important; 
	color:#fff; 
	display:block; 
	width:100%; 
	position:absolute; 
	top:-150px;
	
}


.port-item-container .entypo .icon, .staff-port-box .entypo .icon { 
	position:relative; 
	top:-53px
}

.port-item-container {
    display: block;
    overflow: hidden;
    position: relative;
}
.port-item-container a img {
    display: block;
    height: auto;
    max-width: 100%;
    
    width: 100%;
}
.port-item-container:hover img {
    display: block;
    height: auto;
    max-width: 100%;
	
	transform: scale(1.1) rotate(-3deg);
	-ms-transform:scale(1.1) rotate(-3deg); /* IE 9 */
	-webkit-transform:scale(1.1) rotate(-3deg);
    width: 100%;
}

.port-item-container:hover #slider img {
	
	transform: scale(1) rotate(0deg);
	-ms-transform:scale(1) rotate(0deg); /* IE 9 */
	-webkit-transform:scale(1) rotate(0deg)
}

#slider li {
	margin-bottom:0px
}

.zoom-holder .entypo {
	position:absolute; 
	top:0px; 
	opacity:0; 
	text-align:center; 
	width:100%; 
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out;
}

.port-item-container:hover .entypo, .staff-port-box:hover .entypo {
	opacity:1; 
	color:#fff;   
	z-index:10000;   
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out;  
	font-size:110px;
	position:absolute; 
	width:100%; 
	top:50%;
	
}

.lt-ie9 .port-item-container .entypo, .lt-ie9 .staff-port-box .entypo { left:0%; top:50%; display:none; cursor:pointer  }
.lt-ie9 .port-item-container:hover .entypo, .lt-ie9 .staff-port-box:hover .entypo { display:block  }

/* Sortable Portfolio */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.portfolio-content .row { margin-bottom:0px}
.port-item-container {margin-bottom:20px}

.fourcol .port-item-container { 
	width:220px; 
	margin:10px; 
} 

@media only screen and (max-width: 767px) {
.fourcol .port-item-container {width:290px !important; margin:10px 0;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.fourcol .port-item-container {width:190px !important; margin:10px; } 
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.fourcol .port-item-container {width: 235px !important;   } 
}

/* sortable  portfolio navigation */

.navsort {
	margin:25px 10px 0 0;
	top:0px;
	width:100%; text-align:center
}

.navsort a, .navsort a:visited { 
	color:#fff; 
	text-align:center; 
	padding:10px 20px; 
	margin-left:3px;  
	display:inline-block;
	margin-bottom:5px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out; 
}

.navsort a:hover, .navsort li.selected a { 
	color:#fff; 
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out; 
	
}

.navsort li {
	display:inline; 
}
	
#portfolio-content {
	position:relative; 
	top:-15px
}

 /* #Single Portfolio Slider
================================================== */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
 }
  
.callbacks_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.9;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width: 55px;
  margin-top: -45px;
  height: 70px;
}
  
.callbacks_nav:hover {
	opacity: 1.0; 
}

.callbacks_nav:active {
  opacity: 1.0;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  background:url(../images/slider/arrow-right.png) no-repeat left top;
 }

.callbacks_nav.prev {
 	background:url(../images/slider/arrow-left.png) no-repeat left top;
 }

/* #Staff
================================================== */

h4.staff-name {
	border-bottom: 4px double #E3E3E3;
    border-top: 4px double #E3E3E3;
	text-shadow:none;
	margin-top:10px
}

.port-item-container:hover h4.staff-name {
	border-bottom: 4px double #B8B8B5;
    border-top: 4px double #B8B8B5;
	color:#fff
}

.staff-member {
   position:relative;
}

.staff-port-box {
    padding:10px   
}

.staff-member p {
	text-shadow:none; 
}

.port-item-container:hover p {
	text-shadow:none; 
	color:#fff
}


.staff-title {
	margin-bottom:10px
}


.staff a {
	margin:0px !important 
}

.staff.social a {
	font-size:20px;
	line-height:30px;  
	text-shadow:none; 
	display:inline-block; 
	margin:0 3px;
	cursor:pointer
}

.staff-port-box:hover .esocial a {
	color:#fff; 
	text-shadow:none 
}


.staff-port-box:hover img { 
	
	transform: scale(1.1) rotate(-3deg);
	-ms-transform:scale(1.1) rotate(-3deg); /* IE 9 */
	-webkit-transform:scale(1.1) rotate(-3deg);
    
}

/* #Services
================================================== */

.serv, .services-section p {
	text-align:center
}

.service h2 {
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif
}

.serv .icon {
	font-size:100px; 
	display:block; 
	margin-bottom:10px; 
}

.serv {
	font-size:40px; 
}

.service { 
	padding:20px 10px 5px 10px;
	
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition:  all 0.5s linear 0s;
}

.service:hover {
	box-shadow:0px 0px 12px #ccc; 
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition:  all 0.1s linear 0s; 
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30060!important;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "myriad-pro",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}



.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 30010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}



.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "myriad-pro",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; 
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; 
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; 
	}
}
*/
/* #Fancybox
================================================== 

.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30060!important;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;

	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 30061;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 30020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 30040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../images/fancybox/blank.gif');
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 30040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 30040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}


#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 30010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}



.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	z-index: 30050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 30030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; 
		-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	
	color: #000;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
*/
/* #Buttons
================================================== */

.button, .button:visited,
button,
input[type="submit"], 
input[type="reset"],
input[type="button"] {
    color: #fff;
    font: 22px 'myriad-pro', Helvetica, Arial, Sans-Serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	padding:8px;  
	
	-webkit-appearance: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
		cursor:pointer;
		color:#fff; }

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
		background:#000;
		color:#fff }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
a.button.large { font-size:22px }
a.button.medium { font-size:18px }
a.button.small { font-size:14px }

a.full-width, a.full-width:visited {
	display:block; 
	width:100% !important; 
	max-width:100% !important; 
	padding:20px 0px!important; 
	white-space:normal;
    color: #fff;
    font: 24px 'myriad-pro', Helvetica, Arial, Sans-Serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
	text-align:center;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
	-webkit-appearance: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
}
	
a.full-width:hover {
	cursor:pointer;
	color:#fff; 
}


/* #Tabs 
================================================== */
ul.tabs {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
}
		 
ul.tabs li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; 
		
}

ul.tabs li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		margin: 0;
		color:#fff;
		font-size: 15px;
		margin-right:1px !important 
}

ul.tabs li a.active {
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 2px;
		color: #fff;
		border-bottom:0px
}
		 
ul.tabs li:first-child a.active {
		margin-left: 0; 
}

ul.tabs li:first-child a {
		border-width: 2px 2px 1px 2px;
}
		 
ul.tabs li:last-child a {
}

ul.tabs-content { margin: 0; display: block; list-style-type:none !important }
ul.tabs-content > li { display:none; }
ul.tabs-content > li.active { display: block; }

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

ul.tabs {
	  zoom: 1; 
}


/* #Progress Bars
================================================== */

.progress-bar {
	background-color: #1a1a1a;
	height: 35px;
	padding: 5px;
	
	margin: 0px 0;			
	
	-moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
	-webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
	box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;	       
	position:relative; overflow: hidden   
}

.progress-bar span {
	display: inline-block;
	height: 100%;	
	
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;    
}
	

.stripes span {
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;			
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);            
	
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;       		
}

@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

.shine span {
	position: relative;
}

.shine span::after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;			
	
	-webkit-animation: animate-shine 2s ease-out infinite;
	-moz-animation: animate-shine 2s ease-out infinite; 			
}

@-webkit-keyframes animate-shine { 
	0% {opacity: 0; width: 0;}
	50% {opacity: .5;}
	100% {opacity: 0; width: 95%;}
}


@-moz-keyframes animate-shine {
	0% {opacity: 0; width: 0;}
	50% {opacity: .5;}
	100% {opacity: 0; width: 95%;}
}

.glow span {
	-moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
	-webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
	box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;
	
	-webkit-animation: animate-glow 1s ease-out infinite;
	-moz-animation: animate-glow 1s ease-out infinite; 			
}

@-webkit-keyframes animate-glow {
 0% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;} 
 50% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;} 
 100% { -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
 }

@-moz-keyframes animate-glow {
 0% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;} 
 50% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .3) inset, 0 -5px 5px rgba(255, 255, 255, .3) inset;} 
 100% { -moz-box-shadow: 0 5px 5px rgba(255, 255, 255, .7) inset, 0 -5px 5px rgba(255, 255, 255, .7) inset;}
 }
 
.progress-bar h4 {
		position:absolute; 
		top:9px; 
		left:10px; 
		font-family:'myriad-pro',Helvetica,Arial,Sans-Serif; 
		font-size:55px; 
		text-transform:uppercase; 
		color:#1A1A1A
}

/* #CSS3 Shadow
================================================== */

div.port-item-container, .widget-box {
    background: #fff;
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15), /* The top layer shadow */
        0 10px 0 -5px #eee, /* The second layer */
        0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */
        0 20px 0 -10px #eee, /* The third layer */
        0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
		
		-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition:  all .1s ease-in-out;
		
	
}

div.port-item-container:hover {
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15), /* The top layer shadow */
        0 10px 0 -5px #ccc, /* The second layer */
        0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */
        0 20px 0 -10px #ccc, /* The third layer */
        0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
		
		
}

.lt-ie10 
div.port-item-container, .lt-ie10  .widget-box {
    background: #fff;
    box-shadow:
        0 10px 0 -5px #d3d3d3,
        0 20px 0 -10px #ddd; 
}

.lt-ie10 .widget-box:hover {
    box-shadow:
        0 10px 0 -5px #d3d3d3,
        0 20px 0 -10px #ddd; 
	
}

.lt-ie10 div.port-item-container:hover {
    box-shadow:
        0 10px 0 -5px #d3d3d3,
        0 20px 0 -10px #ddd; 
	
	
}
#menu li.last span{display:none;}

/* #Camera Slider
================================================== */
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(../../assets/camera/images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}

.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}

.camera_pag_ul li img {
	display: none;
	position: absolute;
}

.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_commands { 
	display:none 
}

.camera_prev > span {
	background:url(../images/slider/arrow-left.png) no-repeat scroll left top transparent;
	display: block;
	height: 70px;
	width: 55px;
}
.camera_next {
	right: 15px;
}
.camera_next > span {
	background:url(../images/slider/arrow-right.png) no-repeat scroll left top transparent;
	display: block;
	height: 70px;
	width: 55px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: -9999px;
	width: 16px;
}

.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}

.pattern_1 .camera_overlayer {
	background:url(../images/patterns/overlay1-20.png)
}
.pattern_2 .camera_overlayer {
	background:url(../images/patterns/overlay2-20.png)
}
.pattern_3 .camera_overlayer {
	background:url(../images/patterns/overlay3-20.png)
}
.pattern_4 .camera_overlayer {
	background:url(../images/patterns/overlay4-20.png)
}
.pattern_5 .camera_overlayer {
	background:url(../images/patterns/overlay5-20.png)
}
.pattern_6 .camera_overlayer {
	background:url(../images/patterns/overlay6-20.png)
}
.pattern_7 .camera_overlayer {
	background:url(../images/patterns/overlay7-20.png)
}
.pattern_8 .camera_overlayer {
	background:url(../images/patterns/overlay8-20.png)
}
.pattern_9 .camera_overlayer {
	background:url(../images/patterns/overlay9-20.png)
}
.pattern_10 .camera_overlayer {
	background:url(../images/patterns/overlay10-20.png)
}

.fluid_container {
	margin: 0 auto;
	width: 100%;
}

.camera_caption {
	color:#fff; 
	font-size:38px; 
	line-height:40px;
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif; 
	padding:50px;
	max-width:100%;
	overflow:hidden
}
	
.camera_caption > div {
	padding:30px 20px; 
	background:url(../images/patterns/black-80.png);
}

.camera-wrapper { 
	
	background-image:url(../../assets/camera/images/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}


@media only screen and (max-width: 767px) {
 
 .camera_caption {
	font-size:30px; 
	line-height:32px;
}
}

@media only screen and (max-width: 767px) {
	
	 .camera_caption {
	font-size:20px; 
	line-height:25px;
	padding-bottom:20px
	 
}
.camera_caption > div {
	padding:20px; 
	
	
}
.camera_prev > span, .camera_next > span {display:none}
}


/* #Price Tables
================================================== */


.price-col {
	float: left;
	width: 33.33%;
	padding: 25px;
	border: 4px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition:  all .2s ease-in-out;
	background:#fff
}

.price-col:hover { 
	border:4px solid #3AA2CF; 
}

.price-col.featured:hover { 
	border:4px solid #fff  
}

.price-col .title {
	background: #EDEDED;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 30px;
	font-family:'myriad-pro',Helvetica,Arial,Sans-Serif;
}

.price-col.featured .title {
	font-size:35px	
}

.price-col .price {
	font-size: 60px;
	text-align: center;
	line-height:60px;
	margin:0;
	font-family: 'myriad-pro', Arial, sans-serif
}


.price span {
	font-size:35px
}

.price-col .months {
	display: block;
	font-size: 11px;
	margin:0 0 25px 0;
	position:relative; 
	top:-8px;
	padding-left:10px
}


.price-col .button {
	bottom: 25px;
	display:block;
	
	text-align: center;
	margin-top:25px
}

.price-col ul {
	list-style-type: none;

}

.price-col li {
	margin-bottom: 5px;
}

.price-col.featured {
	padding: 35px 20px;
	margin-top: -25px;
	background: #3AA2CF;
	color: #fff;
}

.price-col.featured .title {
	margin-bottom: 55px;
	background: #59B9E3;
	padding:15px 0;
	margin-bottom:15px
}

.price-col.featured .price {
	color: #fff;
	font-size: 70px;
}

.price-col h5 {  
	font-size:18px; 
	margin:35px 0  20px 0
}

.price-col.featured h5 {
	margin-top:20px	
}

@media only screen and (max-width: 768px) {
	.price-col {
		float: none;
		width:90% !important;
		margin:0 auto 20px !important;
	}
	.price-col.featured {
		margin-top: 0;
	}
	.price-col {
		margin-bottom:10px	
	}
	
}


/* #Page Preloader
================================================== */

#loading_page{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;   
    z-index:20001;
    width:100%;
    height:100%;
    overflow:hidden !important;
}

#preloader{
    width:250px;
    height:250px;
    position:absolute;
    left:50%;
    top:50%; 
    background:url(../../assets/camera/images/loader.gif) center center no-repeat;
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}



/* #New Button Styles
================================================== */


.button, .button:visited, button, input[type="submit"], input[type="reset"], input[type="button"], a.full-width, .bx-controls-direction a, .navsort a, .navsort a:visited, ul.pagination li a, ul.pagination li a:visited 
{
	border: 1px solid #2D2D2D;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 -3px 1px rgba(0, 0, 0, 0.45) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    outline: medium none;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
	text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.2);
	
  }
 .button,.button:visited,button,input[type="submit"],input[type="reset"],input[type="button"]{
 	color:#fff;
 	font:22px 'myriad-pro',Helvetica,Arial,Sans-Serif;
 	letter-spacing:1px;
 	text-decoration:none;
 	text-transform:uppercase;
 	white-space:nowrap;padding:8px;
 	-webkit-appearance:none;
 	-webkit-transition:all .1s ease-in-out;
 	-moz-transition:all .1s ease-in-out;
 	-o-transition:all .1s ease-in-out;
 	transition:all .1s ease-in-out;
 	-webkit-box-sizing:border-box;
 	-moz-box-sizing:border-box;
 	 box-sizing:border-box
 	 } 

  
 #calendar
 #wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    color: #333;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: right;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
}
#wp-calendar tbody {
    color: #AAAAAA;
}
#wp-calendar tbody td {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #FFF;
    padding: 5px;
    text-align: center;
}
#wp-calendar tbody td:hover {
    background: none repeat scroll 0 0 #FFF;
}
#wp-calendar tbody .pad {
    background: none repeat scroll 0 0 transparent;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

#wp-calendar tbody td#today a, #wp-calendar tbody td#today {
    color: #FFF !important;
}
#wp-calendar {width:100%}

input:focus,  textarea:focus {
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition:  all .3s ease-in-out;
    color:#444 !important
}

select {color:#444}
@media only screen and (max-width: 768px) {
.woocommerce{
	margin-left:10px;
}{
	margin-left:0 10px;
}
}


@media only screen and (max-width: 767px) {
	.featuredPic img{width:100%;}
}
.block_rel{}
.port-item-container .jp-progress-container{width:55px}
.port-item-container .jp-volume-bar-container{width:20px}
 #jplayer-container img {height:auto !important;}
 ul.tabs li{cursor:pointer;}
.section-wrapper{min-height:200px;}
.widget-box-content select {width:100%; max-width:100%}

.shadow-top {z-index:13999}

div.service .icon {

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition:  all .1s ease-in-out; 
}

div.service:hover .icon {
    transform: scale(1.1) rotate(-3deg);
    -ms-transform:scale(1.1) rotate(-3deg); /* IE 9 */
    -webkit-transform:scale(1.1) rotate(-3deg);
}
 .icon { 
    
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition:  all 0.5s linear 0s; 
}

.icon:hover { 
    
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition:  all 0.1s linear 0s; 
}

.breadcrumbs{float:right;}


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

 #menu ul.breadcrumbs { margin-right:15px !important }

}


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

 #menu ul.breadcrumbs li { display:none }
 #menu ul.breadcrumbs li.home { display:block }
  #menu ul.breadcrumbs li.home span { display:none }

}
textarea {min-height:150px}

.ui-video-background {
	position: absolute;
	top: 30px;
	left: 840px;
}
.ui-video-background-controls {
	display:none;
	margin: 0;
	padding: 0 10px;
}
.ui-video-background-controls li {
	float: left;
	padding: 10px;
}
.video-background {
				position: absolute;
				top: 0;
				left: 0;
				overflow: hidden;
				width: 100%;
				height: 100% !important;
				z-index: 0;
			}
			.video-background video {
				min-height: 100%; 
				width:100%; 
			}
			
/*----------added by Martin--------*/

section/*#blog-section*/ {
                background: none;
                font-family: myriad-pro, sans-serif;
}
 
/*#blog-section*/.container { }
 
/*#blog-section*/ .section-title {
                font-size: 500%;
                text-align: center;
                padding-bottom: 60px;
                padding-top: 0;
                line-height: .75;
                background: none;
                border-bottom: 3px solid #f78e00;
}
 
/*#blog-section*/ h2.section-title {
                font-family: myriad-pro, sans-serif;
                font-weight: 100;
                font-style: normal;
                color: #005daa;
}
 
/*#blog-section*/ h2.section-title span {
                font-family: myriad-pro, sans-serif;
                font-weight: 400;
                font-style: normal;
                color: #f78e00;
                display: none;
}
 
/*#blog-section*/ .lt-ie10 div.port-item-container:hover, /*#blog-section*/ div.port-item-container:hover, /*#blog-section*/ ul.tabs li a, a.full-width:hover, /*#blog-section*/ .button:hover, button:hover, /*#blog-section*/ input[type="submit"]:hover, /*#blog-section*/ input[type="reset"]:hover, /*#blog-section*/ input[type="button"]:hover, /*#blog-section*/ .callbacks_nav:hover, #blog-section .navsort a:hover, /*#blog-section*/ .navsort li.selected a, /*#blog-section*/ ul.pagination li a:hover, /*#blog-section*/ ul.pagination li.current-page a, /*#blog-section*/ .blog-meta, .bx-wrapper .bx-pager.bx-default-pager a, /*#blog-section*/ .bx-wrapper .bx-prev:hover, /*#blog-section*/ .bx-wrapper .bx-next:hover, #blog-section .menu ul li li, #back-top a:hover, /*#blog-section*/ .post_pag span.current-post-page, /*#blog-section*/ .post_pag a:hover, /*#blog-section*/ .page-numbers span.current { background: #005daa; }
 
.icon_comments {
                background-color: #005daa;
                cursor: pointer;
}
 
.icon_comments:hover {
                background-color: #005daa;
                cursor: pointer;
}
 
/*#blog-section*/ .tagcloud a:hover, /*#blog-section*/ .tagcloud .tags a:hover, /*#blog-section*/ .icon_tags, /*#blog-section*/ .icon_categories, /*#blog-section*/ .icon_cal, /*#blog-section*/ .camera-wrapper { background-color: #005daa; }
 
/*#blog-section*/ .entry-title a {
                margin: 0px;
                display: inline-block;
                text-transform: none;
                font-family: myriad-pro, Sans-Serif;
                color: #005daa;
                font-weight: 600;
                font-style: italic;
                margin-right: .25em;
}
 
/*#blog-section*/ .price-col.featured .months, /*#blog-section*/ .serv .icon, /*#blog-section*/ .staff.social a, /*#blog-section*/ .entry-title, /*#blog-section*/ p.excerpt a:hover, /*#blog-section*/ .entry-title a, /*#blog-section*/ .entry-title a:visited, /*#blog-section*/ .accordion-header, /*#blog-section*/ .widget-box h3, select.showTiny, /*#blog-section*/ .section-title, /*#blog-section*/ .elements-icon-demo, /*#blog-section*/ a:hover, /*#blog-section*/ div.success, div.error { color: #005daa; }
 
/*#blog-section*/ .widget-box h3 {
                font-family: myriad-pro, Sans-Serif;
                font-size: 24px;
                border-bottom: 3px solid #f78e00;
                border-top: 3px solid #f78e00;
                font-weight: normal;
                font-style: normal;
                text-transform: uppercase;
}
 
/*#blog-section*/ .widget-box li {
                border-bottom: 1px solid #d0d5d9;
                list-style-type: none;
                padding: 0px 0 0px 18px;
                background: url(../images/bullets/arrow1-sm.png) 0 12px no-repeat;
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                margin: 0px;
}
.menusurround {
    background-color: rgba(0,33,66,.80) !important;
    border-bottom: 2px solid #f79900 !important;
    box-shadow: -3px 3px 12px 0 rgba(0,0,0,1);
    -webkit-box-shadow: -3px 3px 12px 0 rgba(0,0,0,1);
    -webkit-transition: all 500ms 100ms ease-in-out;
    -moz-transition: all 500ms 100ms ease-in-out;
    -ms-transition: all 500ms 100ms ease-in-out;
    -o-transition: all 500ms 100ms ease-in-out;
    transition: all 500ms 100ms ease-in-out;
    width: 100%;
}
 
@media screen and (min-width: 600px) {
.menusurround {
    max-width: 65px;
    height: 65px;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(0,93,170,1) !important;
    border: 2px solid #f79900;
    border-left: none !important;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: -3px 3px 12px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: -3px 3px 12px 0 rgba(0,0,0,.5);
    top: 30px;
}
.menusurround:hover {
	overflow: visible;
    max-width: 1000px;
    width: auto;
    background-color: rgba(0,33,66,1) !important;
    box-shadow: -3px 3px 12px 0 rgba(0,0,0,1);
    -webkit-box-shadow: -3px 3px 12px 0 rgba(0,0,0,1);
	
}
}
