﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar
{
    width:100%;
    background-color:#cf0000;
}
.top-bar > div
{
    width:1280px;
    height:46px;
    line-height:46px;
    margin:0px auto;
    position:relative;
}
.top-bar > div > ul:first-child
{
    margin:0px;
    padding:0px;
    list-style:none;
    position:absolute;
    right:0px;
}
.top-bar > div > ul:first-child > li
{
    margin-left:15px;
    padding-right:34px;
    font-family:IranSansFa;
    font-size:13px;
    color:#ffffff;
    float:right;
}
.top-bar-tel
{
    direction:ltr;
    background:url("../Images/top-bar-icon-tel.png") no-repeat right 7px;
}
.top-bar-email
{
    direction:ltr;
    background:url("../Images/top-bar-icon-email.png") no-repeat right 7px;
}
.top-bar-hourglass
{
    background:url("../Images/top-bar-icon-hourglass.png") no-repeat right 7px;
}
.top-bar > div > ul:last-child
{
    margin:0px;
    padding:0px;
    list-style:none;
    position:absolute;
    top:7px;
    left:0px;
}
.top-bar > div > ul:last-child > li
{
    margin-right:10px;
    float:left;
}
.social-media-effect-1
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.social-media-effect-1 > li
{
    width:32px;
    height:32px;
    line-height:32px;
    font-size:22px;
    text-align:center;
    z-index:1;
    position:relative;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:0.5s ease-in-out;
    -moz-transition:0.5s ease-in-out;
    -o-transition:0.5s ease-in-out;
    transition:0.5s ease-in-out;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.social-media-effect-1 > li:hover
{
    color:#ffffff;
}
.social-media-effect-1 > li > a
{
    color:#ffffff;
    text-decoration:none;
    -webkit-transition:0.5s ease-in-out;
    -moz-transition:0.5s ease-in-out;
    -o-transition:0.5s ease-in-out;
    transition:0.5s ease-in-out;
}
.social-media-effect-1 > li:hover a
{
    color:#000000;
}
.social-media-effect-1 > li:before
{
    width:100%;
    height:100%;
    background-color:#ffffff;
    content:'';
    z-index:-1;
    position:absolute;
    top:0px;
    left:0px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition:0.5s ease-in-out;
    -moz-transition:0.5s ease-in-out;
    -o-transition:0.5s ease-in-out;
    transition:0.5s ease-in-out;
}
.social-media-effect-1 > li:hover:before
{
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
    transform:scale(0.9);
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header
{
    width:100%;
    height:145px;
    line-height:145px;
    background-color:#000000;
    background-color:rgba(0,0,0,0.7);
    z-index:9999999;
}
.header > div
{
    width:1280px;
    height:145px;
    margin:0px auto;
}
.header > div > a
{
    margin-top:17px;
    float:right;
}
.header > div > a > img
{
    border:0px;
}
.header-home
{
    position:absolute;
}
.header-other
{
    background-image:url("../Images/background-header.jpg");
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar
{
    float:left;
}
.menu-bar > ul
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.menu-bar > ul > li
{
    margin:0px 20px;
    float:right;
}
.menu-bar > ul > li:last-child
{
    margin-left:0px;
}
.menu-bar > ul > li > a
{
    font-family:IranSans;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
}
.menu-bar > ul > li > a:hover
{
    color:#cf0000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.title-bar
{
    width:100%;
    line-height:46px;
    margin:10px auto;
}
.title-bar:after
{
    width:150px;
    height:5px;
    margin:0px auto;
    background-color:#cf0000;
    display:block;
    content:"";
}
.title-bar > h1
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:20px;
    color:#323232;
    text-align:center;
}
.title-bar > h2
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:20px;
    color:#323232;
    text-align:center;
}
.title-bar > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:20px;
    color:#323232;
    text-align:center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main
{
	width:1280px;
	min-height:400px;
	margin:10px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer
{
    width:100%;
    height:320px;
    background-color:#1f1f1f;
}
.footer > ul
{
    width:1280px;
    margin:0px auto;
    padding:0px;
    list-style:none;
}
.footer > ul > li
{
    width:33.3334%;
    height:320px;
    text-align:center;
    float:right;
}
.footer > ul > li > div > a > img
{
    margin:0px 3px;
}
.footer > ul > li > p
{
    margin:10px;
    padding:0px;
    font-family:IranSansFa;
    font-size:13px;
    color:#ffffff;
}
.footer > ul > li > p > a
{
    color:#ffffff;
    text-decoration:none;
}
.footer > ul > li > p > a:hover
{
    color:#cf0000;
}
.footer > ul > li > p > span
{
    direction:ltr;
    display:inline-block;
}
.footer-title-bar
{
    width:100%;
    height:46px;
    line-height:46px;
    margin:25px auto;
}
.footer-title-bar:after
{
    width:100px;
    height:5px;
    margin:0px auto;
    background-color:#cf0000;
    display:block;
    content:"";
}
.footer-title-bar > div
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    color:#ffffff;
    text-align:center;
}
.social-media-effect-2
{
    width:290px;
    margin:0px auto;
    padding:0px;
    list-style:none;
}
.social-media-effect-2 > li
{
    width:48px;
    height:48px;
    line-height:48px;
    margin:5px;
    border:solid 1px #cf0000;
    font-size:26px;
    text-align:center;
    z-index:1;
    float:right;
    position:relative;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:0.5s ease-in-out;
    -moz-transition:0.5s ease-in-out;
    -o-transition:0.5s ease-in-out;
    transition:0.5s ease-in-out;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.social-media-effect-2 > li:hover
{
    color:#ffffff;
}
.social-media-effect-2 > li > a
{
    color:#ffffff;
    text-decoration:none;
    -webkit-transition:0.5s ease-in-out;
    -moz-transition:0.5s ease-in-out;
    -o-transition:0.5s ease-in-out;
    transition:0.5s ease-in-out;
}
.social-media-effect-2 > li:hover a
{
}
.social-media-effect-2 > li:before
{
    width:100%;
    height:100%;
    background-color:#cf0000;
    content:'';
    z-index:-1;
    position:absolute;
    top:0px;
    left:0px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition:0.5s ease-in-out;
    -moz-transition:0.5s ease-in-out;
    -o-transition:0.5s ease-in-out;
    transition:0.5s ease-in-out;
}
.social-media-effect-2 > li:hover:before
{
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
    transform:scale(0.9);
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.copyright-bar
{
    width:100%;
    height:46px;
    line-height:46px;
    background-color:#0c0c0c;
    font-family:IranSans;
    font-size:10px;
    color:#ffffff;
    text-align:center;
}
.copyright-bar > a
{
    color:#ffffff;
    text-decoration:none;
}
.copyright-bar > a:hover
{
    color:#cf0000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.visa-types
{
}
.visa-types > ul
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.visa-types > ul > li
{
    width:24.25%;
	height:auto;
	margin:0px 0px 1% 1%;
	float:right;
	position:relative;
}
.visa-types > ul > li:nth-child(4n)
{
	margin-left:0px;
}
.visa-types > ul > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.visa-types > ul > li > h2
{
    width:100%;
    line-height:50px;
    background-color:#000000;
    background-color:rgba(0,0,0,0.6);
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    font-size:0.9vw;
    color:#ffffff;
    text-align:center;
    position:absolute;
    bottom:25px;
}
.visa-types > ul > li > h2 > a
{
    color:#ffffff;
    text-decoration:none;
}
.visa-types > ul > li > h2 > a:hover
{
    color:#cf0000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.service-bar
{
    width:100%;
	width:100vw;
	margin:0px -50vw 16px -50vw;
	background-color:#1f1f1f;
    position:relative;
    left:50%;
    right:50%;
}
.service-bar > div
{
    width:1280px;
    height:400px;
    margin:0px auto;
    padding:50px 0px;
}
.service-bar > div > div:first-child
{
    width:38%;
    height:400px;
    background:url("../Images/service-bar.png") no-repeat left center;
    float:left;
}
.service-bar > div > div:last-child
{
    width:58%;
    height:400px;
    padding:50px;
    float:right;
    overflow:hidden;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.service-bar > div > div:last-child > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
    font-size:18px;
    color:#ffffff;
}
.service-bar > div > div:last-child > div
{
    margin:10px;
    font-family:IranSans;
    font-weight:normal;
    font-size:13px;
    color:#ffffff;
    text-align:justify;
}
.service-bar > div > div:last-child > div a
{
    color:#ffffff;
    text-decoration:none;
}
.service-bar > div > div:last-child > div a:hover
{
    text-decoration:underline;
}
.service-bar > div > div:last-child > span:first-child
{
    width:86px;
    height:88px;
    background-image:url("../Images/service-bar-border-right.png");
    display:block;
    position:absolute;
    top:0px;
    right:0px;
}
.service-bar > div > div:last-child > span:last-child
{
    width:86px;
    height:88px;
    background-image:url("../Images/service-bar-border-left.png");
    display:block;
    position:absolute;
    left:0px;
    bottom:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-sydney-institute-of-higher-education
{
    width:100%;
	width:100vw;
	margin:0px -50vw 16px -50vw;
	background-color:#005f9c;
    position:relative;
    left:50%;
    right:50%;
}
.home-sydney-institute-of-higher-education > div
{
    width:1280px;
    height:400px;
    margin:0px auto;
    padding:50px 0px;
}
.home-sydney-institute-of-higher-education > div > div:first-child
{
    width:38%;
    height:400px;
    background:url("../Images/home-sydney-bar.jpg") no-repeat left center;
    float:left;
}
.home-sydney-institute-of-higher-education > div > div:last-child
{
    width:58%;
    height:400px;
    padding:50px;
    float:right;
    overflow:hidden;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-sydney-institute-of-higher-education > div > div:last-child > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
    font-size:18px;
    color:#ffffff;
}
.home-sydney-institute-of-higher-education > div > div:last-child > div
{
    margin:10px;
    font-family:IranSans;
    font-weight:normal;
    font-size:13px;
    color:#ffffff;
    text-align:justify;
}
.home-sydney-institute-of-higher-education > div > div:last-child > div a
{
    color:#ffffff;
	text-decoration:none;
}
.home-sydney-institute-of-higher-education > div > div:last-child > div a:hover
{
    text-decoration:underline;
}
.home-sydney-institute-of-higher-education > div > div:last-child > span:first-child
{
    width:86px;
    height:88px;
    background-image:url("../Images/service-bar-border-right.png");
    display:block;
    position:absolute;
    top:0px;
    right:0px;
}
.home-sydney-institute-of-higher-education > div > div:last-child > span:last-child
{
    width:86px;
    height:88px;
    background-image:url("../Images/service-bar-border-left.png");
    display:block;
    position:absolute;
    left:0px;
    bottom:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sydney-page-logo img
{
    width:120px;
    height:auto;
    border:0px;
    outline:0px;
}
.sydney-page-banner img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.sydney-page-title
{
    line-height:46px;
    font-size:18px;
    font-weight:bold;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.news > ul
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.news > ul > li
{
    width:30%;
    margin-left:5%;
    margin-bottom:5%;
    float:right;
}
.news > ul > li:nth-child(3n)
{
    margin-left:0px;
}
.news > ul > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
}
.news > ul > li > h3
{
    margin:0px;
    padding:15px 0px;
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    color:#6d6d6d;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.news > ul > li > h3 > a
{
    padding-right:10px;
    color:#6d6d6d;
    text-decoration:none;
}
.news > ul > li > h3 > a:hover
{
    color:#cf0000;
}
.news > ul > li > div
{
    width:80px;
    height:80px;
    background-color:#cf0000;
    float:right;
}
.news > ul > li > div
{
    font-family:IranSansFa;
    font-size:13px;
    color:#ffffff;
    text-align:center;
}
.news > ul > li > div > div:first-child
{
    margin-top:7px;
}
.news-more
{
    margin:10px;
    padding:0px 20px 0px 0px;
    background:url("../Images/icon-more.png") no-repeat right center;
    font-family:IranSans;
    font-size:13px;
    color:#202020;
    text-decoration:none;
}
.news-more:hover
{
    color:#cf0000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.info-bar
{
    width:100%;
	width:100vw;
	margin:0px -50vw;
    position:relative;
    left:50%;
    right:50%;
}
.info-bar > div
{
    width:50%;
    height:550px;
    float:right;
    position:relative;
}
.info-bar > div:first-child
{
    background:url("../Images/info-bar.jpg") no-repeat left center;
}
.info-bar > div:first-child > h3
{
    font-family:BTitrBold;
    font-size:20px;
    color:#cf0000;
    position:absolute;
    top:20px;
    left:130px;
}
.info-bar > div:last-child
{
    background-color:#1f1f1f;
    position:relative;
}
.info-bar > div:last-child > div > a
{
    padding:10px;
    font-family:BTitrBold;
    font-size:16px;
    color:#ffffff;
    text-decoration:none;
    display:inline-block;
}
.info-bar > div:last-child > span
{
    width:100%;
    height:54px;
    background-color:#cf0000;
    display:block;
    position:absolute;
    bottom:8px;
}
.info-bar-1
{
    position:absolute;
    top:130px;
    right:-154px;
}
.info-bar-1 > a
{
    background-color:#cf0000;
}
.info-bar-2
{
    position:absolute;
    top:179px;
    right:-47px;
}
.info-bar-2 > a
{
    background-color:#272727;
}
.info-bar-3
{
    position:absolute;
    top:228px;
    right:-5px;
}
.info-bar-3 > a
{
    background-color:#cf0000;
}
.info-bar-4
{
    position:absolute;
    top:277px;
    right:7px;
}
.info-bar-4 > a
{
    background-color:#272727;
}
.info-bar-5
{
    position:absolute;
    top:326px;
    right:47px;
}
.info-bar-5 > a
{
    background-color:#cf0000;
}
.info-bar-6
{
    position:absolute;
    top:375px;
    right:100px;
}
.info-bar-6 > a
{
    background-color:#272727;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.stat-bar
{
    width:100%;
	width:100vw;
	height:530px;
	margin:0px -50vw -10px -50vw;
	background:url("../Images/stat-bar.jpg") no-repeat center center;
    position:relative;
    left:50%;
    right:50%;
}
.stat-bar > div
{
    width:100%;
    height:200px;
    margin-top:-100px;
    background-color:#000000;
    background-color:rgba(0,0,0,0.8);
    position:absolute;
    top:50%;
}
.stat-bar > div > ul
{
    width:600px;
    height:150px;
    margin:25px auto;
    padding:0px;
    list-style:none;
}
.stat-bar > div > ul > li
{
    width:150px;
    height:150px;
    line-height:75px;
    border-left:solid 1px #cf0000;
    font-family:BTitrBold;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    float:right;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.stat-bar > div > ul > li:last-child
{
    border-left:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.evaluation h4
{
    width:100%;
    height:46px;
    line-height:46px;
    margin:100px 0px 15px 0px;
    padding:0px;
    border:solid 1px #cf0000;
    font-family:IranSans;
    font-size:13px;
    color:#cf0000;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.evaluation h4:first-child
{
    margin-top:0px;
}
.evaluation-form
{
    width:100%;
    padding:0px;
    border:0px;
    border-spacing:0px;
}
.evaluation-form *
{
    font-family:IranSansFa !important;
    font-size:13px !important;
    color:#000000 !important;
}
.evaluation-form input
{
    width:100%;
}
.evaluation-form select
{
    width:100%;
}
.evaluation-form-1c td
{
    width:100%;
}
.evaluation-form-2c td
{
    width:50%;
}
.evaluation-form-3c td
{
    width:33.3334%;
}
.evaluation-form-4c td
{
    width:25%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-box-a
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.home-box-a > li
{
    width:49%;
    margin-left:2%;
    float:right;
}
.home-box-a > li:last-child
{
    margin-left:0px;
}
.home-box-a > li > div
{
    height:100px;
    margin:25px auto;
    border:solid 1px #cf0101;
    position:relative;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-box-a > li > div > div
{
    width:100%;
    height:100%;
    line-height:100px;
    text-align:center;
    background-color:#cf0101;
    z-index:999999;
    opacity:0;
    -webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
}
.home-box-a > li:hover div
{
    opacity:1;
}
.home-box-a > li > div > div > a
{
    line-height:100px;
    font-family:IranSans;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    display:block;
    width:100%;
}
.home-box-a > li > div > span
{
    width:150px;
    height:80px;
    padding:10px;
    font-family:IranSans;
    font-size:12px;
    color:#000000;
    text-align:center;
    position:absolute;
    top:20px;
    right:0px;
    display:inline-block;
    -webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
}
.home-box-a > li:hover span
{
    display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-box-ielts
{
    width:320px;
    background:#ffffff url("../Images/icon-home-ielts.png") no-repeat left 10px center;
    float:left;
}
.home-box-nebrija
{
    width:320px;
    background:#ffffff url("../Images/icon-home-nebrija.png") no-repeat left 10px center;
    float:right;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-box-b
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.home-box-b > li
{
    width:49%;
    margin-left:2%;
    float:right;
}
.home-box-b > li:last-child
{
    margin-left:0px;
}
.home-box-b > li > div
{
    height:100px;
    height:150px;
    margin:0px auto 25px auto;
    background-color:#cf0101 !important;
    position:relative;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-box-b > li > div > div
{
    width:100%;
    height:100%;
    line-height:100px;
    text-align:center;
    background-color:#cf0101;
    z-index:999999;
    opacity:0;
    -webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
}
.home-box-b > li:hover div
{
    opacity:1;
}
.home-box-b > li > div > div > a
{
    line-height:150px;
    font-family:IranSans;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    display:block;
    width:100%;
}
.home-box-b > li > div > span
{
    width:300px;
    height:80px;
    padding:10px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    position:absolute;
    top:40px;
    right:0px;
    display:inline-block;
    -webkit-transition:opacity 0.5s ease;
	-moz-transition:opacity 0.5s ease;
	-o-transition:opacity 0.5s ease;
	transition:opacity 0.5s ease;
}
.home-box-b > li:hover span
{
    display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-box-education
{
    width:520px;
    background:#ffffff url("../Images/icon-home-education.png") no-repeat left 10px center;
    float:right;
}
.home-box-nsw
{
    width:520px;
    background:#ffffff url("../Images/icon-home-nsw.png") no-repeat left 10px center;
    float:left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.information-form-submitted
{
    width:100%;
    line-height:64px;
    margin-top:20px;
    background-color:#ceffbf;
    font-family:IranSans;
    font-size:16px;
    color:#000000;
    text-align:center;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.information-form-title
{
    width:100%;
    line-height:46px;
    margin:10px auto;
    padding:0px 10px;
    background-color:#e3e3e3;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.information-form-title > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:14px;
    color:#323232;
    text-align:left;
}
.information-form-title-sub
{
    width:100%;
    line-height:30px;
    margin:5px auto;
}
.information-form-title-sub > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
    font-size:13px;
    color:#ff0000;
    text-align:left;
}
.information-form-title-sub-sub
{
    width:100%;
    line-height:30px;
    margin:5px auto;
}
.information-form-title-sub-sub > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
    font-size:13px;
    color:#0000ff;
    text-align:left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.form-2-cell-ltr > div
{
    width:49.5%;
    margin-right:1%;
    float:left;
}
.form-2-cell-ltr > div:last-child
{
    margin-right:0px;
}
.form-3-cell-ltr > div
{
    width:32.6667%;
    margin-right:1%;
    float:left;
}
.form-3-cell-ltr > div:last-child
{
    margin-right:0px;
}
.form-4-cell-ltr > div
{
    width:24.25%;
    margin-right:1%;
    float:left;
}
.form-4-cell-ltr > div:last-child
{
    margin-right:0px;
}
.form-5-cell-ltr > div
{
    width:19.2%;
    margin-right:1%;
    float:left;
}
.form-5-cell-ltr > div:last-child
{
    margin-right:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1340px)
{
	.top-bar > div
    {
        width:95%;
    }
    .header > div
    {
        width:95%;
    }
    .menu-bar > ul > li
    {
        margin:0px 10px;
    }
    .main
    {
	    width:95%;
    }
    .footer > ul
    {
        width:95%;
    }
    
    
    .service-bar > div
    {
        width:95%;
    }
    
    
    .home-sydney-institute-of-higher-education > div
    {
        width:95%;
    }
}
@media only screen and (max-width:1280px)
{
    .home-box-education
    {
        width:480px;
    }
    .home-box-nsw
    {
        width:480px;
    }
}
@media only screen and (max-width:1024px)
{
    .menu-bar > ul > li
    {
        margin:0px 8px;
    }
    .menu-bar > ul > li > a
    {
        font-size:12px;
    }
    .visa-types > ul > li > h2
    {
        font-size:1vw;
    }
    
    
    .service-bar > div > div:first-child
    {
        background:url("../Images/service-bar.png") no-repeat center center;
    }
    
    
    .home-sydney-institute-of-higher-education > div > div:first-child
    {
        background:url("../Images/home-sydney-bar.jpg") no-repeat center center;
    }
    
    
    .info-bar > div:first-child > h3
    {
        left:10px;
    }
    
    
    .home-box-b > li
    {
        width:100%;
        margin-left:0px;
        float:none;
    }
    .home-box-education
    {
        width:100%;
        float:none;
    }
    .home-box-nsw
    {
        width:100%;
        float:none;
    }
}
@media only screen and (max-width:900px)
{
    .menu-bar > ul > li
    {
        margin:0px 6px;
    }
    .menu-bar > ul > li > a
    {
        font-size:10px;
    }
}
@media only screen and (max-width:800px)
{
    .news > ul > li:nth-child(3n)
    {
        margin-left:5%;
    }
    .news > ul > li
    {
        width:47.5%;
    }
    .news > ul > li:nth-child(2n)
    {
        margin-left:0px;
    }
}
@media only screen and (max-width:768px)
{
    .top-bar > div
    {
        height:92px;
        overflow:hidden;
    }
    .top-bar > div > ul:first-child
    {
        width:100%;
        height:46px;
        line-height:46px;
        margin:0px auto;
        position:inherit;
        right:auto;
    }
    .top-bar > div > ul:first-child > li
    {
        width:50%;
        margin-left:0px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    .top-bar-tel
    {
    }
    .top-bar-email
    {
        padding-right:0px;
        padding-left:34px;
        text-align:left;
        background:url("../Images/top-bar-icon-email.png") no-repeat left 7px;
    }
    .top-bar-hourglass
    {
        display:none;
    }
    .top-bar > div > ul:last-child
    {
        width:168px;
        margin:0px auto;
        position:inherit;
        top:auto;
        left:auto;
    }
    .top-bar > div > ul:last-child > li
    {
        margin:0px 5px;
    }
    
    
    .header
    {
        width:100%;
        height:auto;
        min-height:1px;
        line-height:inherit;
        margin:0px;
        background-color:#000000;
        background-color:rgba(0,0,0,1);
        text-align:center;
        overflow:hidden;
    }
    .header > div
    {
        width:100%;
        height:auto;
        min-height:1px;
        margin:0px;
    }
    .header > div > a
    {
        margin-top:0px;
        float:none;
    }
    .header > div > a > img
    {
        width:96px;
        height:auto;
        padding:35px 0px;
    }
    .header-home
    {
        background-image:url("../Images/background-header.jpg");
        position:relative;
    }
    
    
    .menu-bar
    {
        width:100%;
        height:114px;
        float:none;
    }
    .menu-bar > ul > li:first-child
    {
        display:none;
    }
    .menu-bar > ul > li
    {
        width:50%;
        margin:0px;
    }
    .menu-bar > ul > li:last-child
    {
        width:100%;
    }
    .menu-bar > ul > li > a
    {
        height:38px;
        line-height:38px;
        border:solid 1px #333333;
        background-color:#000000;
        background-color:rgba(0,0,0,0.8);
        font-size:12px;
        color:#ffffff;
        text-align:center;
        display:block;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        -webkit-transition:background-color 0.5s ease;
	    -moz-transition:background-color 0.5s ease;
	    -o-transition:background-color 0.5s ease;
	    transition:background-color 0.5s ease;
    }
    .menu-bar > ul > li > a:hover
    {
        color:#ffffff;
        background-color:#cf0000;
        background-color:rgba(207,0,0,0.4);
    }
    
    
    .footer
    {
        height:auto;
        min-height:1px;
    }
    .footer > ul > li
    {
        width:100%;
        height:auto;
        min-height:1px;
        padding:15px 0px;
        float:none;
    }
    
    
    .visa-types > ul > li:nth-child(4n)
    {
	    margin-left:1%;
    }
    .visa-types > ul > li
    {
        width:49.5%;
    }
    .visa-types > ul > li:nth-child(2n)
    {
	    margin-left:0px;
    }
    .visa-types > ul > li > h2
    {
        font-size:1.8vw;
    }
    
    
    .home-box-a > li
    {
        width:100%;
        margin-left:0px;
        float:none;
    }
    .home-box-ielts
    {
        width:100%;
        float:none;
    }
    .home-box-nebrija
    {
        width:100%;
        float:none;
    }
}
@media only screen and (max-width:640px)
{
    .form-2-cell-ltr > div
    {
        width:100%;
        margin-right:0px;
        float:none;
    }
    .form-3-cell-ltr > div
    {
        width:100%;
        margin-right:0px;
        float:none;
    }
    .form-4-cell-ltr > div
    {
        width:100%;
        margin-right:0px;
        float:none;
    }
    .form-5-cell-ltr > div
    {
        width:100%;
        margin-right:0px;
        float:none;
    }
}
@media only screen and (max-width:600px)
{
    .info-bar > div
    {
        width:100%;
        height:auto;
        min-height:1px;
        float:none;
    }
    .info-bar > div:first-child
    {
        height:545px;
        background:url("../Images/info-bar.jpg") no-repeat left center;
    }
    .info-bar > div:first-child > h3
    {
        text-align:center;
        position:inherit;
        top:auto;
        left:auto;
    }
    .info-bar > div:last-child
    {
        height:auto;
        min-height:1px;
    }
    .info-bar > div:last-child > div > a
    {
        padding:10px;
        text-align:center;
        display:block;
    }
    .info-bar > div:last-child > span
    {
        display:none;
    }
    .info-bar-1
    {
        position:inherit;
        top:auto;
        right:auto;
    }
    .info-bar-2
    {
        position:inherit;
        top:auto;
        right:auto;
    }
    .info-bar-3
    {
        position:inherit;
        top:auto;
        right:auto;
    }
    .info-bar-4
    {
        position:inherit;
        top:auto;
        right:auto;
    }
    .info-bar-5
    {
        position:inherit;
        top:auto;
        right:auto;
    }
    .info-bar-6
    {
        position:inherit;
        top:auto;
        right:auto;
    }
    
    
    .stat-bar > div > ul
    {
        width:100%;
    }
    .stat-bar > div > ul > li
    {
        width:25%;
        overflow:hidden;
    }
}
@media only screen and (max-width:480px)
{
    .news > ul > li
    {
        width:100%;
        margin-left:0px;
        float:none;
    }
    .news > ul > li:last-child
    {
        margin-bottom:0px;
    }
    
    
    .service-bar > div
    {
        height:auto;
        min-height:1px;
    }
    .service-bar > div > div:first-child
    {
        width:100%;
        height:400px;
        min-height:1px;
        background:url("../Images/service-bar.png") no-repeat center center;
        float:none;
    }
    .service-bar > div > div:last-child
    {
        width:95%;
        height:auto;
        min-height:1px;
        margin:0px auto;
        float:none;
    }
    
    
    .home-sydney-institute-of-higher-education > div
    {
        height:auto;
        min-height:1px;
    }
    .home-sydney-institute-of-higher-education > div > div:first-child
    {
        width:100%;
        height:400px;
        min-height:1px;
        background:url("../Images/home-sydney-bar.jpg") no-repeat center center;
        float:none;
    }
    .home-sydney-institute-of-higher-education > div > div:last-child
    {
        width:95%;
        height:auto;
        min-height:1px;
        margin:0px auto;
        float:none;
    }
    
    
    .home-box-b > li > div > span
    {
        width:220px;
        font-size:12px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */