/*
Theme Name: IIC
Theme URI: http://www.iic.com.au/
Author: the Supreme supports
Author URI: http://supremesupports.com.au/
Description: IIC Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

a:hover, a:focus {outline:none; border: none; text-decoration: none;}
body{
	background-color: #fff;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.slicknav_menu {
	display:none;
}

header.container-fluid {
	background-image: url(img/assets/header-bg.png);
	background-repeat: repeat-x;
}

.container {
}

.header {
}

.logo {
	margin-bottom: 30px;
	margin-top: 16px;
}

.phone {
	margin: 30px 0;
	letter-spacing: 3px;
}

.phone-icon {
	color: #fff;
	text-align: right;
}
.phone-icon span{
	font-size: 21px;
}
.fa-phone {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 33px;
	font-weight: bold;
	padding: 5px 7px;
	margin-right: 10px;
}

.menu {
}
.menu ul.nav{
	margin:0;
	padding: 0;
	list-style-type: none;
	background-image: url(img/assets/menu-bg.png);
	background-repeat: repeat-x;
	min-height: 44px;
	border-radius: 5px;
}
.menu ul.nav li{
	display: inline-block;
	float: left;
}

.menu ul.nav li a{
	display: block;
	padding: 9px 39.6px;
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	text-decoration: none;
	border-right: 1px solid #777777;
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
	-moz-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
	box-shadow: 1px 0 0 rgba(255,255,255,0.1);
	font-weight: bold;
}
.menu ul.nav li:last-child > a {
	border-right: 0;
	-webkit-box-shadow: 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}
.menu ul.nav li a:hover{
	background-color: rgba(155,155,155,0.3);
}
.menu ul.nav li:active > a {
	-webkit-box-shadow: inset 0 0 10px #fff;
	-moz-box-shadow: inset 0 0 10px #fff;
	box-shadow: inset 0 0 10px #fff;
}
.banner {
}

.search-form {
}
.search-form  form input[type=text]{
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	background-color: #fafafa;
	font-style: italic;
}
.search-form  form input[type=submit]{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	text-indent: -9999px;
}

.search {
  right: 10px;
  top: 10px;
}
.content {
}

.content-top {
  margin-top:10px;
}

.main {
}

.content .main > h2 {
  color: #d90000;
  font-size: 28px;
  font-weight: bold;
}
.content .main > h3 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.content .main p {
	margin-bottom: 20px;
}
.latest-news {
	background-color: #eaeaea;
	padding: 0 15px 5px;
	border-bottom: 5px solid #b90000;
}
.latest-news  h2{
	color: #d90000;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
}

.single-news {
	border-bottom: 1px solid #d4d4d4;
	display: inline-block;
	padding-bottom: 7px;
}
.single-news:last-child{
	border-bottom: none;
}
.single-news h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 5px;
	color: #b90000;
}
.single-news h4 a.spe-title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 5px;
	color: #b90000;
}
.single-news .textwidget p {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	color: #b90000;
}
.single-news .textwidget p a.tech-support{
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	color: #b90000;
}
.single-news .read-more {
	color: #5c5c5c;
	font-weight: bold;
	text-transform: uppercase;
}
.read-more:hover {
	color: #b90000;
}
.single-news strong {
	color: #5c5c5c;
	font-size: 13px;
}
.content-bottom {
	margin-top: 15px;
	margin-bottom: 50px;
}

.latest-projects {
	margin-right: -20px;
}

.single-project {
	float: left;
	margin-right: 20px;
	width: 30%;
}
.single-project h4{
	color: #d90000;
	font-size: 15px;
	font-weight: bold;
}
.single-project p{
}
.single-project a.read-more{
	color: #d90202;
	font-size: 14px;
	font-weight: bold;

}
.single-project:last-child {
}
.slider-banner {
	/*margin-bottom: 30px;*/
	margin-top: 220px;
}

.sample-banner {
	margin-bottom: 30px;
}

footer.container-fluid {
  background: none repeat scroll 0 0 #5c5c5c;
  padding-left: 0px;
  padding-right: 0px;
  color: #eaeaea;
}
.purple{
	background: #2e2e2e;
	padding: 15px 0 10px;
}
.footer-top {
}

.quick-link {
	margin: 30px 0;
}

.quick-link h2 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-menu {
	float: left;
	width: 50%;
}
.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 25px;
}.footer-menu ul  li{
}
.footer-menu ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.footer-menu ul li a:hover{
	color: #b90000;
}
.left {
}

.right {
}

.contact {
	margin-top: 30px;
	padding-left: 15px;
}

.contact  h2{
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-bottom {
}

article.project {
  float: left;
  margin-right: 20px;
  width: 30%;
}
article.project:last-child {
  
}
h4.project-title {
	margin-bottom: 5px;
	margin-top: 5px;
}
h4.project-title a{
	color: #d90202;
	font-size: 14px;
	font-weight: bold;
}
.project-header a.read-more{
	color: #d90202;
	font-size: 14px;
	font-weight: bold;
}
}
/* Customize Meta Slider */

.metaslider .caption {
  font-size: 22px;
  padding: 25px;
}

.metaslider .caption-wrap {
  bottom: 15px;
  left: 15px;
  width: 50%;
}

table.table.table-responsive tr td{
  border-top: none;
  vertical-align: middle;
}

table.table.table-responsive.contact tr td > p {
  margin-bottom: 7px;
}


table.table.table-responsive.contact tr td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}

.textwidget > p {
  margin-bottom: 3px;
}

.no-margin-top{
  margin-top: 0px;
}
.margin-top-80{
  margin-top: 80px;
}

.content-top .main .row .col-sm-9{
  /*margin-bottom: 40px;
  padding: 40px 0px;*/
}
.google-maps {
  padding-bottom: 50px;
}
.google-maps h4 {
  color: #d90000;
  font-weight: bold;
}

.our-maps {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
max-width: 600px;
}
.our-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.acc-content{
  margin-bottom: 30px;
}
.acc-content {
margin-bottom: 40px;
}

.content-1{
padding-top: 50px;
}
.content-2{
padding-top: 50px;
}
.content-3{
padding-top: 35px;
}
.content-5{
	padding-top: 17px;
}
.content-6, .content-8{
padding-top: 20px;
}
.content-7{
padding-top: 40px;
}
.acc-content .col-sm-3 img.img-responsive{
width: 90%;
}