/*
Theme Name: Study In Australia
Theme URI: http://www.appzvilla.com
Author: Appzvilla
Author URI: http://www.appzvilla.com/
*/

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
}

.container {
	/*width: 1200px;*/
	
	width: 100%;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 150px;
	background: #fcfbfb;
	padding-bottom: 10px;
	border-top: 15px solid #ffc000;
}

.header-inner{margin:0 auto;width:1000px;height: 150px;}
.logo{float:left;width: 240px;
height: 70px;}

.logo p{
color: #d93f49;
float: right;
font-size: 18px;
text-transform: uppercase;
position: relative;
width: 525px;
left: 290px;
top: 30px;
font-family: arial;
font-weight: bolder;
font-style: italic;

}

.logo p span{color:#000000;}


.logo img{float: left;
padding-top: 9px;
padding-left: 5px;}

.header-nav{float: right;
margin-right: 0px;
position: relative;
top: 120px;
left: 530px;
}

.header-nav ul{float:left;}
.header-nav ul li{float:left;border-right: 1px solid #f4f3f3; border-left:1px solid #edecec;}
.header-nav ul li:last-child{border:none;}
.header-nav ul li:first-child{border:none;}
.header-nav ul li a{
color: #605e5e;
text-decoration: none;
margin: 5px 10px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
}
.header-nav ul li:last-child a {
margin-right: 0px;
}

.header-nav ul li a:hover{color: #040404;
padding-bottom: 3px;
border-bottom: 4px solid #ffc000;}

.social-top-bar{float: right;
width: 530px;
height: 30px;
position: relative;
top: 9px;
left: 1px;}

.social-top-bar ul{float: right;
width: 530px;
height: 30px;
position: relative;
top: 20px;
}

.social-top-bar ul li{float: right;
margin-right: 0px;
width: 40px;
font-weight: bold;}

.social-top-bar ul li i{float: left;
padding-left: 25px;
width: 0px;
height: 20px;
}

.social-top-icons{background: url("images/social-top-icons.png");
background-repeat: no-repeat;}



.fb{background-position: -60px 0px;}
.gmail{background-position: -60px 0px;}
.twitter{background-image:}


.fone{background-position: -25px 0px;}
.email{background-position: -60px 0px;}



.navigation{
float: none;
font-size: 18px;
width: 1025px;
margin: -130px auto 80px auto;
background-repeat: repeat-x;
position: relative;
z-index: 999;
}

.navigation_inner{float: none;
font-size: 18px;
width: 1100px;
margin: 0 auto;
height: 100px;}


.nav-bg-icons{float: none;
width: 1080px;
margin: 0 auto;
height: 200px;}

.nav-bg-icons img{float:left;padding-left: 30px;}

.navigation ul{
height: 302px;}

.navigation ul li{float: left;
top: 20px;
line-height: 20px;
padding-left: 0px;
width: 205px;
text-align: center;
position: relative;
left: 0px;
}

.navigation ul li:hover{
padding-bottom: 1px;}


ul#menu-top_menu li.current-menu-item a{color: #040404;
padding-bottom: 3px !important;
border-bottom: 4px solid #ffc000;}

.navigation ul li:hover a{color: #ff0b00;}

.main-menu-current{border-bottom: 5px solid #ff0b00;
padding-bottom: 6px !important;
color: #ff0b00 !important;}



.navigation  ul li a{
color: #333;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size: 26px;
position: relative;
padding: 10px 0px;
text-align: center;
line-height: 30px;}


.navigation ul li p {
    margin-top: 15px;
}

.navigation ul ul{
    background: url("images/nav-li-bg.png");
background-repeat: repeat-x;
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	width:auto;
}
.navigation ul ul li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
	width:auto;
	background: url("images/nav-li-bg.png");
background-repeat: repeat-x;
}
.navigation ul ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	width:auto;
	padding: 27px 58px;
}
.navigation ul li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
	top:75px;
}
.navigation ul li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    text-decoration:none;

}
.navigation ul li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
.navigation ul li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#333;
	width: 104px;
}


.clear{clear:both;}

.slider{float: none;
width: 100%;
margin: 0 auto;
min-height:460px;
}

.slider p{font-size: 30px;
color: #ad0e1a;
font-family: 'Open Sans', sans-serif;
padding-left: 150px;
padding-top: 10px;
font-weight: bold;
letter-spacing: -0.5px;}

.slider span{font-size: 25px;
color: #000;
font-family: 'Open Sans', sans-serif;
padding-right: 300px;
padding-top: 15px;
font-weight: normal;
letter-spacing: -0.5px;
float: right;
font-style: italic;}

.slider img {
width: 100%;
}


.slider-bar{
float: none;
width: 1000px;
margin: 0 auto;
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #e3e3e3;
}

.contact .slider-bar{border:none;}

.slider-bar-inner{/* background: #f7f7f7; */
/* height: 80px; */
/* width: 1200px; */
/* margin: 0 auto;*/}

.red-bar{background: #f7f7f7;
border-radius: 0px 0px 0px 0px;
height: 20px;}

.slider-bar-inner p{float: none;
margin: 0 auto;
color: #ff0b00;
text-transform: uppercase;
font-size: 36px;
vertical-align: middle;
text-align: center;
padding-top: 0px;
font-weight: bold;
width: 385px;
height: 40px;
margin-top: 30px;
}

.slider-bar-inner p a {
	color: #ff0b00;
}


.slider-bar-inner img{float: left;
position: relative;
top: -22px;
left: -20px;}

/* Middle
-----------------------------------------------------------------------------*/
.content {
}


.inner-content{float: none;
width: 100%;
margin: 0 auto;}

.inner-content-inner{float: none;
width: 1000px;
margin: 5px auto;}

.singlepost h1 {
padding-top: 0px;
}
.inner-content-inner h1{font-size: 24px;
font-weight: bold;
color: #dfa800;
padding-top: 15px;
padding-bottom: 10px;
font-family: "Arial";}

.inner-content-inner img{float:none; /* margin: 25px 0 20px 20px; */}

.inner-content-inner img.alignleft {
float: left;
margin: 0 10px 10px 0;
width: 200px;
height: 150px;
}

.inner-content-inner .left-box{float: left;
width: 455px;
height: 425px;
}

.inner-content-inner .left-box p{float: left;
line-height: 22px;
padding-bottom: 25px;
font-size: 14px;
width: 465px;
color: #584200;
font-family: "Arial";}

