/* ----------------------------------------------

 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	margin:0;
	padding:0;
	font-family: futura, helvetica, 'museo_sans_500regular', arial, sans-serif;
}
* {
	outline:none!important;
	-moz-transition: background-color .25s linear;
	-webkit-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 


/* Header */





/*  Main Navigation  */

#nav {
}
.top-bar {
	background:#090F3D;
	height:50px;
	line-height:50px;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.3);
}
.top-bar.expanded {
	background:#fff;
}
.top-bar.expanded .title-area {
	background:#fff;
}
.top-bar .top-bar-inner {
	max-width:62.5em;
}
.top-bar .name {
	height:0px;
}
.top-bar .name h1 a, .top-bar .name a {
	font-size:1.5em;
	font-weight:400;
	line-height:70px;
	/* customize_logo */ color:#3E4E59; /* customize_logo */
	font-weight:400;
	display:block;
	padding:0 15px;
}
.top-bar .name h1 a:hover, .top-bar .name a:hover {
	/* customize_logo_hover */ color:#181E23; /* customize_logo_hover */
}
.top-bar .toggle-topbar.menu-icon a {
	color:#001D60;
	top: 3px;
}
.top-bar .toggle-topbar.menu-icon a span {
	-webkit-box-shadow: 0 10px 0 1px #001D60, 0 16px 0 1px #001D60, 0 22px 0 1px #001D60;
	box-shadow: 0 10px 0 1px #001D60, 0 16px 0 1px #001D60, 0 22px 0 1px #001D60;
}
.top-bar p {
	position:relative;
	margin:0;
}
.top-bar-section ul {
	background:none;
}
.top-bar-section ul li > a {
	background:#fff;
	font-family: 'Futura', sans-serif;
	font-weight:200;
	color:#fff;
	text-transform:uppercase;
	-moz-transition: background-color .25s linear;
	-webkit-transition: background-color .25s linear;
	-o-transition: background-color .25s linear;
	-ms-transition: background-color .25s linear;
	transition: background-color .25s linear;
	position:relative;
	font-size:15px;
	height: 50px;
}
.top-bar-section ul li > a:hover, .top-bar-section ul li a.nav-selected, .top-bar-section ul li a.nav-path-selected {
	background: #E57534;
	color:#090F3D;
}
.top-bar-section ul li > a.button {
	background:#E99023;
}
.top-bar-section ul li > a.button:hover {
	background:#D26215;
}
.top-bar-section li a:not(.button), .top-bar-section .has-form {
	background:#090F3D;
}
.top-bar-section .has-dropdown > a:after {
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
}
.top-bar-section .dropdown li {
	border-top:1px solid #eee;
}
.top-bar-section .dropdown li.title h5 a {
	color:#fff;
}
.top-bar-section ul li > a.button {
	color:#fff;
}
.top-bar-section > ul > .divider {
	border-color:#f5f5f5;
}

#top-bar-search input {
	width: 80px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}
#top-bar-search input:focus {
	width: 200px;
	-moz-transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
	-o-transition: width 0.5s ease-out;
	-ms-transition: width 0.5s ease-out;
	transition: width 0.5s ease-out;
}


/* Feature */
#feature {
	/* customize_feature_background */ background-color:#4a4a4a; /* customize_feature_background */
	
	background-attachment: dynamic;
    background-color: #4A4A4A;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #4B4B4B;
    min-height: 100px;

}


#feature2 {
	background-attachment: dynamic;
    background-color: #4A4A4A;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #4B4B4B;
	min-height: 300px;
}

#feature2 h1 {
	background-color:#4b4b4b;
	display:inline-block;
	margin-top:0;
	margin-bottom:0.25em;
	padding:0 2px;
	font-weight:300;
	color:#ffffff;
	margin-top: 40px;
	margin-bottom: 40px;
}





#feature * {
	/* customize_feature_text */ color:#ffffff; /* customize_feature_text */
}
#feature h1, #feature h2, #feature p {
	text-shadow:0 0 2px rgba(0,0,0,0.9);
}
#feature h1 {
	/* customize_feature_h1_background */ background-color:#000000; /* customize_feature_h1_background */
	display:inline-block;
	margin-top:0;
	margin-bottom:0.25em;
	padding:0 2px;
	font-weight:300;
}
#feature h2, #feature .orbit-caption h3 {
	font-weight:300;
	margin:0;
}
#feature p {
	margin-bottom:0;
}
#feature p.lead {
	font-weight:200;
}
#feature img {
	width:100%;
	vertical-align:bottom;
}
#feature .large-12 {
	padding-top:1.5em;
	padding-bottom:1.5em;
}

#feature .orbit-container .orbit-slides-container > * .orbit-caption {
	font-size:1em;
}
#feature .orbit-bullets li {
	background:#9F522E!important;
	border:none!important;
}
#feature .orbit-bullets li.active {
	background:#65373E!important;
}


/* Sections */
#sections {
	background-color:#090F3D;
	text-align:center;
	position: relative;
    top: -15px;
}
#sections * {
	color:#ffffff;
}
#sections p {
	color:#ffffff;
	margin-bottom:1em;
}
#sections .columns {
	padding-top:30px;
	padding-bottom:30px;
}
#sections .columns:hover {
	background-color:#394276;
}


/* Wrapper */
#wrapper {
	/* customize_content_background */ background-color:#FFFFFF; /* customize_content_background */
	padding:40px 0;
	
}


/* Content */
#content {
}


/* Sidebar */
#sidebar {
}


/* Side Navigation */
.side-nav {
	margin-left:0!important;
}
.side-nav li {
}
.side-nav li a {
	/* customize_side_menu_link */ color:#66625d; /* customize_side_menu_link */
}
.side-nav li a:hover, .side-nav li a.nav-path-selected, .side-nav li a.nav-selected {
	/* customize_side_menu_link_hover */ color:#615b5b; /* customize_side_menu_link_hover */
}
.side-nav li a.nav-path-selected, .side-nav li a.nav-selected {
	font-weight:bold;
}
.side-nav li ul {
	margin-top:0.15em;
}


/* Sub Navigation */
.sub-nav dt.active a, .sub-nav dd.active a {
	background:#E99023;
}


/* Callout */
#callout {
	background-color:#F1F1F7;
	padding:3px 0;
	color:#FFFFFF;
	text-align:center;
}
#callout p, #callout .button {
	margin-bottom:0;
	display:inline-block;
}
#callout .button {
	margin-left:30px;
}




#callout-grey {
	background-color:#868695;
	padding:30px 0;
	/* customize_callout_text */ color:#FFFFFF; /* customize_callout_text */
	text-align:center;
}
#callout-grey p, #callout .button {
	margin-bottom:0;
	display:inline-block;
}
#callout-grey .button {
	margin-left:30px;
}









/* Footer */
#footer {
	background-color:#ffffff;
	padding:50px 0 40px;
	olor:#999999;
}
#footer .columns {
	font-size:0.750em;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	/* customize_footer_headings */ color:#ffffff; /* customize_footer_headings */
}
#footer a {
	/* customize_footer_link */ color:#bbbbbb; /* customize_footer_link */
}
#footer a:hover {
	/* customize_footer_link_hover */ color:#ffffff; /* customize_footer_link_hover */
}
#footer ul {
	list-style:none;
}
#footer ul li {
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding:5px 0;
}
#footer ul li a {
	display:block;
}

#footer #copyright {
	font-size:0.70em;
	margin-top:30px;
	padding-top:30px;
	border-top:0px solid rgba(0,0,0,0.25);
}
#footer #copyright .sub-nav dt, #footer #copyright .sub-nav dd {
	font-size:1em;
}
#footer #copyright .sub-nav dt.active a, #footer #copyright .sub-nav dd.active a {
	background:#7499A7;
	color:white;
}


/* ------------------------------------------
   ELEMENTS
------------------------------------------- */ 

/* Buttons */
.button {
	background-color:#4a4a4a;
	border-color: #4a4a4a;
}
.button:hover, .button:focus {
	background-color:#4a4a4a;
}
.button.secondary {
	color:#4a4a4a;
}


/* Page List */
.ccm-page-list {
}
.ccm-page-list .row {
	margin-bottom:1em;
}
.ccm-page-list-title {
	line-height:1.2;
	margin:0 0 0.35em;
}
div.ccm-page-list-description {
	margin:0 0 2em;
}
p.ccm-page-list-description {
	margin:0 0 1em;
}
.ccm-page-list .columns {
	text-align:center;
}
.ccm-page-list-one-col .columns {
	text-align:left;
}
.ccm-page-list-thumbnail {
	margin-bottom:1em;
	position:relative;
	overflow:hidden;
}
.ccm-page-list-thumbnail img {
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.ccm-autonav-breadcrumb-sep {
	margin:0 5px;
}
.overlay {
	background:#E99023;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.ccm-page-list-controls {
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	margin-top:-0.75em;
	padding:0 1em;
	opacity:0;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
	-webkit-transform:translateY(-75px);
	-moz-transform:translateY(-75px);
	-o-transform:translateY(-75px);
	transform:translateY(-75px);
}
.ccm-page-list-controls .button.secondary {
	background-color:#3E4E59;
	border:none;
	color:#fff;
	opacity:0.85;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.ccm-page-list-controls .button.secondary:hover {
	opacity:1;
}
.ccm-page-list-thumbnail:hover .overlay {
	opacity:0.8;
}
.ccm-page-list-thumbnail:hover .ccm-page-list-controls {
	opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	transition-delay:0.1s;
}
.ccm-page-list-thumbnail:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

small.meta {
	font-size:75%;
	color:#6F6F6F;
	display:block;
	margin:0 0 0.95em;
}
.blog_entry small.meta {
	margin-bottom:1.5em;
}


/* Forms */
table.formBlockSurveyTable {
	
	border: medium none;
   
}
table.formBlockSurveyTable tr.even, table.formBlockSurveyTable tr.alt, table.formBlockSurveyTable tr:nth-of-type(2n) {
	background:none;
}
.required {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#E99023;
}


/* Tag List */
.ccm-tags-display {
	margin:0 0 1.5em;
}
.ccm-tags-display ul.ccm-tag-list {
	overflow:hidden;
	margin-left:0!important;
}
.ccm-tags-display ul.ccm-tag-list li {
	background-color: #E9E9E9;
	height:auto!important;
    color: #333333;
}
.ccm-tags-display ul.ccm-tag-list li:hover {
	background-color:#d3d3d3;
	
}
.ccm-tags-display ul.ccm-tag-list li a {
	color: #333333;
}


/* Blog */
.post-title {
	margin-bottom:0.25em;
}
.entry .ccm-output-thumbnail {
	margin:0.75em 0;
}


/* Date Archives */
#main-content-sidebar-archives h4 {
	margin-bottom:0.25em;
}
#main-content-sidebar-archives ul {
	list-style:none;
	margin-left:0!important;
}


/* Google Map */
.googleMapCanvas img {
	max-width:none;
}


/* Orbit */
.orbit-container .orbit-slides-container > * .orbit-caption {
	padding:15px 75px;
}
.orbit-caption h3, .orbit-caption p {
	margin-top:0;
	margin-bottom:0;
}
.orbit-caption h3 {
	font-size:1.4em;
}
.orbit-caption p {
	font-size:1em;
	line-height:1.2;
	display:none;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	
	background-color:#7B7B7B;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
	margin-bottom:-40px;
}

.orbit-container .orbit-prev {
    bottom: 85px;
    float: left;
    position: relative;
    height: 45px;
    width: 55px;
    margin-left:15px;
    visibility:hidden;
    

}
.orbit-container .orbit-next {
    bottom: 85px;
    position: relative;
    float: right;
    height: 45px;
    width: 55px;
    margin-right:15px;
    visibility:hidden;
  
}


.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
	background-color:#7B7B7B;
	
}
.orbit-container .orbit-prev:hover span {
	border-color:transparent white transparent transparent;
}
.orbit-container .orbit-next:hover span {
	border-color:transparent transparent transparent white;
}
.orbit-bullets {
	text-align:center;
	margin:0 auto 15px;
	top:8px;
}
.orbit-bullets li {
	float:none;
	display:inline-block;
	border:1px solid #656E72;
	height: 18px;
    width: 18px;
    top: 10px;
    position: relative;
}
.orbit-bullets li.active {
	background:#000000;
}
.orbit-container .orbit-timer .orbit-progress {
	background-color:rgba(255,255,255,0.6);
	visibility:hidden;
}
.orbit-container .orbit-timer > span {
	border: solid 4px white;
	border-top: none;
    border-bottom: none;
    visibility:hidden;
}
.orbit-container .orbit-timer.paused > span {
	border-color: transparent transparent transparent white;
	visibility:hidden;
}
.orbit-container .orbit-slide-number {
visibility:hidden;
	color:#ffffff;
}

/* Check List */
ul.check-list {
	list-style:none;
	font-size:0.9em;
	margin-top:1.5em;
	margin-left:0!important;
}
ul.check-list i {
	color:#E99023;
}


/* Alert Box */
.alert-box p {
	margin-bottom:0;
	line-height:1;
}




/* alignment classes & additional classes*/

.left  { float: left; }
.right { float: right; }


/* Clearing */

.clearboth { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}






.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#navspacing {
	
	min-height: 28px;
	
}



/* concrete5 interface */
#ccm-page-controls-wrapper *,
#ccm-page-controls-wrapper *:before,
#ccm-page-controls-wrapper *:after,
.ui-dialog *,
.ui-dialog *:before,
.ui-dialog *:after
{
	-moz-box-sizing: content-box!important;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
}
.ui-dialog input {
	display:inline-block;
	width:auto;
}
.ui-dialog select {
	width:auto;
}

.logoim {
	
padding-right: 100px;
    
    top: 3px;	
	width: 330px;
	z-index:1;

}


@media only screen and (min-width: 48em) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.4;
	}
	h1 {
		font-size: 2.4em;	
	}
	h2 {
		font-size: 2.3125em;
	}
	h3 {
		font-size: 1.6875em;
	}
	h4 {
		font-size: 1.4375em;
	}
	.top-bar-section .dropdown {
		box-shadow:0 4px 6px rgba(0,0,0,0.3);
	}
	.ccm-page-list-one-col .ccm-page-list-thumbnail {
		margin-bottom:0;
	}
	.orbit-caption h3 {
		font-size:1.6875em;
	}
	.orbit-caption p {
		font-size:1em;
		line-height:1.6;
		display:block;
	}
	

}

@media only screen and (min-width: 58.75em) {
	.top-bar-section li a:not(.button) {
		line-height:0px;
	}
	.top-bar-section > ul > .divider, .top-bar-section .has-form {
		height:0px;
	}
	.top-bar-section .dropdown li a {
		font-size:0.745em;
		line-height:1.5;
	}
	.top-bar-section .has-dropdown > a:after {
        border-color: #ffffff transparent transparent transparent;
    }
	.top-bar-section ul.right li .dropdown li .dropdown {
		margin-top:-1px;
	}
	.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
		margin-top:-10px;
	}
	.top-bar input, .top-bar .button, .top-bar p {
		top:21px;
	}
	.top-bar p .button {
		top:0;
	}
	#feature h2, #feature .orbit-caption h3 {
		font-size:2.8125em;
		margin: 5px;
	}
	#feature p.lead {
		font-size:1.75em;
	}
	#feature .large-12 {
		padding-top:3.5em;
		padding-bottom:3.5em;
	}
	
	
	
	}





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

.feature {
	
	
	
}

.top-bar .name {
    height: 50px;
}

.orbit-caption h3 {
	font-size:1.8em;
}

.orbit-caption {
    margin-bottom: 10px;
}

.logoim {
	
padding-right: 100px;
    position: relative;
    top: 5px;	
	visibility:hidden;
	background-image: url('http://55comms.com.au/themes/55//img/55mobilelogo.png');
	background-repeat:no-repeat;
}

.logoim-mobile {
	
padding-right: 100px;
    position: relative;
    top: 0px;	
	min-height:55px;
	background-image: url('http://55comms.com.au/themes/55//img/55mobilelogo.png');
	background-repeat:no-repeat;
}

.top-bar {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    height: 50px;
    line-height: 50px;
}    
    
    
.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    padding-left: 40px;
    right: 15px;
    top: 50%;
}    
    
#feature .orbit-container .orbit-slides-container > * .orbit-caption {
     font-size: 9px;
    width: 110%;
    float: left;
    margin-left: -10px;
} 





.top-bar-section ul li > a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #ffffff;
    font-family: 'Helvetica',sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    position: relative;
    text-transform: uppercase;
    transition: background-color 0.25s linear 0s;
}   

#navspacing {
	
	min-height: 5px;
	
}

    
    
}


.orbit-caption {
    visibility: visible;
    opacity:0.5;
}


.orbit-bullets {
    position: relative;
    top: 0px;
    background: #E57534;
    
    min-height: 40px;
}

.alignright {
    float: right;
}


.blogcolumns {
    margin-top: 20px;
    
}

#ccm-nav-intelligent-search-wrapper {
    visibility: hidden;
}


#ccm-nav-dashboard {
    right: 140px;
    position: absolute;
}

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

.logoim-mobile {
	
padding-right: 100px;
    position: relative;
    top: 0px;	
	min-height:55px;
	background-image: url('http://55comms.com.au/themes/55//img/55mobilelogo.png');
	background-repeat:no-repeat;
}


}


/* customize_miscellaneous */  /* customize_miscellaneous */