/*-----------------------------------------------------------------------------------*/
/*	GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin:0;
	padding:0;
	font:16px/22px 'Lato', sans-serif;
	color:#555;
	background: #f0f0f0;  
	-webkit-backface-visibility:hidden; 
	overflow-x:hidden; 
	text-rendering:optimizeLegibility;
	background-image:url(../img/bg.png);
}

.text-danger {
	color: rgb(242, 18, 98);
}

ul {
	list-style-type: circle;
}

.cbp_tmtimeline ul > li {
	padding-top: 3px;
	padding-bottom: 3px; 
}

/*-----------------------------------------------------------------------------------*/
/* FORM STYLING */
/*-----------------------------------------------------------------------------------*/

input[type="checkbox"],
input[type="radio"] {
	display:none;
}

input[type="checkbox"] + label span.custom_input,
input[type="radio"] + label span.custom_input {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-5px 5px 0 5px;
	vertical-align:middle;
	cursor:pointer;
	background-image:url('../img/input_checkbox_radio_sprite.png');
	background-repeat:no-repeat;
	transition: opacity 0.2s;
}

input[type="checkbox"] + label span.custom_input {
	background-position: left top;
}

input[type="checkbox"]:checked + label span.custom_input,
input[type="checkbox"] + label span.custom_input:hover {
	background-position: -17px top;
}

input[type="radio"] + label span.custom_input,
input[type="radio"] + label span.custom_input:hover {
	background-position: -37px top;
}

input[type="radio"]:checked + label span.custom_input {
	background-position: -54px top;
}

input[type="checkbox"] + label span.custom_input:hover,
input[type="radio"] + label span.custom_input:hover {
	opacity:0.8;
}

/*=========== SELECT2 Styling ================ */

.select2-container {
	min-width:100%;
	height: 34px;
}

.select2-container .select2-choice {
	line-height: 34px;
	height: 34px;
	border: 2px solid #d8d3cb;
	border-radius: 6px;
}

.select2-container-active .select2-choice {
	border-bottom:0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-drop-active {
	border: 2px solid #d8d3cb;
	border-top:0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 2px solid #d8d3cb;
	border-top-color: transparent;
}

label {
	color: #767676;
	text-transform:uppercase;
	font-weight:400;
	font-size:12px;
	margin-bottom:3px;
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: auto;
	min-height: 34px;
	/*border: 1px solid $light-grey;*/
}

.form-group {
	margin-bottom: 15px !important;
	display:block !important;
}

.form-group ul {
	margin-left:0;
	padding-left:0;
}

.form-group ul > li {
	display:inline-block;

}

input[type="text"], 
input[type="search"],
input[type="email"],
input[type="password"],
input[type="telephone"],
input[type="date"],
textarea {
	width:100%;
	height:34px;
	padding:5px;
	border: 2px solid #d8d3cb;
	color: #888;
	font-size:16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 20px !important;
}

textarea {
	height: auto;
	max-width: 100%;
}

.form-group.has-error input {
	border: 2px solid rgb(242, 18, 98);
}

.form-group.has-error > label {
	color: rgb(242, 18, 98);
}

/**** PAGE CONTAINERS ****/
.header { 
	position:relative;
	padding:0 0;
	background:#333;
	margin:0 auto; 
	width: 100%;
	z-index: 1000; 
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin:0px auto -110px;
	padding:0 0 110px;
}

.inner_content { padding:20px 0 0 0; }
#banner { background:#e9e6e1; width: 100%;border-bottom: 3px dashed #65C1C2; }
.intro_wrapper {  margin:0 auto; /*padding:0 0 40px;*/}

/**** GENERAL ****/
a, input, select, textarea {outline:none; text-decoration:none; }
a, li { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
a, a:visited { text-decoration: none!important; }
:focus {outline: 0!important;}
a:hover, a:active, a:focus { outline: 0!important;}
::-moz-selection{ color:#fff; background:#68c1c1; }
::selection { color:#fff; background:#65C1C2; }
p {margin-bottom:15px; }
hr { border-top:1px solid #ccc;border-bottom:0; }
blockquote { border-left:3px solid #65C1C2; }
.popover{ text-align:left; }
.media img { margin-top:5px; }
.media-body a { color:#888; }
.media-body a:hover { color:#777; }
.big {font-size:100px; }

legend {
color: #666;
border-bottom:none;
}

.well {
	background-color:#D3CDC4;
	border:0px none;
	margin-top:10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none; 
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Icons List */
.fa-li { margin-left:-8px; padding-top:2px; }

a.share-icon {
	color: #fff;
	font-size: 14px;
	padding: 10px;
	margin: 10px 0;
	display: inline-block;
}

a.share-icon:hover {
	opacity: 0.9;
	color: #fff;
}

a.share-icon.facebook {
	background-color: #3c599b;
}
a.share-icon.twitter {
	background-color: #3fcbfd;
}


/* Colours */
.hue {color:#68c1c1; }
.white { color:#fff; }
.magnolia{color:#E9E6E1;}
.grey { color:#999; }
.grey2 { color:#69767F; }
.asphalt {color:#34495E; }
.colour {color:#65C1C2; }
.turquoise{color:#65C1C2; }
.hue_block { background-color:#68c1c1; color: #fff; padding:0px 4px 2px; }
.hue_block:hover { background-color:#65C1C2; }

/* Padding */
.pad90 { padding-top:90px; }
.pad45 { padding-top:45px; }
.pad30 { padding-top:30px; }
.pad25 { padding-top:25px; }
.pad15 { padding-top:15px; }
.pad10 { padding-top:10px; }
.pad5 { padding-top:5px; }

/* Margins */
.marg-bottom5 { margin-bottom:5px; }
.marg-left5 { margin-left:5px; }
.marg-right5 { margin-right:5px; }
.but_marg { margin-left:3px; }

/* Video */
.vendor{ 
	position:relative;
	padding-bottom:56.25%;
    padding-top:0px; 
	height:0;
	margin:0 0;
}
.vendor iframe { 
	position: absolute; 
	top:0; 
	left:0;
    width:100%;
	height:100%;
} 
iframe { border:0; width:100%; height:100%; }
video { width:100%; height:auto; }

/**** LINKS ****/
a {
	color:#68c1c1; 
	text-decoration:none;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	outline:none;
}
a:hover {color: #555; text-decoration: none; }

.list-a {
padding: 0;
margin: 0;
list-style: none;
}

.list-a li {
	padding: 2px 0;
	border-bottom: 1px solid #65C1C2;
}

.list-a li a, .list-a li a:visited {
	color: #555;
}
.list-a li a:hover {
	color: #65C1C2;
}

/**** IMAGES ****/
img { 
	vertical-align:middle; 
	ms-interpolation-mode:bicubic; 
	opacity:1.0;
	max-width:100%;
}
/* Image Hover Colour */
.hover_img:hover, .hover_colour {  
	position:relative;
	background:#333333 url(../img/arrow-right.png) no-repeat 50% 50%;
	-webkit-box-shadow: inset 0 0 0 7px rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 0 0 7px rgba(255,255,255,0.15);
    box-shadow: inset 0 0 0 7px rgba(255,255,255,0.15); 
}

/**** BUTTONS ****/
.btn{ 
	border:0;
	-webkit-transition:background-color 0.2s ease-in;
    -moz-transition:background-color 0.2s ease-in;
    -o-transition:background-color 0.2s ease-in;
    transition:background-color 0.2s ease-in;
	border: 0 none;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 13px 12px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 400;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

.btn-custom{ font-size:14px; padding:12px 15px 14px; margin-top:10px; }
.btn-rounded{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn-primary { background-color:#B882B7; border:0;}
.btn-primary:hover { background-color:#882F87;}

.btn-blue { background-color:#8ECECE; border:0; color: #fff;}
.btn-blue:hover { background-color:#65C1C2; color: #fff;}
.btn-inverse { background-color:#323A45;}
.btn-inverse:hover { background-color:#3e4957;}
.btn:visited, .btn:focus { color:#fff; }
.label, .badge {text-shadow: none; }
.portfolio-links i {
	background-color:#3E4957;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}
.portfolio-links  a { margin-right:5px!important; }
.portfolio-links a:hover i { background-color:#323A45;}

/**** TYPOGRAPHY ****/
h1,h2,h3,h4,h5,h6 { font-weight:300; letter-spacing:-0.25px; }
h1.title {  font-size:40px; line-height:35px; font-weight:700; margin-bottom:35px; text-align:left;}
h1 { font-size: 24px; line-height:40px; }
h2 { font-size: 21px;  line-height:28px; }
h3 { font-size: 18px; line-height:25px; }
h4 { font-size: 16px; line-height:25px; margin-bottom:10px; }
h5 { font-size: 15px; line-height:22px; margin-bottom:10px; }
h6 { font-size: 14px; line-height:22px; margin-bottom:10px; }
h1.intro {  line-height:40px; font-weight:300;}
.lead { font-size:18px; line-height:24px; }

/* Welcome Text */
.welcome_index {
	width:80%;
	font: 32px/50px 'Lato', sans-serif;
	
	font-weight:300; 
	margin:0 auto;
	color:#000;
	text-align:center;
}

/*-----------------------------------------------------------------------------------*/
/*	02: MENU
/*-----------------------------------------------------------------------------------*/
/**** LOGO****/
#logo a:hover{ 
	opacity: .80; 
}

/**** LOGIN ****/

.login {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	text-align:right;
	line-height: normal;
	color: #BBB;
}

.login a {
		color: #fff;
}

.login a:hover {
		color: #bbb;
}

/**** HEADER & MENU ****/

.navbar {
	margin-bottom: 0;
	border-radius: 0;
	background: none;
	border: none;
}

.menu-nav-buttons {
	margin-top: 20px;
}

.menu-nav-buttons > button {
	float:right;
	border-radius:5px;
	padding: 9px 10px 7px;
	margin:0 0 0 10px;
	border:0px;
	background-image:none !important;
	color: #fff;
	background-color: #252525;
}

.menu-nav-buttons > button > a {
	line-height: 20px;
}

.menu-nav-buttons > button i { 
	font-size:20px;
}

.navbar-default .navbar-toggle {
	background-color: #252525;
	color: #ECCF0A;
	margin-right: 15px;
}

.menu-nav-buttons > button:hover,
.menu-nav-buttons > button:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
	color: #252525;
	background-color: #ECCF0A;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
}

.navbar-brand {
	margin-right:25px;
	padding: 15px 0 0 15px;
	height: auto;
}

.navbar-brand img {
	width:100%;
}

/**** END OF HEADER & MENU ****/
.dropdown-menu {
	background: #fff;
	display: none;
	left:-25px;
	padding:0;
	position:absolute;
	top:80px;
	width:170px;
	z-index:300;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background:#323A45;
    box-shadow:none !important;
	border:none;
}
.dropdown-menu > li > a {
	border: 0;
	color: #bbb; 
	display: block;
	font-size: 13px;
	padding: 8px 20px !important;
	text-align: left;
	text-transform: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
text-decoration:none;  color: #fff; background:transparent!important; }
.dropdown-menu > li:first-child { margin-top:4px;}
.dropdown-menu > li:last-child { margin-bottom:6px;}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus{ background-color:transparent; border:0px; }

.dropdown-menu .sub-menu { visibility: hidden; left:175px; }
.dropdown-menu li:hover .sub-menu  { visibility: visible; }
.dropdown-menu .sub-menu a { 
 -o-transition-property: none !important;
 -moz-transition-property: none !important;
 -ms-transition-property: none !important;
 -webkit-transition-property: none !important;
 transition-property: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	03: INDEX PAGES
/*-----------------------------------------------------------------------------------*/
/***************************************************
	SLIDER REVOLUTION - index
***************************************************/
.fullwidthbanner-container {
	width: 100%!important;
	height:450px; 
	max-height: 450px!important;
	position: relative;
	padding: 0;
	overflow: hidden!important;
	margin:0px 0 0px;
	background-image:url(../img/slider/slider-bethan.jpg);
	background-size: cover;
	background-position: center center;
}

.fullwidthbanner-container .banner-overlay{
	width:100%; 
	height:100%; 
	background-color:rgba(0,0,0,0.8);	
	position:absolute; 
}

.fullwidthbanner-container  .banner-video{
	height:450px; 	
}


.fullscreenvideo iframe{ max-height: 450px!important; }
.fullwidthbanner p{ line-height:24px; font-size:14px; }
.fullwidthbanner a{  color:#fff!important; }
.fullwidthbanner ul { visibility: hidden; margin: 0; list-style: none; }
.rev-text { color: #fff; margin: 40px; }
.rev-title { margin: 0px; color: #fff; }
.rev-left { margin-left: 20px; }
.rev-right { margin-right: 20px; }
.rev-title.big{ font-size: 40px; line-height: 46px; }
.rev-title-sub{ font-size: 20px; color: #fff; letter-spacing: 1px; font-weight: 400;  margin-top:80px;}
.rev-title-sub a{ color: #fff; }

.rev-title-sub-b{  margin-left:auto; margin-right:auto; margin-top:10%; }
.rev-title-sub-b p{ font-size: 30px; color: #fff; letter-spacing: 3px; font-weight: 400;  text-align:center; background-color:rgba(136, 47, 135, 0.8);  padding: 10px 5px; line-height:35px; }  
.rev-title.bold{
	font-size: 60px!important;
    line-height: 1;
    font-weight: 700!important;
    text-transform: uppercase;
    color: #eee;
	letter-spacing: 6px;
	padding: 8px 15px!important;
}
.rev-title2.bold{
	font-size: 60px!important;
    line-height: 1;
    font-weight: 700!important;
    text-transform: none;
    color: #eee;
	letter-spacing: 2px;
}
.tp-caption.bg { background: #323A45; padding: 18px 22px 22px; }
.video-play-home {
	  padding: 10px; text-align:center;
}
.video-play-home a:hover {
	  opacity:.5;
}
.big_white{
	color:#eee;
	font-size: 18px!important;
	background:#323A45;
	padding:20px!important;
}

.tp-leftarrow.default, .tp-rightarrow.default {
	height: 48px!important;
	width: auto!important;
	line-height: 45px;
	top: 50% !important;
	padding: 0px 10px;
	font-size: 30px;
	color: #bbb;
}
.tparrows:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before { content: '\f060'; }
.tp-rightarrow.default:before { content: '\f061'; }
.tparrows:hover { opacity: 0.7; }
.tp-bannertimer.tp-bottom	 {
    width: 100%;
    height: 10px;
    background: url(../img/timer.png);
    position: absolute;
    z-index: 200;
}
.tp-loader 	{
	 width: 50px;
	height: 50px;
	margin-left: 0px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	background: url(../img/preload_img.gif) center no-repeat!important;
	z-index:10000;
}

/***************************************************
	INDEX INTRO BOXES
 ***************************************************/
/* Index Boxes */
.tile {
	background-color:  #fff;
	/*-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	padding: 14px;*/
	position: relative;
	text-align: center;
	padding-bottom:25px;
	margin-bottom:25px;
}
.tile.tile-hot:before {
    background: url("../img/ribbon.png") 0 0 no-repeat;
    background-size: 82px 82px;
    content: "";
    height: 82px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 82px;
}
.tile p { margin: 10px 0 22px 0;
	padding:  0 20px;
 }
.tile-image {
  height: 100px;
  margin: 25px 0 15px;
  vertical-align: bottom;
}
.tile-image.big-illustration {
    height: 111px;
    margin-top: 10px;
    width: 112px;
}
.tile-title {  font-size: 18px; margin: 0; }

/*-----------------------------------------------------------------------------------*/
/*	04: PAGES
/*-----------------------------------------------------------------------------------*/

/***************************************************
	0I: TEAM
 ***************************************************/
.th{
	border:2px solid transparent;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin:0 0 10px 0;
	position:relative; 
	padding:10px;
	background:#68c1c1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.th:hover{
	border:2px solid transparent;
	transform: scale(1.03);
	background:#65C1C2;  
}

.team_ic a{ margin:0 2px; font-size:12px; }
.team_ic:hover{
     transform: translate(0,-4px);
    -webkit-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.team_sections { display: block; padding: 15px 5px; text-align: center; }
.team_bio{ width:80%; text-align:center; margin:0 auto; }
hr.team-line {  
	border: 0;
	background: url(../img/lines.png) repeat; 
    height:10px;
	width:160px;
	margin:25px auto 25px;
} 

/*************************************************************
	II: ABOUT PAGE
 *************************************************************/
/* Progress Bars */
.progress {
	background: #E9E6E1;
	-webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
	height: 23px;
	margin:8px 0 0 0; 
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
	
.progress .bar {
    background: #68c1c1;
	text-align:center;
	text-indent:20px;
	float: left;
	height: 100%;
	font-size: 12px;
	color: #ffffff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* About Info Bottom Strip */
.strip { 
	background-color:#e9e6e1;
	padding: 45px 0 40px;
	text-align:center;
}

.strip h1 { 
	letter-spacing:0.25em;
	color: #555;
	text-transform:uppercase;
	font-size:20px;
	margin-bottom: 0.5em;
}

.strip2 { 
	background-color:#fff;
	padding: 10px 0 0px;
	text-align:center; 
}

/*************************************************************
	FUNDERS
 *************************************************************/
.icon-center {
	text-align: center;
}

.icon-center img {
	padding: 20px 0;
}

/***************************************************
	CHAMPION STYLING
 ***************************************************/
.champion{
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	height:100px;
	color:transparent;
	text-align: center;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.champion img {
	width:100%;
	max-width:260px;
}
.champion:hover{
	background-color:#d3cdc4;
}
.champion-name{
	padding: 10px 0;
}
.champion-description {
	margin-top:20px;
}
/***************************************************
	V: BLOG
 ***************************************************/
/* Date */
.btn-blog {margin:14px 0 10px; background:#ebcd2d; color:#fff;  padding-bottom:8px; font-weight:400; }
.btn-blog1 {margin:0px 0 10px; background:#ebcd2d; color:#fff;  padding-bottom:8px; font-weight:400;}
.btn-blog:hover, .btn-blog1:hover { background:#ECCF0A; color:#fff;}
a.com_no { color:#fff;}
.com_no:hover { color:#68c1c1;}
a.com2_no { color:#fff;}
.com2_no:hover {color:#68c1c1; }

h1.post_intro {  font-size:25px;
line-height:35px; font-weight:400;}
.blog_slide { margin-bottom:-20px;}
.blog_slide1 { margin-bottom:-10px;}
.post_link { font-weight:400; line-height:26px; }
.post_link a:hover, .read_more a:hover  { color:#68c1c1; }
.post_link a {color: #555; }

/* Meta */
.post-meta ul {
	margin:-5px 0 15px 0;
	padding: 0 0;
	list-style:none;
	text-transform:uppercase;
	font-size:11px; clear:both;
}
.post-meta li { margin:0; display:inline; }
.post-meta a{ color: #555; }
.post-meta a:hover { color:#747474; }

.read_more  {  font-weight:400; letter-spacing:1.5px; }
.read_more a:hover { color:#555; }
.sidebar p, .sidebar .media-body p { font-size:13px; }

.avatar { float: left; margin:0 10px 0 0; }
.pad_author { margin:5px 20px 10px 0px; }
.media-body{ margin-bottom:5px;  }

/* Pagination */
.pagination { margin: 50px 0 20px; }
.pagination ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pagination ul > li {display: inline; }
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #68c1c1; 
    margin-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > li > .current {
	background-color: #68c1c1; 
    color: #fff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #68c1c1; 
    color: #fff;
    cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #bbb;
	cursor: default;
    background-color: transparent;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span { border-left-width: 2px; }

/***************************************************
	VI: CONTACT
 ***************************************************/

.contact_form { 
	padding-top:10px; 
}

.contact_form textarea { 
	min-height:200px;
	width:100%;
}

 #ajax-contact-form  input, #ajax-contact-form  textarea {
	border: 2px solid #d8d3cb;
	color: #888;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.required{ color:#68c1c1; font-size:17px; }

#ajax-contact-form  input.btn-form {
	border:0 none;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:13px 12px;
	margin-top:10px;
	font-size:11px;
	letter-spacing:2px;
	font-weight:400;
	text-decoration:none;
	outline:none;
	cursor:pointer;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-align:center;
}
.notification_error {
	color: #fff;
	background-color:#333;
	height:auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align:left;
}
.notification_ok {
    color: #fff;
	background-color:#333;
	font-weight:400;
    height: auto;
    margin:0 0 9px 0;
    padding:10px;
    text-align:center;
	font-size: 13px;
	text-transform: uppercase;
}


/***************************************************
	FOOTER
 ***************************************************/

#footer {
	background:#323A45;
	height: 110px;
	color:#999;
	margin:0 0; 
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:20px;
	font-size:13px;
	font-weight:400;
	line-height:normal;
}

#footer .footer-slogan {
	padding-top:15px;
}

#footer .copyright {
	text-align: right;
	padding-top:10px;
}

.copyright a { 
	color:#888;
}

.copyright a:hover {
	color:#777; 
}

.copyright a:not(:first-child) {
	padding-left:5px;
}

.copyright a:not(:last-child) {
	border-right: 1px solid #555;
	padding-right: 10px; 
}

/* Back To Top */
.go-top {
	position:fixed;
	bottom:0.5em; right: 0.5em;
	text-decoration: none;
	color:white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size:30px;
	padding:0.1em 0.3em 0.1em;
	display:none;
	border-radius:3px; z-index:500;
}
.go-top:hover { background-color:rgba(0, 0, 0, 0.6);}

/*-----------------------------------------------------------------------------------*/
/*	05: PORTFOLIO, CAROUSEL & THUMB CAROUSELS
/*-----------------------------------------------------------------------------------*/
/**** PORTFOLIO ****/
.item_description {
    position:relative;
	color:#767676;
	padding:10px 15px;
	margin-top:-1px;
	background-color:#e9e6e1;
	font-size:13px;
	text-align:center;
	font-weight:400;
	margin-bottom:2px;
	border-bottom:2px solid #d3cdc4;
}
.item_description:hover{ border-bottom:2px solid #bbb; }
.item_description a {  color:#555; text-transform:uppercase; font-size:12px; letter-spacing: 2px;}
.item_description a:hover{ color:#888; }


.element { overflow: hidden; position: relative; margin-bottom:20px; }
.element img {max-width: 100%;}
#options {padding: 0 0 0px;}
#filters2 { text-align: center; margin:45px 0; }
#filters { text-align: left; margin:45px 0; }
#filters li, #filters2 li{ margin: 0; background:none; overflow:hidden; display:inline-block;}
#filters li a, #filters2 li a {
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
	cursor:pointer;
	line-height:50px;
	color:#555;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:0 auto;
	padding:10px 14px;
	background:transparent;
	border:2px solid #767676;
	text-transform:uppercase;
	margin-right:10px; 
}
#filters li a.selected, #filters2 li a.selected { background:#68c1c1; color:#fff;  border:2px solid #68c1c1;}
#filters li a:hover, #filters2 li  a:hover{  color:#fff; border:2px solid #34495E; background:#34495E;  }

/**** GALLERY ****/
.holder { margin:50px 0 54px;text-align:left; }
.holder a { 
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	cursor:pointer;
	color:#555;
	display:inline-block;
	border-radius:6px;
	padding:8px 14px;
	background:transparent;
	border:2px solid #767676;
	text-transform:uppercase;
	margin-right:10px; 
}
.holder a:hover {color:#fff; border:2px solid #34495E; background:#34495E; }
.holder a.jp-previous, .holder a.jp-next, .holder a.jp-disabled, .holder a.jp-disabled, focus:a.jp-disabled {
	border:2px solid #767676;
	font-size: 12px;
	color:#767676;
}
.holder a.jp-current { background:#68c1c1; color:#fff; border:2px solid #68c1c1; }
a.jp-disabled:hover, .holder a.jp-next:hover { color:#fff; border:2px solid #34495E; background:#34495E; }
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover { cursor:default;  }
.holder span { display:none;  }
ul#itemContainer { list-style: none; padding:0 0; margin:0 0; width:100%; }

/* Single Portfolio Page Arrows */	
.widget-scroll-prev,
.widget-scroll-next {top:-12px; right:30px;}
.widget-scroll-next { right: 3px;  }

/* Small Carousel */
#slider_small .slider-item {
    position: relative;
    float:left;
    margin:0 3px 0px 0;
	min-height:100px;
}
/* Small Slider Arrows */	
.widget-scroll-prev3, .widget-scroll-next3 { top: -30px; left:0px; }
.widget-scroll-next3 { left:30px;}


.bx-controls{
	position: absolute;
	right: 0;
	top: -30px;
	width: 56px;	
}

.bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	position:relative; 
	display: block;
	cursor: pointer;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	padding: 0 0px;
	opacity: 1.0;
	font-size: 14px;
	font-weight: normal;
	background: #d8d3cb;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
	float:left; 
	margin-left:2px; 
	right:0; 
	left:0; 
	margin-top: 0; 
	text-indent:0;  
}
 
 


 .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover{  
	background:#65C1C2;
}


.slider-item{
	width:231px; 
	float:left; 
	margin-left:5px; 
}

.slider-item {
	letter-spacing:1px;
	color:#767676;
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
}

.slider-item a {
	color:#767676;
}




.bx-wrapper {
	float:left; 

}

.bx-wrapper .bx-viewport{
	border:0; 
	box-shadow:none; 
	left:0; 	
}

.related_link {
	letter-spacing: 1px;
	color: #767676;
	font-size: 12px;
	text-align: center;
	margin: 15px auto 0;
	text-transform: uppercase;
	padding: 0 5px 0 5px;
}


.slider-container{

	margin-left:auto; 
	margin-right:auto;  
	width:939px; 
	margin-top:25px;  
}

/*-----------------------------------------------------------------------------------*/
/*	06: 404 PAGE, PRICING TABLE, SKILLS BAR, ACCORDIAN, TABS, BOXES
/*-----------------------------------------------------------------------------------*/

/**** headers ****/
.title-bar {
	background-color:#882F87;
	padding:10px 0px;
	color: #FFF;
}
/**** 404 PAGE ****/
.screen-bg {
	background-color:#68c1c1;
	padding:50px 0px 30px;
	margin-bottom:30px;
}

/**** HOMEPAGE TILES ****/
.tile-home {
	text-align:center;
}

.tile-home h1 {
	font-size: 27px;	
}

/*************************************************************
	ACCORDIAN
 *************************************************************/
.accordion-group, .accordion-inner { border: none; border-radius: 0; }
.accordion-group { 
	padding:8px 0;
	margin-bottom:0px;
	background:#34495E;
	border-bottom:1px solid #2C3E50;
}
.accordion-group:first-child { 
	 -webkit-border-radius:6px 6px 0px 0px ;
	-moz-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
}
.accordion-group:last-child { 
	border: none;
	-webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
	border-radius:  0px 0px 6px 6px;
}
.accordion-heading .accordion-toggle {
	padding:0 0;
	height:16px;
	margin:5px 10px 8px;
	font-size:14px;
	line-height:16px;
	color:#bbb; text-transform:uppercase;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion-toggle i{ padding:0 15px 0 10px; }
.accordion-heading .collapsed {  color:#bbb; }
.accordion-heading .accordion-toggle:hover {  text-decoration:none; color:#fff;}
.accordion-inner { padding:0px 20px 9px 40px; font-size:13px; line-height:22px; color:#bbb; }

/*************************************************************
	TABS
 *************************************************************/
ul.nav-tabs { margin: 0 !important; }
.nav-tabs > li > a {
border:0px solid #34495E;	
	border-radius:0;
	margin-right:2px;
	font-size:12px;
	padding:6px 10px 5px;
	outline:none;
	background:#34495E; 
	color:#fff;
}
.nav-tabs > li.active > a { border:0px none; background:#65C1C2; color:#fff; }
.nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover,.nav-tabs > .active > a:focus  {
	border:0px solid #34495E;
	background:#65C1C2;
	color:#fff; 
}
.tab-content { padding:18px 0 0;}
.tabs-top .nav-tabs > li.active > a:hover, .tabs-top .nav-tabs > li.active > a { color:#fff; }

/**** TABS LEFT ****/
.tabs-left > .nav-tabs { border: none; }
.tabbable.tabs-left .nav-tabs li { border-radius:0; margin:10px 0 -2px 0; }
.tabbable.tabs-left .nav-tabs a {
	border:0 none;
	font-size:12px;
	padding:6px 0 6px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius:0;
	border-left:#ECCF0A 3px solid;
	color:#eee;
	background:#34495E;
}
.tabbable.tabs-left .nav-tabs .active a, .tabbable.tabs-left .nav-tabs a:hover {
	border:0 none;
	border-left:3px solid #ECCF0A;  
	color:#fff;
	background: #65C1C2;  
}
.tabbable.tabs-left .tab-content { padding: 0 0 20px 15px; }

 /*************************************************************
	TOOLTIPS
 *************************************************************/
.tooltip { font-size: 13px; }
.tooltip.in {opacity: 1;  filter: alpha(opacity=100);zoom: 1; }
.tooltip.top {padding-bottom: 9px;margin-top:-13px; }
.tooltip.top .tooltip-arrow {
	border-top-color: #8ECECE;
	border-width: 9px 9px 0;
	bottom: 0;
	margin-left: -9px; 
}
.tooltip.right .tooltip-arrow {
    border-right-color: #8ECECE;
    border-width: 9px 9px 9px 0;
    margin-top: -9px;
    left: -3px; 
}
.tooltip.bottom { padding-top: 8px; }
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #8ECECEe;
	border-width: 0 9px 9px;
	margin-left: -9px;
	top: -1px; 
}
.tooltip.left .tooltip-arrow {
    border-left-color: #8ECECE;
    border-width: 9px 0px 9px 9px;
    margin-top: 14px;
    top: -1px;right:-4px;
}
.tooltip.left  { margin-left:-15px; }

.tooltip-inner {
  background-color: #8ECECE;
  line-height: 18px;
  padding: 12px 12px;
  text-align: center;
  width: 183px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.box-a {
	min-height: 180px;
}

.box-b {
	background-color: #FFF;
	padding: 10px;
}



/*-----------------------------------------------------------------------------------*/
/*	07: CSS3 ANIMATIONS
/*-----------------------------------------------------------------------------------*/

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeIn { 0% {opacity: 0;}	100% {opacity: 1;}
}

@-moz-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }
@-o-keyframes fadeIn { 0% {opacity: 0;}	 100% {opacity: 1;} }
@keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes fadeInUp {
	0% { opacity: 0; -moz-transform: translateY(20px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInUp {
	0% { opacity: 0;	-o-transform: translateY(20px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}

@keyframes fadeInUp {
	0% { opacity: 0; transform: translateY(20px); }
	100% { opacity: 1; transform: translateY(0); }
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes fadeInDown {
	0% { opacity: 0; -moz-transform: translateY(-20px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInDown {
	0% { opacity: 0; -o-transform: translateY(-20px);}
	100% { opacity: 1; -o-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; transform: translateY(-20px); }
	100% { opacity: 1; transform: translateY(0); }
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes bounceInDown {
	0% { opacity: 0; -webkit-transform: translateY(-2000px); }
	60% { opacity: 1; -webkit-transform: translateY(30px); }
	80% { -webkit-transform: translateY(-10px); }
	100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes bounceInDown {
	0% { opacity: 0; -moz-transform: translateY(-2000px); }
	60% { opacity: 1; -moz-transform: translateY(30px); }
	80% { -moz-transform: translateY(-10px); }
	100% { -moz-transform: translateY(0); }
}
@-o-keyframes bounceInDown {
	0% { opacity: 0; -o-transform: translateY(-2000px); }
	60% { opacity: 1; -o-transform: translateY(30px); }
	80% { -o-transform: translateY(-10px); }
	100% { -o-transform: translateY(0); }
}
@keyframes bounceInDown {
	0% { opacity: 0; transform: translateY(-2000px); }
	60% { opacity: 1; transform: translateY(30px); }
	80% { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-2000px); }
	60% { opacity: 1; -webkit-transform: translateX(30px); }
	80% { -webkit-transform: translateX(-10px); }
	100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes bounceInLeft {
	0% { opacity: 0; -moz-transform: translateX(-2000px); }
	60% { opacity: 1; -moz-transform: translateX(30px); }
	80% { -moz-transform: translateX(-10px); }
	100% { -moz-transform: translateX(0); }
}
@-o-keyframes bounceInLeft {
	0% { opacity: 0; -o-transform: translateX(-2000px); }
	60% { opacity: 1; -o-transform: translateX(30px); }
	80% { -o-transform: translateX(-10px);}
	100% { -o-transform: translateX(0); }
}

@keyframes bounceInLeft {
	0% { opacity: 0; transform: translateX(-2000px); }
	60% { opacity: 1; transform: translateX(30px); }
	80% { transform: translateX(-10px); }
	100% {transform: translateX(0); }
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% { opacity: 0; -webkit-transform: translateX(2000px); }
	60% { opacity: 1; -webkit-transform: translateX(-30px); }
	80% { -webkit-transform: translateX(10px); }
	100% { -webkit-transform: translateX(0); }
}

@-moz-keyframes bounceInRight {
	0% { opacity: 0; -moz-transform: translateX(2000px); }
	60% { opacity: 1; -moz-transform: translateX(-30px); }
	80% { -moz-transform: translateX(10px); }
	100% { -moz-transform: translateX(0); }
}
@-o-keyframes bounceInRight {
	0% {opacity: 0; -o-transform: translateX(2000px); }
	60% { opacity: 1; -o-transform: translateX(-30px); }
	80% { -o-transform: translateX(10px); }
	100% { -o-transform: translateX(0); }
}
@keyframes bounceInRight {
	0% { opacity: 0; transform: translateX(2000px);}
	60% {opacity: 1; transform: translateX(-30px);}
	80% {transform: translateX(10px);}
	100% {transform: translateX(0);}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}
@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}
@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

/*-----------------------------------------------------------------------------------*/
/*	08: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/* MOBILE ONLY */
@media (max-width: 767px) {
	.navbar .nav > li a {
		color: #ccc;
		background: none;
	}

	.navbar .nav > li a:hover,
	.navbar .nav > li a:focus,
	.navbar .nav > li.active a,
	.navbar .nav > li.active a:hover {
		color: #fff;
		background: none;
	}

	.navbar-right {
		border-top: 1px solid #555;
	}

	#footer .copyright {
		text-align: left;
	}

	#footer {
		height:160px;
	}
	
	.bx-wrapper{
		clear:left; 
		float:none; 
	}

	.slider-container {
		width: 240px;
		margin-bottom:30px; 
	}
	
	.bx-wrapper .bx-controls{
		right:82px; 
		top:auto; 
		bottom:10px; 		
	}
	
	.slider-item{
		margin-bottom:30px; 
		
	} 


}

/* NOT MOBILE */
@media (min-width: 768px) {
	.navbar-nav {
		margin: 62px 0 0 0;
	}

	.navbar-nav.navbar-right {
		position:absolute;
		right:15px;
	}

	.navbar-nav.navbar-right>li>a {
		padding: 0 8px;
		line-height: 28px;
	}

	.navbar-nav.navbar-right li:not(:last-child) {
		border-right: 1px solid #555;
	}

	.navbar-nav.navbar-right {
		padding-top: 5px;
		margin:0;
	}

	.navbar-nav.navbar-right:last-child {
		padding-right: 15px;
	}

	.navbar-nav.navbar-right a {
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 13px;
		color: #BBB
	}

	.navbar-default .navbar-nav.navbar-right>.active>a,
	.navbar-default .navbar-nav.navbar-right>.active>a:hover,
	.navbar-default .navbar-nav.navbar-right>.active>a:focus {
		color: #fff;
		background: none;
	}

	.navbar-default .main_menu.navbar-nav>.active>a,
	.navbar-default .main_menu.navbar-nav>.active>a:hover,
	.navbar-default .main_menu.navbar-nav>.active>a:focus {
		background: #882F87; 
		color:#fff;
	}

	.navbar-default .main_menu.navbar-nav>li>a {
		font-weight: 400;
		color: #bbb;
		font-size: 13px;
		display: block;
		padding:24px 15px;
		text-align: center!important;
		text-transform: uppercase;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		color: #fff;
	}

	.login {
		position:absolute;
		right:15px;
		bottom:15px;
	}
	
	
	
			
}

/* MOBILE AND TABLET */
@media (max-width: 991px) {
	.navbar-brand {
		width: 100px;
		padding: 10px;
		margin-right: 0;
	}
}

/* TABLET ONLY */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .main_menu.navbar-nav>li>a {
		font-size: 11px;
		padding: 12px 10px;
	}
	
	.slider-item{
		width:175px; 
	}

	.navbar-nav {
		margin-top: 55px;
	}

	.navbar-brand {
		width: 130px;
	}

}

@media (max-width: 979px) {
	nav{ 
		background:#323A45;
	}

	.navbar-collapse .nav>li >a, .navbar-collapse .dropdown-menu a { 
		text-align:left!important;
		margin:3px 3px 0px 3px;
	}
	.dropdown-menu { width:100%; margin: 0px!important;}
	.dropdown-menu > li > a {
		border: 0;
		width:auto;
		color: #bbb;
		display: block;
		padding: 6px 35px!important;
		background-color: rgba(0,0,0,0.2);
		border-top: 1px solid #2C2C2C;
		margin: 0px 0px 2px 0px!important;
	}

	.dropdown-menu li:hover{ background-color: rgba(0,0,0,0.3)!important; }

	.dropdown-menu .sub-menu {width:100%!important; visibility:visible!important; background:transparent!important;}
	.dropdown-menu .sub-menu li:first-child { margin-top:0px; }
	.dropdown-menu  li:last-child { margin-bottom:-2px; }
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	text-decoration:none; color:#fff; background:transparent!important; filter:none; }

	.container {  padding: 0 15px !important;}
	#banner { padding-bottom:25px;!important; }
	
	

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 480px) { 
#banner { padding-bottom:25px;!important; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 320px) {
h1.title { line-height:40px;!important; }
}

@media screen and (min-width: 480px) and (max-width: 768px){
.rev-title { font-size: 16px; line-height: 22px; } 
.rev-title.big { font-size: 24px; line-height: 28px;}
.rev-title.bold { font-size: 50px!important; padding:12px 10px!important; letter-spacing: 4px; }
.rev-title2.bold { font-size: 50px!important;}


}

@media screen and (max-width: 479px){
.rev-title { font-size: 10px; line-height: 14px; }
.rev-title.big { font-size: 16px; line-height: 20px; }
}

@media screen and (max-width: 31.5em) {
.grid { padding: 0px 0px 10px; }
.grid li { width: 80%; min-width: 280px; margin-left: -3px; }
.rev-title.bold { font-size: 20px!important; letter-spacing: 4px; padding: 8px 8px!important; }
.rev-title2.bold { font-size: 20px!important; margin-top:-10px; }
.rev-title-sub { margin:10px 0 0!important; }
.mobile{ margin-top:-20px; }
}