Kod: h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v6/ODelI1aHBYDBqgeIAH2zlBBHWFfxJXS04xYOz0jw624.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v6/toadOcfmlt9b38dHJxOBGAAD_zxmsR6vL1X3tnvCZYo.woff) format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v6/toadOcfmlt9b38dHJxOBGAE-U1AYRUXXE0Dth8uKIE0.woff) format('woff');
}
/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
font-family: 'flexslider-icon';
src:url('fonts/flexslider-icon.eot');
src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
url('fonts/flexslider-icon.woff') format('woff'),
url('fonts/flexslider-icon.ttf') format('truetype'),
url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 275px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; content: 'f001'; }
.flex-direction-nav a.flex-next:before { content: 'f002'; }
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: 'f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: 'f003'; }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/*
Eric Meyer's Global CSS Reset
------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {font-family: 'source_sans_proregular';
font-size:62.5%;
line-height: 1;
color: #2c2424;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
text-decoration:none;
}
strong {
font-weight:bold;
}
em {
font-style:italic;
}
/*
::Table Of Content
1.) @FontFace Style
2.) Global TypoGraphy
3.) Global Form Elements
4.) Global Button And Links
5.) Site Wide Content
6.) Header Section
7.) Footer Section
-------------------------------------*/
/*
::Table Of Content
1.) Default Style
2.) Comments
-------------------------------------*/
/*
1.) Default Style
-------------------------------------*/
input, textarea {
color: #373737;
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.625;
}
#page {
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.625em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.625em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
clear: both;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.625em;
}
/* Text elements */
p {
margin-bottom: 0;
}
ul, ol {
margin: 0 0 0em 0em;
}
ul {
list-style: none;
}
ol {
list-style-type: none;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
dl {
margin: 0 0em;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 1.625em;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
blockquote {
font-family: Georgia, "Bitstream Charter", serif;
font-style: italic;
font-weight: normal;
margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
font-style: normal;
}
blockquote cite {
color: #666;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
text-transform: uppercase;
}
pre {
background: #f4f4f4;
font: 13px "Courier 10 Pitch", Courier, monospace;
line-height: 1.5;
margin-bottom: 1.625em;
overflow: auto;
padding: 0.75em 1.625em;
}
code, kbd, samp, var {
font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
border-bottom: 1px dotted #666;
cursor: help;
}
address {
display: block;
margin: 0 0 1.625em;
}
ins {
background: #fff9c0;
text-decoration: none;
}
sup, sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: smaller;
}
/* Forms */
.BuyInfo input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea {
background: #f9f7f7;
float: left !important;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9f7f7), to(#f5f3f3));
background: -webkit-linear-gradient(#f9f7f7, #f5f3f3);
background: -moz-linear-gradient(#f9f7f7, #f5f3f3);
background: -ms-linear-gradient(#f9f7f7, #f5f3f3);
background: -o-linear-gradient(#f9f7f7, #f5f3f3);
background: linear-gradient(#f9f7f7, #f5f3f3);
-pie-background: linear-gradient(#f9f7f7, #f5f3f3);
behavior: url(PIE.htc);
border: 1px solid #DADADA;
float: right;
font-family: Arial, sans-serif;
font-size: 12px;
font-weight: normal;
height: 28px;
position: relative;
width: 185px;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, textarea:focus {
color: #373737;
}
textarea {
padding-left: 3px;
width: 98%;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
padding: 3px;
}
input#s {
background: url(images/search.png) no-repeat 5px 6px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 14px;
height: 22px;
line-height: 1.2em;
padding: 4px 10px 4px 28px;
}
input#searchsubmit {
display: none;
}
/* Links */
a {
color: #ffffff;
text-decoration: none;
outline: none;
}
a:focus, a:active, a:hover {
text-decoration: none;
}
/*
2.) Comments
----------------------------------------------- */
#comments-title {
color: #666;
font-size: 10px;
font-weight: 500;
line-height: 2.6em;
padding: 0 0 2.6em;
text-transform: uppercase;
}
.nopassword, .nocomments {
color: #aaa;
font-size: 24px;
font-weight: 100;
margin: 26px 0;
text-align: center;
}
.commentlist {
list-style: none;
margin: 0 auto;
width: 68.9%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
background: #f6f6f6;
border: 1px solid #ddd;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0 0 1.625em;
padding: 1.625em;
position: relative;
}
.commentlist .pingback {
margin: 0 0 1.625em;
padding: 0 1.625em;
}
.commentlist .children {
list-style: none;
margin: 0;
}
.commentlist .children li.comment {
background: #fff;
border-left: 1px solid #ddd;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
margin: 1.625em 0 0;
padding: 1.625em;
position: relative;
}
.commentlist .children li.comment .fn {
display: block;
}
.comment-meta .fn {
font-style: normal;
}
.comment-meta {
color: #666;
font-size: 12px;
line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
line-height: 1.625em;
margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
margin: 1.625em 0 0;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.comment-meta a {
font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px #ccc;
-moz-box-shadow: 0 1px 2px #ccc;
box-shadow: 0 1px 2px #ccc;
left: -102px;
padding: 0;
position: absolute;
top: 0;
}
.commentlist > li:before {
content: url(images/comment-arrow.png);
left: -21px;
position: absolute;
}
.commentlist > li.pingback:before {
content: '';
}
.commentlist .children .avatar {
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
left: 2.2em;
padding: 0;
top: 2.2em;
}
a.comment-reply-link {
background: #eee;
-moz-border-radius: 3px;
border-radius: 3px;
color: #666;
display: inline-block;
font-size: 12px;
padding: 0 8px;
text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
background: #888;
color: #fff;
}
a.comment-reply-link > span {
display: inline-block;
position: relative;
top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
background: #ddd;
border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
background: #ddd;
border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
margin-left: 102px;
width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
width: auto;
}
/* Comment Form */
#respond {
background: #ddd;
border: 1px solid #d3d3d3;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 0 auto 1.625em;
padding: 1.625em;
position: relative;
width: 68.9%;
}
#respond input[type="text"], #respond textarea {
background: #fff;
border: 4px solid #eee;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
position: relative;
padding: 10px;
text-indent: 80px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
position: relative;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
background: #eee;
-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
color: #555;
display: inline-block;
font-size: 13px;
left: 4px;
min-width: 60px;
padding: 4px 10px;
position: relative;
top: 40px;
z-index: 1;
}
#respond input[type="text"]:focus, #respond textarea:focus {
text-indent: 0;
z-index: 1;
}
#respond textarea {
resize: vertical;
width: 95%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
color: #bd3500;
font-size: 22px;
font-weight: bold;
left: 75%;
position: absolute;
z-index: 1;
}
#respond .comment-notes, #respond .logged-in-as {
font-size: 13px;
}
#respond p {
margin: 10px 0;
}
#respond .form-submit {
float: right;
margin: -20px 0 10px;
}
#respond input#submit {
background: #222;
border: none;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
color: #eee;
cursor: pointer;
font-size: 15px;
margin: 20px 0;
padding: 5px 42px 5px 22px;
position: relative;
left: 30px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
background: #1982d1;
color: #bfddf3;
}
#respond #cancel-comment-reply-link {
color: #666;
margin-left: 10px;
text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
text-decoration: underline;
}
.commentlist #respond {
margin: 1.625em 0 0;
width: auto;
}
#reply-title {
color: #373737;
font-size: 24px;
font-weight: bold;
line-height: 30px;
}
#cancel-comment-reply-link {
color: #888;
display: block;
font-size: 10px;
font-weight: normal;
line-height: 2.2em;
letter-spacing: 0.05em;
position: absolute;
right: 1.625em;
text-decoration: none;
text-transform: uppercase;
top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
color: #ff4b33;
}
#respond label {
line-height: 2.2em;
}
#respond input[type=text] {
display: block;
height: 24px;
width: 75%;
}
#respond p {
font-size: 12px;
}
p.comment-form-comment {
margin: 0;
}
.form-allowed-tags {
display: none;
}
/*
1.) @FontFace Style
-------------------------------------*/
/*
2.) Global TypoGraphy
-------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-family: 'Source Sans Pro', sans-serif;
line-height: 1;
text-transform: uppercase;
font-weight: 700;
}
h1 {
font-family: 'Source Sans Pro', sans-serif;
font-size: 2em;
line-height: 1;
color: #fff;
font-weight: 600;
}
h2 {
font-family: 'Source Sans Pro', sans-serif;
font-size: 1.8em;
line-height: 1;
color: #006cc3;
}
h3 {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
font-size: 1.7em;
line-height: 1;
color: #ffffff;
}
h4 {
font-family: 'Source Sans Pro', sans-serif;
font-weight:700;
font-size: 1.6em;
line-height: 1;
color: #ffffff;
text-transform: capitalize;
}
h5 {
font-family: 'Source Sans Pro', sans-serif;
font-weight:700;
font-size: 1.5em;
line-height: 1;
color: #2392dd;
}
h6 {
font-family: 'Source Sans Pro', sans-serif;
font-weight:700;
font-size: 1.3em;
line-height: 1.2;
color: #746363;
text-transform: capitalize;
margin-top: 7px;
}
h6 a {
color: #746363;
}
p{ font-family: 'Source Sans Pro', sans-serif;
font-weight:400;
font-size: 1.3em;
line-height: 1.2;
color: #746363;
margin-top: 8px;
}
/*
3.) Global Form Elements
-------------------------------------*/
/*
4.) Global Button And Links
-------------------------------------*/
/*
5.) Site Wide Content
-------------------------------------*/
body {
}
.wrapper {
background: url(../images/bgTopHeader.png) repeat-x top #f1e4e4;
overflow: hidden;
position: relative;
}
.wrapperInner {
background: url(../images/AkpbgTopHeaderCenter.png) no-repeat top;
}
.page {
width: 972px;
margin: 0 auto;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.right {
float: right;
}
.curving {
border-radius: 4px;
behavior: url(PIE.htc);
z-index: 10;
}
.overflow {
overflow: hidden;
}
/*
6.) Header Section
-------------------------------------*/
.header {
position: relative;
}
.announcement_box {
background: url(../images/bgAnnouncement.png) no-repeat right bottom;
padding-right: 15px;
position: relative;
z-index: 10;
float: right;
}
.announcement {
background: url(../images/bgAnnouncement.png) no-repeat left top;
padding-bottom: 6px;
padding-top: 8px;
}
.announcement strong {
font-family: 'Source Sans Pro';
font-size: 1.5em;
line-height: 1.5;
color: #fff;
padding-left: 12px;
padding-right: 10px;
font-weight: 700;
}
.announcement span {
font-family: 'Source Sans Pro';
font-size: 1.5em;
line-height: 1.5;
color: #fff;
font-weight: 600;
}
.logo {
position: absolute;
top: 0;
left: 0;
}
.recep {
width: 369px;
background: #fff;
margin-right: 10px;
position: relative;
float: right;
padding-top: 10px;
padding-bottom: 5px;
margin-top: 81px;
}
.recep h2 span {
display: block;
font-family: 'Source Sans Pro', sans-serif;
font-weight:600;
text-transform: capitalize;
font-size: 0.9em;
}
.recep h2 {
text-align: center;
}
.recep strong {
position: absolute;
top: -24px;
left: -30px;
}
.recep small {
position: absolute;
top: -13px;
right: -17px;
}
.nav {
background: url(../images/AkpbgNav.png) no-repeat;
width: 100%;
margin-top: 252px;
position: relative;
padding-bottom: 12px;
position: relative;
z-index: 11;
}
.nav li {
float: left;
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
line-height:2.5;
position: relative;
font-weight: 600;
}
.nav li a {
padding: 4px 26px 3px 12px;
color: #fff;
display: block;
letter-spacing: 1;
}
.nav li:hover {
background: url(../images/bgHover.png) repeat;
color: #1c5283;
text-decoration: none !important;
}
.nav li:hover a {
color: #1c5283;
}
.quest {
position: absolute;
top: 46px;
left: 0;
display: none;
background: url(../images/bgQuestHover.png) repeat;
border-bottom: 4px solid #10487d;
}
.quest li {
font-family: 'Source Sans Pro', sans-serif;
font-weight:600;
font-size: 1em;
line-height: 1;
text-transform: capitalize;
background: url(../images/bgBullet.png) no-repeat 16px 12px;
padding-left: 20px;
border-bottom: 1px dotted #d8d8d9;
width: 72%;
}
.quest ul {
width: 274px;
}
.quest span {
background: url(../images/bgArrowDropdown.png) no-repeat;
position: absolute;
top: -25px;
right: 148px;
width: 9px;
height: 5px;
}
.nav li:hover .quest li:hover {
background: url(../images/bgBullet.png) no-repeat 16px 12px #f6ad33;
padding-left: 20px;
width: 93%;
text-decoration: none !important;
}
.nav li:hover .quest li:hover a {
color: #fff;
}
.nav li:hover .quest {
display: block;
}
.main_nav {
float: left;
}
.social {
float: right;
margin-right: 28px;
}
.social li a i {
background: url(../images/bgSocialSprite.png) no-repeat;
display: block;
width: 35px;
height: 46px;
}
.social li+ li a i {
background: url(../images/bgSocialSprite.png) no-repeat -36px 0;
display: block;
width: 34px;
height: 46px;
}
.social li a {
padding: 0;
color: #fff;
}
.social li {
position: relative;
}
.social li:hover span {
display: block !important;
}
.social li span{ background: url(../images/bgHoverfacebook.png) no-repeat right -29px; left:-21px; display:none; padding-top:0; padding-right: 17px; position: absolute; top: -40px; padding-bottom: 0; color: #fff;}
.social li small{ display: block; background: url(../images/bgHoverfacebook.png) no-repeat left top; padding-bottom: 12px; padding-left: 15px;}
.home li a {
padding: 13px 11px 14px 14px;
}
.home li:hover {
background:none !important;
}
/*
7.) Footer Section
-------------------------------------*/
.footer{background: url(../images/bgFooter.png) repeat-x top #eeeeee;}
.footer_inner{background: url(../images/bgFooterInner.png) no-repeat center top; }
.footer_top ul{ float: left;}
.footer_top li{ font-family: 'Source Sans Pro', sans-serif; font-weight:700; font-size: 1.3em; line-height:4.8; float: left; margin-right: 23px;}
.footer_top li a{ color: #d4cece; text-decoration: none;}
.footer_top span{ float: right; font-family: 'Source Sans Pro', sans-serif; font-weight:700; color: #ffffff; font-size: 1.5em; line-height: 1.2; padding-top: 20px; }
.footer_top span small{ display: block; text-align: center; font-size: 100%; line-height: 1.2; font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
}
.footer_bottom span{ font-size: 2em; line-height: 3; color: #ffa000; font-family: 'Source Sans Pro', sans-serif;
font-weight:600;
text-align: center; display: block; }
/*
::Table Of Content
1.) Home Page Content
2.) Contact Page Content
3.) Jquery FlexSlider Style At Home Page
4.) LightBox PopUp At Product and Contact Page
-----------------------------------------------*/
body {
background-color:rgb(0,0,0);
}
/*
1.) Home Page Content
-----------------------------------------------*/
.banner{ float: left; width: 640px;}
.president_box{ border: 1px solid #83b1d2; background: #147ec0; width: 320px; float: right;}
.title_box{ background: #11508d; padding-top: 15px; padding-bottom: 10px;}
.title_box h4{ background:url(../images/bgWatch.png) no-repeat 10px; padding-left: 35px; float: left;}
.title_box h4 span, .title_box h3 span{ float: right; margin-right: 11px; font-size: 70%; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; color: #fff; font-weight: normal; text-transform: capitalize;}
.presidet li{ background:url(../images/bgLine.png) no-repeat center bottom;
font-family: 'Source Sans Pro', sans-serif; font-weight:400;
font-size: 1.4em; line-height: 2.2; color: #fff; }
.presidet li:hover{ background:url(../images/bgLine.png) no-repeat center bottom #f6ad33; }
.presidet li span{ background:url(../images/bgWhiteArrow.png) no-repeat 15px; padding-left: 31px; }
.presidet li span a{ color: #fff; }
.content_top{ padding-bottom: 8px;}
.news{ border-bottom: 3px solid #e1dfdf; background: #eeeeee;}
.news h3, .video_gallery h3{ background:url(../images/bgnewsWorld.png) no-repeat 10px; padding-left: 35px; float: left;}
.news .title_box h3 span, .video_gallery .title_box h3 span{ font-size: 67%; line-height: 1.5;}
.news_box{ padding: 9px 15px 6px 16px;}
.news_box li{ width: 218px; float: left; margin-right: 23px;}
.news_box li:hover h6, .news_box li:hover p{ color: #2c2424;}
.news_box li.last{ margin-right: 0;}
.news_slider{ width: 469px; float: left; border: 1px solid #dacece; background: #fff; }
.video{ margin-top: 6px;}
.video_gallery{ width: 475px; float: right; border: 1px solid #dacece; background: #ffffff;}
.video_gallery .title_box{ background: #f6ad33 }
.video_gallery h3{ background:url(../images/bgVideoIcon.png) no-repeat 10px;}
.video_gallery_box{padding: 7px 21px 9px 18px; }
.video_gallery_box li img{ border: 3px solid #fff;}
.video_gallery_box li span{ border: 1px solid #e7e7e7; display: block;}
.video_gallery_box li{ width: 134px; float: left; position: relative; margin-right: 17px; margin-bottom: 13px;}
.video_gallery_box li small{ font-size: 1.1em; line-height: 1; color: #17140f; font-family: Arial, Helvetica, sans-serif; display: block; margin-top: 6px;}
.video_gallery_box li:hover small{ color: #c89c4b !important; position: relative; z-index: 11;}
.title_box span{ float: right; color: #fff; margin-right: 10px; font-size: 1em; line-height: 1; font-family: Arial, Helvetica, sans-serif;}
.hoverImage{ background:url(../images/bgTransparent.png) repeat; position: absolute; left: 4px; top: 4px; width: 126px; height: 64px; display: none; z-index: 9999;}
.video_gallery_box li:hover .hoverImage{ display: block;}
.hoverImage a{ display: block; background:url(../images/bgCamera.png) no-repeat; width: 27px; height: 20px; position: absolute; left: 50px; top: 22px;}
.video_gallery_box li.last{ margin-right: 0;}
.video_gallery_box li+li+li+li{ margin-bottom: 0;}
.film_temperature{ margin-top: 7px; background: #fefefe; border-bottom: 3px solid #e1dfdf; padding: 13px 12px 8px 12px;}
.film_temperature h5{ border-bottom: 1px dotted #a8b3ba; padding-bottom: 5px;}
.content_bottom{ padding-bottom: 5px;}
.news .title_box span small, .president_box .title_box span small{ color: #f6ad33;}
.video_gallery .title_box span small{ color: #000000;}
/*----------------Flexslider css--------------------*/
/*----------------news slider Flexslider css starts here--------------------*/
.news_slider .flex-control-paging li a{background:url(../images/slider_pagination.png) no-repeat; width: 13px; height: 13px; text-indent: 9999px;}
.news_slider .flex-control-paging li a.flex-active, .film_temperature .flex-control-paging li a.flex-active{ background:url(../images/slider_pagination_hover.png) no-repeat; width: 13px; height: 13px;}
.news_slider .flex-control-nav{ top: 12px; right: 9px;}
.news_slider .flexslider, .film_temperature .flexslider{ box-shadow: none;}
.news_slider .flex-control-nav{ text-align: right;}
.news_slider .flex-control-nav li, .film_temperature .flex-control-nav li{ margin: 0 1px 0 0;}
.news_slider .flex-direction-nav .flex-prev{ background:url(../images/bgPrev.png) no-repeat; width: 20px; height: 22px; }
.news_slider .flex-direction-nav a:before{ content: "" !important;}
.news_slider .flex-direction-nav .flex-prev{ background:url(../images/bgPrev.png) no-repeat; width: 20px; height: 22px; display: block; text-indent: -9999px; display: block; }
.news_slider .flex-direction-nav .flex-next{ background:url(../images/bgNext.png) no-repeat; width: 20px; height: 22px; display: block; text-indent: 9999px !important; display: block;}
/*----------------news slider Flexslider css starts here--------------------*/
.film_temperature .flex-control-paging li a{ background:url(../images/film_temperature_slider_pagination.png) no-repeat; width: 13px; height: 13px; text-indent: 9999px;}
.film_temperature .flex-control-paging li a.flex-active{ background:url(../images/film_temperature_slider_paginationHover.png) no-repeat; width: 13px; height: 13px;}
.film_temperature .flex-control-nav{ top: -25px; text-align: right; right: -5px;}
.flexslider{ margin: 0;}
.film_temperature .flex-direction-nav a:before{ content: "";}
.film_temperature .flex-direction-nav{ display: none;}
/*----------------Flexslider css ends here--------------------*/
/*-------------------Top band Flelexslider css starts here------------------*/
.banner .flex-control-paging li a{ text-indent: 0; background:url(../images/bgBlue.png) repeat-x;
width:41px; height:31px; padding-top:6px;
border-radius:0; box-shadow: none; font-family: 'font-family: 'Source Sans Pro', sans-serif;'; font-size: 2em; font-weight: 600; line-height: 1.5; color: #fff;}
.banner .flex-control-nav li{ margin: 0;}
.banner .flexslider{ border: 0; box-shadow: 0 !important;}
.banner .flex-control-nav{ bottom: -36px;}
.banner .flex-control-nav{ background:url(../images/bgBlue.png) repeat-x; height: 37px; margin-left: 46px; width: 92.8%;}
.flexslider strong{ position: absolute; bottom: -37px; left: 0; z-index: 9999; background:url(../images/bgcuff.png) repeat-x; padding:0 20px;
font-size: 1.9em; line-height: 2; color: #fff; font-family: 'Source Sans Pro', sans-serif; font-weight: 700;}
.flexslider span{ position: absolute; bottom: -36px; margin-right:30px; right: 0; z-index: 9999; font-size: 1.7em; line-height: 1.9;
font-family: 'Source Sans Pro', sans-serif; font-weight: 700; }
.flex-control-paging li a.flex-active{ background:url(../images/bgcuff.png) repeat-x;}
.banner .flex-direction-nav .flex-next{ display: block; text-indent: 9999px; overflow: hidden;}
.banner .flex-direction-nav .flex-prev{ display: block; text-indent: 9999px; overflow: hidden;}
.news_slider .flex-direction-nav .flex-prev{ display: block; text-indent: 9999px !important; overflow: hidden;}
/*-------------------Top band Flelexslider css ends here------------------*/
.reality_dream{ background:url(../images/bgCaption.png) repeat; width: 640px; position: absolute; bottom: 29px; min-height: 71px; margin-left: 3px; padding-left: 15px; top: 200px;
font-size: 2em; line-height: 3.5; color: #fff;
font-family: 'Source Sans Pro', sans-serif;
font-weight:600;
margin-left: 33px;
}
.news_slider .flex-direction-nav .flex-next{ text-align:center !important;}
.news_slider .flex-direction-nav .flex-next{ display:inline !important;}
.news_slider .flex-direction-nav a{ top:53% !important;}