input[type="checkbox"] {
	margin-right: 10px;
}

body
{
	font-family: 'roboto', arial, sans-serif;

	/* pages with select2 can cause bottom scrollbar to appear */
	overflow-x: hidden;
}
.relative
{
	position: relative;
}
a
{
	transition: all 150ms ease;
	color: #ff8200;
}
a:hover
{
	text-decoration: none;
	color: #ff8550;
}
header
{
	margin-bottom: 30px;
}
p
{
	margin-bottom: 20px;
	line-height: 1.6;
}
h1
{
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 0;
}
h2
{
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}
h3
{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
}
table td
{
	padding: 7px 10px;
}
table th
{
	padding: 8px 10px;
	background: #eee;
	font-size: 16px;
}
table .highlight td
{
	color: #aaa;
	font-weight: 700;
}
main
{
	/*margin-bottom: 80px;*/
	position: relative;
	    overflow: hidden;
}
main p img
{
	border-radius: 8px;
}
a.btn
{
	background: #888;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding: 10px 18px;
	transition: all 150ms ease;
}
a.btn:hover,
a.btn:focus
{
	background: #c0b3a3;
	color: #fff;
}
#footer
{
	margin-top: 0 !important;
}
.site-identity .logo
{
	/*background: url(/common/img/logo.png) no-repeat;*/
	background: url(/common/img/adelaide-art-walls-logo.png) no-repeat;
	width: 200px;
	height: 95px;
	height: 135px;
	background-size: 100%;
	text-indent: -99999px;
	display: block !important;
	margin-bottom: 20px;
}
.nav-top .site-identity .logo {
	margin-bottom: 5px;
}
h2.head-expander
{
    margin-bottom: 30px;
    font-size: 20px;
    padding-right: 40px;
    position: relative;
    line-height: 1.5;
}
h2.head-expander i
{
    position: absolute;
    right: 0;
    top: 0;
}
h2.head-expander:hover
{
	color: #ff8200;
}


/* ACC HEADER
==============================================*/

.acc-header
{
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */

	color: #8f9088;
	font-weight: 700;
	padding: 15px 0;
}
.acc-links
{
	float: right;
	margin-top: 0;
}
.acc-links li
{
	list-style: none;
	float: left;
	margin-left: 50px;
	font-size: 16px;
}
#main-menu>ul>li>a
{
	font-size: 16px;
}
.acc-links li.living a
{
	color: #2e962f;
}
.acc-links li.community a
{
	color: #7b3a60;
}
.acc-links li.explore a
{
	color: #f1411f;
}
.acc-links li.business a
{
	color: #2d88a6;
}
.acc-links li.development a
{
	color: #8f9088;
}
.acc-logo
{
	background: url(/common/img/acc-logo.png) no-repeat;
	background-size: 100% auto !important;
	width: 37px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	float: left;
}

/* NAVIGATION
==============================================*/

#nav-sub
{
	padding-left: 0;
}
.navbar
{
	margin-top: 130px;
}
.navbar-nav
{
	margin-top: -10px;
}
.navbar-nav > li {
   float: none;
}
.navbar-nav li a
{
	color: #55585e;
	padding: 12px 0;
	font-size: 20px;
	color: #fff;
	display: block;
}
.navbar-nav li a:hover
{
	color: #fff;
	text-decoration: none;
	background: none;
}
.navbar-nav li a:focus
{
	background: none;
}
.navbar-nav li.active a
{
	font-weight: 700;
}
.navbar-collapse
{
	padding: 0;
}
#nav-sub li .subnav
{
	padding-left: 25px;
}
#nav-sub li .subnav li
{
	margin-bottom: 14px;
	line-height: 1.1;
}
#nav-sub li .subnav li a
{
	font-weight: 400;
	font-size: 13px;
}
#nav-sub-home
{
	display: none;
}
.template-home .side-nav-wrap
{
	background: url(/common/img/ribbon2.svg) no-repeat;
	background-size: 100% auto;
	padding: 50px 0 50px 88px;
	color: #fff;
	width: 750px;
	position: absolute;
	left: -2px;
	top: 0;
	height: 100%;
	margin-top: 0;
	border-radius: 0;

}
.template-home .navbar-nav li a
{
	border: 0;
	padding: 12px 0;
    font-size: 24px;
}

.template-home .btn-login
{
	color: #000;
}
.btn-join-up,
.btn-login
{
	font-size: 28px;
	display: block;
	margin-bottom: 13px;
	font-weight: 700;
}
.btn-login
{
	color: #c0b3a3;
}
.btn-join-up
{
	color: #ff8200;
}
.btn-join-up:hover,
.btn-login:hover
{
	color: #fff;
	text-decoration: none !important;
}
.btn-join-up i
{
	background: url(/common/img/icon-registration.svg) no-repeat;
	background-size: 100%;
	display: block;
	width: 37px;
    height: 37px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}
.btn-login i
{
	background: url(/common/img/icon-login.svg) no-repeat;
	background-size: 100% auto;
	display: block;
    width: 25px;
    height: 28px;
    float: left;
    margin-right: 17px;
    margin-top: 5px;
    margin-left: 0px;
}
.template-home .navbar:before
{
	content: "";
	display: none;
	width: 60%;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding-top: 35px;
	margin-top: 30px;
}

/* only show by-line on home */
.layout-default .nav-top .site-identity .text {
	display: none !important;
}
.layout-default main {
	margin-bottom: 40px !important;
}
.layout-default .navbar-nav li a
{
	padding: 0;
}
.layout-default .navbar-nav li a:hover,
.navbar-nav li a:hover
{
	color: #ff8200;
}
.layout-default .navbar,
.layout-default .navbar-nav > li
{
	float: left;
}
.layout-default .navbar-nav > li
{
	margin-left: 55px;
}
.layout-default .navbar
{
	padding-left: 85px;
	margin-bottom: 0;
	min-height: inherit;
	margin-top: 28px;
}
.layout-default .navbar-nav
{
	margin-top: 0;
}
.layout-default .reg-buttons {
    float: right;
    width: 200px;
    margin-top: 5px;
}
.layout-default .btn-join-up,
.layout-default .btn-login
{
	font-size: 16px;
	/*font-weight: normal;*/
	margin-bottom: 14px;
}
.layout-default .btn-join-up
{
	color: #ff8200;
}
.layout-default .btn-login
{
	margin-bottom: 0;
	color: #fff;
}
.layout-default .btn-join-up i
{
	margin-top: 4px;
	width: 20px;
    height: 20px;
    background: url(/common/img/icon-registration-orange.svg) no-repeat;
    background-size: 100% auto;
}
.layout-default .btn-login i
{
	margin-top: 6px;
    width: 17px;
    height: 19px;
    background: url(/common/img/icon-login-white.svg) no-repeat;
    background-size: 100% auto;
    margin-top: 4px;
}
.layout-default .btn-join-up:hover,
.layout-default .btn-login:hover,
.layout-default .btn-join-up:focus,
.layout-default .btn-login:focus,
.layout-default .btn-join-up:active,
.layout-default .btn-login:active
{
	color: #fff;
	text-decoration: none;
}



/* HOME HERO
==============================================*/

.hero
{
	width: 100%;
	height: 1000px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
}
.hero .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: #fff !important;
    padding: 1em 2em;
    border-radius: 0.5em 0 0 0;
    font-weight: 600;
    text-transform: uppercase;
}
.hero-container .container
{
	height: 100%;
}
.hero-caption {
	background: rgba(40,40,40,0.85);
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	display: block;
	width: 48%;
	padding: 25px 40px 32px 50px;
	line-height: 1.1;
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	float: right;
	border-radius: 12px 12px 12px 60px;
}
.hero .overlay
{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.hero .contact-us
{
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	background: #aaa;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 16px 30px 19px 30px;
	line-height: 1;
	font-size: 18px;
	border-radius: 0 0 12px 12px;
	transition: all 150ms ease;
	z-index: 99;
}
.hero .contact-us:hover
{
	color: #fff;
	background: #ad162c;
}

/* LOG IN
==============================================*/

.signin
{
	display: inline-block;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}


/* HOME TEMPLATE
==============================================*/

.site-identity .logo
{
	background: url(/common/img/adelaide-art-walls-logo.png) no-repeat;
	background-size: 100%;
	display: block !important;
    width: 250px;
    height: 152px;
	text-indent: -9999px;
    margin-left: -10px;
}
.template-home .site-identity .logo {
	margin-bottom: 20px !important;
}
.template-home .site-identity
{
	margin-bottom: 35px;
}
.template-home .site-identity .text
{
	font-size: 26px;
	line-height: 1.2;
	width: 300px;
}
.home-feature-block .block-title
{
	background: #aaa;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 24px;
	font-size: 20px;
	font-weight: 500;
	display: block;
	border-radius: 0 12px 0 12px;
	position: absolute;
	bottom: 0;
	line-height: 1.1;
	z-index: 99;
}
.home-feature-block {
  	position: relative;
  	border-radius: 12px 80px 12px 12px;
  	overflow: hidden;
}
.home-template main .col-sm-4
{
	padding-left: 10px;
	padding-right: 10px;
}
.mainstreets-home
{
	margin-top: 50px;
}
.mainstreets-home ul
{
	padding-left: 0;
}
.mainstreets-home li
{
	display: block;
	float: left;
	width: 22%;
	padding: 12px 0;
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
	margin-right: 3%;
}
.mainstreets-home li a
{
	color: #003657;
}
.mainstreets-home h2
{
	color:#aaa;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-size: 22px;
	font-weight: 700;
	display: block;
	margin-top: 0;
    line-height: 1;
    margin-bottom: 15px;
    border-bottom: 2px dotted #969696;
	width: 100%;
}
.layout-home header
{
	margin-bottom: 0;
}
.template-home .search-block {
    display: block;
    position: absolute;
	top: 50%;
    right: 100px;
    transform: translateY(-50%);
    border: 30px solid #f3f0ec;
    border-radius: 20px;
    padding: 40px 45px 55px;
	width: 500px;
}
.template-home .search-block h2
{
	font-size: 34px;
	display: inline-block;
	float: right;
	padding: 3px 40px 29px 55px;
	color: #000;
	background: #f3f0ec;
	font-weight: 700;
    margin-right: -46px;
    margin-top: -41px;
    margin-bottom: 60px;
}
.search-block select {
    font-size: 22px;
    padding: 16px 34px;
    color: #000;
    border: 0;
    border-radius: 2px;
}
.template-home .select2-container .select2-selection--single .select2-selection__clear
{
	right: 24px;
    color: #999;
    font-size: 25px;
}
.select2-container
{
	margin-bottom: 10px !important;
	width: 100% !important;
	margin-right: 14px !important;
}
.select2-container .select2-selection--single
{
	height: 64px !important;
	width: 100% !important;
}
.select2-container--default .select2-selection--single
{
	border: 0 !important;
	background: #f3f0ec !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
    font-size: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 64px !important;
    padding-left: 24px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
    right: 15px !important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
	border-width: 6px 5px 0 5px !important;
    border-color: #000 transparent transparent transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    font-size: 20px !important;
}
.select2-search--dropdown .select2-search__field,
.select2-results__option
{
	padding: 10px 22px !important;
}
.select2-dropdown
{
	background: #f3f0ec !important
}
button#btn-go
{
	background: #ff8200 !important;
	width: 100% !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold !important;
	text-align: center !important;
	font-size: 23px !important;
	border: 0;
	border-radius: 4px;
	padding: 14px;
	margin-top: 15px;
	transition: all 150ms ease;
}
button#btn-go:hover
{
	background: #f7804c !important;
}
.template-home .side-nav-wrap a
{
	color: #000;
	text-decoration: none;
}
.template-home .side-nav-wrap a:hover,
.template-home .side-nav-wrap a:active,
.template-home .side-nav-wrap a:focus
{
	color: #fff;
}



/* DEFAULT TEMPLATE
==============================================*/

.layout-default .site-identity .logo
{
	background: url(/common/img/art-walls-logo-internal.png) no-repeat;
	background-size: 100% auto;

}
.layout-default header
{
	margin-bottom: 0;
}
.nav-top
{
	background: #1e1e1e;
	padding: 40px 0;
}
.layout-default .site-identity .logo
{
	width: 170px;
	width: 120px;
	height: 80px;
	margin-bottom: 0;
    float: left;
}
.layout-default .site-identity .text
{
	float: left;
	margin-left: 30px;
	font-size: 22px;
	font-size: 20px;
	color: #fff;
	width: 130px;
	margin-top: -9px;
}
.layout-default main
{
	padding-top: 60px;
	margin-bottom: 0;
	padding-bottom: 80px;
	overflow: inherit;
}
main ul
{
	margin-bottom: 20px;
}
main li
{
	margin-bottom: 12px;
}
.layout-default .hero,
.layout-mainstreets .hero
{
	height: 300px;
}
.why-adelaide table img
{
	border-radius: 50px;
}
.why-adelaide table td
{
	padding: 14px 10px;
	text-align: center;
}
main .page-img
{
	width: 30%;
	float: right;
	margin-left: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
}
main .page-video
{
	width: 40%;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 5px;
}
main .page-video a
{
	text-align: center;
	display: block;
	position: relative;
}
main .page-video img
{
	width: 100%;
	border-radius: 10px;
}
main .page-video .play-btn
{
	position: absolute;
	top: 85px;
	font-size: 80px;
	z-index: 99;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	color: #fff;
  text-shadow: 0 0 25px rgba(0,0,0,0.6);
}
.hidden-vimeo-video
{
	display: none;
}
.fancybox-inner
{
	overflow: hidden !important;
}
.layout-default #footer
{
	margin-top: 0;
}


/* MAINSTREETS TEMPLATE
==============================================*/

.template-mainstreets ul
{
	padding-left: 0;
}
.mainstreet-img
{
	display: block;
	border-radius: 10px 40px 10px 10px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 35px;
}
.mainstreets-list,
.success-stories-list,
.news-list
{
	margin-top: 10px;
	padding-left: 0;
}
.mainstreets-list li,
.success-stories-list li,
.news-list li
{
	margin-bottom: 15px;
	list-style: none;
	margin-bottom: 35px;
	min-height: 400px;
}
.success-stories-list li,
.news-list li
{
	min-height: 0;
}
.layout-mainstreets .hero
{
	height: 170px;
}
.template-mainstreets-entry .mainstreet-img
{
	margin-top: -200px;
	border-radius: 0 0 12px 12px;
}
.layout-mainstreets a.logo
{
	width: 265px;
	height: 140px;
}
.latest-news .entry-date
{
	margin-bottom: 10px;
	color: #888;
}
.mainstreet-map
{
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 45%;
  height: 300px;
}
.mainstreets-vid
{
	height: 264px;
}


/* SEARCH TEMPLATE
==============================================*/

.template-search
{
	background: #f5f5f5;
}
.search-bar
{
	border-bottom: 1px solid #b7b6b6;
	padding: 50px 0;
	background: #f5f5f5;
}
.search-bar .search-fields
{
	background: #e7e7e7;
	padding: 22px 26px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.06);
	border-radius: 6px;
}
.search-bar h2
{
	font-size: 24px;
}
.fixed-search-bar.search-bar {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    padding: 15px 0;
}
.fixed-search-bar.search-bar h2 {
	display: none;
}
.fixed-search-bar.search-bar .search-fields {
	padding: 11px 13px;
}


.layout-default .select2-container--default .select2-selection--single {
    border: 0 !important;
    background: #fff !important;
    border-radius: 2px;
}
.layout-default .select2-container
{
	margin-right: 1% !important;
    margin-bottom: 0 !important;
    width: 28% !important;
    float: left;

}
.layout-default button#btn-go {
    width: 13% !important;
    float: right;
    margin-top: 0;
    padding: 19px 0;
       font-size: 18px !important;
}
.layout-default .select2-dropdown
{
	background: #f3f0ec !important
}
.search-results .col-sm-4 .inner
{
	background: #fff;
	margin-bottom: 40px
}
.search-results .desc-wrap
{
	padding: 25px 30px;
}
.desc-wrap .artwork-title {
    font-size: 19px;
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
}
.desc-wrap .artist-name
{
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	color: #888;
	text-transform: capitalize;
}
.desc-wrap .method
{
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	color: #888;
}
.desc-wrap .description
{
	color: #555;
	line-height: 1.6;
}
.desc-wrap a
{
	color: #ff8200;
	margin-top: 10px;
	display: block;
}
.desc-wrap a:hover
{
	text-decoration: underline;
}
.desc-wrap .artwork-title a
{
	color: #333;
	margin-top: 0;
}
.desc-wrap .artwork-title a:hover,
.desc-wrap .artwork-title a:active
{
	color: #ff8200;
	text-decoration: none;
}
.layout-default .select2-results__option,
.layout-default .select2-search--dropdown
{
	background: #fff;
}
.layout-default .select2-dropdown
{
	border: 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}


 /*==========  REGISTRATION TEMPLATE  ==========*/

.side-nav-wrap
{
	background:#1e1e1e;
	color: #fff;
	margin-top: 40px;
	border-radius: 10px;
	padding: 25px 35px 10px 35px;
	margin-bottom: 40px;
}
.side-nav-wrap a
{
	color: #ff8200;
	font-weight: bold;
}
.side-nav-wrap a:hover
{
	text-decoration: underline;
}
.side-nav-wrap .logout-link {
	display: block;
	margin-bottom: 1em;
}
.side-nav-wrap ul
{
	padding-left: 0;

}
.side-nav-wrap li
{
	list-style: none;

}
.side-nav-wrap li a
{
	color: #000;
	padding: 10px 0;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #666;
	font-size: 16px;
	transition: all 150ms ease;
}
.side-nav-wrap li:last-child a
{
	border-bottom: 0;
}
.side-nav-wrap li a:hover
{
	color: #fff;
	text-decoration: none;
}
.side-nav-wrap .login-wrap
{
	margin-bottom: 20px;
}
.side-nav-wrap li a
{
		color: #CCC;
}
.tem
.template-register
{
	background: #eee;
}
.template-register main
{
	background: #fff;
	padding: 40px !important;
	border-radius: 20px;
	margin-top: 40px;
}
.template-register main,
.template-update-profile main,
.template-submission main,
.template-make-submission main
{
	padding-left: 30px;
}
.template-update-profile input,
.template-update-profile textarea,
.template-make-submission input:not(.ms-drop input[type='checkbox']), /* fix for multi select */
.template-make-submission textarea,
.template-register input,
.template-register textarea,
.template-register input,
.template-register textarea
{
	display: block;
	width: 100% !important;
	border-radius: 2px;
	padding: 12px 16px;
	border: 1px solid #ddd;
	font-weight: normal;
}
.template-make-submission textarea,
.template-update-profile textarea,
.template-register textarea,
.template-register textarea
{
	height: 150px;
}
.template-update-profile fieldset,
.template-make-submission fieldset,
.template-register fieldset,
.template-register fieldset
{
	margin-bottom: 20px;
	font-weight:bold;
}
.template-make-submission fieldset .file_field
{
	margin-bottom: -20px;
}
.template-make-submission fieldset label[for="art_feature_image"]
{
	margin-bottom: -10px;
}

.template-update-profile .form-submit,
.template-make-submission input[type="submit"],
.template-register .form-submit,
.template-register input[type="submit"]
{
	background: #ff8200;
	border: 0;
	color: #fff;
	font-weight: 700;
    font-size: 18px;
    display: inline-block;
    width: auto !important;
    padding: 15px 30px;
    margin-top: 20px;
    transition: all 150ms ease;
}
.template-make-submission input[type="submit"]:hover,
.template-make-submission input[type="submit"]:active,
.template-register input[type="submit"]:hover,
.template-register input[type="submit"]:active
{
	background: #1e1e1e;
}
.template-make-submission label,
.template-update-profile label,
.template-register label,
.template-register label
{
	display: block;
	font-size: 16px;
}
.template-submission .entries
{
	padding-left: 0;
	margin-top: 35px;
}
.template-submission .entries li
{
    list-style: none;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.template-submission .entries li a
{
	float: left;
	color: #ff8200;
	line-height: 1.1;
}
.template-submission .entries li a:hover,
.template-submission .entries li a:active,
.template-submission .entries li a:focus
{
	border-bottom: 1px solid;
    float: left;
    color: #ff8200;
    padding-bottom: 0;
    line-height: 1.1;
    text-decoration: none;
}
.template-submission .entries li a .slash
{
	color: #ccc;
    margin-left: 10px;
    margin-right: 10px;
}
.template-submission .entries li a .status
{
	text-transform: capitalize;
}
.template-submission .entries li form
{
	float: right;
}
.template-submission .entries li form button
{
	background: none;
	border: 0;
}
.template-submission .entries li form button i
{
	font-size: 26px;
	margin-top: -3px;
}
.template-make-submission .filename
{
	padding: 15px;
	border: 1px solid #ddd;
}
.template-make-submission fieldset.imgfile
{
	float: left;
}
.template-make-submission .filename img {
    display: block;
    margin: 0 auto;
}

.login-form fieldset input[type="text"], .login-form fieldset input[type="password"] {
    border: 1px solid #ccc !important;
    padding: 12px !important;
    width: 250px;
    border-radius: 2px;
}
.login-form fieldset label
{
	display: block !important;
}


 /*==========  PORTFOLIO  ==========*/

.carousel.slider-nav.slick-initialized.slick-slider {
    margin-bottom: 60px;
}
.template-portfolio h1
{
	text-transform: capitalize;
	margin-top: 40px;
	text-align: center;
}
.main-carousel .slide img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.main-carousel .slide {
	text-align: center;
}
.main-carousel .slick-prev:before,
.main-carousel .slick-next:before
{
	color: #ddd;
	font-size: 50px;
}

.main-carousel .slick-prev,
.main-carousel .slick-next
{
	width: auto;
	height: auto;
	z-index: 999999;
}
.main-carousel .slick-prev {
    left: -55px;
}
.main-carousel .slick-next {
    right: -55px;
}
.template-portfolio .art-detail
{
	position: relative;
	margin-bottom: 70px;
}
.template-portfolio .art-detail .btn-slides {
    opacity: 0.5;
    position: absolute;
    bottom: -42px;
    left: 0;
    background: #ff8200;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 0.5em 1.5em;
    border-radius: 0.25em;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    transition: 250ms all;

	display: none !important; /* remove for play/pause button */
}
.template-portfolio .art-detail .btn-slides:hover {
	opacity: 1;
}
.main-carousel .slick-dots li button:before
{
	font-size: 14px;
}
.main-carousel .slick-dots
{
	bottom: -35px;
}
.contact-details .phone.mobile-link
{
	display: none;
}
.contact-details .col-sm-4 .inner
{
    background: #ff8200;
    padding: 30px 30px 10px;
    text-align: center;
    border: 0;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.contact-details h3
{
    font-size: 20px;
    color: #111;
}
.template-portfolio .contact-details
{
	margin-bottom: 60px;
}
.template-portfolio .contact-info
{
	margin-top: 20px;
}
.template-portfolio
{
	padding-bottom: 40px;
}
.about-the-artist {
	margin-bottom: 2.5em;
}
.about-the-artist h2,
.art-desc h2,
.about-artist h2
{
	font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}
.about-the-artist h2:first-child,
.art-desc h2:first-child,
.about-artist h2:first-child
{
	margin-top: 0;
}
.template-portfolio h1 {
    text-transform: capitalize;
    margin-top: 40px;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.about-artist .email
{
	display: block;
	margin-bottom: 20px;
}
.template-register #zoo_visitor_form [name="accept_terms"] {
	display: inline-block !important;
	width: auto !important;
	margin-left: 1em;
}
.template-register .mini-notice {
	font-weight: light; font-style: italic; font-size: 10px;
}
#art_portfolio_images table.matrix thead.matrix tr.matrix-first th.matrix {
    padding-top: 5px;
    font-weight: bold;
    padding-top: 1em;
}
#publishForm table.matrix {
	border: 1px solid #b6c0c2 !important;
	border-collapse: separate !important;
}

