/* === Body Font === */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* === Headings Font === */
@font-face {
	font-family: "BazarMedium";
	src: url("font/bazarmedium/webfont.eot");
	src: url("font/bazarmedium/webfont.eot?#iefix") format("embedded-opentype"), url("font/bazarmedium/webfont.woff") format('woff'), url("font/bazarmedium/webfont.ttf") format("truetype"), url("font/bazarmedium/webfont.svg#BazarMedium") format("svg");
	font-weight: normal;
	font-style: normal;
}

#menu ul li a,
#home_top_logos #site_ribbon,
#home_slider_bottom h3,
#hello_welcome,
#home_about_desc_left h3,
#home_about_listing ul li h2,
#home_about_listing ul li h3,
#portfolio_section_desc_left h3,
#filter_menu label,
.title_quote,
#blog_section_desc_left h3,
#blog_section_listing ul li .date,
.post_title,
.blog_section_sidebar h3,
.retro_search .submit,
#contact_section_desc_left h3,
#contact_fields h3,
#contact_fields_right #submit,
.form-submit #submit,
#blog_section .section_inn h1,
#single .section_inn h1,
.blog_comments h3,
#contact_form_success_message h1,
.nivo-caption h3 {
	font-family: "BazarMedium";
}

/* === Header Section === */
#menu ul li {
	font-size: 29px;
}


#header {
    position: fixed;
    top: 0;
    width: 100%;
}



#menu ul li {
	width: auto;
    margin-right: 20px;
    margin-left: 9px;
}
#menu ul .second {
margin-left: 10px;

}
#menu ul .third {
	margin-left: 10px;
}


/* === Sections === */
.section_label {
	font-size: 70px;
}

/* === Home Section === */

/* === About Section === */
#home_about_desc_left {
	width: 255px;
}
#home_about_desc_right {
	width: 665px;
}

/* === Portfolio Section === */
#portfolio_section_desc_left {
	width: 377px;
}
#portfolio_section_desc_right {
	width: 556px;
}

/* === Blog Section === */
#blog_section_desc_left {
	width: 240px;
}
#blog_section_desc_right {
	width: 688px;
}

/* === Contact Section === */
#contact_section_desc_left {
	width: 268px;
}
#contact_section_desc_right {
	width: 648px;
}


#contact_section_desc_right p {
	padding-left:35px;
	background:url(images/symbols/address_bg.png) left top no-repeat;
}
#contact_section_desc_right .phon_no {
	background:url(images/symbols/phon_no_bg.png) left top no-repeat;
}
#contact_section_desc_right .email {
	background:url(images/symbols/msg_bg.png) left top no-repeat;
}


/* === Custom Styles === */
h9 {font-size: 25px; font-family: "Demo_ConeriaScript";}
.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today {
    background: none !important;
}
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
    border-top: none !important;
    background: #333;
    background: -webkit-gradient(linear,0 0,0 100%,from(#000),color-stop(1em,#000),to(#fff));
    background: none;
    background: -moz-linear-gradient(top,#000,#000 1em,#fff);
    background: -ms-linear-gradient(#000,#000 1em,#fff);
    background: -o-linear-gradient(#000,#000 1em,#fff);
    background: none !important;
    background-repeat: no-repeat;
}
.ai1ec-event-time {
display: none !important;
}
.ai1ec-agenda-view .ai1ec-actions {
    float: right;
    margin-top: -5px;
    display: none;
}
.ai1ec-agenda-view .ai1ec-event-toggle {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #adadad;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
    display: none !important;
}