@charset "utf-8";
/* Tanaz Hair Design CSS Document */

body {
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
}
li {
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #333;
	    padding: 10px 0px 10px 0px;
}
a {
	font-family: 'Open Sans', sans-serif;
	color: #646464;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
a:hover {
	color: #FF8113;
	transition: all 0.5s ease 0s;
}
h1 {
	font-size: 40px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	font-weight: 300;
}
h2 {
	font-size: 32px;
	color: #646464;
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
	margin-bottom: 6px;
	font-weight: 300;
}
h3 {
	font-size: 22px;
	color: #646464;
	font-family: 'Open Sans', sans-serif;
	margin-top: 30px;
	margin-bottom: 6px;
	font-weight: 300;
	text-align: left;
}
.services strong {
	color: #646464;
}
.ServiceImageFirst {
    border: 10px solid #333;
}
.ServiceImage {
	border: 10px solid #333;
}
/* Start Header */
header {
	position: fixed;
	z-index: 2;
}
header.large {
	width: 100%;
	height: 170px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	background: rgba(255,255,255,0.9);
}
header.large img {
	width: 120px;
	height: inherit;
	margin-right: 20px;
	margin-top: 14px;
	transition: all 0.5s ease 0s;
}
header.large li {
	transition: all 0.5s ease 0s;
}
header.small {
	width: 100%;
	height: 85px;
	background: #fefefe;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
header.small .logoImg {
	display: none;
}
header.small h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 34px;
	transition: all 0.5s ease 0s;
}
header.small span {
	font-size: 24px;
}
header.small h2 {
	font-size: 20px;
	margin-left: 0px;
	margin-top: 1px;
}
header.small img {
	width: 55px;
	height: inherit;
	margin-top: 10px;
	margin-right: 30px;
	transition: all 0.5s ease 0s;
}
header.small ul.nav {
	float: left;
	list-style: none outside none;
	margin: 50px 30px 0 0;
	padding: 0;
}
header.small li {
	margin-top: -30px !important;
	transition: all 0.5s ease 0s;
}
header, nav a, nav h1, nav h2 img {
	transition: all 0.5s ease 0s;
}
#header {
	margin: auto;
	padding: 0;
	width: 1085px;
	display: block;
	top: 0;
	z-index: 32;
}
.logo {
	float: left;
	outline: medium none;
	padding: 0px;
	position: inherit;
	text-decoration: none;
	text-align: center;
	z-index: 900;
}
.logo-mobile {
	display: none;
}
.logo h1 {
	margin-bottom: 25px;
	line-height: 13px;
	margin-top: 25px;
}
.fadein {
	position: relative;
	width: 100%;
	height: 500px;
	border: none;
	border-bottom: 3px solid #333;
}
.fadein img {
	position: absolute;
	border: none;
	left: 0px;
	top: 0;
	width: 100%;
	height: 500px;
	background-size: cover;
}
/* End Header */

/* Start Creatives */

.SheleneProfileLeft {
    float: left;
    width: 20%;
    margin-right: 40px;
    margin-left: 12px;
}

.SheleneProfileLeft img {
    width: 100%;
    height: inherit;
	border: 10px solid #333;
}

.SheleneProfileRight {
    float: left;
    width: 75%;
}

.SheleneProfileRight h2{
    margin-bottom: 10px !important;
}

.SheleneProfileRight h3{
    font-size: 17px;
    margin-top: 0px;
}

.Creative h2 {
    text-align: center !important;
}

.CreativeTeam {
	float: left;
	width: 31.3%;
	margin: 1%;
	position: relative;
	cursor: pointer;
}

.CreativeTeam .toolTip { opacity: 0; position: absolute; height: 100%; bottom: 0; color: #fff !important; box-sizing: border-box; padding: 15px; padding-top: 0px;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
display: block;
background: #333;
}

.CreativeTeam .toolTip p { color: #fff; }
.CreativeTeam .toolTip ul { margin: 0; padding: 0; margin-left: 15px; }
.CreativeTeam .toolTip ul li { color: #fff; padding: 0; }

.CreativeTeam:hover .toolTip { opacity: 1; }
.CreativeTeam:active .toolTip { opacity: 1; }
.CreativeTeam:hover .focus { opacity: 1; }
.CreativeTeam:hover .visited { opacity: 1; }

.CreativeTeam div {
	background: #333;
}

.CreativeTeam img {
	width: 87%;
	height: inherit;
	padding: 20px;
}

.CreativeTeam h3 {
	font-size: 22px;
    margin: 0px;
    margin-top: -10px;
    padding-bottom: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	text-align: center;
}

.CreativeTeamLast {
	float: left;
    width: 31.3%;
    margin: 1%;
    position: relative;
    cursor: pointer;
    margin-left: 372px;
}

.CreativeTeamLast .toolTip { opacity: 0; position: absolute; height: 100%; bottom: 0; color: #fff !important; box-sizing: border-box; padding: 15px; padding-top: 0px;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
display: block;
background: #333;
}
.CreativeTeamLast .toolTip p { color: #fff; }
.CreativeTeamLast .toolTip ul { margin: 0; padding: 0; margin-left: 15px; }
.CreativeTeamLast .toolTip ul li { color: #fff; padding: 0; }

.CreativeTeamLast:hover .toolTip { opacity: 1; }
.CreativeTeamLast:active .toolTip { opacity: 1; }
.CreativeTeamLast:focus .toolTip { opacity: 1; }
.CreativeTeamLast:visited .toolTip { opacity: 1; }

.CreativeTeamLast div {
	background: #333;
}

.CreativeTeamLast img {
	width: 87%;
	height: inherit;
	padding: 20px;
}

.CreativeTeamLast h3 {
	font-size: 22px;
    margin: 0px;
    margin-top: -10px;
    padding-bottom: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	text-align: center;
}

.Career h3{
	text-align: center !important;
}

.Career p{
	text-align: center !important;
}

.MediaArticle {
	width: 390px;
	margin: 0 auto;
}

.MediaArticle h2{
	text-align: center !important;
}

.MediaArticle h3{
	margin-top: 15px !important;
}

.ArticleLeft {
	margin-right: 30px;
	float: left;
}

.ArticleRight {
	float: left;
}

.MediaArticleLeft {
	margin-right: 30px;
	float: left;
}

.MediaArticleRight {
	padding-top: 20px;
	float: left;
}

.ServicePolicy h2{
    font-size: 18px !important;
}
	
/* Start Menu */

.mobile-menu {
	display: none;
}
ul.nav {
	float: left;
	list-style: none outside none;
	margin: 55px 0 0 20px;
	padding: 0;
}
ul.nav li {
	display: block;
	float: left;
	margin: 10px 5px 20px 5px;
	padding: 0;
}
ul.nav li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 2px 2px 2px 2px;
	color: #333;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	padding: 7px 7.5px 7px 7.5px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	font-weight: 100;
	text-transform: uppercase;
}
ul.nav li:nth-child(7) {
	margin: 10px 0px 20px 25px;
	padding: 0px !important;
}
ul.nav li:nth-child(7) a:hover, ul.nav li:nth-child(8) a:hover, ul.nav li:nth-child(9) a:hover, ul.nav li:nth-child(10) a:hover, ul.nav li:nth-child(7) a:hover, ul.nav li:nth-child(11) a:hover {
	background-color: transparent !important;
	box-shadow: none !important;
}
ul.nav li:nth-child(8), ul.nav li:nth-child(9), ul.nav li:nth-child(10), ul.nav li:nth-child(11) {
	padding: 0px !important;
}
ul.nav li a:hover {
	color: #FF8113;
	z-index: 151;
}
ul.nav li i {
	color: #333 !important;
}
ul.nav li:nth-child(7) a:hover i {
	color: #3B5998 !important;
	transition: all 0.5s ease 0s;
}
ul.nav li:nth-child(8) a:hover i {
	color: #55acee !important;
	transition: all 0.5s ease 0s;
}
ul.nav li:nth-child(9) a:hover i {
	color: #e1306c !important;
	transition: all 0.5s ease 0s;
}
ul.nav li:nth-child(10) a:hover i {
	color: #bd081c !important;
	transition: all 0.5s ease 0s;
}
ul.nav li:nth-child(11) a:hover i {
	color: #cd201f !important;
	transition: all 0.5s ease 0s;
}
.sub-nav-parent {
}
header.large .sub-nav {
	padding-top: 1px !important;
}
header.small .sub-nav {
	padding-top: 52px !important;
	margin-left: -40px !important;
}
header.small .sub-nav li {
	padding: 5px !important;
}
.sub-nav {
	display: none;
	z-index: 1000;
	position: relative;
}
.sub-nav li {
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
.sub-nav a {
	background-color: rgba(132,209,214,0.7) !important;
	color: #fff !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 10px 20px 10px 20px !important;
}
.sub-nav a:hover {
	background-color: rgba(255,255,255,0.7) !important;
	color: #FF8113 !important;
}
.sub-nav-parent:hover > ul {
	display: block;
	position: absolute;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
ul.nav li a.active {
	background-color: #CCF91C;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	background: url("../images/opacity-30.png") repeat scroll 0 0 rgba(152, 237, 0, 100);
}
.current {
	background-color: rgba(51,51,51,0.8);
	color: #555;
	box-shadow: 0 0 6px rgba(204, 204, 204, 0.7);
	z-index: 151;
}
.current a {
	color: #fff !important;
}
/* End Menu */

/* Start Content */

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.gallery h2 {
	display: none;
}
.gallery li {
	display: inline-block;
	margin-left: 14px;
	margin-bottom: 14px;
}
.gallery img {
	border: 5px solid #333;
}

.Career p{
	font-size: 18px;
}

.clear {
	clear: both;
}
.content {
	width: 1085px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.content h2 {
	font-size: 25px;
	color: #FF8113;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
}
.content-left {
	float: left;
	width: 70%;
}
.content-left h1 {
    font-size: 25px;
    color: #FF8113;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left;
}
.content-left p {
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #333;
}
.content-right {
	float: right;
	width: 23%;
	border-left: 1px solid #333;
	font-size: 24px;
	padding-left: 30px;
	font-family: 'Roboto', sans-serif;
	color: #333;
	text-align: right;
}
.sitemap {
    list-style: none;
	margin: 0;
	padding: 0;
}
.sitemap li {
    padding-bottom: 10px;
}
.sitemap a {
    font-size: 18px;
}
.phone {
	font-size: 15px;
	background-image: url(../images/phone.png);
	color: #212121;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	display: block;
	padding: 5px 0 5px 55px;
	margin-left: 30px;
	text-decoration: none !important;
}
.smartphone {
	background-image: url(../images/cell.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	display: block;
	padding-left: 55px;
	margin-left: 30px;
	margin-top: 20px;
	text-decoration: none !important;
}
.smartphone a {
	font-size: 15px;
	text-decoration: none !important;
}
.mail {
	font-size: 15px;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	display: block;
	padding-left: 55px;
	margin-left: 30px;
	margin-top: 20px;
	text-decoration: none;
}
.gps {
	font-size: 15px;
	background-image: url(../images/gps.png);
	color: #646464;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	display: block;
	padding-left: 55px;
	margin-left: 30px;
	margin-top: 20px;
}
.addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext {
	top: 200px;
}
.connect {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 25px;
	background: #eee;
}
.connect h4 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	color: #333;
	font-weight: normal;
}
.connect img {
	margin-right: 10px;
	transition: all .5s linear;
}
.connect img:hover {
	opacity: 0.7;
	transition: all .5s linear;
}
footer {
	width: 100%;
	padding-bottom: 14px;
	padding-top: 0px;
	background-color: #333;
}
.footer-copyright {
	margin: 0 auto;
	width: 1290px;
	text-align: center;
	line-height: 11px;
}
.footer-copyright p {
	text-align: center;
	color: #ccc;
}
.footer-copyright a {
	color: #ccc;
}
.footer-copyright a:hover {
	color: #FF8113;
}
.breadcrumbs {
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #ccc;
	padding: 0px;
}
.breadcrumbs a {
	color: #ccc;
}
.breadcrumbs a:hover {
	color: #FF8113;
}
.share {
	text-align: center;
}
.contact-left {
	width: 48%;
	float: left;
}
.contact-left h2 {
	text-align: center !important;
	color: #1D1E4D !important;
	font-size: 22px !important;
	text-transform: none !important;
	margin-top: 0px;
	line-height: normal;
}
#enquiryForm {
	margin-top: 20px;
}
.contact-align {
	float: left;
	width: 50%;
}
.contact-left input[type=text] {
	width: 212px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 2px;
	margin-right: 15px;
	padding: 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'Open Sans', sans-serif;
	float: left;
	margin-top: 15px;
}
.contact-left textarea {
	width: 473px;
	height: 90px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-top: 15px;
}
.contact-left input[type=submit] {
	background: none repeat scroll 0 0 #FF8113;
	border-radius: 2px 0 0 2px;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin: 10px 0 20px !important;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	text-align: center;
	float: left;
	font-weight: normal;
	text-transform: capitalize;
	border: 0px;
}
.contact-left input[type=submit]:hover {
	background: none repeat scroll 0 0 #333;
}
.contact-left form * {
	box-sizing: inherit !important;
}
.contact-right {
	width: 48%;
	float: right;
}
.contact-right h2 {
	text-align: center !important;
	color: #1D1E4D !important;
	font-size: 22px !important;
	text-transform: none !important;
	margin-top: 0px;
	line-height: normal;
}
button.Zebra_DatePicker_Icon {
	display: none;
}
iframe {
	width: 100% !important;
}
.page-not-found-align h2 {
	text-align: center;
}
.page-not-found-align p {
	text-align: center;
}
/* End Content */

/* Start Blog */

.article {
    margin-bottom: 30px;
    margin-top: 15px;
}

.PostLeft {
    float: left;
    width: 25%;
}

.PostRight {
    float: left;
    width: 70%;
	text-align: left;
}

.PostRight h2 {
    margin-top: 10px;
}

.article img {
    float: left;
    width: 200px;
    border: 10px solid #333;
    border-radius: 0px;
    padding: 0px;
}

.PostLeft p {
	text-align: justify;
}

.PostCatLeft {
	float: left;
	width: 35%;
}
.PostCatRight {
	float: left;
	width: 65%;
	text-align: left;
}
.PostCatRight h2 {
    margin-top: 15px;
}

.BlogLeft {
    float: left;
    width: 70%;
}

.BlogRight {
    float: left;
    width: 30%;
}

.BlogRight h3 {
    margin-left: 30px;
    font-size: 15px;
    text-align: left;
    margin-top: 0px;
}

.BlogLeft p {
	text-align: justify;
	margin-top: 0px;
}

.BlogLeft .gallery li{
	margin-right: 10px;
}

.BlogRight li {
    list-style: none;
}

.BlogLeft h2 {
	text-align: center;
}

.BlogLeft img {
	border: 5px solid #333;
}

.BlogRight a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #777;
    text-decoration: none;
    margin-left: 15px;
    transition: all 0.5s ease 0s;
}

.blogImg {
	float: left;
    margin: 5px 15px 5px 0px;
    width: 200px;
    border: 5px solid #333;
    border-radius: 0px;
    padding: 0px;
	display:none;
}

.article .article_date {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #777;
}

.article .readmore {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #777;
}

/* End Blog */

/* Start Datepicker */

button.Zebra_DatePicker_Icon {
	display: none;
}
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
	box-sizing: content-box !important;
}
.Zebra_DatePicker {
	background: none repeat scroll 0 0 #666;
	border: 3px solid #666;
	display: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	z-index: 1000000;
}
.Zebra_DatePicker * {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #000;
	margin: 0;
	padding: 0;
}
.Zebra_DatePicker table {
	border-collapse: collapse;
	border-spacing: 0;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
	padding: 5px 0;
	text-align: center;
}
.Zebra_DatePicker td {
	cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
	margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
	background: none repeat scroll 0 0 #e8e8e8;
	border: 1px solid #7bacd2;
	width: 30px;
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
	border-radius: 5px;
}
.Zebra_DatePicker .dp_header td {
	color: #fff;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
	width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
	font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
	background: none repeat scroll 0 0 #222;
	color: #fff;
}
.Zebra_DatePicker .dp_header .dp_blocked {
	color: #888;
	cursor: default;
}
.Zebra_DatePicker .dp_daypicker th {
	background: none repeat scroll 0 0 #ffcc33;
}
.Zebra_DatePicker td.dp_not_in_month {
	background: none repeat scroll 0 0 #f3f3f3;
	color: #cdcdcd;
	cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
	background: none repeat scroll 0 0 #f3f3f3;
	color: #cdcdcd;
	cursor: pointer;
}
.Zebra_DatePicker td.dp_weekend {
	background: none repeat scroll 0 0 #d8d8d8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
	color: #ccc;
	cursor: default;
}
.Zebra_DatePicker td.dp_selected {
	background: none repeat scroll 0 0 #5a4b4b;
	color: #fff !important;
}
.Zebra_DatePicker td.dp_week_number {
	background: none repeat scroll 0 0 #ffcc33;
	color: #555;
	cursor: text;
	font-style: italic;
}
.Zebra_DatePicker .dp_monthpicker td {
	width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
	width: 33%;
}
.Zebra_DatePicker .dp_footer {
	margin-top: 3px;
}
.Zebra_DatePicker .dp_footer td {
	color: #fff;
	font-weight: bold;
	padding: 2px;
}
.Zebra_DatePicker .dp_footer .dp_hover {
	background: none repeat scroll 0 0 #222;
	color: #fff;
}
.Zebra_DatePicker td.dp_current {
	color: #c40000;
}
.Zebra_DatePicker td.dp_disabled_current {
	color: #e38585;
}
.Zebra_DatePicker td.dp_disabled {
	background: none repeat scroll 0 0 #f3f3f3;
	color: #cdcdcd;
	cursor: default;
}
.Zebra_DatePicker td.dp_hover {
	background: none repeat scroll 0 0 #482424;
	color: #fff;
}
button.Zebra_DatePicker_Icon {
	background: url("../images/calendar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	border: medium none;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	line-height: 0;
	padding: 0;
	position: absolute;
	text-indent: -9000px;
	vertical-align: top;
	width: 16px;
}
button.Zebra_DatePicker_Icon_Disabled {
	background-image: url("../images/calendar-disabled.png");
}
button.Zebra_DatePicker_Icon {
	margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
	margin: 0 12px 0 0;
}
/* End Datepicker */

/* Start Captcha */

/*CAPTCHA STYLES*/
/*//////////////*/

td {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
font-style:italic;
color: #444;
}
:-moz-placeholder {
font-style:italic;
color: #444;
}
::-moz-placeholder {
font-style:italic;
color: #444;
}
:-ms-input-placeholder {
font-style:italic;
color: #444;
}
.hidden {
	visibility: hidden;
}
.captcha {
	width: 240px;
	margin: 0 auto;
	margin-left: -10px;
}
.refresh {
	position: relative;
	float: right;
	margin-top: -20px;
	margin-right: 80px;
}
#SpamCheck {
	margin-left: 10px!important;
	padding: 5px;
	color: #555;
}
#url {
	visibility: hidden;
	height: 1px;
	width: 1px;
	position: absolute;
}
/* Z-INDEX */
.formError {
	z-index: 990;
}
.formError .formErrorContent {
	z-index: 991;
}
.formError .formErrorArrow {
	z-index: 996;
}
.ui-dialog .formError {
	z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
	z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position: relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
.captcha input {
	width: 65px !important;
	margin-top: 10px;
}
.captcha-img {
	margin-left: -50px;
	margin-bottom: -25px!important;
}

/* End Captcha */

@media only screen and (max-width : 1600px) {
.fadein {
	position: relative;
	width: 100%;
	height: 417px;
	border: none;
	border-bottom: 3px solid #333;
}
.fadein img {
	position: absolute;
	border: none;
	left: 0px;
	top: 0;
	width: 100%;
	height: 417px;
	background-size: cover;
}
}
 @media only screen and (max-width : 1366px) {
.fadein {
	position: relative;
	width: 100%;
	height: 356px;
	border: none;
	border-bottom: 3px solid #333;
}
.fadein img {
	position: absolute;
	border: none;
	left: 0px;
	top: 0;
	width: 100%;
	height: 356px;
	background-size: cover;
}
}
 @media only screen and (max-width : 1280px) {
#header {
	margin: auto;
	padding: 0;
	width: 1200px;
	display: block;
	top: 0;
	z-index: 32;
}
.fadein {
	position: relative;
	width: 100%;
	height: 333px;
	border: none;
	border-bottom: 3px solid #333;
}
.fadein img {
	position: absolute;
	border: none;
	left: 0px;
	top: 0;
	width: 100%;
	height: 333px;
	background-size: cover;
}
ul.nav {
	float: right;
	list-style: none outside none;
	margin: 60px 80px 0 0;
	padding: 0;
}
}
@media only screen and (max-width : 1000px) {
.logo {
	float: none;
	outline: medium none;
	padding: 0px;
	position: inherit;
	text-decoration: none;
	text-align: center;
	width: 280px;
	z-index: 900;
	margin: 0 auto;
}
.ArticleLeft {
	margin-right: 0px;
    float: none;
}
.ArticleRight {
    float: none;
}
.MediaArticle {
    width: 100%;
}
.MediaArticleLeft {
    margin-right: 0px;
    float: none;
}
.MediaArticleRight {
    float: none;
}
.SheleneProfileLeft {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.SheleneProfileLeft img {
    width: 50%;
}
.SheleneProfileRight {
    float: none;
    width: 100%;
}
.CreativeTeam {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.CreativeTeam img {
    width: 50%;
    height: inherit;
    padding: 20px;
}
.CreativeTeamLast {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.CreativeTeamLast img {
    width: 50%;
    height: inherit;
    padding: 20px;
}
.article img {
	float: none;
	margin: 0px 15px 0px 0px;
	width: 200px;
}
.article .article_date {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.article .readmore {
    margin-left: 15px;
}
.BlogLeft {
	float: none;
	width: 100%;
}
.BlogRight {
	float: none;
	width: 100%;
	margin-top: 30px;
}
.BlogRight h3 {
    margin-left: 0px;
}
.blogImg {
	float: none;
	width: 200px !important;
	margin-bottom: 30px;
}
.PostLeft {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.PostRight {
	float: none;
	width: 100%;
}
.PostCatLeft {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.PostCatRight {
	float: none;
	width: 100%;
}

#header {
	width: 100%;
}
header.large {
	box-shadow: none;
	background: none;
}
header.large img {
    width: 120px;
    height: inherit;
    background: rgba(255,255,255,0.8);
    padding: 15px;
    margin-left: 0px;
    margin-top: 5px;
}
header.small nav {
	display: none;
}
.rsMinW .rsArrowRight {
	left: 50px;
	bottom: 15px;
}
.rsMinW .rsBullets {
	display: none !important;
}
.fadein {
	height: 0px;
	margin-bottom: 190px;
}
.fadein img {
	display: none !important;
}
p {
	padding: 0px 15px 0px 15px;
	line-height: 21px;
}
h3 {
	padding-left: 15px;
}
.content {
	width: 100%;
}
.content-left {
	float: none;
	width: 100%;
}
.content-right {
	float: none;
	width: 99%;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 15px;
	border-left: none;
}
.content-left p {
	padding: 0px 15px 0px 15px;
}
.content h2 {
	padding: 0px 15px 0px 15px;
}
.contact-left {
	float: none;
	width: 100%;
}
.content-left h1 {
    margin-left: 15px;
}
.contact-left input[type=text] {
	float: none;
	width: 80%;
}
.contact-left textarea {
	width: 80%;
}
.contact-left input[type=submit] {
	float: none;
}
.ServiceImageFirst {
    border: 10px solid #333;
    width: 70%;
    height: inherit;
}
.MobileSpace {
	display: none;
}
iframe {
	width: 80% !important;
	height: 280px;
}
.contact-right {
	float: none;
	width: 100%;
}
.contact-align {
	float: none;
	width: 100%;
}
.footer-copyright {
	width: 100%;
}
.footer-copyright {
	width: 100%;
}
.current a {
    color: #333 !important;
}
#nav {
	position: relative;
	transition: none!important;
}
#nav li a {
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: center;
}
#nav li a:hover {
	padding-top: 6px;
	padding-bottom: 10px;
}
#nav > a {
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
	position: absolute;
	right: 8px;
	top: -160px;
	background-image: url('../images/nav.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	margin-top: 0px;
	z-index: 1000;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -100px;
	z-index: 9999;
	width: 100%;
	border-top: 1px solid #ccc;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
/* second level */

#nav li ul {
	position: static;
	padding-top: 15px;
}
.gallery {
	text-align: center;
}
.gallery-content {
	padding-bottom: 0px;
}
.captcha-img {
    width: 61px !important;
    margin-left: 55px;
    margin-bottom: -45px!important;
}
.refresh {
	margin-top: -45px;
    margin-right: 100px;
}
.refresh img {
	width: 20px !important;
	height: 20px !important;
	margin-top: -40px !important;
	margin-right: -15px;
}
#SpamCheck {
	margin-left: 20px!important;
	margin-top: 15px;
}
}

@media only screen and (max-width : 550px) {

.BlogLeft img {
    width: 280px;
    height: inherit;
}	
	
}

@media only screen and (max-width : 440px) {

.CreativeTeam {
	transition: all 0.5s ease 0s;
}

.CreativeTeam:hover {
	height: 400px;
	transition: all 0.5s ease 0s;
}

.CreativeTeamLast {
	transition: all 0.5s ease 0s;
}

.CreativeTeamLast:hover {
	height: 400px;
	transition: all 0.5s ease 0s;
}

}