table.matrix select[name="art_portfolio_images[row_new_0][col_id_11][filedir]"] {
	display: none !important;
}
table.matrix thead td,
table.matrix th.matrix {
	background: #eee !important;
}
 /*==========  FOOTER  ==========*/




 /*==========  MEDIA QUERIES  ==========*/


@media only screen and (max-width : 1600px) {
	.hero{
		height: 900px;
	}
	.template-home .search-block
	{
		transform: translateY(-50%) scale(0.85);
		right: 30px;
	}

}

@media only screen and (max-width : 1400px) {
	.hero{
		height: 800px;
	}
	.template-home .side-nav-wrap
	{
		width: 660px;
		padding: 50px 0 50px 88px;
	}
	.site-identity .logo
	{
		width: 200px;
		height: 94px;
		height: 120px;
		display: block !important;
		margin-bottom: 20px;
	}
	.template-home .site-identity {
    	margin-bottom: 30px;
	}
	.template-home .site-identity .text {
    	font-size: 24px;
    }
    .btn-join-up, .btn-login {
    	font-size: 24px;
    }
    .navbar-nav li a
    {
	    font-size: 19px;
    }
    .btn-login i
    {
	    margin-right: 21px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.layout-default .navbar
	{
		padding-left: 0;
	}
	.home-feature-block .block-title
	{
		font-size: 18px;
		padding: 10px 24px;
	}
	.hero-caption
	{
		font-size: 42px;
		width: 53%;
	}
	.layout-mainstreets a.logo {
		width: 220px;
		height: 140px;
		background-size: 150px auto;
		border-radius: 0 0 70px 20px;
	}
	.navbar
	{
		margin-top: -20px;
	}
	main .page-video .play-btn
	{
		top: 68px;
		font-size: 70px;
	}
	.mainstreets-home li
	{
		height: 60px;
	}
	.mainstreets-vid
	{
		height: 222px;
	}
	.template-home .search-block
	{
		transform: translateY(-50%) scale(0.75);
		right: 0px;
	}
	.btn-join-up, .btn-login {
    	font-size: 20px;
	}
	.hero{
		height: 700px;
	}
	.template-home .site-identity {
    	margin-bottom: 20px;
	}
	.template-home .side-nav-wrap {
    	width: 530px;
		padding: 50px 0 0 80px;
	}
	.navbar
	{
		margin-top: 90px;
	}
	.site-identity .logo {
    	width: 185px;
		height: 112px;
		margin-bottom: 20px;
	}

	.template-home .site-identity .text {
    	font-size: 21px;
	}
	.btn-join-up, .btn-login {
   		font-size: 21px;
	}
	.template-home .navbar:before {
	    width: 90%;
	}
	.template-home .navbar-nav li a {
	    border: 0;
	    padding: 14px 0;
	    font-size: 21px;
	}
	.template-home .side-nav-wrap {
    	background: url(/common/img/ribbon2.svg) no-repeat -16px -24px;
    }
	main li {
 	   margin-bottom: 0px;
	}
	.btn-login i
	{
    	width: 18px;
		height: 20px;
		margin-right: 10px;
	}
	.btn-join-up i
	{
    	width: 24px;
		height: 24px;
		margin-right: 6px;
		margin-top: 2px;
    }
    .btn-login, .btn-join-up
    {
	    margin-bottom: 8px;
    }
    .layout-home .select2-container--open .select2-dropdown--below {
   		width: 269px !important;
	}
	#footer .five
	{
		width: 307px !important;
		height: 270px !important;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.hero .caption
	{
		font-size: 14px;
	}
	.layout-default .site-identity .logo
	{
		width: 140px;
		width: 110px;
		height: 67px;
	}
	.layout-default .site-identity .text
	{
		font-size: 19px;
		width: 148px;
	}
	.template-home .side-nav-wrap
	{
		background: rgba(255,130,0,0.85);
	    width: 280px;
		padding: 40px 40px 0 42px;
	}
	.btn-join-up, .btn-login {
    	font-size: 20px;
	}
	.navbar
	{
		margin-top: 30px;
	}
	.navbar-wrapper
	{
		position: relative;
	}
	.layout-default .reg-buttons {
	    float: none;
		width: 200px;
		margin-top: 0;
		position: absolute;
		right: 0;
	}
	.layout-default .navbar {
    	padding-left: 0;
		display: block;
		width: 100%;
		border-top: 1px solid #666;
		padding-top: 20px;
		margin-top: 20px;
	}
	.layout-default #nav-sub {
    	width: 100%;
    	text-align: left;
	}
	.layout-default .navbar-nav li a {
    	font-size: 20px;
	}
	.layout-default .navbar-nav > li
	{
		display: inline-block !important;
		float: none;
		margin-left: 0;
		margin-right: 62px;
	}
	#nav-sub-home
	{
		display: none !important;
	}
	.layout-default .btn-join-up, .layout-default .btn-login
	{
		margin-bottom: 10px;
	}
	.nav-top
	{
		padding-bottom: 30px;
		padding-top: 36px;
	}
	.home-feature-block {
	  	border-radius: 12px 40px 12px 12px;
	}
	.home-feature-block .block-title
	{
		padding: 10px 15px;
		font-size: 14px;
	}
	.hero
	{
		height: 600px;
	}
	.hero-caption
	{
		font-size: 38px;
		width: 47%;
	}
	a.logo
	{
		width: 245px;
		height: 145px;
		background-size: 170px auto;
	}
	.layout-mainstreets a.logo {
		width: 160px;
		height: 115px;
		background-size: 115px auto;
		border-radius: 0 0 50px 20px;
	}
	.layout-mainstreets .navbar
	{
		margin-top: -60px;
	}
	#main-menu.open
	{
		top: 50px !important;
		border-top: 0 !important;
	}
	main .page-video .play-btn {
		top: 55px;
		font-size: 50px;
	}
	.mainstreets-vid {
	  height: 175px;
	}
	.template-home .search-block
	{
		transform: translateY(-50%) scale(0.65);
	    right: -50px;
	}
	.layout-home .select2-container--open .select2-dropdown--below {
   		width: 229px !important;
	}
	.template-home .navbar-nav li a
	{
		font-size: 20px;
	}
	.side-nav-wrap
	{
		padding: 25px 20px 10px 20px;
	}
	#footer .five
	{
		width: 234px !important;
		height: 300px !important;
	}
	#footer table td {
    	padding: 0;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.layout-default main
	{
		padding-bottom: 20px;
	}
	header
	{
		margin-bottom: 0px;
	}
	.layout-default .reg-buttons
	{
		width: 222px;
	}
	.layout-default .site-identity .logo
	{
		width: 110px;
		height: 67px;
		margin-left: 32px;
	}
	.template-home .site-identity .logo {
		width: 120px;
		height: 73px;
    	margin-bottom: 0 !important;
    	margin-top: -7px;
	}
	.template-home .side-nav-wrap a {
   		color: #fff;
    	text-decoration: none;
	}

	.layout-default .reg-buttons {
    	right: 20px;
	}
	.layout-home .navbar-nav > li,
	.layout-default .navbar-nav > li {
    	display: block !important;
		float: none;
		margin: 0;
		width: 100%;
	}
	.side-nav-wrap
	{
		padding: 20px 25px 1px 25px;
	}
	.side-nav-wrap nav
	{
		margin: 0;
	}
	.side-nav-wrap .login-wrap {
    	margin-bottom: 5px;
	}
	.search-bar
	{
		padding: 35px 10px;
	}
	#nav-sub
	{
		background: #ef7c06;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar .mobile-nav-items
	{
		background: #ef7c06;
		text-align: center;
		margin-bottom: 0;
		padding-left: 0;
	}
	.navbar .mobile-nav-items li
	{
		border-bottom: 1px solid #fff;
		list-style: none;
	}
	.navbar .mobile-nav-items li a
	{
		padding: 14px 0;
    	font-weight: bold;
    	font-size: 18px;
    	color: #fff;
    	border-bottom: 0;
    	display: block;
	}
	#nav-sub li a {
    	padding: 14px 0;
		font-weight: bold;
		font-size: 18px;
	}
	#nav-sub li
	{
		border-bottom: 1px solid #fff;
	}
	#nav-sub li a:hover,
	#nav-sub li a:focus,
	.navbar .mobile-nav-items li a:hover,
	.navbar .mobile-nav-items li a:focus
	{
		color: #fff;
		background: #d48653;
	}
	#nav-sub li.last
	{
		margin-bottom: 0;
	}
	.home-feature-block .block-title
	{
		padding: 18px 30px;
		font-size: 20px;
	}
	.home-feature-block
	{
		margin-bottom: 30px;
	}
	.hero .overlay
	{
		display: none;
	}
	.hero-caption
	{
		border-radius: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		top: auto;
		width: 100%;
		font-size: 22px;
		transform: none;
		padding: 15px 30px;
		text-align: center;
	}
	/*
	a.logo {
	  	width: 180px;
	  	height: 110px;
	  	background-size: 125px auto;
	  	border-radius: 0 0 50px 15px;
	}
	*/
	a.logo,
	.layout-mainstreets a.logo {
	  	width: 100%;
	  	height: 74px;
	  	background-size: 105px auto;
	  	border-radius: 0;
	  	left: 0;
	}
	.layout-default .hero, .layout-mainstreets .hero
	{
		background-position-y: 73px !important;
		background-repeat: no-repeat;
	}
	.layout-mainstreets a.logo
	{
		z-index: 999;
	}

	.hero .contact-us
	{
		padding: 19px 5px 21px 15px;
		font-size: 16px;
		display: none;
	}
	.mainstreets-home li
	{
		width: 100%;
	}
	.hero,
	.layout-default .hero,
	.layout-mainstreets .hero
	{
		height: 250px;
	}
	.main-carousel .slick-prev,
	.main-carousel .slick-next
	{
		display: none !important;
	}
	.navbar-wrapper
	{
		padding: 0;
	}
	nav
	{
		margin-right: -15px;
		margin-left: -15px;
	}
	.navbar {
	  background-color: #f1f1f1;
	  border-bottom: 1px solid #e1e1e1;
	  border-radius: 0;
	  margin-bottom: 30px;
	  margin-top: 0;
	}
	.template-home .site-identity .text {
		font-size: 19px;
		position: absolute;
		display: block;
		top: 22px;
		left: 195px;
		color: #fff;
		width: 180px;
	}
	.template-home .site-identity
	{
		margin-bottom: 0;
		padding: 25px 30px 0;
	}
	.nav-top {
		padding-top: 15px !important;
	}
	.layout-default .site-identity .logo {
    	width: 120px !important;
		height: 74px !important;
	}
	.layout-default .navbar {
    	margin-top: 12px !important;
	}
	.nav-top .navbar-toggle,
	.template-home .navbar-toggle
	{
		padding: 0;
		margin: 0;
		width: 100%;
		border: 0;
		height: 50px;
		border-radius: 0;
		background:#ff8f1b !important;
		color: #fff;
	}
	.nav-top .navbar-toggle:hover,
	.template-home .navbar-toggle:hover
	{
		background: #d48653;
	}
	
	.layout-home .navbar,
	.layout-default .navbar,
	.template-home .navbar
	{
	    padding-left: 0;
	    display: block;
	    width: 100%;
	    border: 0;
	    padding-top: 0;
	    margin-top: 18px;
	    border-radius: 0;
	}
	.layout-home .navbar li {
		text-align : center;
	}
.layout-home ul#nav-sub {
	margin-top: 0;
}
	.layout-home .navbar,
	.layout-default .navbar
	{
		margin-top: 5px;
	}
	.template-home .navbar
	{
		margin-top: 17px;
		margin-bottom: 0;

	}
	.btn-login, .btn-join-up {
		display: none;
   	 	margin-left: 30px;
		font-size: 19px !important;
	}
	.nav-top
	{
		padding-bottom: 0;
		padding-top: 25px;
	}
	.template-home .side-nav-wrap
	{
		position: inherit;
		width: 100%;
		padding: 0;
		padding-bottom: 0;
		background: #ff8200;
	}
	.template-home nav
	{
		margin-right: 0;
		margin-left: 0;
	}
	.template-home .navbar:before
	{
		display: none;
	}
	.layout-default #nav-sub {

	  display: block;
	  width: 100%;
	  margin: 0;
	  text-align: center;
	}
	#nav-sub li.last
	{
		border-bottom: 0;
		margin-bottom: 0px;
	}
	.navbar-collapse
	{
		max-height: none;
	}
	.navbar-nav>li
	{
		font-size: 16px
	}
	.navbar-nav>li>a
	{
		line-height: 25px;
		color: #fff;
	}
	.template-home .search-block.mobile-search
	{
		transform: none;
		position: inherit;
		right: inherit;
		border: 0;
		width: 100%;
	}
	.template-home .search-block.mobile-search h2
	{
		background: none;
		float: none;
		padding: 0;
		margin: 0 0 20px;
	}
	span.toggle-title {
	  font-weight: 700;
	  color: #000;
	  font-size: 18px;
	}
	.layout-default .select2-container
	{
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.layout-default button#btn-go
	{
		width: 100% !important;
		padding: 12px 0;
	}

	.select2-container .select2-selection--single
	{
		height: 52px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered
	{
		line-height: 50px !important;
		font-size: 17px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__placeholder
	{
		font-size: 17px !important;
	}
	main
	{
		padding: 0 10px;
	}
	.layout-home main
	{
		padding: 0;
	}
	.template-default .content,
	.template-signin .content
	{
		padding-top: 30px;
	}
	.template-signin main
	{
		background: #fff;
	}
	.mainstreets-home {
	  margin-top: 10px;
	}
	.mainstreets-home li
	{
		padding: 8px 0;
	}
	.mainstreets-home li a {
		font-weight: 500;
	}
	.template-mainstreets-entry .mainstreet-img
	{
		margin-top: 0;
		border-radius: 8px;
	}
	.mainstreets-list li,
	.success-stories-list li,
	.news-list li
	{
		margin-bottom: 30px;
	}
	.mainstreets-list li span,
	.success-stories-list li span,
	.news-list li span
	{
		display: block;
	}
	.mainstreet-img
	{
		margin-bottom: 20px;
	}
	.mainstreets-home li
	{
		height: auto;
	}
	.template-mainstreets
	{
		overflow-x: hidden;
	}
	.template-mainstreets .navbar-wrapper
	{
		padding: 0;
	}
	.template-mainstreets .col-sm-3
	{
		margin: 0;
	}
	.layout-mainstreets .template-mainstreets-entry .navbar
	{
		margin-top: -177px;
	}
	h1
	{
		margin-bottom: 20px;
		font-size: 24px;
	}
	h2
	{
		font-size: 24px;
	}
	.mainstreet-map
	{
		width: 100%;
		margin-right: 0;
	}
	.acc-header
	{
		padding: 10px 0;
	}
	.acc-nav-toggler.navbar-toggle
	{
		top: 3px !important;
	}
	main p img
	{
		width: 100% !important;
	}
	main #zoo_visitor_form p img
	{
		width: auto !important;
		margin-bottom: 10px;
	}
	main .page-video {
	  width: 100%;
	  height: 180px;
	  overflow: hidden;
	  border-radius: 10px;
	}
	main .page-video .play-btn {
	  top: 68px;
	  font-size: 65px;
	}
	.mainstreets-vid {
	  height: 220px;
	}
	#footer .five
	{
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.contact-details .phone.mobile-link
	{
		display: none;
	}
	.template-portfolio .contact-info
	{
		margin-top: 0;
	}
	.layout-default main
	{
		padding-left: 10px;
		padding-top: 0px
	}
	.nomobile
	{
		display: none;
	}
	.bottom-footer li
	{
		list-style: none;
		display: block !important;
		text-align: center;
	}
	.bottom-footer img.mobile
	{
		display: block;
		margin: 20px auto 0;
		width: 35px;
	}
	.footer-nav {
		margin-top: 20px;
    	display: block !important;
	}
	.footer-nav ul
	{
		padding-left: 0;
	}
	.footer-nav a
	{
		font-size: 15px;
		color: #126ba2 !important;
	}
	.bottom-footer li
	{
		margin-bottom: 10px;
		margin-right: 0 !important;
	}
	.follow-companies
	{
		padding: 0 20px;

	}
	.follow-companies .follow-company
	{
		border-right: 0 !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 22px !important;
		display: block !important;
	}
	.follow-company img {
    	width: 42px !important;
	}
	.side-nav-wrap
	{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.template-default .search-bar
	{
		display: none;
	}
	.layout-home .side-nav-wrap
	{
		margin-bottom: 0;
	}
	#footer h2,
	.template-home .search-block h2
	{
		font-size: 24px;
	}
	.template-search .search-results
	{
		padding-top: 30px;
	}
	.search-bar .search-fields
	{
		padding: 16px;
	}
	.template-submission .entries li
	{
		position: relative;
		padding-bottom: 0;
	}
	.template-submission .entries li form
	{
		position: absolute;
		top: 4px;
		right: 0;
		float: none;
	}
	.template-submission .entries li a
	{
		line-height: 1.4;
	}
	.template-submission .entries li a:hover,
	.template-submission .entries li a:focus,
	.template-submission .entries li a:active
	{
		line-height: 1.4;
		border: 0;
		color: #338e87;
	}
	.template-submission .entries
	{
		margin-top: 25px;
		margin-bottom: 0;
	}
	.about-the-artist h2,
	.art-desc h2, .about-artist h2
	{
		margin-bottom: 20px;
		margin-top: 25px;
	}
}


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

	.template-home .site-identity .text {
		width: 130px;


	}
	.signin
	{
		background: none;
		padding: 0;
		transform: none;
		left: inherit;
		position: inherit;
		display: block;
	}
	.signin .login-form fieldset input[type="text"],
	.signin .login-form fieldset input[type="password"] {
    	border: 1px solid #ccc;
		padding: 12px;
		width: 100%;
		border-radius: 2px;
	}
	.about-the-artist h2:first-child,
	.art-desc h2:first-child, .about-artist h2:first-child
	{
		margin-top: 30px;
	}

	/* prevent fixed search for mobile */
	.fixed-search-bar.search-bar {
		position: relative !important;
	}
	.fixed-search-bar + main {
		margin-top: 0 !important;
	}
	.slide .extra-info {
		position: relative !important;
		background: #000;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 400px) {

	.layout-default .site-identity .logo {
		width: 120px;
		width: 90px;
		height: 57px;
   	}
   	.layout-default .site-identity .text
	{
		font-size: 17px;
		width: 108px;
	}
   	.layout-default .btn-join-up i,
   	.layout-default .btn-login i
   	{
	   	display: none;
   	}
   	.layout-default .reg-buttons {
    	width: auto;
	}
	.btn-login, .btn-join-up {
		font-size: 17px !important;
	}
	#footer .five
	{
		height: 270px !important;
	}
	.contact-details .col-sm-4 .inner
	{
		padding: 20px 30px 0px;
		float: left;
		width: 100%;
	}

}
@media only screen and (min-width: 1200px) {
	#nav-sub-home + li {
		margin-left: 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.layout-default .navbar-nav > li {
	    margin-left: 35px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
#publishForm select[multiple] {
  height: auto;
  padding: 0.5em;
  min-width: 320px;
}