.contact .inner-content-inner .left-box{float: left;
width: 462px;
height: 425px;
border-right: 1px solid #e0dada;}

.contact .inner-content-inner .right-box{float: right;
width: 475px;
padding-left: 60px;
}

.inner-content-inner .right-box{float:right;width:500px}
.inner-content-inner ol{
list-style: decimal;
padding-left: 15px;
}

.inner-content-inner ul {
padding-left: 15px;
list-style:disc;
}
.inner-content-inner li {
    color: #584200;
    font-size: 14px;
    line-height: 22px;
  /*  list-style: initial; */
margin-left: 20px;
}


.inner-content-inner .right-box img{float:left;}

.inner-content p{float: none;
line-height: 22px;
padding-bottom: 10px;
font-size: 14px;
color: #584200;
font-family: "Arial";
text-align:center;
}

.footer-bar p a, .inner-content p a {
color: #745700;
font-weight: bold;
}

.footer-bar p a:hover, .inner-content p a:hover {
color: #745700;
text-decoration: underline;
}

.inner-content h2{font-size:20px;font-weight:bold;color:#333;padding-top: 0px;
padding: 0px 0px 20px 0; }

.boxes-cover{float: none;
width: 100%;
margin: 0 auto;
padding-bottom: 50px;
background-image: url("images/content-mid-bg.png");
background-position: 0px -177px;}

.boxes{float: none;
width: 999px;
margin: 0 auto;
height: 500px;
}

.box{
width: 275px;
margin-left: 35px;
float: left;
border: 5px solid #F3F3F3;
padding: 12px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 5px;
min-height: 420px;
position: relative;
}

.boxes ul li:first-child .box{
margin-left: 0px;
float:left;
}

.boxes ul li:last-child .box{
margin-left: 0px;
float:right;
}

.box h1{
float: none;
color: #dfa800;
font-family: 'Open Sans', sans-serif;
font-size: 20px;
font-weight: 700;
padding: 10px 0px;
text-align: center;
}

.box img{
float: left;
width: 100%;
margin: 10px 0px;
height: auto;
}

.box p{
color: #584200;
font-size: 14px;
line-height: 19px;
font-family: "Arial";
font-weight: normal;
text-align: left;
}

.box a{text-decoration:none;color:#fff !important;}

.read-more{color: #fff;
background-image: url("images/read-more-btn.png");
background-repeat: no-repeat;
color: #fff;
float: left;
padding: 9px 18px;
border-radius: 5px;
font-weight: bold;
position: absolute;
left: 105px;
cursor: pointer;
bottom: 10px;
}


.articleRead {
color: #fff !important;
position: absolute;
left: 230px;
bottom: 30px;
padding: 8px 18px;
}

.inner-content-inner article  h1 { padding-top: 0px !important; }

.news-events-bar{float:none;margin:0 auto;width:100%;
background:url("images/news-events-bg.png");background-repeat:repeat-x;height:235px;
border-top: 7px solid #fff;
padding-top: 30px;}

.news-events-bar-inner{float: none;
width: 1000px;
margin: 0 auto;
background:transparent;}

.news-events-bar-inner h1{float: none;
width: 300px;
margin: 0 auto;
height: 50px;
background: transparent;
color: #e42a2f;
font-size: 26px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;}


.news-events-bar-inner ul{float: none;
width: 1000px;
margin: 0 auto;
height: 200px;
background:transparent;
list-style-type: disc;}

.news-events-bar-inner ul li{float: none;
width: 800px;
margin: 0 auto;
color: #191c72;
height: 35px;
font-size: 16px;
letter-spacing: -0.4px;
border-bottom: 1px solid #b9b9b9;
padding-top: 10px;
}

.footer-bar{float: none;
width:100%;
margin: 0 auto;
background-color: #ffc000;
border-top: 10px solid #fff;

}

.footer-bar-inner{font-family: 'Open Sans', sans-serif;float: none;
width: 1000px;
margin: 0 auto;
min-height: 275px;
background:transparent;
}


.footer-bar-inner-box {
float: left;
width: 330px;
height: 220px;
margin-top: 10px;
padding-left: 1px;
margin-bottom:30px;
}

.footer-bar-inner-box h1{float: left;
color: #745700;
font-size: 24px;
width: 100%;
padding: 20px 0px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;}

.footer-bar-inner-box h1 span{float: left;
margin-left: 120px;}

.footer-bar-inner-box p{
font-family: 'Open Sans', sans-serif;
float: left;
color: #745700;
font-size: 15px;
padding-bottom: 10px;
font-weight: 400;
}

.footer-bar-inner-box p span{
font-weight: 600;
}

.footer-bar-inner-box img{float:left;margin-left:20px;}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 100px;
	background: #BFF08E;
}

.footer-nav{font-family: 'Open Sans', sans-serif;
float: left;
width: 100%;
/* height: 15px; */
background: transparent;
margin-top: 10px;
color: #745700;
padding: 5px 0px;
}


.footer-nav ul li{float:left;}
.footer-nav ul li a{margin-right: 5px;
float: left;
text-decoration: none;
padding-right: 5px;
border-right: 1px solid #745700;
height: 18px;
color: #745700;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}

.footer-nav ul li:last-child a {
border-right: none; 
}

.footer-nav ul li a:hover{
color:#745700;
text-decoration:underline;
}

.footer-bot{font-family: 'Open Sans', sans-serif;
float: none;
width: 1000px;
margin: 0 auto;
height: 65px;
background: transparent;
border-top: 1px solid #997300;
color: #745700;}

strong{font-weight:bold;}

.copy-rights{float: left;
width: 50%;
height: 20px;
}
.design-by{float:right;width: 50%;height:20px;margin-top:0px;}
.design-by p{float:right;}

.subscribe-form {
float: right;
width: 210px;
border-radius: 5px;
padding: 0px 0px;
padding-right: 0px;
}

.subscribe-form input{padding: 5px 10px;
color: #000;
width: 190px;}

.subscribe-form input placeholder{color:#fff !important;}

.subscribe-form .submit{background: #ff0b00;
color: #fff;
float: left;
padding: 7px 10px;
margin-top: 5px;
border: none;
text-transform: uppercase;
font-weight: bold;
width: 75px;}



.why-australia .slider{height:300px;}
.study-abroad .slider{height:300px;}
.migration .slider{height:300px;}
.applynow .slider{height:300px;}
.faqs .slider{height:300px;}

.inner-page-content{width:1000px;margin:0 auto;float:none;padding-bottom: 50px;}

.inner-page-content h1{color: #d93f49;
float: left;
font-size: 26px;
font-weight: normal;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
width: 100%;
padding: 10px 0px;}

.inner-page-content p{
font-size: 13px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
padding: 10px 0px;
float: none;}

.study-abroad{}
.migration{}
.applynow{}


.faqs .inner-page-content ul li h3{font-family: arial;
font-weight: bold;
font-size: 15px;
color: #e42a2f;
text-transform: uppercase;
height: 20px;}

.faqs .inner-page-content ul li{
padding-top: 35px;
float: none;
list-style-image:url("images/list-style-img.png");}


.stdy-abroad:hover{}

.welcome-gellery{float:none;width:100%;margin:0 auto;}

.welcome-gellery-inner{float:none;width:1000px;margin:0 auto;}

.welcome-gellery-inner .right-box{float: right;
width: 450px;}

.welcome-gellery-inner .left-box{float: left;
width: 450px;}

.welcome-gellery-inner img{border:3px solid #fff;margin-bottom: 25px;}

.welcome-gellery-inner h1{color: #584200;
text-align: center;
font-size: 15px;
font-weight: bold;
font-family: "open sans";
padding-bottom: 10px;
text-transform: uppercase;}


.about .inner-content{padding-top: 50px;}
.contact .inner-content{padding-top: 50px;}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{background-color:#f4f4f4;border:1px solid #b2b2b2;padding: 10px;width:291px;
}


.wpcf7-form-control {
}

#send_contact{background-color: #ff0b00;
color: #fff;
font-weight: bold;
border: none;
border-radius: 2px;
padding: 10px 20px;
float: left;
position: relative;
margin-right: 58px;}

.contact .inner-content-inner h1{color:#584200;}

.contact .left-box ul li span {
float: left;
font-weight: bold;
font-size: 20px;
color: #504d4d;
text-align: left;
width: 100px;
padding-right: 7px;
line-height: 40px;;}

.contact .left-box ul li {
width: 350px;
font-size: 15px;
line-height: 25px;
list-style: none;
margin: 0px;
font-family: 'Open Sans', sans-serif;
margin-bottom: 10px;
clear: both;
}

.contact .left-box ul li span {
float: left;
width: 90px;
font-size: 15px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
line-height: 25px;
}

.footer-bar-inner-box span{float: left;
width: 90px;}

.footer-bar-inner-box span ul li{float: left;width: 40px}

.footer-bar-inner-box span ul li a img{margin-left:0px;}


.after-studies .inner-content-inner ul{list-style-type: disc;
padding-left: 15px;
padding-bottom: 5px;}

.after-studies .inner-content-inner ul li{
line-height: 20px;
font-size: 14px;
color: #584200;
font-family: "Arial";
margin-bottom: 5px;
list-style: initial;
}


/*********************** SLIDER CSS *************************/

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper { 
	width: 100%; 
	margin: 0px auto;
}



.apply-now-form{float:left;width:100%;}

.apply-now .inner-content-inner p{float:none;padding-bottom:0px;} 
.apply-now .nivo-caption p{line-height:58px;}



.nav-img-2 {
/* background-image: url("images/nav-img-2.png"); */
background-repeat: no-repeat;
width: 205px;

height: 210px;
overflow: hidden;
background-position: 10px 0px;
}

.nav-img-2:hover{background-position:10px -210px;}




.nav-img-1 {
/* background-image: url("images/nav-img-1.png"); */
background-repeat: no-repeat;
width: 205px;
height: 210px;
overflow: hidden;
background-position: 10px 0px;
}

.nav-img-1:hover{background-position:10px -210px;cursor:pointer;}

.nav-img-3 {
/* background-image: url("images/nav-img-3.png"); */
background-repeat: no-repeat;
width: 205px;
height: 210px;
overflow: hidden;
background-position: 10px 0px;
}

.nav-img-3:hover{background-position:10px -210px;cursor:pointer;}

.nav-img-4 {
/* background-image: url("images/nav-img-4.png"); */
background-repeat: no-repeat;
width: 205px;
height: 210px;
overflow: hidden;
background-position: 10px 0px;
}

.nav-img-4:hover{background-position:10px -210px;cursor:pointer;}

.nav-img-5 {
/* background-image: url("images/nav-img-5.png"); */
background-repeat: no-repeat;
width: 235px;
height: 210px;
overflow: hidden;
background-position: 10px 0px;
}

.nav-img-5:hover{background-position:10px -210px;cursor:pointer;}

li.menu-current a > div{background-position:10px -210px;cursor:pointer;}

li.menu-current a p{color:red;}

div.wpcf7-validation-errors{
	float:left;
	color:white;
}

article {
width: 99%;
clear: both;
margin-bottom: 20px;
float: left;
padding: 20px;
border: 5px solid #F3F3F3;
background-color: #fff;
position:relative;
}

article .entry-content p { text-align:left !important; }

.singlepost img { margin: 0px 15px 15px 0px !important;
float: left;
border: 5px solid #fff;  } 
.singlepost p	{ text-align:justify !important; }

.singlepost p img { border: none; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
width: 49% !important;
}

.datetime{
	width:270px;
	background:url(images/calendar.png) no-repeat 98%;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 12px;
display: inline-block;
margin-left: 10px;
}
input[type="radio"], input[type="checkbox"] {
	box-shadow: 0px 0px 0px #E6E6E6 !important;
}



/*********************** TABLE CSS *************************/

.about-table th {padding: 10px 5px; background-color:#FF0000; color:#FFF; border:1px solid #ccc;}
.about-table td	{padding: 3px 5px;}
.about-table tr, .about-table td { border:1px solid #CCC;}
.about-table	{color: #584200; font-size: 14px; margin: auto; margin-bottom: 10px;}

/*********************** FAQ CSS *************************/
div.accordion-content { float: none; line-height: 22px; padding: 10px 0px; font-size: 14px; color: #584200; font-family: "Arial"; text-align: left !important; }
div.accordion-content p { text-align:left !important; padding-bottom: 10px; }
h3.accordion-title	{ background: #584200; padding: 10px 10px; color: #fff; font-size: 17px; margin: 0px; border-radius: 5px; }
h3.accordion-title:hover { cursor: pointer; }
p.accordion-title	{ padding: 0px; }


div.wpcf7-validation-errors { 
border: 2px solid #F70000;
background: #f00; 
}

div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
background: #398f14;
color: #fff;
margin-top: 50px;
}
.wpcf7 ul {
padding-left:0px;
}

.wpcf7 ul li {
list-style:none;
margin:0px;
padding:0px;
margin-bottom: 5px;
}

.contact .inner-content-inner ul {
padding-left:0px;
}

input[type="radio"], input[type="checkbox"] {
margin: 0px !important;
}

.newsletter-subscription input {
border-radius: 0px !important;
box-shadow: none !important; 
}