@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:100,300,200,400,500,600,900,700,800|Merriweather+Sans:400,700,800,300,300italic,400italic);
/** general **/
body {
	font-family: 'Merriweather Sans', Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}
a {
	color: #BF40BF;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	outline: 0;
}
a:hover { color: #333; text-decoration: none; outline: none; }
a:focus { text-decoration: none; outline: 0px; }
.banner_header { text-shadow: 1px 1px 1px #333333; }
h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; line-height: normal; text-transform: uppercase; }
h1, h2 { font-weight: 700; margin: 0 0 10px 0; text-rendering: optimizelegibility; }
h1 cite, h2 cite {
	font-style: normal;
	font-weight: 300;
	color: #BF40BF;
}
h3 cite, h4 cite, h5 cite {
	font-style: normal;
	color: #BF40BF;
}
span.light { font-weight: 300; color: #00C29D; } 
h1 { font-size: 64px; font-weight: 600; }
h2, .h2 { font-size: 58px; font-weight: 600; }
h3, .h3 { font-size: 44px; font-weight: 600; }
h4, .h4 { font-size: 32px; font-weight: 600; }
h5, .h5 { font-size: 22px; font-weight: 600; }
h6, .h6 { font-size: 18px; font-weight: 600; }
p { margin-bottom: 20px; line-height: 22px; font-weight: 300; }
.lead cite { color: #00C29D; }
blockquote footer, blockquote small, blockquote .small { color: #453951; }
.navbar-toggle { text-indent: -9999px; margin-top: 15px; }
.navbar-toggle .sr-only { position: absolute; }
.navbar-inverse .navbar-toggle .icon-bar { background-color: #00C29D; }

.col-space { margin: 30px 0; clear: both; overflow: hidden; width: 100%; }
.lead { font-weight: 500; text-transform: uppercase; }
.form-control { color:#333; height: 50px; border: 3px solid #F2F2F2; border-radius:0px; -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.0); box-shadow:inset 0 1px 1px rgba(0,0,0,0.0); background: #F2F2F2; }
.form-control:focus { border-color: #999; background-color: #F2F2F2; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(39, 46, 63, 0.6); }
.overlay { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9; background: rgba(0,0,0,0.4) }
.sr-only { width: auto; height: auto; border: none; clip: inherit; position: static; }
.progress-bar {
	background-color: #BF40BF;
}

.nav-pills > li > a { background: #F6F6F6; color: #453951; }
.nav-pills > li > a { margin: 0 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background: #453951; }
.nav-pills > li.active > a:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(69, 57, 81, 0); border-top-color: #453951; border-width: 10px; margin-left: -10px; }

.panel-default { border: #00C29D; }
.panel-group .panel + .panel { margin-top: 10px; }
.panel-title > a { display: block; padding: 10px 15px; background: #00C29D; color: #fff; border: 0px !important; }
.panel-title > a i { margin-right: 5px; }
.panel-title > a.collapsed { background: #F6F6F6; color: #333333; }
.panel-title > a kbd { float: right; }
.panel-heading { padding: 0px; }
.panel-default > .panel-heading + .panel-collapse .panel-body { border-color: #F6F6F6; background: #F6F6F6 }

#mainArea .bg-img, #setupArea, #quoteArea, #newsArea, #twitterArea { background-color: #6699cc; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-background-size: widthpx heightpx; -webkit-background-size: 1900px 1200px; }
.light-gray-row { padding: 60px 0; overflow: hidden; background: #F8F8F8; }
.dark-gray-row { overflow: hidden; background: #333; }
.color-row { padding: 60px 0; overflow: hidden; color: #fff; background: #333; }
.color-row .light { color: #fff; }

/* Buttons */
.btn {
	padding: 7px 25px;
	border-color: #BF40BF;
	text-decoration: none;
	font-size: 18px;
	border-radius: 0;
	text-transform: uppercase;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	outline: 0;
	background: #BF40BF;
	color: #fff;
}
.btn:hover { background: #000; color: #fff; border-color: #000; }
.btn-outline-inverse { border: 2px solid #fff; color: #fff; background: rgba(0, 0, 0, 0.0); }
.btn-outline-inverse:hover { background: #fff; color: #d9771f; border: 2px solid #fff; }
.btn-outline-inverse:hover, .btn-outline-inverse:focus { background: #fff; color: #d9771f; }

/* Navigation */
.top-menu {
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0;
	background: #fff;
	border-bottom: 0px;
	z-index: 99999999;
	position: fixed;
}
.top-menu .navbar-header { margin-left: 0px; margin-right: 0px; }
.top-menu .navbar-brand { color: #333 !important; font-size: 38px; height: auto; line-height: 50px; padding: 15px 0 0px; font-weight: 600; }
.top-menu .navbar-right { padding-top: 15px; }
.top-menu .navbar-brand:hover { color: #000; }
.top-menu, .top-menu .navbar-brand, .top-menu .navbar-nav > li > a { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.top-menu .navbar-nav > li > a { padding-bottom: 25px; color: #333; text-transform: uppercase; }
.top-menu .navbar-nav > li > a:hover,
.top-menu .navbar-nav > li > a.current,
.top-menu .navbar-nav > .active > a, 
.top-menu .navbar-nav > .active > a:hover, 
.top-menu .navbar-nav > .active > a:focus,
.top-menu .navbar-nav > .open > a, 
.top-menu .navbar-nav > .open > a:hover, 
.top-menu .navbar-nav > .open > a:focus { background: none; color: #00C29D; border-bottom: 4px solid #00C29D; }
.top-menu .navbar-toggle { border-color: #fff; margin-right: 0px; }
.top-menu .navbar-toggle:hover, 
.top-menu .navbar-toggle:focus { background: #fff; border-color: #fff; }
.top-menu .navbar-toggle:hover .icon-bar,
.top-menu .navbar-toggle:focus .icon-bar { background: #00C29D; }
.top-menu > .container .navbar-brand, 
.top-menu > .container-fluid .navbar-brand { margin: 0px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.top-menu .top_nav {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	background: #BF40BF;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #00C29D; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #333; }

/* animated header */
.top-menu.tiny { padding: 0; background: #fff; border-bottom: 1px solid #333; }
.top-menu.tiny .navbar-right { padding-top: 15px; }
.top-menu.tiny .top_nav { height: 0px !important; overflow: hidden; }
.top-menu.tiny .navbar-brand { font-size: 32px; color: #333; }
.top-menu.tiny .navbar-brand i { color: #00C29D; }
.top-menu.tiny .navbar-nav > li > a { color: #333; }
.top-menu.tiny .navbar-nav > li > a:hover,
.top-menu.tiny .navbar-nav > li > a.current,
.top-menu.tiny .navbar-nav > .active > a, 
.top-menu.tiny .navbar-nav > .active > a:hover, 
.top-menu.tiny .navbar-nav > .active > a:focus,
.top-menu.tiny .navbar-nav > .open > a, 
.top-menu.tiny .navbar-nav > .open > a:hover, 
.top-menu.tiny .navbar-nav > .open > a:focus { color: #00C29D; border-bottom: 4px solid #00C29D; }
.top-menu .navbar-toggle:focus,
.top-menu .navbar-toggle:hover { background: #00C29D; color: #453951; border-color: #00C29D; }
.top-menu .navbar-toggle:focus .icon-bar,
.top-menu .navbar-toggle:hover .icon-bar { background: #fff; }
.top-menu .navbar-toggle .icon-bar { background: #00C29D; }
.form-control.popup { padding-left: 30px; padding-right: 5px; width: 30px; height: 34px; margin: 5px 0; transition: all 0.3s; -webkit-transition: all 0.3s; position: relative; border: none; border-radius: 50px; background-image: url(../images/search-icon.png); background-position: 10px center; background-repeat: no-repeat; }
.form-control.popup:focus { width: 200px; }

.social { margin: 5px 0px!important; }
.social a { color: #fff; width: 30px; border-radius: 50px; margin: 0 2px; height: 30px; text-align: center; display: inline-block; border: 2px solid #fff; background: none; }
.social a:hover { color: #00C29D; background: #fff; }
.social a:hover i { transform: rotate(360deg); transform: rotate(360deg); }
.social a i.fa { font-size: 14px; display: block; transition: all 0.3s; -webkit-transition: all 0.3s; line-height: 26px; }
.social.big { margin-bottom: 20px !important; }
.social.big a { width: 42px; height: 42px; line-height: 42px; }
.social.big a i { line-height: 40px; color: #fff; font-size: 18px; }
.social.big a:hover i { color: #fff; }
.social.big a:hover { border-color: #00C29D; background: #00C29D; }
.social.blue a { width: 36px; height: 36px; line-height: 36px; color: #00C29D; border-color: #00C29D; }
.social.blue a i { font-size: 16px; line-height: 34px; }
.social.blue a:hover { color: #fff; background: #00C29D; }
.circleBox { margin: 0 auto 30px; width: 180px; } 
.circleBox .circle-border-outside {
	border: 10px solid #BF40BF;
	position: relative;
	border-radius: 50%;
	position: relative;
	transition: all 0.3s ease-out 0s;
}
.circleBox .circle-border-inside { border: 10px solid #333333; border-radius: 50%; transition: all 0.3s ease-out 0s; }
.circleBox .circle-triangle { border-color: #00C29D rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); border-style: solid; border-width: 15px 15px 0; bottom: -23px; height: 0; margin-left: 65px; position: absolute; transition: all 0.3s ease-out 0s; width: 0; }
.circleBox i { line-height: 140px; display: block; color: #333; font-size: 64px; transition: all 0.3s; -webkit-transition: all 0.3s; }

.services { background-color: #FFFFFF; transition: all 0.3s; -webkit-transition: all 0.3s; border: 2px solid #E5E5E5;  margin-top: 90px; padding: 120px 30px 20px; }
.services .circleBox { position: absolute; top: 0px; left: 50%; margin-left: -90px; }
.services .circle-border-inside { background: #fff; }
.services li { padding: 10px 15px; display: block; width: 100%; border-top: 1px solid #e5e5e5; }
.services li:first-child { border: none; }
.services:hover { color: #fff; border-color: #333; background: #333; }
.services:hover i { transform: rotate(360deg); transform: rotate(360deg); }
.services:hover .circle-border-outside { border-color: #484848; }
.services:hover .circle-border-inside {
	border-color: #BF40BF;
}
.services:hover .circle-triangle { border-color: #484848 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.services { }

/* jumbotron */
.content-head { text-align: center; }

/* Main Area */
#main-slider { padding-top: 120px; color: #333; position: relative; overflow: hidden; }
#main-slider .nivo-caption { padding: 0; margin: 0% 0 0 -50%; display: none; position: absolute; top: 25%; left: 50%; z-index: 99; background: none; }
#main-slider h1 { }

/* The Nivo Slider styles */
.nivoSlider { position:relative; width:100%; height:auto; overflow: hidden; }
.nivoSlider img { position:absolute; top:0px; left:0px; max-width: none; }
.nivo-main-image { display: block !important; position: relative !important;  width: 100% !important;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin: 0; z-index:6; display:none; background:white;  filter:alpha(opacity=0);  opacity:0; }
/* The slices and boxes in the Slider */
.nivo-slice { display:block; position:absolute; z-index: 5; height: 100%; top:0; }
.nivo-box {	display:block; position:absolute; z-index: 5; overflow: hidden; }
.nivo-box img { display:block; } 
/* Caption styles */
.nivo-caption { 	position:absolute; 	left:0px; 	bottom:0px; 	background:#000;  	color:#fff; 	width:100%; 	z-index:8; 	padding: 5px 10px; overflow: hidden;	display: none;	-moz-opacity: 0.8; 	filter:alpha(opacity=8); 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */ 	box-sizing: border-box;         /* Opera/IE 8+ */ }
.nivo-caption p { 	padding:5px;	margin:0;}
.nivo-caption a {	display:inline !important;}
.nivo-html-caption {    display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {	position:absolute;	top: 50%; margin-top: -20px; z-index:99999; line-height: 40px; height: 40px; font-size: 60px; font-weight: 300; color: #fff; cursor:pointer;}
.nivo-directionNav a i { line-height: 40px; }
.nivo-directionNav a:hover { color: #00C29D; }
.nivo-prevNav {	left: 10px; z-index: 999; }
.nivo-nextNav {	right: 10px; z-index: 999;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { text-align: center; margin-top: -20px; position: relative; z-index: 999; }
.nivo-controlNav a { padding: 0; color: #fff; width: 13px; border: 2px solid #fff; height: 13px; cursor: pointer; border-radius: 40px; margin: 0 3px; text-indent: -9999px; display: inline-block; background: #fff; }
.nivo-controlNav a.active { width: 13px; height: 13px; background: #00C29D; border-color: #333; }

/* Main Slider */
#main-slider { position: relative; }
#main-slider .jumbotron { padding-top: 15%; }

/* About Area */
#aboutArea { padding: 80px 0px; overflow: hidden; }
#aboutArea h6 { margin-bottom: 5px; text-transform: uppercase; }

/* team Area */
#teamArea { padding: 60px 0px 0; overflow: hidden; }
#teamArea .i-overlay { font-size: 45px; color: #00C29D; }
#teamArea .image { position: relative; height: 100%; width: 100%; background: #039; }
#teamArea .image:hover { opacity: 0.7; }

/* setup Area */
#setupArea {
	padding: 60px 0px;
	position: relative;
	overflow: hidden;
	color: #fff;
	background-image: url(images/1900-1600-1.png);
}
#setupArea .container { position: relative; z-index: 99; }
#setupArea .col-sm-4 { border-right: 3px solid #fff; }
#setupArea { }
#setupArea { }

/* Setup Area */
#quoteArea {
	padding: 60px 0px;
	position: relative;
	overflow: hidden;
	color: #fff;
	background-image: url(images/1900-4.png);
}
#quoteArea blockquote { border: 0px; position: relative; z-index: 99; padding: 15px 10px; }
#quoteArea p.lead { color: #fff; font-size: 60px; font-weight: 700; line-height: 1em; padding: 30px 0 10px; text-align: center; }
#quoteArea p.lead span { position: relative; }
#quoteArea p.lead span:before { color: #00C29D; content: "''"; display: block; font-size: 40px; left: -55px; position: absolute; top: -20px; }
#quoteArea p.lead span:after { color: #00C29D; content: "''"; display: block; font-size: 40px; right: -55px; position: absolute; top: -20px; }
#quoteArea blockquote cite { font-weight: 700; }
#quoteArea blockquote footer, 
#quoteArea blockquote small, 
#quoteArea blockquote .small { color: #fff; font-size: 20px; }
#quoteArea blockquote footer:after { content: " —"; }

/* clients Area */
#clientsArea { padding: 60px 0px; overflow: hidden; position: relative; color: #fff; }
#clientsArea .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }
#clientsArea .col-sm-3 span { display: block; padding: 20px 10px; margin: 0 20px; font-size: 45px; background: #fff; color: #00C29D; -webkit-border-radius: 100px; border-radius: 100px; }
#clientsArea .col-sm-3 p { padding: 15px; font-size: 18px; text-transform: uppercase; }
#clientsArea #clients-slider { padding: 40px 0; }
#clientsArea .flex-viewport li { width: 190px; font-size: 68px; text-align: center; margin: 0; }
#clientsArea .flex-viewport li a { color: #fff; opacity: 0.5; }
#clientsArea .flex-viewport li a:hover { opacity: 1; }

/* service Area */
#serviceArea { padding: 60px 0px 0; overflow: hidden; }
#serviceArea { }
#serviceArea { }

/* news Area */
#newsArea { padding: 90px 0px; overflow: hidden; position: relative; color: #fff; background-image: url(../images/image_1900x2000.jpg); }
#newsArea .container { position: relative; z-index: 99; }
#newsArea .col-sm-4 { border-right: 3px solid #fff; }
#newsArea .col-sm-4 i { font-size: 180px; }
#newsArea .btn { height: 50px; border-color: #fff; }

/* twitter Area */
#twitterArea {
	padding: 90px 0px;
	overflow: hidden;
	position: relative;
	color: #fff;
	background-image: url(images/1900-2400.png);
}
#twitterArea .container { position: relative; z-index: 99; }
#twitterArea .col-sm-4 { border-right: 3px solid #fff; }
#twitterArea .col-sm-4 i { padding: 40px 0; font-size: 180px; }
#twitterArea p { padding-top: 25px; }

/* Work Area */
#workArea { padding: 60px 0px 0; overflow: hidden; }
#workArea ul.controls { width: 100%; padding: 0px; overflow: hidden; margin: 20px 0; text-transform: uppercase; font-weight: 700; }
#workArea ul.controls li { padding: 8px 10px; transition: all 0.3s; -webkit-transition: all 0.3s; color: #00C29D; list-style: none; display: inline-block; margin: 5px 8px; cursor: pointer; border: 2px solid #00C29D; }
#workArea ul.controls li:hover { color: #fff; background: #00C29D; }
#workArea ul.controls li.active { color: #333; border-color: #333; background: #fff; }
#workArea ul#Grid { margin: 30px 0 0; padding: 0; position: relative; }
#workArea ul#Grid li { display: none; margin-bottom: 0; position: relative; }
#workArea ul#Grid li a { display: block; color: #fff; background: #00C29D; font-weight: 700; text-transform: uppercase; }
#workArea ul#Grid li a span { opacity: 0; transform: scaleX(-1); -webkit-transform: scaleX(-1); display: block; position: absolute; width: 100%; text-align: center; top: 45%; left: 0px; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; }
#workArea ul#Grid li a img { width: 100%; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; }
#workArea ul#Grid li a:hover img { opacity: 0.2; }
#workArea ul#Grid li a:hover span { opacity: 1; transform: scaleX(1); -webkit-transform: scaleX(1); }
#workArea .col-sm-4 { padding: 0; }

/* Contact Area */
#contactArea { padding: 10px 0px 60px; }
#contactArea #map { margin: 60px 0 0 0; }
#contactArea #map_canvas { height: 500px; width: 100%; clear: both; }
#contactArea .form-control { margin-bottom: 20px; }
#contactArea textarea { height: 130px; }
#contactArea .row { margin-top: 50px; }
#contactArea .btn { width: 100%; }

/* Footer Area */
#footerArea { padding: 30px 0; background: #333333; color: #fff; }
#footerArea a { color: #d9771f; }
#footerArea a:hover { color: #fff; }
#footerArea .logo-bottom { font-size: 35px; margin-bottom: 20px; font-weight: bold; }
#footerArea .logo-bottom a { color: #fff; text-shadow: 1px 1px 0 #303030; }

/* Start Media Queries */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {
	
	.navbar .navbar-brand { font-size: 28px; }
	.nav > li > a { padding-left: 10px; padding-right: 10px; }
	.navbar .navbar-brand { font-size: 28px; }
	
	}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.navbar .navbar-brand, .navbar.tiny .navbar-brand { font-size: 24px; }
	.navbar-nav > li > a { padding-left: 8px; padding-right: 8px; font-size: 12px; }
	h3, .h3 { font-size: 32px; }
	#twitterArea p { font-size: 18px; }
	#quoteArea p.lead span:before { left: -10px; }
	#quoteArea p.lead span:after { right: -10px; }
	#quoteArea p.lead { font-size: 48px; }
	
	}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	h1 { font-size: 32px; }
	h2, .h2 { font-size: 32px; }
	h3, .h3, #quoteArea p.lead { font-size: 26px; } 
	h4, .h4 { font-size: 22px; }
	h5, .h5 { font-size: 18px; }
	.col-space { margin: 20px 0; }
	
	.flex-direction-nav a { top: 80%; margin: 0px; }
	.flex-control-nav { display: none; }
	
	.services .circleBox { top: -75px; }
	#twitterArea .col-sm-4 i, #newsArea .col-sm-4 i { padding: 0; float: none !important; text-align: center; margin: 0px; width: 100%; font-size: 80px; }
	#twitterArea .col-sm-4, #newsArea .col-sm-4 { border-right: none; border-bottom: 3px solid #fff; }
	#newsArea .btn { width: 100%; }
	#newsArea p { text-align: center; font-size: 24px; }
	#aboutArea, .light-gray-row, #twitterArea, #newsArea, #quoteArea { padding: 40px 0; }
	#quoteArea p.lead span:after, #quoteArea p.lead span:before { top:0; font-size: 30px; }
	#quoteArea blockquote footer { font-size: 16px; }
	#workArea ul.controls li { padding: 6px; margin: 3px; }
	#contactArea .col-sm-6 { margin-bottom: 30px; }
	#contactArea .btn { margin-bottom: 8px; }
	.form-control.popup { position: absolute; left: 5px; top: 0; padding-right: 0; height: 30px; background-position: 8px center; }
	.form-control.popup:focus { padding-right: 10px; }
	.top-menu .navbar-brand { padding-top: 5px; font-size: 25px; }
	.top-menu.tiny .navbar-brand { padding-top: 5px; font-size: 25px; }
	.top-menu .navbar-nav > li > a { padding: 3px 10px; }
	.navbar-nav { margin: 0; }
	.navbar-nav .dropdown { display: none; }
	#main-slider { padding-top: 100px; }
	.top-menu .navbar-nav > li > a:hover, .top-menu .navbar-nav > li > a.current, .top-menu .navbar-nav > .active > a, .top-menu .navbar-nav > .active > a:hover, .top-menu .navbar-nav > .active > a:focus, .top-menu .navbar-nav > .open > a, .top-menu .navbar-nav > .open > a:hover, .top-menu .navbar-nav > .open > a:focus, .top-menu.tiny .navbar-nav > li > a:hover, .top-menu.tiny .navbar-nav > li > a.current, .top-menu.tiny .navbar-nav > .active > a, .top-menu.tiny .navbar-nav > .active > a:hover, .top-menu.tiny .navbar-nav > .active > a:focus, .top-menu.tiny .navbar-nav > .open > a, .top-menu.tiny .navbar-nav > .open > a:hover, .top-menu.tiny .navbar-nav > .open > a:focus { border: none; background: #00C29D; color: #fff; }
	.top-menu .navbar-right, .top-menu.tiny .navbar-right { padding: 0px; }
	.nivo-directionNav a { font-size: 40px; }
	
	}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	 }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { 
	
	#main-slider .nivo-caption { display: none !important; }
	
	}
	
	}
