@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,300);
 @import url(//fonts.googleapis.com/css?family=Bitter:400,400italic,700);
body {
	margin:0px;
	padding:0 0px 0px;
	font-size:17px;
	color:#4B4B4B;
	font-family: 'Roboto', sans-serif;
	line-height:24px;
	font-weight:300;
}
h1, h2, h3, h4, h5, h6, small, form, ul, strong, span {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:26px;
	font-weight:400;
	color:#0053a1;
	margin-bottom:20px;
	font-family: 'Bitter', serif;
}
h2 {
	color: #0053a1 !important;
	font-family: "Bitter", serif !important;
	font-size: 26px !important;
	font-weight: 400 !important;
	margin: 0 0 20px !important;
	padding: 0;
}
h3 {
	font-size:24px;
	margin:0px 0px 20px;
	padding:0px;
	font-weight:400;
	color:#0053a1;
	font-family: 'Bitter', serif;
}
h4 {
}
h5 {
}
h6 {
}
img {
	border:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
a {
	text-decoration:none;
	outline:none;
	color:#000;
}
a:hover {
	color:#6c1315;
	text-decoration:none;
}
a:focus {
	outline: none;
	outline-offset:0;
}
.cl {
	clear:both;
	height:1px;
}
p {
	margin:0px;
	padding:0 0 20px 0;
	line-height:24px;
}
ul {
	margin:0px;
	padding:0 0 0 0;
}
input, select, textarea {
	outline:none;
}
.clearfix:after, .grid-block:after, .deepest:after {
	clear: both;
}
.clearfix:before, .clearfix:after, .grid-block:before, .grid-block:after, .deepest:before, .deepest:after {
	content: "";
	display: table;
}
.header {
	width:100%;
	float:left;
	/*height:107px;*/
}
.wrapper {
	width:1100px;
	margin:0 auto;
}

/*.wrapper2 {
   width:1000px;
   margin:0 auto;
}         */

.logo {
	float:left;
	margin-top:20px;
}
.top-right {
	float:right;
}
.call {
	background:url(../images/call.png) no-repeat top left;
	width:219px;
	height:56px;
	float:right;
	font-size:21px;
	font-weight:500;
	color:#0053a1;
	padding: 5px 0 0 10px;
	margin-top:10px;
}
.call .fa-phone {
	font-size: 16px;
	padding-right: 5px;
	position: relative;
	top: -2px;
}
.call span {
	display:block;
	font-size:22px;
	color:#002a67;
	font-weight:400;
	padding-top:8px;
}
.menu-box {
	float:right;
	margin-top:10px;
}
.social {
	float:left;
	padding-top:32px;
	background:url(../images/spc.jpg) no-repeat center right;
	margin-right:20px;
	padding-right:10px;
	padding-bottom: 19px;
}
.social a {
	float:left;
	font-size:18px;
	background:#294a7b;
	color:#fff;
	margin-right:10px;
	width:33px;
	height:33px;
	text-align:center;
	line-height:33px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.social a:hover {
	background:#7e7e7e;
}

.social-footer {
	float:left;
	padding-top:10px;
	margin-right:20px;
	padding-right:10px;
	padding-bottom: 19px;
}
.social-footer a {
	float:left;
	font-size:18px;
	background:#fff;
	color:#294a7b;
	margin-right:10px;
	width:33px;
	height:33px;
	text-align:center;
	line-height:33px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.social-footer a:hover {
	background:#7e7e7e;
	color:#fff;
}


.menu-box {
	width:100%;
	height:47px;
	background:#ff9a18;
	-webkit-box-shadow:0px 3px 2px -2px #000;
	box-shadow:0px 3px 2px -2px #000;
	position:relative;
	z-index:1;
}
.menu-box ul.nav {
	margin:0px auto;
	padding:0px;
	display:table;
}
.menu-box ul.nav > li {
	float:left;
	list-style:none;
	font-variant:300;
	background:url(../images/spc1.jpg) no-repeat top right;
	position:relative;
}
.menu-box ul.nav > li > a {
	display:block;
	color:#fff;
	font-size:17px;
	display:block;
	padding:15px 27px;
	font-weight:400;
	text-transform:uppercase;
}
.menu-box ul.nav > li > a:hover {
	color:#fff;
	background:#294a7b;
}
.menu-box ul.nav > li.active > a {
	color:#fff;
	background:#294a7b;
}
.menu-box ul.nav > li.active > a:before {
	content:"";
	width:100%;
	height:20px;
	background:#294a7b;
	left:0;
	top:-10px;
	position:absolute;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.menu-box ul.nav li:hover ul {
	display:block;
}
.menu-box ul.nav ul {
	position:absolute;
	display:none;
	width:171px;
	background:#294a7b;
	border:#173869 solid 2px;
	padding:0 10px;
	z-index:1;
}
.menu-box ul.nav ul li {
	list-style:none;
}
.menu-box ul.nav ul li + li {
	border-top:#4d6e9f solid 1px;
}
.menu-box ul.nav ul li a {
	display:block;
	font:17px;
	color:#fff;
	padding:11px 15px;
	background:url(http://togetherit.com.au/templates/togetherit/images/arrow.png) no-repeat center left;
}
.menu-box ul.nav ul li a:hover {
	text-decoration:underline;
}
.menu-box ul.nav ul li.active a {
	text-decoration:underline;
}
#silder {
	width:100%;
	float:left;
	color:#fff;
	background:url(../images/slider-bg.jpg) no-repeat top left;
	background-size:100% 371px;
	height:371px;
}
/*#silder img { width:100%;}*/

.b-left {
	width:452px;
	float:left;
	margin-top:122px;
	position:absolute;
}
.b-right {
	float:right;
}
#silder h1 {
	font-size:44px;
	line-height:46px;
	color:#fff;
	text-transform:uppercase;
}
.content-box {
	width:100%;
	float:left;
	padding:30px 0;
	min-height:400px;
}
#silder p {
	color:#fff;
}
.content-side { /*width:652px;*/
	float:left;
  	text-align: justify;
}
.services {
	width:100%;
	float:left;
	margin-top:20px;
}
.services .col-4 {
	width:314px;
	float:left;
	background:#f5f5f5;
	padding:10px 0;
	text-align:center;
	margin-bottom:20px;
}
.services .col-4.fr {
	float:right;
}
.services .col-4 h3 {
	margin:0px 0px 12px;
}
.services .col-4 a {
	color:#012d6a;
}
.services .img {
	display:table;
	margin:auto;
	padding:5px;
	border:#dedede solid 1px;
}

.right-nav {
	width:100%;
	float:left;
	margin-bottom:18px;
}
.right-nav ul, .set_bullit {
	margin:0px;
	padding:0px;
}
.right-nav ul li, .set_bullit li {
	list-style:none;
	padding:6px 0;
}
.right-nav ul li:first-child, .set_bullit li:first-child {
	padding-top:0px;
}
.right-nav ul li a {
	font-size:16px;
	color:#333;
	display:block;
	background:url(../images/arrow.jpg) no-repeat center left;
	padding-left:12px;
}
.right-nav ul li a:hover {
	color:#294a7b;
	text-decoration:underline;
	font-weight:400;
	font-size:17px;
	
}
.set_bullit > li {
	line-height: 22px;
	list-style: outside none disc;
	padding-left: 10px;
}
.contact-form {
	width:100%;
	float:left;
	min-height:447px;
	background:#f5f5f5;
}
.contact-form h3 {
	color:#fff;
	margin:0px;
	background:#ff9a18;
	height:51px;
	line-height:51px;
	padding:0 15px;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.contact-form .padd {
	overflow:hidden;
	padding:20px 15px;
}
.contact-form .in {
	border:#d5d5d5 solid 1px;
	overflow:hidden;
	margin-bottom:10px;
}
.contact-form .in textarea {
	border:none;
	width:100%;
	margin:0px;
	padding:5px 2% 0 14%;
	color:#333333;
	background:url(../images/icon4.jpg) no-repeat 10px 6px #fff;
	height:87px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#6e6e6e;
}
.contact-form .in input {
	border:none;
	width:100%;
	height:35px;
	margin:0px;
	padding:0 2% 0 14%;
	color:#6e6e6e;
}
 .contact-form .in:nth-child(1) input {
background:url(../images/icon1.jpg) no-repeat 10px center #fff;
}
 .contact-form .in:nth-child(2) input {
background:url(../images/icon2.jpg) no-repeat 10px center #fff;
}
 .contact-form .in:nth-child(3) input {
background:url(../images/icon3.jpg) no-repeat 10px center #fff;
}
.cap-img {
	float:left;
	margin-top:8px;
}
.contact-form .in1 {
	border:#d5d5d5 solid 1px;
	overflow:hidden;
	margin-bottom:10px;
	width:160px;
	float:right;
	margin-top:8px;
}
.contact-form .in1 input {
	border:none;
	width:100%;
	height:35px;
	margin:0px;
	padding:0 3%;
	color:#6e6e6e;
}
.sub-btn {
	width:162px !important;
	height:40px !important;
	background:#ff9a18 !important;
	border:none !important;
	padding:0px !important;
	margin:10px auto 0 !important;
	display:table !important;
	border-radius:4px !important;
font-family: 'Bitter' !important, serif;
	color:#fff !important;
	font-weight:400 !important;
	font-size:24px !important;
	cursor:pointer !important;
}
.cap-img > img {
	width: 96%;
}
.chrono_credits > a, .chrono_credits {
	display: none;
}
#footer {
	width:100%;
	float:left;
	background:#2b4b7c;
	padding:25px 0;
	color:#fff;
}
.footer-left {
	float:left;
	width:678px;
	margin-top:10px;
}
.fo-nav {
	width:100%;
	float:left;
	padding-bottom:14px;
}
.fo-nav ul.nav {
	margin:0px;
	padding:0px;
}
.fo-nav ul.nav li {
	float:left;
	list-style:none;
}
.fo-nav ul.nav li a {
	display:block;
	color:#fff;
	padding:0 13px;
	font-weight:400;
}
.fo-nav ul.nav li a:hover {
	text-decoration:underline;
}
.fo-nav ul.nav li:first-child a {
	padding-left:0px;
}
.copy {
	width:100%;
	float:left;
	font-size:13px;
	font-weight:400;
}
.footer-right {
	float:right;
	background:url(../images/mapicon.png) no-repeat right top;
	padding-right:62px;
	text-align:right;
	font-size:15px;
	font-weight:400;
}
.footer-right span {
	color:#feaa3e;
	font-size:16px;
	text-transform:uppercase;
}
.footer-right p {
	margin:0px;
	padding:0px;
}
.full-page {
	margin: auto;
	width: 1200px;
}
 @media (min-width: 1201px) {
 .full-page {
 margin: auto;
 width: 100%;
}
}
.top-right .custom {
	float: left;
}
.fa em {
	display: none;
}
.call span.phone {
	display: none;
}
.slide-desc {
	position: relative !important;
}
.slide-desc-text {
	padding: 0px !important;
}


.content-side {
	float: left;
	width: 50%;
}
.content-side.full {
	width: 100%;
}
.content-side.left {
	width: 652px;
}
.content-side.right {
	width: 83%;
}
.partners-logo, .left-top-box, .right-top-box {
	float: left;
	width: 100%;
}
.left-part {
	float: left;
	width: 100%;
}
.right-part {
	float: left;
	width: 100%;
}
.partners-logo > a {
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 30%;
}
.img-center {
	float: left;
	text-align: center;
	width: 100%;
}
.img-cl {
    width: 30%;
}
.containt-cl {
    width: 70%;
}
.content-box strong:before {
    content: "\f0da";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
	font-weight: normal;
}
.content-box strong {
    padding-left: 13px;
    position: relative;
	font-weight: bold;
     text-transform: uppercase;
  	text-transform: uppercase;
}

.set_bullit {
  margin :0 0 0 35px; 
}
@media screen and (max-width: 1200px){
	.full-page{ max-width:1200px; width:auto;}
}
@media screen and (max-width: 1023px){
	.wrapper{ max-width:1000px; width:auto; padding-left:20px; padding-right:20px;}
	.content-side.left{width:66%;}
/*	.right-side{ width:31%;}         */
	.footer-left{ width:68%;}
	.menu-box ul.nav > li > a{ padding-left:20px; padding-right:20px;}
}
@media screen and (max-width: 960px){
	.content-side.left{ width:100%;}
/*	.right-side{ width:100%;}   */
	.img-cl img{ max-width:100%;}
	.containt-cl{ width:66%;}
}
@media screen and (max-width: 767px){
	.services .col-4{ width:100%;}
	.footer-left{ width:100%; float:none; margin-bottom:20px;}
	.footer-right{ width:200px; float:none; margin:0 auto;}
	.fo-nav{ float:none;}
	.fo-nav ul.nav{ text-align:center;}
	.fo-nav ul.nav li{ display:inline-block; float:none; margin:0 0 10px;}
	.copy{ float:none; text-align:center;}
	#silder{ max-height:371px; height:auto;}
	.slide-desc{ display:none;}
	.img-cl{width:100%; float:none;}
	.img-cl .img-center{ text-align:left;}
	.containt-cl{ width:100%; float:none;}
	.partners-logo > a{ width:50%;}
}
@media screen and (max-width: 640px){
	.header{ height:auto;}
	.logo{ float:none; text-align:center;}
	.top-right{ float:none; width:320px; margin:0 auto;}
	h2{ font-size:22px !important;}
	.cap-img{ margin-bottom:10px;}
	.contact-form .in1{ float:none;}
	.partners-logo > a{ width:100%;}
	.gbs3 .gcore-label-left{ float:none !important; margin:0 0 10px !important;}
}
@media screen and (max-width: 480px){
  /* .wrapper{ max-width:340px; width:auto; padding-left:20px; padding-right:20px;}        */
	.gbs3 .A{
		width:90% !important;
	}
	.gbs3 .gcore-sub-input{
		margin-bottom:10px;
	}
}
@media screen and (max-width: 320px){
	.social{ margin-right:10px;}
}

.chronoform {
font-size:16px;
}

ul.ul1 {
	margin-left:4px;
}
ul.ul1 li{
	font-size: 16px;
	color: #333;
	display: block;
	background: url(../images/arrow.jpg) no-repeat center left;
	padding-left: 12px;
}
ul.ul1 li:hover{   
	color:#294a7b;
	font-weight:400;
	font-size:17px;
}
/*contact form*/
.contact-form2{
padding:15px 0px 15px 15px;
float: left;
background: #f5f5f5;
width:95%;
}
.gbs3 .gcore-form-row .gcore-input {

    width: 60%;
}
#fitem8{
float:left;
}
#fitem6{
float:left;
}


.gbs3 .A {
   width: 100% !important;
   height:45px;
}
.gbs3 input{
 
	
}
.gbs3 select[size] {
   height:45px;
}
.address-section .home {
    padding-left: 20px;
    background: url(../../../images/icon_05.png) no-repeat 0 5px;
    background-size: 15px auto;
	color:#306790;
}