@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,400italic,500italic,500,700,700italic);

body {
	font-family: 'Ubuntu', sans-serif;
	color: #333333;
}

a:active {
    outline: none;
}

a {
   outline: 0;
}

.modal-open {
    overflow: scroll;
}

.main-header-wrap {
	width: 100%;
	position: fixed;
	z-index: 50;
}

.main-header {
	background: #F2F2F2;
	height: 60px;
	position: relative;
	border-bottom: 2px solid #E9E9E9;
}

.product-nav {
	background: #F2F2F2; 
}

.brand {
	width: auto;
	height: 40px;
	background: url(images/iti-logo.png) no-repeat;
	background-size: auto 40px;
	margin: 10px;
	opacity: 1;
}

.brand:hover {
	opacity: 0.7;
}

.search-btn {
	width: 60px;
	height: 60px;
	background: url(images/search-icon.png) no-repeat center;
	background-size: 37px;
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 2px solid #E9E9E9;
	cursor: pointer;
}

.close-btn {
	width: 60px;
	height: 60px;
	background: url(images/cross-icon.png) no-repeat center #1361A2;
	background-size: 22px 23px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	position: fixed;
}

.close-btn:hover {
	background-color: #2A70AA;
}

.search-btn:hover {
	opacity: 0.7;
}

.content-t {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content-pg {
	margin-top: 100px;
}

.m-logo {
	width: 215px;
	height: 130px;
	background: url(images/iti-logo-large.png) no-repeat;
	background-size: 215px 130px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.content-t h1 {
	font-size: 40px;
}

.content-t h3 {
	font-size: 22px;
}

.category-block a, .category-block a:hover {
	color: #333;
	text-decoration: none;
}

.category-block p {
	font-size: 14px;
	margin-top: 20px;
}

.category-block p span {
	font-weight: bold;
}

.category-btn {
	width: 100%;
	height: 60px;
	position: relative;
	font-size: 22px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.50);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.50);
	margin-top: 10px;
}

.category-btn span {
	padding-top: 15px;
	margin-left: 10px;
	display: block;
}

.category-btn-inner {
	width: 58px;
	height: 58px;
	background: url(images/arrow-btn-b.png) no-repeat #15609B center;
	background-size: 58px 58px;
	position: absolute;
	top: 1px;
	right: 1px;
}

.category-btn:hover > .category-btn-inner {
	background: url(images/arrow-btn.png) no-repeat scroll 0% 0% / 58px 58px #FFF;
}

.service-block {
	padding: 0px 20px;
	margin-bottom: 20px;
}

.service-block h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
	color: #005F9B;
}

.service-btn {
	background: url(images/cat-arrow-down.png) no-repeat #005F9B;
	background-size: 30px; /**/
	background-position: center right 20px;
	border: 2px solid #FFF;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.50);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.50);
	padding: 16px 60px 10px 20px; /**/
	color: #FFF;
	font-size: 16px; /**/
	font-weight: normal;
}

.service-btn:hover {
	background-color: #3681B0;
}

.service-block a, .service-block a:hover {
	color: #FFF;
	text-decoration: none;
}

.main-slider {
	padding-top: 60px;
}

.carousel-indicators {
    bottom: auto;
    top: 30px;
}

.carousel-control.right , .carousel-control.left {
	background: none;
}

.carousel-indicators li {
	background-color: #FFFFFF;
	border: 0px;
	width: 20px;
	height: 20px;
}

.carousel-indicators .active {
    background-color: #15609B;
	width: 20px;
    height: 20px;
}

