﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar
{
	width:100%;
	height:46px;
	background-color:#eeeeee;
	z-index:8001;
	position:relative;
}
.top-bar > div
{
	width:1280px;
	height:46px;
	line-height:46px;
	margin:0px auto;
	font-family:IranSansFa;
	font-size:13px;
	color:#000000;
	position:relative;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar-menu
{
	position:absolute;
	right:0px;
}
.top-bar-menu a
{
	margin-left:10px;
	color:#000000;
	text-decoration:none;
}
.top-bar-menu a:last-child
{
    margin-left:0px;
}
.top-bar-menu a:hover
{
	color:#008fe1;
}
.top-bar-menu i
{
    position:relative;
    top:1px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar-date
{
	position:absolute;
	left:0px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.member-menu
{
	display:block;
}
.member-menu-responsive
{
	display:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header
{
    width:100%;
    height:auto;
    padding:10px 0px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.header > div
{
    width:1280px;
    margin:0px auto;
    text-align:center;
    position:relative;
}
.header > div > a
{
    width:96px;
    height:auto;
    margin:0px auto;
    border:0px;
    outline:0px;
    display:block;
}
.header > div > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.header > div > h1
{
    margin:5px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
	font-size:18px;
	color:#000000;
}
.header > div > h1 > a
{
    color:#000000;
    text-decoration:none;
}
.header > div > h1 > a:hover
{
    color:#008fe1;
}
.header > div > h2
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
	font-size:14px;
	color:#000000;
}
.header > div > h2 > a
{
    color:#000000;
    text-decoration:none;
}
.header > div > h2 > a:hover
{
    color:#008fe1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced
{
    width:100%;
    height:46px;
    line-height:46px;
    margin:0px 0px;
    background-color:#090341;
    text-align:center;
}
.menu-bar-advanced > ul
{
    width:auto;
    margin:0px auto;
    padding:0px;
    list-style:none;
    display:inline-block;
}
.menu-bar-advanced > ul > li
{
    padding:0px 15px;
    background:url("../Images/menu-bar-advanced-separator.png") no-repeat left 0px center;
    float:right;
    position:relative;
}
.menu-bar-advanced > ul > li:last-child
{
    background:none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li > a
{
    width:100%;
    line-height:46px;
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    display:block;
	-webkit-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
}
.menu-bar-advanced > ul > li > a:hover
{
    color:#008fe1;
}
.menu-bar-advanced > ul > li > ul
{
    width:200px;
    margin:10px 0px 0px 0px;
    padding:5px 10px;
    list-style:none;
    background-color:#090341;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    right:0px;
    -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-advanced > ul > li > ul > li > ul
{
    width:200px;
    margin:0px;
    margin-top:-36px;
    padding:5px 10px;
    list-style:none;
    background-color:#090341;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    right:210px;
    -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-advanced > ul > li > ul > li > ul > li > ul
{
    width:210px;
    margin:0px;
    margin-top:-36px;
    padding:5px 10px;
    list-style:none;
    background-color:#090341;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    right:210px;
    -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-advanced > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-align:right;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > a:hover
{
    color:#008fe1;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-align:right;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a:hover
{
    color:#008fe1;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:IranSans;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-align:right;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul > li > a:hover
{
    color:#008fe1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li:hover .menu-bar-advanced-level-1
{
    display:block;
    visibility:visible;
    opacity:1;
}
.menu-bar-advanced-level-1 > li:hover .menu-bar-advanced-level-2
{
    display:block;
    visibility:visible;
    opacity:1;
}
.menu-bar-advanced-level-2 > li:hover .menu-bar-advanced-level-3
{
    display:block;
    visibility:visible;
    opacity:1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.title-bar
{
	width:1280px;
	height:46px;
	line-height:46px;
	margin:10px auto;
	background-color:#eeeeee;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.title-bar h2
{
	margin:0px;
	padding:0px;
	font-family:IranSans;
	font-weight:normal;
	font-size:18px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.title-bar h3
{
	margin:0px;
	padding:0px;
	font-family:IranSans;
	font-weight:normal;
	font-size:18px;
	color:#000000;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.title-bar-full-width
{
    width:100% !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.container-main
{
}
.container-page
{
	width:1280px;
	min-height:350px;
	margin:10px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer
{
    width:100%;
    padding:50px 0px;
    border-top:solid 5px #090341;
    background:#eeeeee url("../Images/pattern-world-map.png") no-repeat center center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-logo-bar
{
    text-align:center;
}
.footer-logo-bar > a
{
    width:72px;
    height:auto;
    margin:0px auto;
    border:0px;
    outline:0px;
    display:block;
}
.footer-logo-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.footer-logo-bar > h4
{
    margin:5px 0px;
    padding:0px;
    font-family:IranSansFa;
    font-weight:normal;
	font-size:18px;
	color:#000000;
}
.footer-logo-bar > h4 > a
{
    color:#000000;
    text-decoration:none;
}
.footer-logo-bar > h4 > a:hover
{
    color:#008fe1;
}
.footer-logo-bar > h5
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:normal;
	font-size:14px;
	color:#000000;
}
.footer-logo-bar > h5 > a
{
    color:#000000;
    text-decoration:none;
    display:inline-block;
}
.footer-logo-bar > h5 > a:hover
{
    color:#008fe1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-menu-bar
{
    margin:25px 0px;
    font-family:IranSans;
    font-size:16px;
    color:#000000;
    text-align:center;
}
.footer-menu-bar > a
{
    margin:0px;
    padding:0px 10px;
    color:#000000;
    text-decoration:none;
    display:inline-block;
}
.footer-menu-bar > a:hover
{
    color:#008fe1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-contact-bar
{
    line-height:40px;
    font-family:IranSansFa;
    font-size:14px;
    color:#000000;
    text-align:center;
}
.footer-contact-bar a
{
    color:#000000;
    text-decoration:none;
    display:inline-block;
}
.footer-contact-bar a:hover
{
    color:#008fe1;
}
.footer-contact-bar i
{
    color:#008fe1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.copyright-bar
{
    width:100%;
    height:46px;
    line-height:46px;
    background-color:#000000;
}
.copyright-bar > div
{
    width:1280px;
    margin:0px auto;
}
.copyright-bar > div > div
{
    width:50%;
    font-family:IranSansFa;
    font-size:12px;
    color:#ffffff;
    float:right;
}
.copyright-bar > div > div:first-child
{
    text-align:right;
}
.copyright-bar > div > div:last-child
{
    text-align:left;
}
.copyright-bar > div > div > a
{
    color:#ffffff;
    text-decoration:none;
}
.copyright-bar > div > div > a:hover
{
    color:#008fe1;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.slider-bar
{
    width:1280px;
    margin:10px auto;
}
.slider
{
}
.slider > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.slider > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.banner-bar
{
    width:1280px;
    margin:25px auto;
}
.banner
{
    width:100%;
    height:auto;
}
.banner > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.banner > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.banner > 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;
}
.banner > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.banner > h3 > a:hover
{
    color:#090341;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-info-bar
{
    width:1280px;
    height:auto;
    margin:25px auto;
}
.home-info-bar > h2
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    color:#090341;
}
.home-info-bar > h2 > a
{
    color:#090341;
    text-decoration:none;
}
.home-info-bar > h2 > a:hover
{
    color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-about-bar
{
    width:1280px;
    height:auto;
    margin:25px auto;
    padding:25px;
    background-color:#eeeeee;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar > a
{
    width:360px;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    float:left;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.home-about-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-about-bar > div
{
    width:calc(100% - 385px);
    float:right;
}
.home-about-bar > div > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    color:#000000;
}
.home-about-bar > div > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-about-bar > div > h3 > a:hover
{
    color:#090341;
}
.home-about-bar > 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 > div > a
{
    width:120px;
    height:32px;
    line-height:32px;
    background-color:#090341;
    font-family:IranSans;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    float:left;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.home-about-bar > div > a:hover
{
    color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-services-bar
{
    width:1280px;
    height:auto;
    margin:25px auto;
    padding:25px;
    background-color:#eeeeee;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-services-bar > a
{
    width:360px;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    float:right;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.home-services-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-services-bar > div
{
    width:calc(100% - 385px);
    float:left;
}
.home-services-bar > div > h3
{
    margin:0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:18px;
    color:#000000;
}
.home-services-bar > div > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-services-bar > div > h3 > a:hover
{
    color:#090341;
}
.home-services-bar > div > div
{
    height:144px;
    line-height:24px;
    margin:10px 0px;
    font-family:IranSans;
    font-size:14px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-services-bar > div > a
{
    width:120px;
    height:32px;
    line-height:32px;
    background-color:#090341;
    font-family:IranSans;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    float:left;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.home-services-bar > div > a:hover
{
    color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-posts-bar
{
    width:100%;
	height:auto;
	margin:25px auto;
	padding:25px 0px;
	background-color:#eeeeee;
}
.home-posts-bar > div
{
    width:1280px;
    margin:0px auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-posts-bar > h3
{
	margin:0px 0px 20px 0px;
	padding: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 > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.home-posts-bar > h3 > a:hover
{
    color:#090341;
}
.home-posts-item
{
    margin:0px;
    padding:20px;
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.75);
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
    -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;
}
.home-posts-item > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.home-posts-item > h3
{
    margin:10px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#000000;
    text-align:center;
    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:#090341;
}
.home-posts-item > div
{
    height:96px;
    line-height:24px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-posts-item > span
{
    margin:10px 0px 0px 0px;
    padding:0px;
    display:block;
}
.home-posts-item > span > a
{
    width:120px;
    height:32px;
    line-height:32px;
    margin:0px auto;
    background-color:#090341;
    font-family:IranSans;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    display:block;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.home-posts-item > span > a:hover
{
    color:#000000;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.text-green
{
    font-family:IranSans;
    font-weight:bold;
    font-size:14px;
    color:#4caf50;
}
.text-red
{
    font-family:IranSans;
    font-weight:bold;
    font-size:14px;
    color:#ef3f3e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1344px)
{
	.top-bar > div
	{
		width:95%;
	}
	.header > div
	{
	    width:95%;
	}
	.container-page
	{
		width:95%;
	}
	.title-bar
	{
		width:95%;
	}
	.copyright-bar > div
	{
	    width:95%;
	}
	
	
	.slider-bar
	{
	    width:95%;
	}
	.banner-bar
	{
	    width:95%;
	}
	
	
	.home-info-bar
	{
	    width:95%;
	}
	.home-about-bar
	{
	    width:95%;
	}
	.home-services-bar
	{
	    width:95%;
	}
	.home-posts-bar > div
	{
	    width:95%;
	}
}
@media only screen and (max-width:768px)
{
	.header
    {
        box-shadow:rgba(0,0,0,0.35) 0px 0px 10px;
    }
    
    
	.member-menu
	{
		display:none;
	}
	.member-menu-responsive
	{
		display:block;
	}
	
	
	.menu-bar-simple
	{
	    display:none;
	}
	.menu-bar-advanced
	{
	    display:none;
	}
	
	
	.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;
    }
    
    
    .home-about-bar > a
    {
        width:280px;
        margin:0px auto;
        float:none;
    }
    .home-about-bar > div
    {
        width:100%;
        padding:10px;
        float:none;
    }
    .home-about-bar > div > div
    {
        height:auto;
        margin:10px 0px;
    }
    
    
    .home-services-bar > a
    {
        width:280px;
        margin:0px auto;
        float:none;
    }
    .home-services-bar > div
    {
        width:100%;
        padding:10px;
        float:none;
    }
    .home-services-bar > div > div
    {
        height:auto;
        margin:10px 0px;
    }
}
@media only screen and (max-width:320px)
{
    .top-bar-date span:first-child
    {
        display:none;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */