﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header
{
    width:100%;
    height:180px;
    background:#10466f;
    background-image:linear-gradient(to bottom left,#10466f,#bedfe4);
    z-index:99999999;
}
.header-home
{
    background:url("../Images/background-header.png") top center;
    background-size:100% 100%;
	position:absolute;
	top:0px;
	left:0px;
}
.header > div
{
    width:1280px;
    margin:0px auto;
    position:relative;
}
.header > div > h1
{
    width:220px;
    height:100px;
    line-height:32px;
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	position:absolute;
	top:25px;
	left:0px;
}
.header > div > h1 > a
{
    color:#ffffff;
    text-decoration:none;
}
.header > div > h1 > a:hover
{
    color:#b8dde1;
}
.header > div > a
{
    width:240px;
    height:auto;
    margin:0px auto;
    padding-top:10px;
    border:0px;
    outline:0px;
    display:block;
}
.header > div > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header-social-bar
{
    position:absolute;
    right:0px;
    top:10px;
}
.header-social-bar > a
{
    margin-right:10px;
    color:#ffffff;
    text-decoration:none;
}
.header-social-bar > a:hover
{
    color:#b8dde1;
}
.header-social-bar > a:last-child
{
    margin-right:0px;
}
.header-social-bar > a > img
{
    width:32px;
    height:32px;
    border:0px;
    outline:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header-language-bar
{
    position:absolute;
    right:0px;
    top:48px;
}
.header-language-bar > a
{
    margin-left:10px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    text-decoration:none;
}
.header-language-bar > a:hover
{
    color:#b8dde1;
}
.header-language-bar > a:last-child
{
    margin-right:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar
{
    width:100%;
    height:60px;
    line-height:60px;
    margin:5px 0px;
    text-align:center;
}
.menu-bar > ul
{
    width:auto;
    margin:0px auto;
    padding:0px;
    list-style:none;
    display:inline-block;
}
.menu-bar > ul > li
{
    padding:0px 15px;
    background:url("../Images/menu-bar-separator.png") no-repeat right 0px top 24px;
    float:left;
    position:relative;
}
.menu-bar > ul > li:last-child
{
    background:none;
}
.menu-bar > ul > li > a
{
    width:100%;
    line-height:60px;
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#000000;
    text-decoration:none;
    display:block;
	-webkit-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
}
.menu-bar > ul > li > a:hover
{
    color:#ffffff;
}
.menu-bar > ul > li > ul
{
    width:200px;
    margin:5px 0px 0px 0px;
    padding:5px 10px;
    list-style:none;
    background-color:#bedfe4;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:-10px;
    -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;
    -webkit-transition:visibility 0.5s, opacity 0.5s linear;
    -moz-transition:visibility 0.5s, opacity 0.5s linear;
    transition:visibility 0.5s, opacity 0.5s linear;
}
.menu-bar > ul > li:hover .menu-bar-level-1
{
    display:block;
    visibility:visible;
    opacity:1;
}
.menu-bar > ul > li > ul > li > a
{
    width:100%;
    line-height:36px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-decoration:none;
    text-align:left;
    display:block;
}
.menu-bar > ul > li > ul > li > a:hover
{
    color:#ffffff;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.title-bar
{
	width:1280px;
	height:46px;
	line-height:46px;
	margin:10px auto;
	background-color:#10466f;
    background-image:linear-gradient(45deg,#10466f,#b9dde1);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.title-bar h2
{
	margin:0px;
	padding:0px;
	font-family:IranSans;
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.title-bar h3
{
	margin:0px;
	padding:0px;
	font-family:IranSans;
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.title-bar-inside
{
	width:100% !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.main
{
	width:1280px;
	min-height:350px;
	margin:10px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer
{
    width:100%;
    background-color:#10466f;
}
.footer > div
{
    width:1280px;
    margin:0px auto;
    position:relative;
}
.footer > div > div
{
    width:33.3334%;
    height:auto;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-logo-bar
{
    padding:25px 0px 0px 0px;
    text-align:center;
}
.footer-logo-bar > a
{
    width:75%;
    height:auto;
    margin:0px auto;
    display:block;
}
.footer-logo-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.footer-logo-bar > h4
{
    width:50%;
    line-height:32px;
    margin:10px auto;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
	font-size:13px;
	color:#ffffff;
	display:block;
}
.footer-logo-bar > h4 > a
{
    color:#ffffff;
    text-decoration:none;
    display:inline-block;
}
.footer-logo-bar > h4 > a:hover
{
    color:#b8dde1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-contact-bar
{
    padding:10px 25px 0px 25px;
}
.footer-contact-info
{
    line-height:46px;
    font-family:IranSansFa;
    font-size:14px;
    color:#ffffff;
    text-align:left;
}
.footer-contact-info a
{
    color:#ffffff;
    text-decoration:none;
    display:inline-block;
}
.footer-contact-info a:hover
{
    color:#b8dde1;
}
.footer-contact-info i
{
    color:#ffffff;
}
.footer-social-bar
{
    width:280px;
    margin:25px auto;
    text-align:center;
}
.footer-social-bar > a
{
    margin:0px 5px;
	color:#10466f;
    display:inline-block;
    -webkit-transition:0.25s ease-in-out;
    transition:0.25s ease-in-out;
}
.footer-social-bar > a:hover
{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.footer-social-bar > a > img
{
    width:32px;
    height:32px;
    border:0px;
    outline:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-map-bar
{
    padding:10px;
}
.footer-map-bar > div
{
    height:250px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.copyright-bar
{
    width:100%;
    height:46px;
    line-height:46px;
    background-color:#040218;
}
.copyright-bar > div
{
    width:1280px;
    margin:0px auto;
}
.copyright-bar > div > div
{
    width:50%;
    font-family:IranSansFa;
    font-size:10px;
    color:#ffffff;
    float:left;
}
.copyright-bar > div > div:first-child
{
    text-align:left;
}
.copyright-bar > div > div:last-child
{
    text-align:right;
}
.copyright-bar > div > div > a
{
    color:#ffffff;
    text-decoration:none;
}
.copyright-bar > div > div > a:hover
{
    color:#b8dde1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.slider-bar
{
    width:100%;
	width:100vw;
	margin:0px auto;
	margin:0px -50vw;
	background-color:#ffffff;
    position:relative;
    left:50%;
}
.slider
{
    width:100%;
    height:auto;
}
.slider > a
{
    border:0px;
    outline:0px;
}
.slider > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
}
.slider-bar-mobile
{
    display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-more
{
    width:120px;
    height:34px;
    line-height:30px;
    border:solid 2px #10466f;
    background-color:#ffffff;
    font-family:IranSans;
    font-weight:bold;
    font-size:14px;
    color:#000000;
    text-decoration:none;
    text-align:center;
    display:inline-block;
    -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;
	-webkit-transition:color 0.5s ease, background-color 0.5s ease;
	-moz-transition:color 0.5s ease, background-color 0.5s ease;
	-o-transition:color 0.5s ease, background-color 0.5s ease;
	transition:color 0.5s ease, background-color 0.5s ease;
}
.home-more:hover
{
    background-color:#10466f;
    color:#ffffff;
}
.home-more i
{
    font-size:20px;
    font-weight:bold;
    position:relative;
    top:5px;
    left:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-bar-title
{
    width:100%;
	margin:25px 0px 10px 0px;
	padding:0px 0px 72px 0px;
    background:url("../Images/title-bar-home.png") no-repeat bottom center;
	font-family:IranSans;
	font-weight:bold;
	font-size:18px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-bar-title > a
{
    color:#000000;
    text-decoration:none;
}
.home-bar-title > a:hover
{
    color:#b9dde1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-nose-surgery-bar
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.home-nose-surgery-bar > li
{
    width:30%;
    margin:10px 5% 10px 0px;
    float:left;
}
.home-nose-surgery-bar > li:nth-child(3n)
{
    margin-right:0px;
}
..home-nose-surgery-bar > li > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-nose-surgery-bar > li > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-transition:0.25s ease-in-out;
    transition:0.25s ease-in-out;
}
.home-nose-surgery-bar > li > a > img:hover
{
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
}
.home-nose-surgery-bar > li > h3
{
    width:85%;
    line-height:64px;
    margin:0px auto;
    padding:0px;
    background-color:#10466f;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
    position:relative;
    top:-32px;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.home-nose-surgery-bar > li > h3 > a
{
    color:#ffffff;
    text-decoration:none;
}
.home-nose-surgery-bar > li > h3 > a:hover
{
    color:#b8dde1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-signin-bar
{
    width:100%;
	width:100vw;
	margin:25px auto 0px auto;
	margin:25px -50vw 0px -50vw;
	background:#ffffff url("../Images/home-signin-bar.png") no-repeat left center;
    position:relative;
    left:50%;
}
.home-signin-bar > div
{
    width:1024px;
    margin:0px auto;
    padding:100px 0px 100px 0px;
}
.home-signin-bar-text
{
    width:67%;
    height:250px;
    padding:15px;
    border:solid 2px #10466f;
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.75);
    float:left;
    -webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-signin-bar-text > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#000000;
}
.home-signin-bar-text > div
{
    height:130px;
    line-height:26px;
    margin:15px 0px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    overflow:hidden;
}
.home-signin-bar-text > a
{
    float:left;
}
.home-signin-bar-signin
{
    width:30%;
    height:250px;
    padding:15px;
    border:solid 2px #10466f;
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.75);
    float:right;
    -webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-signin-bar-signin .submit
{
    margin-top:33px;
    text-align:left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-gallery-bar
{
    width:100%;
	width:100vw;
	height:auto;
	margin:0px -50vw;
	padding:50px 0px 25px 0px;
	background-color:#10466f;
    position:relative;
    left:50%;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-gallery-bar > div
{
    width:95%;
    margin:0px auto;
}
.home-gallery-item
{
}
.home-gallery-item > a
{
    width:100%;
    height:auto;
    margin:0px;
    padding:5px;
    border:0px;
    outline:0px;
    background-color:#bfbfbf;
    display:block;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-gallery-item > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
	-webkit-transition:0.25s ease-in-out;
    transition:0.25s ease-in-out;
}
.home-gallery-item > a > img:hover
{
    -webkit-transform:scale(0.95);
    transform:scale(0.95);
}
.home-gallery-item > h3
{
    width:100%;
    height:48px;
    line-height:24px;
    margin:10px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    overflow:hidden;
}
.home-gallery-item > h3 > a
{
    color:#ffffff;
    text-decoration:none;
}
.home-gallery-item > h3 > a:hover
{
    color:#b8dde1;
}
.home-gallery-bar-more
{
    margin:25px 0px;
    text-align:center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-about-bar-2
{
    width:100%;
    height:340px;
    margin:100px 0px;
    position:relative;
}
.home-about-bar-2 > a
{
    width:341px;
    height:auto;
    padding:0px;
    border:0px;
    outline:0px;
    display:block;
    position:absolute;
    left:0px;
    bottom:0px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar-2 > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-transition:0.25s ease-in-out;
    transition:0.25s ease-in-out;
}
.home-about-bar-2 > a > img:hover
{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.home-about-bar-2 > div
{
    width:calc(100% - 351px);
    padding:50px 60px 50px 60px;
    float:right;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar-2 > div > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    color:#000000;
}
.home-about-bar-2 > div > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-about-bar-2 > div > h3 > a:hover
{
    color:#10466f;
}
.home-about-bar-2 > div > div
{
    height:144px;
    line-height:24px;
    margin:10px 0px;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-about-bar-2 > div > a
{
    float:left;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-about-bar-1
{
    width:100%;
    height:auto;
    margin:25px 0px;
}
.home-about-bar-1 > a
{
    width:430px;
    height:auto;
    padding:25px;
    border:0px;
    outline:0px;
    display:block;
    float:right;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar-1 > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-transition:0.25s ease-in-out;
    transition:0.25s ease-in-out;
}
.home-about-bar-1 > a > img:hover
{
    -webkit-transform:rotate(-15deg) scale(0.9);
    transform:rotate(-15deg) scale(0.9);
}
.home-about-bar-1 > div
{
    width:calc(100% - 450px);
    float:left;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar-1 > div > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    color:#000000;
}
.home-about-bar-1 > div > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-about-bar-1 > div > h3 > a:hover
{
    color:#10466f;
}
.home-about-bar-1 > div > div
{
    max-height:144px;
    height:auto;
    line-height:24px;
    margin:10px 0px;
    padding:0px 25px;
    border-left:solid 3px #10466f;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar-1 > div > a
{
    float:right;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-posts-bar
{
    width:100%;
	width:100vw;
	height:auto;
	margin:0px -50vw;
	padding:25px 0px;
	background:#ffffff url("../Images/home-posts-bar.jpg") no-repeat center center;
    position:relative;
    left:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-posts-bar > h3
{
	margin:0px;
	padding:0px 0px 25px 0px;
	font-family:IranSans;
	font-weight:bold;
	font-size:18px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-posts-bar > div
{
    width:1024px;
    margin:0px auto;
    padding:0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-posts-bar > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-posts-bar > h3 > a:hover
{
    color:#10466f;
}
.home-posts-item
{
    margin:0px;
    padding:0px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-posts-item > a
{
    width:100%;
    height:auto;
    outline:0px;
    display:block;
    overflow:hidden;
    float:none;
}
.home-posts-item > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
	-webkit-transition:0.25s ease-in-out;
    transition:0.25s ease-in-out;
}
.home-posts-item > a > img:hover
{
    -webkit-transform:scale(0.95);
    transform:scale(0.95);
}
.home-posts-item > h3
{
    margin:0px;
    padding:10px 0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#000000;
    text-align:right;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-posts-item > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-posts-item > h3 > a:hover
{
    color:#10466f;
}
.home-posts-item > div
{
    height:72px;
    line-height:24px;
    padding:0px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-posts-item > span
{
    margin:10px 0px 0px 0px;
    padding:0px;
    display:block;
}
.home-posts-item > span > a
{
    float:right;
}
.home-more-posts-bar
{
    border-color:Transparent;
    background-color:Transparent;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-faq-bar
{
    width:100%;
    height:auto;
    margin:50px 0px;
}
.home-faq-bar > a
{
    width:330px;
    height:auto;
    padding:25px;
    border:0px;
    outline:0px;
    display:block;
    float:right;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-faq-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-transition:0.25s ease-in-out;
    transition:0.25s ease-in-out;
}
.home-faq-bar > a > img:hover
{
    -webkit-transform:rotate(-15deg) scale(0.9);
    transform:rotate(-15deg) scale(0.9);
}
.home-faq-bar > div
{
    width:calc(100% - 350px);
    float:left;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-faq-bar > div > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    color:#000000;
}
.home-faq-bar > div > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-faq-bar > div > h3 > a:hover
{
    color:#10466f;
}
.home-faq-bar > div > div
{
    height:240px;
    line-height:24px;
    margin:15px 0px;
    padding:10px;
    border:solid 2px #9bb1c3;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
.home-faq-bar > div > a
{
    float:right;
}
.home-faq-item-question-title
{
    color:#ff0000;
}
.home-faq-item-question
{
    height:48px;
    overflow:hidden;
}
.home-faq-item-answer-title
{
    color:#0096ff;
}
.home-faq-item-answer
{
    height:48px;
    overflow:hidden;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.faq
{
    margin:0px;
    padding:0px;
    list-style:none;
}
.faq > li
{
    padding:25px 0px;
    border-bottom:solid 1px #cdcdcd;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:justify;
}
.faq > li:first-child
{
    padding-top:0px !important;
}
.faq > li:last-child
{
    padding-bottom:0px !important;
    border-bottom:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.banners
{
    width:100%;
    height:auto;
}
.banners > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.banners > h3
{
    width:100%;
    height:36px;
    line-height:36px;
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
    font-size:13px;
    color:#000000;
    text-align:center;
}
.banners > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.banners > h3 > a:hover
{
    color:#10466f;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1340px)
{
	.header > div
	{
	    width:95%;
	}
	
	
	.menu-bar > ul > li
    {
        padding:0px 10px;
    }
	.menu-bar > ul > li > a
    {
        font-size:14px;
    }
    
    
	.main
	{
		width:95%;
	}
	
	
	.title-bar
	{
		width:95%;
	}
	
	
	.footer > div
	{
	    width:95%;
	}
	
	
	.copyright-bar > div
	{
	    width:95%;
	}
	
	
	.home-gallery-bar > div
	{
	    width:95%;
	}
	
	
	.home-posts-bar > div
	{
	    width:95%;
	}
}
@media only screen and (max-width:1280px)
{
    .copyright-bar
    {
        height:auto;
        line-height:32px;
    }
    .copyright-bar > div > div
    {
        width:100%;
        font-size:10px;
        float:none;
    }
    .copyright-bar > div > div:first-child
    {
        text-align:center;
    }
    .copyright-bar > div > div:last-child
    {
        text-align:center;
    }
}
@media only screen and (max-width:1072px)
{
    .home-signin-bar > div
    {
        width:95%;
    }
}
@media only screen and (max-width:984px)
{
    .header
    {
        height:auto;
    }
    .header > div > h1
    {
        width:100%;
        height:auto;
        padding:10px 0px;
        line-height:32px;
        font-size:12px;
	    position:inherit;
	    top:0px;
	    left:0px;
    }
    .header > div > a
    {
        width:180px;
    }
    .header > div > a > img
    {
        width:100%;
        height:auto;
        border:0px;
        outline:0px;
    }
    
    
    .header-social-bar > a
    {
        margin-right:5px;
    }
    
    
    .header-language-bar
    {
        top:52px;
    }
    .header-language-bar > a
    {
        margin-right:5px;
        font-size:14px;
    }
    
    
    .header-home
    {
        width:100%;
        height:auto;
        background:#10466f;
        background-image:linear-gradient(to bottom left,#10466f,#bedfe4);
	    position:inherit;
    }
    
    
    .footer > div > div
    {
        width:100%;
        float:none;
    }
    .footer-logo-bar
    {
        padding:10px 0px;
        border-bottom:solid 1px #ffffff;
        text-align:center;
    }
    .footer-logo-bar > a
    {
        width:240px;
        height:auto;
        margin:0px auto;
        display:block;
    }
    .footer-logo-bar > h4
    {
        width:100%;
        margin:10px 0px;
    }
    .footer-contact-bar
    {
        padding:10px 0px;
        border-bottom:solid 1px #ffffff;
    }
    .footer-contact-info
    {
        line-height:46px;
        font-family:IranSansFa;
        font-size:14px;
        color:#ffffff;
        text-align:left;
    }
    .footer-contact-info a
    {
        color:#ffffff;
        text-decoration:none;
        display:inline-block;
    }
    .footer-contact-info a:hover
    {
        color:#ffffff;
    }
    .footer-social-bar
    {
        width:280px;
        margin:10px auto;
        text-align:center;
    }
    .footer-map-bar
    {
        padding:10px 0px;
    }
    
    
    .menu-bar
	{
	    display:none;
	}
	
	
	.slider-bar
    {
        width:100%;
	    margin:10px 0px;
        position:inherit;
        left:0px;
    }
    .slider > a
    {
        overflow:hidden;
        -webkit-border-radius:10px;
	    -moz-border-radius:10px;
	    border-radius:10px;
    }
    .slider > a > img
    {
        -webkit-border-radius:10px;
	    -moz-border-radius:10px;
	    border-radius:10px;
    }
    
    
    .home-nose-surgery-bar > li:nth-child(3n)
    {
        margin-right:5%;
    }
    .home-nose-surgery-bar > li
    {
        width:47.5%;
    }
    .home-nose-surgery-bar > li:nth-child(2n)
    {
        margin-right:0px;
    }
}
@media only screen and (max-width:768px)
{
    .header-social-bar > a
    {
        margin-right:3px;
    }
    .header-social-bar > a > img
    {
        width:24px;
        height:24px;
    }
    .header-language-bar
    {
        top:40px;
    }
    .header-language-bar > a
    {
        margin-right:5px;
        font-size:13px;
    }
    
    
    .home-signin-bar > div
    {
        padding:25px 0px 25px 0px;
    }
    .home-signin-bar-text
    {
        width:100%;
        height:auto;
        padding-bottom:40px;
        float:none;
    }
    .home-signin-bar-text > div
    {
        height:auto;
        margin:10px 0px;
    }
    .home-signin-bar-signin
    {
        width:100%;
        height:auto;
        margin-top:25px;
        float:none;
    }
    
    
    .home-about-bar-2
    {
        height:auto;
        margin:50px 0px;
    }
    .home-about-bar-2 > a
    {
        width:280px;
        margin:0px auto;
        position:inherit;
        right:0px;
        bottom:0px;
        float:none;
    }
    .home-about-bar-2 > div
    {
        width:100%;
        padding:0px;
        float:none;
    }
    
    
    .home-about-bar-1 > a
    {
        width:280px;
        margin:0px auto;
        padding:10px;
        float:none;
    }
    .home-about-bar-1 > div
    {
        width:100%;
        padding:10px;
        float:none;
    }
    .home-about-bar-1 > div > div
    {
        max-height:inherit;
        height:auto;
        margin:10px 0px;
        padding:0px 0px;
        border-left:none;
    }
    .home-about-bar-1 > div > a
    {
        margin-bottom:10px;
    }
    
    
    .home-faq-bar > a
    {
        width:220px;
        margin:0px auto;
        padding:10px;
        float:none;
    }
    .home-faq-bar > div
    {
        width:100%;
        padding:10px;
        float:none;
    }
    .home-faq-bar > div > div
    {
        height:auto;
        -webkit-box-sizing:border-box;
	    -moz-box-sizing:border-box;
	    box-sizing:border-box;
    }
    .home-faq-bar > div > a
    {
        margin-bottom:10px;
    }
}
@media only screen and (max-width:480px)
{
    .slider-bar-desktop
    {
        display:none;
    }
    .slider-bar-mobile
    {
        display:block;
    }
    .home-nose-surgery-bar > li
    {
        width:100%;
        margin:10px 0px;
        float:none;
    }
}
@media only screen and (max-width:420px)
{
    .header > div > a
    {
        margin:0px 0px 0px 70px;
    }
}
@media only screen and (max-width:340px)
{
    .header > div > a
    {
        margin:0px 0px 0px 40px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */