/*
Theme Name: E&C Security Systems
Author: Netwizard Design
Author URI: https://www.netwizarddesign.com.au
Version: 1.0
*/

@font-face {
   font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Light.woff2') format('woff2'),
         url('fonts/Gotham-Light.woff') format('woff'),
         url('fonts/Gotham-Light.ttf') format('truetype'),
         url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'good_times_rgregular';
    src: url('fonts/good times rg-webfont.eot');
    src: url('fonts/good times rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/good times rg-webfont.woff2') format('woff2'),
         url('fonts/good times rg-webfont.woff') format('woff'),
         url('fonts/good times rg-webfont.ttf') format('truetype'),
         url('fonts/good times rg-webfont.svg#good_times_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_boldregular';
    src: url('fonts/ufonts.com_gotham-bold-webfont.eot');
    src: url('fonts/ufonts.com_gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ufonts.com_gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/ufonts.com_gotham-bold-webfont.woff') format('woff'),
         url('fonts/ufonts.com_gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/ufonts.com_gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url('css/normalize.css');
@import url('css/slicknav.css');


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	width:100%;
	height:100%;  
 }
body {
	margin:0;
	padding:0;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #333;
	font-family: 'Gotham-Light';
	overflow-x:hidden;
}

.container {
	width:1200px;
	margin:0 auto;
}
 
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham-Light';
}
h1 {
	font-size: 24px;
	margin:0 0 20px 0;
	text-transform:uppercase;
	color:#123679;
}
h2 {
	font-size: 24px;
	margin:20px 0 20px 0;
	text-transform:uppercase;
	color:#333;
}
h3 {
	font-size: 22px;
	margin:20px 0 20px 0;
	text-transform:uppercase;
	color:#cb1414;
}
h4 {
	font-size: 22px;
	margin:0 0 14px 0;
}
p {
	margin:0 0 15px 0;
	line-height:22px;
}
.alignright {
	float:right;
	margin:0 0 0 40px;
}
.alignleft {
	float:left;
	margin:0 40px 0 0px;
}
.pushup {
	margin-top:-50px !important;
}
.bord {
	border:5px solid #fff;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	margin-bottom:30px;
	border-radius:8px;
}
.clear {
	clear:both;
}
/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
	width:100%;
	position:relative;
	height:155px;
}
header.main {
	width:100%;
	position:relative;
	background:#fff;
	height:155px;
	padding:20px 0 20px 0;
	margin:0 0 0 0;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	z-index:999;
}
.logo {
	margin:20px 0 0 0;
}
.logo2 {
	float:right;
	margin:0 0 0 0;
	width:100px;
}
h1.site-title {
	font-size:30px;
	line-height:30px;
	margin:0 0 0 0;
	float:left;
	color:#333;
}
h1.site-title a {
	color:#333;
	text-decoration:none;
}
.slicknav_menu {
	display:none;
}
.phone {
	position:absolute;
	top:0px;
	right:260px;
	color:#164681;
	font-size:26px;
	font-family: 'gotham_boldregular';
	background:url(images/phone.png) no-repeat left center;
	padding:10px 0 10px 40px;
}
.slogan {
	position:absolute;
	top:50px;
	right:210px;
	color:#164681;
	font-size:19px;
	line-height:23px;
	font-style:italic;
	text-align:center;
	width:300px;
}
nav#menu {
	position:absolute;
	bottom:10px;
	right:0;
	margin:0 0 0 0;
	z-index:99999;
}
#menu ul {
	list-style-type:none;
	margin:0 0 0 0;
}
#menu ul li {
	display:inline;
	margin:0 0 0 12px;
	position:relative;
}
#menu ul li:hover .sub-menu {
	display:block;
}
.sub-menu {
	list-style-type:none;
	display:none;
	position:absolute;
	padding:53px 0 0 0;
	top:0px;
	left:-10px;
	width:140px;
	margin:0 0 0 -40px;
}
.sub-menu li {
	display:block;
	float:left;
	clear:both;
	margin:0 0 10px 0px;
	position:relative;
	left:-20px;
	width:100%;
}
.sub-menu li a{
	font-family: 'Gotham-Light' !important;
	color:#333 !important;
	font-size:16px !important;
	background:#fff;
	padding:5px 20px;
	width:100%;
	float:left;
	clear:both;
	border-bottom:1px solid #ccc;
}
.sub-menu li a:hover {
	background:#12387b !important;
	color:#fff  !important;
}
#menu ul li a {
	font-family: 'gotham_boldregular';
	font-size:16px;
	color:#555555;
	text-decoration:none;
	transition:all .5s;
}
#menu ul li a.current, #menu ul li a:hover {
	color:#164681;
}

/* Custom Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#carousel {
	background:#fff;
	height:100px;
	padding:50px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
ul.slide{
	margin:0;
    padding:0;
    height:100px;
    list-style-type:none;
}
ul.slide li{
	float:left;
	list-style-type:none;
	width:250px !important;
	margin:0 0 !important;
}
ul.slide img{
	height:100px;
}
#blue-bar {
	width:100%;
	height:54px;
	padding:34px 0 0 0;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	background:url(images/blue-bar.png) no-repeat center center;
	color:#fff;
	font-size:27px;
	text-transform:uppercase;
	text-align:center;
}
#blue-bar span{
	margin:0 13px 0 13px;
}
#blue-bar a {
	text-decoration:none;
	color:#fff;
	font-size:27px;
}
#inner-banner {
	width:100%;
	height:250px;
	position:relative;
	z-index:800;
	top:0px;
}
#inner-banner img {
	width:1920px;
	position:relative;
	left:50%;
	margin:0 0 0 -960px;
}
#inner-wrap {
	width:100%;
	height:44px;
	padding:25px 0 15px 0;
	background: url(images/blue-bar.png) repeat-y center center; 
	position:relative;
	z-index:800;
	top:0px;
}
#inner-wrap h1{
	font-size:36px;
	line-height:36px;
	float:left;
	color:#fff;
	margin:0 0 0 0;
	font-weight:normal;
	text-shadow:0 0 16px #111;
}

.manual {
	width:31%;
	float:left;
	margin:0 2% 40px 0;
	background:#fff;
}
.manual ul {
	margin:0 0 0 30px;
}
.manual .text {
	
}

/* Slideshow
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cycle-slideshow .slide-wrap {
	width:100%;
	height:680px;
	margin:0 0 0 0;
}
.cycle-slideshow .slide-wrap .slide-text{
	width:700px;
	padding:40px 40px 20px 40px;
	float:left;
	margin:200px 0 0 0;
	background:rgba(0,0,0,0.75);
}
.cycle-slideshow .slide-wrap .slide-text h2{
	color:#fff;
	font-family: 'good_times_rgregular';
	font-size:40px;
	line-height:40px;
}
.cycle-slideshow .slide-wrap .slide-text p{
	color:#fff;
	font-size:15px;
	line-height:26px;
	margin:0 0 30px 0;
}
.cycle-slideshow .slide-wrap .slide-text p a{
	background:#123679;
	font-size:20px;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
	transition:all .5s;
}
.cycle-slideshow .slide-wrap .slide-text p a:hover{
	background:#284a89;
}


/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.content-area{
	width:100%;
	padding:60px 0;
}
.grey {
	background:#f3f3f3;
}
.white {
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

/* Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sidebar {
	padding:40px 0 40px 0;
}
.sidebar iframe {
	width:100%;
	height:300px;
	margin:30px 0;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#footer {
	background:#222;
	padding:20px 0 0 0;
	height:40px;
	clear:both;
}
.copy {
	color:#ccc;
	font-size:12px;
	float:left;
	margin:0 0 0 0;
}
.designer {
	color:#ccc;
	font-size:12px;
	float:right;
	margin:0 0 0 0;
}
.designer a {
	color:#ccc;
	text-decoration:none;
}
.copy a{
	color:#3290d4;
	text-decoration:none;
}


/* Contact Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form {
	width:40%;
	float:left;
}
.details {
	width:55%;
	float:right;
}
.details em {
	font-size:13px;
}
.basic-grey {
    width:100%;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
	margin:0 0 30px 0;
}
.basic-grey label {
    display: block;
    margin: 0px;
	float: left;
	clear:both;
}
span.req {
	color:red;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 100%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}



/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
    background:#222;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 0px;
}
.slicknav_nav ul ul {
    padding:0;
    margin:0 0 0 30px;
	width:100%;
}
.slicknav_nav ul ul li {
	margin:0 0 5px 0 !important;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.slicknav_nav, .slicknav_nav ul ul {
    list-style: none;
    overflow:hidden;
	position:relative;
	
	
}
.slicknav_nav, .slicknav_nav ul ul a{
	font-family: 'Gotham-Light' !important;
	color:#fff !important;
	font-size:14px !important;
	background:#222;
	border-bottom:0px solid #ccc;
}
.slicknav_nav .slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc !important;
    color:#222 !important;
	padding:5px 10px !important;
    margin:2px 5px !important;
    text-decoration:none !important;
}



/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

	.container {
		width:100% !important;
		padding:0 0;
	}
	.logo {
		width:400px;
	}
	.phone {
		position:absolute;
		top:20px;
		left:550px;
		color:#164681;
		font-size:26px;
		font-family: 'gotham_boldregular';
		background:url(images/phone.png) no-repeat left center;
		padding:10px 0 10px 40px;
	}
	.slogan {
		position:absolute;
		top:20px;
		right:0px;
		color:#164681;
		font-size:20px;
		font-style:italic;
		width:300px;
		text-align:right;
	}
	#blue-bar {
		width:100%;
		height:54px;
		padding:34px 0 0 0;
		box-shadow:0 0 10px rgba(0,0,0,0.3);
		background:url(images/blue-bar.png) no-repeat center center;
		color:#fff;
		font-size:22px;
		text-transform:uppercase;
		text-align:center;
		margin:0 auto;
	}
	#blue-bar span{
		float:none;
		text-align:left;
		margin:0 0px 0 0;
	}

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

	.content-area{
		width:100%;
		padding:60px 5px;
	}
	.phone {
		position:relative;
		top:20px;
		float:right;
		left:0;
		margin:0 120px 0 0;
		color:#164681;
		font-size:26px;
		font-family: 'gotham_boldregular';
		background:url(images/phone.png) no-repeat left center;
		padding:10px 0 10px 40px;
	}
	.slogan {
		display:none;
	}
	.cycle-slideshow .slide-wrap {
		width:100%;
		height:400px;
		margin:0 0 0 0;
	}
	.cycle-slideshow .slide-wrap .slide-text{
		width:85%;
		padding:20px 20px 10px 20px;
		float:left;
		margin:50px 0 0 0;
		background:rgba(0,0,0,0.75);
	}
	.cycle-slideshow .slide-wrap .slide-text h2{
		color:#fff;
		font-family: 'good_times_rgregular';
		font-size:30px;
		line-height:30px;
	}
	.cycle-slideshow .slide-wrap .slide-text p{
		color:#fff;
		font-size:14px;
		line-height:22px;
		margin:0 0 30px 0;
	}
	

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

	.content-area{
		width:100%;
		padding:60px 5px;
	}
	.phone {
		position:relative;
		top:20px;
		float:right;
		left:0;
		margin:0 70px 0 0;
		color:#164681;
		font-size:26px;
		font-family: 'gotham_boldregular';
		background:url(images/phone.png) no-repeat left center;
		padding:10px 0 10px 40px;
	}
}
@media only screen and (max-width: 800px) {
	header.main {
		margin:50px 0 0 0;
		text-align:center;
	}
	.logo {
		max-width:100%;
	}
	.logo2 {
		display:none;
	}
	.phone {
		position:relative;
		top:0px;
		float:none;
		width:100%;
		text-align:center;
		left:0;
		color:#164681;
		font-size:26px;
		font-family: 'gotham_boldregular';
		background:url(images/hone.png) no-repeat left center;
		padding:10px 0 10px 0px;
	}
	#menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		width:100%;
		z-index:999999;
		background:#222;
	}
	.alignright, .alignleft, .bord, .aligncenter {
		float:none;
		margin:0 0 0 0;
		max-width:100%;
	}
	.pushup {
		margin-top:0px !important;
	}
	.manual {
		width:48%;
		float:left;
		margin:0 2% 40px 0;
		background:#fff;
	}
	.welcome {
		text-align:center;
	}
	.welcome img {
		display:none;
	}
	#inner-wrap h1{
		font-size:36px;
		line-height:36px;
		float:left;
		color:#fff;
		margin:0 0 0 0;
		font-weight:normal;
		text-shadow:0 0 16px #111;
		width:100%;
		text-align:center;
	}
	#footer {
		background:#222;
		padding:20px 0 20px 0;
		height:40px;
		clear:both;
	}
	.copy {
		float:none;
		text-align:center;
	}
	.designer {
		float:none;
		text-align:center;
	}
	#blue-bar {
		
		font-size:18px;
	}
	.form {
		width:100%;
		float:none;
	}
	.details {
		width:100%;
		float:none;
	}
}
@media only screen and (max-width: 700px) {
	.manual {
		width:98%;
		float:left;
		margin:0 2% 40px 0;
		background:#fff;
	}
	#blue-bar {
		padding:10px 0 10px 0;
	}
	.cycle-slideshow .slide-wrap .slide-text{
		width:90%;
		padding:10px 10px 10px 10px;
		float:left;
		margin:50px 0 0 0;
		background:rgba(0,0,0,0.75);
	}
	.cycle-slideshow .slide-wrap .slide-text h2{
		color:#fff;
		font-family: 'good_times_rgregular';
		font-size:26px;
		line-height:30px;
	}
	.cycle-slideshow .slide-wrap .slide-text p{
		color:#fff;
		font-size:13px;
		line-height:20px;
		margin:0 0 20px 0;
	}
	#footer {
		background:#222;
		padding:20px 0 20px 0;
		height:70px;
		clear:both;
	}
	#blue-bar {
		width:100%;
		height:auto;
		background:#165094 url(images/lue-bar.png) no-repeat center center;
		font-size:20px;
	}
	
	#blue-bar a {
		font-size:20px;
	}
}


