﻿/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar
{
	width:100%;
	height:auto;
	background-color:#62869e;
}
.top-bar > div
{
	width:1280px;
	height:46px;
	line-height:46px;
	margin:0px auto;
	position:relative;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar-contact-bar
{
    height:46px;
    line-height:46px;
	font-family:Roboto;
	font-size:13px;
	overflow:hidden;
	position:absolute;
	left:0px;
}
.top-bar-contact-bar > a
{
    margin-right:10px;
    color:#ffffff;
    text-decoration:none;
    overflow:hidden;
}
.top-bar-contact-bar > a:last-child
{
    margin-right:0px;
}
.top-bar-contact-bar > a:hover
{
    color:#dae5ec;
}
.top-bar-contact-bar > a > i
{
    height:46px;
    line-height:46px;
    margin-right:5px;
    font-size:20px;
    display:inline-block;
    overflow:hidden;
}
.top-bar-contact-bar > a > span
{
    height:46px;
    line-height:46px;
    display:inline-block;
    overflow:hidden;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.top-bar-social-bar
{
    height:46px;
    line-height:46px;
	position:absolute;
	right:0px;
}
.top-bar-social-bar > a
{
    margin-right:5px;
    color:#ffffff;
    text-decoration:none;
}
.top-bar-social-bar > a:last-child
{
    margin-right:0px;
}
.top-bar-social-bar > a:hover
{
    color:#dae5ec;
}
.top-bar-social-bar > a > i
{
    line-height:46px;
    font-size:24px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header
{
    width:100%;
    height:auto;
    box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;
}
.header > div
{
    width:1280px;
    height:144px;
    margin:0px auto;
    position:relative;
}
.header > div > h1
{
    width:177px;
    height:124px;
    margin:0px;
    padding:0px;
    position:absolute;
    top:10px;
    left:0px;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.header > div > h1:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.header > div > h1 > a
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.header > div > h1 > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.search-bar
{
    width:248px;
    height:48px;
    border:solid 1px #adc7d9;
    background-color:#dae5ec;
    overflow:hidden;
    position:absolute;
    top:48px;
    right:0px;
    -webkit-border-radius:24px;
    -moz-border-radius:24px;
    border-radius:24px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.search-bar-textbox
{
    width:calc(100% - 48px);
    height:46px;
    line-height:46px;
    margin:0px;
    padding:0px 10px;
    border:0px;
    outline:0px;
    background-color:Transparent;
    font-family:Roboto;
    font-weight:bold;
    font-size:14px;
    color:#000000;
    position:absolute;
    left:0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.search-bar-button
{
    width:36px;
    height:36px;
    line-height:36px;
    margin:5px;
    background-color:#62869e;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    position:absolute;
    right:0px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.search-bar-button:hover
{
    color:#dae5ec;
}
.search-bar-button > i
{
    line-height:36px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced
{
    width:500px;
    height:40px;
    line-height:40px;
    margin:0px auto;
    text-align:center;
    position:relative;
    top:52px;
}
.menu-bar-advanced > ul
{
    width:auto;
    margin:0px auto;
    padding:0px;
    list-style:none;
    display:inline-block;
}
.menu-bar-advanced > ul > li
{
    margin:0px 10px;
    padding:0px 15px;
    float:left;
    position:relative;
    -webkit-transition:background-color 0.5s ease;
	-moz-transition:background-color 0.5s ease;
	transition:background-color 0.5s ease;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.menu-bar-advanced > ul > li:hover
{
    background-color:#62869e;
}
.menu-bar-advanced > ul > li:hover > a
{
    color:#dae5ec;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.menu-bar-advanced > ul > li > a
{
    width:100%;
    line-height:40px;
    margin:0px;
    padding:0px;
    font-family:Roboto;
    font-weight:bold;
    font-size:14px;
    color:#000000;
    text-decoration:none;
    display:block;
	-webkit-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
}
.menu-bar-advanced > ul > li > ul
{
    width:200px;
    margin:10px 0px 0px 0px;
    padding:5px 10px;
    list-style:none;
    background-color:#63869e;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    left: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:#63869e;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    left: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:#63869e;
    z-index:9999999999;
    visibility:hidden;
    opacity:0;
    position:absolute;
    left: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:Roboto;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-align:left;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > a:hover
{
    color:#dae5ec;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:Roboto;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-align:left;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > a:hover
{
    color:#dae5ec;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul > li > a
{
    width:100%;
    line-height:32px;
    font-family:Roboto;
    font-weight:normal;
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    text-align:left;
    display:block;
}
.menu-bar-advanced > ul > li > ul > li > ul > li > ul > li > a:hover
{
    color:#dae5ec;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.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:100%;
	height:46px;
	line-height:46px;
	margin:20px 0px 10px 0px;
	text-align:center;
}
.title-bar:after
{
    width:100%;
    height:4px;
    background-color:#62869e;
    display:block;
    content:"";
    position:relative;
    top:-25px;
}
.title-bar h2
{
	margin:0px;
	padding:0px 20px;
	background-color:#ffffff;
	font-family:Roboto;
	font-weight:bold;
	font-size:20px;
	color:#000000;
	text-align:center;
    display:inline-block;
    z-index:9999;
    position:relative;
}
.title-bar h3
{
	margin:0px;
	padding:0px 20px;
	background-color:#ffffff;
	font-family:Roboto;
	font-weight:bold;
	font-size:20px;
	color:#000000;
	text-align:center;
    display:inline-block;
    z-index:9999;
    position:relative;
}
.title-bar a
{
    color:#000000;
    text-decoration:none;
}
.title-bar a:hover
{
    color:#62869e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.container-main
{
}
.container-page
{
	width:1280px;
	min-height:350px;
	margin:10px auto;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer
{
    width:100%;
    padding:50px 0px;
    background-color:#232323;
}
.footer > ul
{
    width:1280px;
    margin:0px auto;
    padding:0px;
    list-style:none;
}
.footer > ul > li
{
    width:33.3333%;
    float:left;
}
.footer > ul > li > h4
{
    margin:80px 0px 0px 0px;
    padding:0px;
    font-family:Roboto;
    font-weight:bold;
	font-size:24px;
	color:#62869e;
	text-align:center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-logo-bar
{
}
.footer-logo-bar > a
{
    width:177px;
    height:124px;
    margin:0px auto;
    border:0px;
    outline:0px;
    display:block;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.footer-logo-bar > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.footer-logo-bar > div
{
    height:160px;
    line-height:32px;
    margin:10px 0px 0px 0px;
    padding:0px 25px;
    font-family:Roboto;
    font-weight:normal;
	font-size:14px;
	color:#ffffff;
	overflow:hidden;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-menu-bar
{
    margin:22px 0px 0px 0px;
    padding:0px;
    list-style:none;
}
.footer-menu-bar > li
{
    text-align:center;
}
.footer-menu-bar > li > a
{
    line-height:32px;
    font-family:Roboto;
    font-size:16px;
    color:#ffffff;
    text-decoration:none;
}
.footer-menu-bar > li > a:hover
{
    color:#63869e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-contact-bar
{
    margin-top:22px;
    line-height:32px;
    font-family:Roboto;
    font-size:14px;
    color:#ffffff;
    text-align:center;
}
.footer-contact-bar a
{
    color:#ffffff;
    text-decoration:none;
    display:inline-block;
}
.footer-contact-bar a:hover
{
    color:#63869e;
}
.footer-contact-bar i
{
    color:#63869e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.footer-social-bar
{
    direction:ltr;
    width:280px;
    margin:25px auto;
    text-align:center;
}
.footer-social-bar > a
{
    margin:0px 5px;
	color:#ffffff;
    display:inline-block;
}
.footer-social-bar > a > i
{
    line-height:36px;
    font-size:24px;
    -webkit-transition:color 0.5s ease;
	-moz-transition:color 0.5s ease;
	transition:color 0.5s ease;
}
.footer-social-bar > a > i:hover
{
    color:#63869e;
}
.footer-social-bar .fa-sitemap
{
    font-size:20px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.copyright-bar
{
    width:100%;
    height:46px;
    line-height:46px;
    background-color:#232323;
}
.copyright-bar > div
{
    width:1280px;
    margin:0px auto;
}
.copyright-bar > div:first-child
{
    border-top:solid 1px #949595;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.copyright-bar > div > div
{
    width:50%;
    font-family:Roboto;
    font-size:12px;
    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:#63869e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.slider-bar
{
    width:1280px;
    margin:20px auto 10px auto;
    overflow:hidden;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.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;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.banner > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.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:Roboto;
    font-weight:normal;
    font-size:13px;
    color:#000000;
    text-align:center;
}
.banner > h3 > a
{
    color:#000000;
    text-decoration:none;
}
.banner > h3 > a:hover
{
    color:#63869e;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-about-bar
{
    width:1280px;
    height:auto;
    margin:25px auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.home-about-bar > a
{
    width:400px;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
    overflow:hidden;
    float:left;
	-webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-about-bar > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-about-bar > a > img
{
    width:100%;
    height:auto;
    border:0px;
    outline:0px;
    display:block;
}
.home-about-bar > div
{
    width:calc(100% - 450px);
    float:right;
}
.home-about-bar > div > h3
{
    margin:0px;
    padding:0px;
    font-family:Roboto;
    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:#63869e;
}
.home-about-bar > div > h4
{
    margin:0px;
    padding:0px;
    font-family:Roboto;
    font-weight:bold;
    font-size:26px;
    color:#62869e;
}
.home-about-bar > div > h4 > a
{
    color:#62869e;
    text-decoration:none;
}
.home-about-bar > div > h4 > a:hover
{
    color:#000000;
}
.home-about-bar > div > h5
{
    margin:0px;
    padding:0px;
    font-family:Roboto;
    font-weight:normal;
    font-size:16px;
    color:#000000;
}
.home-about-bar > div > h5 > a
{
    color:#000000;
    text-decoration:none;
}
.home-about-bar > div > h5 > a:hover
{
    color:#63869e;
}
.home-about-bar > div > div
{
    height:240px;
    line-height:24px;
    margin:10px 0px;
    font-family:Roboto;
    font-size:14px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-about-bar > div > a
{
    width:140px;
    height:36px;
    line-height:36px;
    background-color:#496577;
    font-family:Roboto;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    float:right;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
}
.home-about-bar > div > a:hover
{
    color:#dae5ec;
}
.home-about-bar > div > a > i
{
    margin-left:5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-products-bar
{
    width:1280px;
    margin:0px auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.home-products-item
{
    margin:0px;
    padding:20px;
    background-color:#e9eef1;
    -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-products-item > a
{
    width:100%;
    height:auto;
    outline:0px;
    display:block;
    overflow:hidden;
}
.home-products-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-products-item > h3
{
    margin:10px 0px;
    padding:0px;
    font-family:IranSans;
    font-weight:bold;
    font-size:16px;
    color:#62869e;
    text-align:left;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-products-item > h3 > a
{
    color:#62869e;
    text-decoration:none;
}
.home-products-item > h3 > a:hover
{
    color:#496577;
}
.home-products-item > div
{
    height:96px;
    line-height:24px;
    font-family:IranSans;
    font-size:13px;
    color:#000000;
    text-align:justify;
    overflow:hidden;
}
.home-products-item > span
{
    margin:10px 0px 0px 0px;
    padding:0px;
    display:block;
    text-align:right;
}
.home-products-item > span > a
{
    width:140px;
    height:36px;
    line-height:36px;
    margin:0px auto;
    background-color:#496577;
    font-family:IranSans;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    display:inline-block;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
}
.home-products-item > span > a > i
{
    margin-left:5px;
}
.home-products-item > span > a:hover
{
    color:#dae5ec;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.home-posts-bar
{
    width:100%;
	height:auto;
	padding:25px 0px;
	background:#e9eef1 url("../Images/home-posts-bar.png") center center;
}
.home-posts-bar > div
{
    width:1280px;
    margin:0px auto;
}
.home-posts-item
{
    margin:0px;
    padding:20px;
    background-color:#496577;
    -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:128px;
    height:128px;
    outline:0px;
    display:block;
    overflow:hidden;
    float:left;
    -webkit-transition:transform 0.25s ease;
    -moz-transition:transform 0.25s ease;
    transition:transform 0.25s ease;
}
.home-posts-item > a:hover
{
    -webkit-transform:scale(0.90);
    -moz-transform:scale(0.90);
    transform:scale(0.90);
}
.home-posts-item > a > img
{
    width:128px;
    height:128px;
    border:0px;
    outline:0px;
    display:block;
    -webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.home-posts-item > h3
{
    line-height:128px;
    margin:0px;
    padding:0px 15px;
    font-family:Roboto;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    overflow:hidden;
	white-space:nowrap;
    text-overflow:ellipsis;
}
.home-posts-item > h3 > a
{
    color:#ffffff;
    text-decoration:none;
}
.home-posts-item > h3 > a:hover
{
    color:#dae5ec;
}
.home-posts-item > div
{
    height:96px;
    line-height:24px;
    margin-top:10px;
    font-family:Roboto;
    font-size:14px;
    color:#ffffff;
    text-align:justify;
    overflow:hidden;
}
.home-posts-item > span
{
    margin:10px 0px 0px 0px;
    padding:0px;
    display:block;
    text-align:right;
}
.home-posts-item > span > a
{
    width:120px;
    height:32px;
    line-height:32px;
    margin:0px auto;
    font-family:Roboto;
    font-weight:bold;
    font-size:13px;
    color:#ffffff;
    text-decoration:none;
}
.home-posts-item > span > a:hover
{
    color:#dae5ec;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:1344px)
{
	.top-bar > div
	{
		width:95%;
	}
	.header > div
	{
	    width:95%;
	}
	.container-page
	{
		width:95%;
	}
	.footer > ul
    {
        width:95%;
    }
	.copyright-bar > div
	{
	    width:95%;
	}
	
	
	.slider-bar
	{
	    width:95%;
	}
	.banner-bar
	{
	    width:95%;
	}
	
	
	.home-about-bar
	{
	    width:95%;
	}
	.home-products-bar
	{
	    width:95%;
	}
	.home-posts-bar > div
	{
	    width:95%;
	}
}
@media only screen and (max-width:1280px)
{
    .menu-bar-advanced
    {
        left:-50px;
    }
}
@media only screen and (max-width:984px)
{
    .top-bar-contact-bar-address
    {
        display:none;
    }
    
    
    .header > div
    {
        height:202px;
    }
    .header > div > h1
    {
        margin:0px auto;
        padding:10px 0px;
        position:inherit;
        top:0px;
        left:0px;
    }
    
    
    .search-bar
    {
        width:100%;
        position:relative;
        top:0px;
        right:0px;
    }
    
    
	.menu-bar-advanced
	{
	    display:none;
	}
	
	
	.footer
    {
        padding:25px 0px;
    }
    .footer > ul > li
    {
        width:100%;
        float:none;
    }
    .footer > ul > li > h4
    {
        margin:20px 0px 0px 0px;
    }
    .footer-logo-bar > div
    {
        height:auto;
        line-height:24px;
    }
}
@media only screen and (max-width:768px)
{
	.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:0px;
        float:none;
    }
    .home-about-bar > div > div
    {
        width:100%;
        height:auto;
        margin:10px 0px;
        padding:0px;
    }
}
@media only screen and (max-width:640px)
{
}
@media only screen and (max-width:320px)
{
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */