/*
* Author: hunzaboy!
* Template: Akmalz
*/

/* ---------------------------------= */
/* Header
----------------------------------- */
#header {min-height: 60px;}


/* Top Right 
---------------------------------------------------------------*/
#contact-top {
    float: right;
    margin-top: 10px;
    display: block;
}


/* Main Navigation
---------------------------------------------------------------*/
.selectnav {
    display: none;
    cursor: pointer;
    width: 100%;
    padding: 8px;
    height: 37px;
    float: left;
    font-size: 14px;
    margin: 15px 0;
}


/* Caption
------------------*/
.slide-caption {

    padding: 10px;
    position: absolute;
    display: block;
    width: 30%;
    bottom: 1px;
    right:1px;
    background-color: #fff;
}

.slide-caption.n {background-color: #222; background: rgba(0, 0, 0, 0.6);}

.slide-caption h3 {
    color: #999;
    font-size: 16px;
    padding-bottom: 10px;
    margin:0;
    line-height: 22px;
}

.slide-caption p {
    margin:0;
    line-height: 19px;
    color: #bbb;
}

/* ---------------------------------= */
/* Miscellaneous Styles
----------------------------------- */
.ie-dropdown-fix { position: relative; z-index: 55;}


/* Images Overlay
------------------*/
/*
.picture {position: relative;}
.picture img {width: 100%; height: auto;}

.image-overlay-link,
.image-overlay-zoom {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 40;
    display: none;
    background-color: #d9d9d9;
    background: rgba(277, 277, 277, 0.7);
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

.image-overlay-link {
    background-image: url(../images/overlay-icon-01.png);
}

.image-overlay-zoom {
    background-image: url(../images/overlay-icon-02.png);
}
*/

.headline h3, .headline h4 {
    border-bottom: 1px solid #999;
    display: inline;
    padding: 0 10px 0 0;
}

/* Margins */

.no-margin {margin-top: 0;}
.low-margin {margin-top: 15px;}

/* Page Title
------------------*/
#page-title {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    margin: 10px 0 10px 0;
}

#page-title h2 {
    font-weight: normal;
    border-bottom: 2px solid #333;
    display: inline;
}

#page-title span {
    color: #aaa;
}


/* Thumbnails
------------------*/
.item-description {margin-bottom: 30px;}
.item-description.alt {margin-bottom:0;}
.item-description.related {margin-bottom:0;}

.item-description h5 {
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 16px;
    padding: 12px 0 8px 0;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #e9e9e9;
    letter-spacing: 0;
}

.item-description h5 span {
    display: block;
    color: #888;
    font-weight: normal;
    margin-top: 3px;
}

.item-description a {color:#404040;}
.item-description a:hover {color:#666;}
.item-description p {color: #666; margin-bottom: 0;}

/* ---------------------------------= */
/* Footer
----------------------------------- */
#footer, #footer p, #footer a{color: #aaa}
#footer a:hover {color: #fff;}
#footer p{font-size: 12px;}
.footer-headline {
  /*  background: url(../images/headline-footer-bg.png) 0 100% repeat-x; */
    display: block;
    margin: 15px 0 8px 0;
}

.footer-headline h4 {
    border-bottom: 1px solid #fff;
    display: inline;
    padding: 0 10px 0 0;
    color: #fff;
    font-size: 15px;
}

/* Footer - Twitter Widget
------------------*/
#twitter {
  
    float: left;
    display: block;
    list-style: none;
    margin: 0px;
}

#twitter b a, #twitter b a:hover {color: #707070}
#twitter li {line-height: 18px; margin: 2px 0 12px 0;
             background: url(../images/tweet.png) no-repeat left top;
             padding-left: 25px;
             background-position-y: 4px;
             }
#twitter li:last-child {padding: 0; margin: 0;background: url(../images/tweet.png) no-repeat left top;
                        padding-left: 25px;
                        background-position-y: 4px;
                        }
#twitter a {color: #fff;}
#twitter a:hover {color: #d4d4d4;}

/* Footer Bottom
------------------*/
#footer-bottom {

    position: relative;
}


#footer-bottom a {color: #fff}
#footer-bottom a:hover {color: #d4d4d4;}


/* ---------------------------------= */
/* Contact
----------------------------------- */

/* Google Map
------------------*/
.google-map {
    position: relative;
    padding: 0px;
    padding-bottom: 110%;
    height: 0;
    overflow: hidden;
}

/* List Styles
------------------*/
.check_list,
.plus_list ,
.minus_list ,
.star_list ,
.arrow_list ,
.square_list ,
.circle_list ,
.cross_list  {
    margin-left: 0px !important;
}

.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
    list-style: none;
    margin: 5px 0;
}

.check_list li {background: url(../images/icons/list/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list  li {background: url(../images/icons/list/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list  li {background: url(../images/icons/list/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list  li {background: url(../images/icons/list/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list  li {background: url(../images/icons/list/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list  li {background: url(../images/icons/list/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list  li {background: url(../images/icons/list/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list  li {background: url(../images/icons/list/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}


/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    #Links
------------------------- */
/*
a,a:visited {color: #333; text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}
	a:hover, a:focus { color: #888;  text-decoration: none;}
	p a, p a:visited { line-height: inherit; }
*/