.carousel-content {
	background: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-content h3 {
	font-size: 28px;
}

.carousel-content h4 {
	font-size: 20px;
	font-weight: normal;
}

.scroll-arrow {
	width: 40px;
	height: 40px;
	background:url(images/cat-arrow-down2.png) no-repeat center;
	background-size: 40px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.scroll-arrow:hover {
	background-size: 30px;
}

.scroll-arrow:focus, .scroll-arrow:active {
   outline: none; 
}

.navbar-toggle {
    position: fixed;
    top: 0px;
    right: 60px;
    background-color: #383837;
    z-index: 1000;
}

.navbar-toggle {
    position: relative;
    float: none;
    margin-right: 0px;
    padding: 6px 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    height: 60px;
    border-width: 0px 0px 0px 2px;
    border-style: solid;
    border-color: #E9E9E9 !important;
	position: fixed;
    top: 0px;
    right: 60px;
    z-index: 1000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #1361A2;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 1px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #383837;
}

.navbar-inverse:hover .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.main-collapse {
	position: fixed;
	width: 100%;
	top: 60px;
	z-index: 2000;
	border-top: 0px;
}

.main-nav {
	background-color: #F2F2F2;
	padding: 20px 0px;
}

.navbar-inverse {
    border: 0px none;
	background: none;  
}

.main-collapse {
    padding: 0px;
}

.nav-wrap {
	background: #F2F2F2;
	border-bottom: 2px solid #E9E9E9;
	height: 60px;
}

.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav li {
	font-size: 14px;
}

.main-nav li a {
	color: #333333;
	display: block;
	padding: 16px 32px 12px 32px;
}

.main-nav li a:hover {
	background: #1361A2;
	text-decoration: none;
	background-color: 005F9B;
	color: #FFF;
}

.main-nav li a:focus {
	text-decoration: none;
}

.nav-top {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

#stickybtm {
	position:fixed;
	bottom: 0;
	width: 100%;
	left:0;
	right: 0;
	z-index: 1000;
}

.product-nav-wrap {
	background: #F2F2F2;
	border-top: 2px solid #E9E9E9;
	padding: 10px 0px;
	text-align: center;
}

.p-arrow-btn {
	background: url(images/p-btn-b.png) no-repeat top center;
	background-size: 24px 13px;
	width: 80px;
	height: 30px;
	margin: 4px auto;
	text-align: center;
	padding-top: 14px;
	cursor: pointer;
	color: #383837;
	font-size: 14px;
}

.p-clicked {
	background: url(images/p-btn.png) no-repeat top center;
	background-size: 24px 13px;
}

.p-arrow-btn:hover, .p-clicked:hover {
	color: #16609F;
	background-size: 22px 12px;
}

.prod-main-nav {
	padding: 0;
	padding-bottom: 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #E9E9E9;
}

.prod-collapse {
	border-top: 0px;
	border-bottom: 2px solid;
	margin-top: 0px;
    margin-bottom: 10px;
	padding: 0;
}

.fade {
	margin-top: 60px;
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.s-brand {
	width: 70px;
	height: 70px;
	background: url(images/iti-logo-large.png) no-repeat;
	background-size: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.search-block h3 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}

.search-form {
	padding: 0px 20px;
}

.main-search-btn {
	width: 100%;
    background: #16609F;
    color: #FFF;
    display: block;
    text-align: center;
    cursor: pointer;
    border: 2px solid #FFF;
    font-size: 22px;
	font-weight: bold;
    box-shadow: 0px 0px -4px 0px rgba(50, 50, 50, 0.5);
    padding: 8px 0px 7px 0px;
}

.main-search-btn:hover {
	background-color: #2A70AA;
}

.cpny-des {
	margin-top: 20px;
}

.cpny-des p {
	font-size: 14px;
	margin: 0;
}

.company-dec {
	padding-top: 20px;
}

.company-dec h3 {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0px 30px;
	text-align: center;
}

.company-dec p {
	font-size: 14px;
	margin: 0px 0px 20px;
}

.enquiry-box {
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.enquiry-box h4 {
	margin: 0px 0px 20px;
	font-size: 22px;
	font-weight: bold;
}

.enquiry-box p {
	font-size: 14px;
	padding-bottom: 10px;
}

.contact-block {
	padding: 14px;
	background-color: #005F9B;
	border: 2px solid #FFF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.50);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.50);
	text-align: center;
	color: #FFF;
}

.contact-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-block li {
	font-size: 22px;
}

.contact-block li span {
	font-weight: bold;
}

.contact-block li a {
	text-decoration: none;
	color: #FFF;
}

.product-block {
	background-color: #FFF;
	padding: 0;
	position: relative;
	padding: 40px 0px 0px;
}

.product-block:nth-child(even) {
    background-color: #F8F8F8;
}

.p-logo-wrap {
	width: 100%;
	height: 80px;
	background-color: #15609B;
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF; 
	z-index: 12;
	display: inline-block;
}

.product-dec {
	padding: 20px;
	color: #333333;
	min-height: 500px;
	position: relative;
}

.product-dec h4 {
	font-size: 22px;
	margin:0;
	margin-bottom: 20px;
} 

.product-dec ul {
	margin: 0px 0px 0px 12px;
	padding: 0;
}

.product-dec li {
	color: #005F9B;
	padding-bottom: 6px
}

.product-dec span {
	color: #333333;
}

.p-btn-container {
	width: 100%;
}

.p-btn-container a, .p-btn-container a:hover {
	text-decoration: none;
}

.product-btn {
	width: 100%;
    height: 60px;
    position: relative;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
    margin-top: 30px;
	background: #FFF;
}

.product-btn span {
	padding-top: 15px;
	margin-left: 10px;
	display: block;
}

.product-btn-inner {
	width: 58px;
	height: 58px;
	background: url(images/arrow-btn-b.png) no-repeat #15609B;
	background-size: 58px 58px;
	position: absolute;
	top: 1px;
	right: 1px;
}

.product-btn:hover > .product-btn-inner {
	background: url(images/arrow-btn.png) no-repeat #FFFFFF;
	background-size: 58px 58px;
} 

.product-i { 
   padding: 0;
}

.contact-det {
	text-align: center;
	margin-top: 20px;
}

.contact-det h3 {
	font-size: 20px;
	font-weight: bold;
	color: #16609f;
	margin: 0;
}

.contact-det ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-det li {
	font-size: 18px;
	color: #333;
}

.contact-det li span {
	font-weight: bold;
}

.contact-det li span a, .contact-det li span a:hover {
	color: #333;
	text-decoration: none;
}

.contact-form-wrap {
	margin-top: 40px;
	padding: 40px 0px;
	background: #F8F8F8;
}

.contact-form-wrap h5 {
	font-size: 22px;
	text-align: center;
	margin: 0;
}

.contact-form-wrap p {
	font-size: 14px;
	text-align: center;
	padding: 10px 0px 40px 0px;
}

.c-form-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    color: #333;
    background-color: #FFF;
    border: 1px solid #E9E9E9;
}

.c-form-textarea {
	height: 100px;
	resize: none;
}

.c-form-btn {
	width: 100%;
	background: #16609F;
	color: #FFF;
	display: block;
    text-align: center;
    cursor: pointer;
    border: 2px solid #FFF;
    font-size: 28px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.50);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.50);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.50);
	padding: 0px 100px;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
}

