 /* ==== Sticky Footer ==== */
* {
	margin:0;
}
html,body {
	height:100%;
	font-family: 'Source Sans Pro',sans-serif;
}
.page-wrap {
	min-height:100%;
	margin-bottom:-170px;
	/* equal to footer height */
}
.page-wrap:after {
	content:"";
	display:block;
}
.site-footer,.page-wrap:after {
	height:170px;
}
.site-footer {
	background:#333;
	padding:45px 0;
	color:#fff;
}
.home-widgets .col-sm-6 {
  margin-bottom: 25px;
}
.site-footer a,.whitetxt {
	color: #fff;
}
.hero-wrap {
	background: #35999a url("../images/hero.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.card, .box {
	padding: 24px;
    background: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
}
.outputs .col-sm-6 .box .btn-outline {
	position: absolute;
	bottom: 24px;
	width: calc(100% - 48px);
}
.outputs .col-sm-6 .box {
	padding-bottom: 70px;
}
article .box {
	height: 100%;
}
.card {
	padding: 0px;
	height: 100%;
}
.p-16 {
	padding: 16px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.m-b-32 {
	margin-bottom: 32px;
}
.m-t-32 {
	margin-top: 32px;
}
.box h3 {
	margin-top: 0px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.widget-wrap .grey-bg {
	height: 100%;
	display: table;
}
.widget-wrap .v-center {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	font-size: 16px;
}
.widget-wrap h4 {
	text-transform: uppercase;
}
.btn-outline {
	border: 1px solid #359999;
	color: #359999;
	display: block;
}
.card .btn-outline {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
	border-radius: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-outline:hover,
.btn-outline:focus {
	color: #ffffff;
	background-color: #359999;
}
.search-colour {
  background: none repeat scroll 0% 0% #35999A;
  float: left;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
}
.cck_midr_citation {
  	margin-top: 20px;
}
.logo-combined {
  max-width: 400px;
  padding-left: 0;
}
.logo-combined a {
  display: block;
}
.content .nav-tabs a {
	color: #227070 !important;
}
.form-horizontal .control-label {
	text-align: left;
}
.dynamic-title-row {
	background: #35999a url(../images/hero.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center center;
	position: relative;
}
.col-sm-3 .news-item h3 {
  font-size: 16px;
}
.page-content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin: 60px auto;
}
.knowledgebase.col-sm-9{
  padding-left: 0;
}
.member h3 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}
.member {
  min-height: 260px;
}
.team-divide-bottom {
  margin-bottom: 50px;
}
.popover-content {
  color: #000;
}
.grey-bg {
  background: #eee;
}
.library-search {
  background: #35999A;
  border-radius: 5px;
  padding: 20px;
  float: left;
  margin-top: -45px;
  margin-bottom: 45px;
} 

.midr-search .btn-primary {
  background-color: #35999A;
  border: 0;
}
.library-search .cck_form_midr_keyword_search {
	box-shadow: 0px 0px 10px 0px #D6D6D6;
	float: left;
}
.library-search .cck_label_search_generic {
  display: none;
}
.latest-news .lead {
  display: none;
}
.news-item .lead {
  color: #333;
}
.latest-news .cck_art_created {
  font-style: italic;
  color: #ccc;
}
.library-search .cck_button_search {
  float: right;
  width: 20%;
}
.library-search .cck_midr_keyword_search {
  float: left;
  width: 78%;
}
.hero-wrap h1 {
  font-size: 50px;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
.library-search .row {
  float: left;
}
.library-search .btn.mar-top-10 {
  margin-top: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
}
.library-search div.cck_forms.cck_search div.cck_form input { 
  font-size: 1.5em !important;
}  
/* Checkbox and radios */
.radios, .checkboxes {
	margin-bottom: 10px;
}
.radios > input, 
.checkboxes > input ,
input[type="checkbox"] {
    display: inline-block;
    height: 16px;
    width: 16px;
	min-height: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: background-color,border;
    transition-property: background-color,border;
}
.radios > input:checked, 
.checkboxes > input:checked ,
input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E")
}
input[type="checkbox"]:checked, .radios > input:checked, .checkboxes > input:indeterminate,.radios > input:indeterminate {
    background-color: #333;
    border-color: transparent;
}
.radios > input,
input[type="radio"] {
	border-radius: 50%;
}
.radios > input,
.radios > label,
.checkboxes > input,
.checkboxes > label {
	display: inline-block;
	margin-right: 4px;
}
.radios > label, .checkboxes > label {
	margin-right: 10px;
}
.radios input + input,
.checkboxes input + input {
	padding-left: 4px;
}

/* ==== Slider ==== */
.cck_label_slider {
	margin-bottom: 10px;
}
.cck_slider {
	margin-bottom: 40px;
}

/* ==== Custom Styles ==== */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 33px !important;
}
.select2-container {
	width: 100% !important;
}
.select2-container--default, input.form-control, #cck1r_form_rg_project_title {
  margin-bottom: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single {
	height: 35px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > ul {
	padding: 0;
	margin: 0;
}
.pagination > ul > li {
  display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > ul > li > span {
	background-color: #eee;
	color: #333;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#cck2r_form_midr_general_resources {
  margin-top: 10px;
}
.mar-top-20 {
  margin-top: 20px;
}
.mar-top-10 {
  margin-top: 10px;
}
.bottom-mar-20 {
  margin-bottom: 20px;
}
.total {
  font-size: 16px;
  margin-top: -40px;
  margin-bottom: 20px;
}
.boxes .cck_content {
  background: none repeat scroll 0% 0% #EEE;
  margin: 15px 10px 0px 0px;
  padding: 15px 10px;
  min-height: 60px;
}
.breadcrumb {
	margin-top:20px;
}
.grey-txt {
	color:#ccc;
}
.breadcrumb span {
	color:#777;
}
a {
  color: #aa1f39;
}
a:hover {
	text-decoration:none;
}
.home-widgets p a {
  display: inline-block;
}
.home-widgets h4 {
  font-weight: bold;
}
.news-item {
  margin: 0 0 30px;
}
.col-sm-3 .news-item {
  margin: 5px 0;
}
.news-item h3 {
  margin: 0;
}

.dynamic-title h1,.dynamic-title h2 {
	margin: 80px 0 0;
    padding: 15px 25px;
    float: left;
    font-size: 36px;
    background: rgba(240,90,53,0.8);
    color: #fff;
    text-transform: uppercase;
}
.cck_form {
	width:100% !important;
}
.launchpad li {
	float:left;
	display:block;
	padding-right:5px;
}
.launchpad img {
	width:30px;
}
.launchpad {
	padding-top:25px;
}
.widgets {
	display: none;
}
.widgets.owl-carousel {
	display: block;
}
.owl-theme .owl-controls .owl-buttons div {
	background: none;
	font-size: 20px;
	border-radius: 0;
}
.owl-next, .owl-prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 1%;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.owl-next > span,
.owl-prev > span {
	position: absolute;
	top: 50%;
	z-index: 5;
	color: #333;
	left: 0;
	display: inline-block;
}
.owl-next {
    right: 0px;
    left: auto;
	text-align: right;
}

.dontshow {
	opacity:0;
}
.show {
	opacity: 1;
}
.slideshow .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
/* ==== Widgets ==== */
.widgets {
  padding: 0 5%;
}
.large-text {
	font-size:18px;
	font-weight:bold;
}
.widget {
	padding: 30px 0;
	text-align:center;
}
.widget>span,.widget>a>span {
	float:left;
	clear:left;
	text-align:center;
	width:100%;
}
.widget img {
	display:block;
	margin:0 auto;
	height:75px;
}
.widget-row h3,.contact-form h3 {
	text-align:center;
	margin-bottom:20px;
}
.divide {
	margin-top:60px;
	margin-bottom:60px;
}
.divide-sm {
	margin-top:30px;
	margin-bottom:30px;
}
.divide-bottom {
	padding-bottom: 60px;
}
.divide-top {
	padding-top: 60px;
}
h1, h2, h3, .lead {
  color: #35999A;
}
.latest-news h3 {
  margin-top: 0;
}
/* ==== Enquiry Form ==== */
.contact-form h3 {
	font-size:40px;
	font-weight:bold;
	color:#333;
}
.contact-form-row {
	background-color:#ccc;
}
.contact-form .form-control {
	margin-bottom:13px !important;
}
.risk-form div.cck_forms select.inputbox, #cck1r_form_rg_risk_elements, #rg_rating {
	margin-bottom: 15px !important;
}
.risk-form label {
	font-weight: 300 !important;
}
.risk-form div.cck_forms.cck_site div.cck_label {
	width: 100%;
}
.btn-contact,.btn-contact:hover {
	background-color:#333;
	color:#fff;
}
.enquiry-form>.col-sm-6 {
	padding:15px;
}
/* ==== Blog ==== */
.blog-item {
	border:1px solid #ddd;
	padding:15px;
	background: #fff;
	box-shadow:1px 1px 5px #ddd;
}
.blog-article .cck_art_created {
	display:inline-block;
	color:#ccc;
}
.blog-item-info {
	margin-bottom:10px;
}
.blog-feature-image {
	padding-bottom:20px;
}
.rssocial-sharing ul {
	padding:10px 0;
}
.rssocial-left {
	margin:0;
}
.blog-module {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:30px;
}
.blog-module h3 {
	color:#999;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.blog-module ul {
	margin:0;
	padding:0;
	list-style:none;
}
.blog-module li {
	padding:10px 0;
	margin:0;
	width:100%;
	display:block;
	float:left;
	clear:left;
	border-bottom: 1px solid #eee;
}
/* ==== Navigation ==== */
.navbar-default .navbar-nav>li>a {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	padding-left: 23px;
	padding-right: 23px;
}
.nav-justified > li {
	float: none;
}
.navbar-header {
	float:none !important;
}
.navbar {
	border-radius:0;
	margin-bottom:0;
	border:0;
}
.menu-wrapper {
	/*background: #35999A;*/
	background: #333;
	
}
.navbar.affix {
	width:100%;
	position:fixed;
	top:0;
	z-index:3;
}
.topmenu>ul {
	margin-top:15px;
}
.topmenu>ul>li {
}
.logo {
	float: left;
}
.navbar-default {
	background-color:#fff;
	box-shadow:5px 5px 5px -5px #CCC;
	border-color:transparent;
	padding:30px 0px 0px;
}
.navbar-default.affix {
  padding: 15px 0;
}
.navbar-default .navbar-collapse {
	border-color:#f8f8f8;
	
}
.navbar-fixed-top {
	position:fixed;
}
.navbar-brand {
	line-height:0;
}
.nav a {
	color:#ffffff;
}
.nav a:hover {
	color:#ffffff !important;
	background-color:#227070 !important;
}
.nav .active a {
	color:#ffffff !important;
	background-color:#227070 !important;
}
.navbar a {
	font-size:13px;
	text-align:center;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#ddd;
}
.top-search .cck_search_generic input.form-control {
	border-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.top-search .cck_search_generic {
	width: 80%; 
	float: left;
}
.top-search .cck_button_search {
	width: 20%;
	float: left;
}
.top-search .cck_button_search .btn {
	padding-top: 4px;
	padding-bottom: 4px;
}
.btn-success {
	background: #359999;
	margin-top: 0px !important;
	border-color: #359999;
	border-radius: 3px;
}
.top-search .btn-success {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: 0px transparent;
}
.p-20 {
	padding: 30px 20px;
}
.news-list-page .news-p-20 {
	padding: 30px 20px;
}
.border h3 {
	margin-top: 0px;
}
.border {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	color: #333;
}
.news-list-page .news-border {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	color: #333;
}
.link-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.link-mask:hover {
	background: rgba(0,0,0,0.1);
}
/* ==== Sections Headers ==== */
h1.header {
	font-size:72px;
	color:#fff;
	text-align:center;
	margin-bottom:15px;
	letter-spacing:-3px;
}
h1.article-view-h1 {
	color: #777;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 1.3;
	margin-top: 0px;
	padding-top: 0;
}
h1.article-view-h1:after {
	content: "";
	display: block;
	width: 200px;
	margin: 15px auto;
	height: 3px;
	background-color: #359999;
}
@media (max-width:768px) {
	h1.header {
			font-size:48px;
			letter-spacing:-2px;
	}
}
@media (max-width:480px) {
	h1.header {
			font-size:36px;
			letter-spacing:-1px;
	}
}
p.header {
	font-size:13px;
	color:#fff;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 2px;
}
/* ==== Gallery ==== */
#gallery-top {
	background:url("../img/gallery_bg.jpg");
}
#gallery {
	background:#fff;
}
#gallery .thumbnail {
	background:transparent;
	text-align:center;
	position:relative;
	padding:0;
	margin:0;
	border:0;
}
.gallery-item {
	margin-top:15px;
	margin-bottom:15px;
}
.gallery-item img {
	border:1px solid #ccc;
}
.gallery-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.gallery-overlay:hover {
	background:rgba(0,0,0,.8);
}
.gallery-overlay .smartsites-gallery {
	position:absolute;
	top:50%;
	left:50%;
	right:0;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	height:68px;
	line-height:68px;
	color:#fff;
	opacity:0;
	display:inline-block;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.gallery-overlay .smartsites-gallery a {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.gallery-overlay:hover>.smartsites-gallery {
	opacity:1;
}
.modal-backdrop.in {
	-webkit-opacity:0.95;
	-moz-opacity:0.95;
	opacity:0.95;
	background-color:#333333;
}
/* ==== Back to top button ==== */
.go-top {
	position:fixed;
	bottom:1em;
	right:1em;
	text-decoration:none;
	color:#fff;
	background:rgba(0,0,0,0.3);
	font-size:13px;
	padding:1em;
}
.go-top:hover {
	background:rgba(0,0,0,0.4);
	color: #fff;
}
/* ==== Intro scroll button ==== */
.scroll-btn {
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	text-align:center;
	opacity:.75;
}
.scroll-btn .mouse {
	position:relative;
	display:block;
	width:50px;
	height:75px;
	margin:0 auto 40px;
	border:2px solid #fff;
	border-radius:23px;
}
.scroll-btn .mouse span {
	position:absolute;
	display:block;
	top:25%;
	left:50%;
	width:6px;
	height:6px;
	margin:-3px 0 0 -3px;
	background:#fff;
	border-radius:50%;
	-webkit-animation:scroll 2s linear infinite;
	-moz-animation:scroll 2s linear infinite;
	animation:scroll 2s linear infinite;
}
@-webkit-keyframes scroll {
	0% {
		opacity:1;
		top:25%;
	}
	33% {
		opacity:1;
		top:40%;
	}
	66% {
		opacity:0;
		top:40%;
	}
	100% {
		opacity:0;
		top:25%;
	}
}
@-moz-keyframes scroll {
	0% {
		opacity:1;
		top:25%;
	}
	33% {
		opacity:1;
		top:40%;
	}
	66% {
		opacity:0;
		top:40%;
	}
	100% {
		opacity:0;
		top:25%;
	}
}
@keyframes scroll {
	0% {
		opacity:1;
		top:25%;
	}
	33% {
		opacity:1;
		top:40%;
	}
	66% {
		opacity:0;
		top:40%;
	}
	100% {
		opacity:0;
		top: 25%;
	}
}
/* ==== Loading Screen ==== */
.loading-screen {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#333;
	z-index:9999;
}
.spinner {
	font-weight:300;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	right:0;
	width:70px;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.spinner>div {
	width:18px;
	height:18px;
	background-color:#fff;
	border-radius:100%;
	display:inline-block;
	-webkit-animation:bouncedelay 1.4s infinite ease-in-out;
	animation:bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.spinner .bounce1 {
	-webkit-animation-delay:-0.32s;
	animation-delay:-0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay:-0.16s;
	animation-delay:-0.16s;
}
@-webkit-keyframes bouncedelay {
	0%,80%,100% {
		-webkit-transform:scale(0.0)
	}
	40% {
		-webkit-transform:scale(1.0)
	}
}
@keyframes bouncedelay {
	0%,80%,100% {
				transform:scale(0.0);
			-webkit-transform:scale(0.0);
	}
	40% {
				transform:scale(1.0);
			-webkit-transform: scale(1.0);
	}
}
/* RESPONSIVE UTILITIES */
/* Phone */
@media (max-width:767px) {
	.logo {
		float:none;
		display:block;
		margin:0 auto;
	}
	.library-search {
	  margin-bottom: 0;
	}
	.navbar-default .navbar-collapse {
		border-color:#f8f8f8;
		float: right;
		width: 100%;
	}
	.navbar-toggle {
		position:relative;
		float:none;
		margin-bottom:0;
		margin-right:0;
		width:100%;
		background-color:#359999;
		background-image:none;
		border:0px solid transparent;
		border-radius:0px;
		color: #FFF;
	}
	.navbar.affix {
	  position: inherit;
	}
	.cck_page_list.pull-left {
	  width: 100%;
	}
	.total {
	  margin-top: 30px;
	}
	.navbar-default {
	  padding: 15px 0 0;
	}
	.logo-combined {
	  margin-bottom: 10px;
	  padding: 0 10px;
	}
	.hero-wrap h1 {
	  font-size: 24px;
	}
	button.navbar-toggle:hover,
	button.navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus	{
	  background: #359999;
	}
	#button_search {
		font-size: 12px;
	}
	.input-lg, .form-horizontal .form-group-lg .form-control {
	  height: 39px;
	}
	.space-out-v {
		margin: 60px 0 70px;
	}
	.p-30 {
		padding: 30px 15px;
	}
	.widget-wrap {
		margin-bottom: 15px;
	}
}
/* Larger than a phone */
@media (min-width:768px) {
	.flex, .row-flex {
		display: flex;
		display: -webkit-flex;
	}
	.navbar-collapse {
		padding-left:0;
		padding-right: 0;
	}
	.m-b-30 {
		margin-bottom: 30px;
	}
	.negate-left {
		padding-left: 0px;
	}
	.space-out-v {
		margin: 120px 0 140px;
	}
	.widget-wrap .widget-left {
		padding-right: 0px;
	}
	.widget-wrap .widget-right {
		padding-left: 0px;
	}
	.p-30 {
		padding: 30px 60px;
	}
}
/* Tablet */
@media (min-width:768px) and (max-width:991px) {
}
/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
}
/* Desktop */
@media (min-width:1200px) {
}
/* Large Widescreen Desktop */
@media (min-width:1921px) {
}