.c-form-btn:hover {
	opacity: 0.9;
}

.service-from-wrap {
	background: #F8F8F8;
	padding-top: 40px;
}

.service-from-wrap h4 {
	font-size: 20px;
	color: #16609F;
	font-weight: bold;
}

.service-from-wrap p {
	margin-bottom: 20px;
}

.service-from-wrap p span {
	color: #FF0004; 
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 10px;
	padding-right: 10px;
    margin-bottom: 0px;
    font-weight: normal;
    cursor: pointer;
	margin-bottom: 16px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: auto;
    display: block;
    margin: 0px auto;
}

.form-group span {
	color: #FF0004;
}

footer {
	width: 100%;
	background: #6E6E6E;
	color: #FFF;
	padding: 20px;
	height: 180px;
}

.inner-footer {
	padding: 0;
	text-align: center;
}

.inner-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	margin-bottom: 10px;
}

.inner-footer li {
	display: inline;
}

.inner-footer a {
	color: #FFF;
}

.inner-footer p, .a-copyright p, .b-copyright p {
	font-size: 12px;
	margin: 0;
}

.inner-footer p span {
	font-weight: bold;
}

.b-copyright {
	margin-top: 10px;
	padding: 0;
	text-align: center;
}

.b-copyright p a {
	color: #FFFFFF;
}

hr.line-break {
	border-color: #DDDDDD;
	margin-top: 20px;
    margin-bottom: 20px;
	border-width: 2px 0px 0px;
}

hr.form-line {
	margin-top: 30px;
    margin-bottom: 30px;
}

.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.auto-scale-slider {
	width: 100%;
	background-size: cover;
}

.auto-scale  {
	width: 100%;
    background-size: 100% auto;
}

.logo-scale {
	height: 16px;
    background-size: 100% auto;
}

.logo-scale + .logo-scale {
	margin-left: 30px;
}

.anchor-container {
	overflow: hidden;
}

.anchor {
	margin-top: -58px;
}

.anchor-container-b {
	overflow: hidden;
}

.anchor-b {
	margin-top: -90px;
}

.anchor-p {
	margin-top: -100px;
}

.search-btn, .search-btn:hover, .close-btn, .close-btn:hover, .service-btn, .service-btn:hover, .main-search-btn, .main-search-btn:hover, .brand, .brand:hover, .c-form-btn, .c-form-btn:hover {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
}

.scroll-arrow, .scroll-arrow:hover, .product-btn > .product-btn-inner, .product-btn:hover > .product-btn-inner {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}

@media (min-width: 768px) {
	
	.row-b {
		margin: 0;
		padding: 0;
	}
	
	.sticky-lock {
	    width: 740px;
    }
	
	hr.line-break {
	    margin-top: 40px;
        margin-bottom: 40px;
    }
	
	.service-block {
    	margin-bottom: 100px;
    }
	
	.service-btn {
	    background-size: 50px;
	    padding: 16px 80px 10px 20px;
    }

    .main-nav {
	    position: relative;
	    overflow: hidden;
	    background-color: transparent !important;
	    padding: 0px;
	    z-index: 20;
    }
	
	.main-collapse {
	    position: relative;
	    width: auto;
	    top: auto;
    }
	
    .sticky-lock.stuck {
        position:fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
	
    .sticky-lock  {
	    z-index: 1000;
     }

    .main-nav ul {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    float: left;
	    position: relative;
	    left: 50%;
    }

    .main-nav li {
	    position: relative;
	    right: 50%;
	    font-size: 14px;
	    float: left;
    }

	.main-nav li a { 
	    padding: 20px 16px 18px;
		border-bottom: 2px solid #E9E9E9;
    }
	
	.main-nav li + li a {
		border-left: 2px solid #E9E9E9;
	}
	
	.main-nav li a:hover { 
		border-bottom: 2px solid #005F9B;
		background-color: transparent;
		color: #333333;
    }
	
	.main-nav li a.active { 
		border-bottom: 2px solid #005F9B;
		background-color: transparent;
		color: #333333;
    }
	
	.cpny-des {
	    margin-top: 0px;
    }
	
	.m-logo {
		display: block;
    }
	
	.search-block h3 {
	    font-size: 66px;
    }
	
	.s-brand {
	    width: 136px;
	    height: 136px;
	    background-size: 136px;
    }
	
	.search-form {
	    padding: 0px 100px;
    }

    .main-search-btn {
	    width: 100%;
    }
	
	.carousel-content {
		background: none;
        position: absolute;
        left: 15%;
        right: 15%;
	    top: 20px;
		padding-top: 0px;
        padding-bottom: 0px;
    }

	.carousel-indicators {
        bottom: 10px;
        top: auto;
    }
	
	.logo-scale {
	    height: 16px;
    }
	
	.logo-scale + .logo-scale {
	    margin-left: 50px;
    }
	
	.contact-det {
	    margin-top: 0px;
    }
	
	.contact-det h3 {
   	    font-size: 26px;
    }
	
	.c-form-btn {
		font-size: 40px;
	    width: auto;
    }
	
	.c-form-textarea {
	   height: 333px;
    }
	
	.radio-btn { 
	    text-align: center;
    }
	
    .p-logo-wrap {
		width: auto;
		padding: 22px 70px 20px 40px;
	    top: 40px;
	    right: 0;
	    -moz-border-radius-topleft: 40px;
        -webkit-border-top-left-radius: 40px;
        border-top-left-radius: 40px;
        -moz-border-radius-bottomleft: 40px;
        -webkit-border-bottom-left-radius: 40px;
        border-bottom-left-radius: 40px;
		position: absolute;
    }
    
    .product-i { 
        min-height: 500px;
    }
	
	.product-dec {
	    padding: 0px 20px 240px 0px;
	    min-height: 500px;
	    position: relative;
    }
	
	.p-btn-container {
	    position: absolute;
	    bottom: 80px;
    }

	.product-btn {
	    width: 300px;
    }
	
	footer {
		height: 140px;
	}
	
    .p-arrow-btn {
		display: none;
	}
	
	.product-nav-wrap {
	    padding: 0px;
    }
	
	.prod-main-nav {
	    padding: 0;
    }  
	
	.prod-collapse {
	    border-bottom: 0px;
        margin-bottom: 0px;
    }
	
	.prod-main-nav li a {
        padding: 19px 10px !important;
    }
	
	.stxtarea {
		height: 160px;
	}
}
	
@media (min-width: 992px) {
	
	.container-b {
		width: 950px;
		padding: 0;
	}
	
	.sticky-lock {
	    width: 950px;
		height: 60px;
    }
 
	.service-block h3 {
	    font-size: 30px;
    }
	
	.service-btn {
	    background-size: 70px;
	    padding: 16px 130px 10px 20px;
	    font-size: 20px;
    }

	.main-nav li a {
	    padding: 19px 70px;
    }
	
	.cpny-des {
	    min-height: 203px;
	    display: flex;
	    align-items: center;
        display: -webkit-flex;
       -webkit-align-items: center;
    }

    .cpny-des p {
    	font-size: 14px;
    }
	
    .carousel-content {
	    top: 120px;
    }
	
	.carousel-content h3 {
	    font-size: 66px;
    }

    .carousel-content h4 {
	    font-size: 40px;
    }
	
	.logo-scale {
	    height: 20px;
    }
	
	.logo-scale + .logo-scale {
	    margin-left: 130px;
    }
	
	.scroll-arrow {
	    width: 70px;
	    height: 70px;
	    background:url(images/cat-arrow-down2.png) no-repeat center;
	    background-size: 70px;
    } 
	
	.scroll-arrow:hover {
	    background-size: 60px !important;
    }
	
	.contact-det h3 {
   	    font-size: 40px;
    }
	
    .contact-det li {
	    font-size: 22px;
    }
	
	.p-logo-wrap {
		padding: 22px 200px 20px 40px;
    }
	
	.prod-main-nav li a {
        padding: 19px 20px !important;
    }
	
	.radio label, .checkbox label {
	    margin-bottom: 0px;
    }
	
}

h1.zone_title {
	text-align: center;
}

.sidemenu ul {
	list-style-type: none;
	display: block;
	padding-left: 0px;
	margin-bottom: 0px;
}
.sidemenu ul li, .sidemenu ul li a{
	display: block;
	color: #333333;
	text-decoration: none;
}
.sidemenu ul li {
  background: #F2F2F2;
  text-align: center;
}
.row.row-legal, .row.row-pages {
	padding-top: 60px;
	padding-bottom: 20px;
}
.sidemenu ul li a:hover, .sidemenu ul li.active a {
	border-right: 2px solid #005F9B;
	background: #E0E0E0;
}
.sidemenu {
  background: #F2F2F2;
  border: 2px solid #E9E9E9;
}
@media (min-width: 992px) {
	.sidemenu li a {
	  padding: 10px 5px;
	}
}
@media (max-width: 992px) {
	.sidemenu li a {
	  padding: 10px 3px;
	}
	.sidemenu ul li a:hover, .sidemenu ul li.active a {
		border-right: none;
		border-bottom: 2px solid #005F9B;
		background: #E0E0E0;
	}
}

.collapse.in {
  display: block !important;
}
.collapse {
  display: none !important; 
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.searchfilters label{
	display: block !important;
}
.searchfilters label input{
	display: inline-block !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.carousel-content {
		top: 20px;
	}
	.scroll-arrow {
		width: 50px;
		height: 50px;
		background: url(images/cat-arrow-down2.png) no-repeat center;
		background-size: 50px;
	}
	.carousel-content h3 {
		font-size: 40px;
	}
	.carousel-content h4 {
		font-size: 28px;
		font-weight: normal;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
	.c-form-textarea {
		height: 240px;
	}
}
.main-collapse {
	z-index: 0;
}
.content-pg {
    margin-bottom: 20px;
}

.helpicon {
	color: #16609f !important;
}

#spam-modal p {
    margin: 0 0 10px !important;
	padding: 0px !important;
	text-align: left;
}
#spam-modal button span {
    color: #000000;
}
.speaker {
	display: inline-block;
	margin: 0px 5px;
	vertical-align: middle;
}

.captcha-help span {
	color: #333333;
}
span.category-btn, span.category-btn-inner {
	display: block !important;
}

.success-contact-icon {
	font-size: 60px;
}