/*   
Theme Name: Taunita
Theme URI: http://www.themegoods.net/taunita/
Description: Ultra Responsive WordPress Theme by themeperfect
Version: 1.0.4
Author: themeperfect
Author URI: http://www.themegoods.net
Tags: two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
License:
License URI:
*/

/* Colors: -------------------------------------------------------------------
#    
#  Green:      #1584b9
#  White:      #ffffff
#  Black:      #06235c
#
# --------------------------------------------------------------------------*/

/*  Stylesheet Scheme:  ------------------------------------------------------
#
#  01. CSS Reset
#  02. Skeleton
#  03. General
#  04. Typography
#  05. Forms 
#  06. Infobar
#  07. Social Icons 
#  08. Header 
#  09. Content 
#  10. Blog Standard 
#  11. Blog Medium 
#  12. Single Post 
#  13. List Comments 
#  14. Respond Comments 
#  15. Pagination 
#  16. Portfolio 
#  17. Single Portfolio 
#  18. Content 
#  19. Footer 
#  20. Bottom 
#  21. To Top 
#  22. Sidebars 
#  23. Widgets 
#  24. BxSlider
#
/* ------------------------------------------------------------------------ */

/*  01. CSS Reset v2.0 by http://meyerweb.com/eric/tools/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{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* 02. Skeleton Grid 1200px / 16 Columns */
	
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/*

Grid 1200px
Nicolas Poliquin
polikin.ca

*/

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */

.columns, 
.column { 	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* #Base 1200 Grid
================================================== */

    .container                                  { position: relative; width: 1200px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */

	.container .one.column,
    .container .one.columns                     { width: 55px; }
    .container .two.columns                     { width: 120px; }
    .container .three.columns                   { width: 205px; }
    .container .four.columns                    { width: 280px; }
    .container .five.columns                    { width: 355px; }
    .container .six.columns                     { width: 430px; }
    .container .seven.columns                   { width: 505px; }
    .container .eight.columns                   { width: 580px; }
    .container .nine.columns                    { width: 655px; }
    .container .ten.columns                     { width: 730px; }
    .container .eleven.columns                  { width: 805px; }
    .container .twelve.columns                  { width: 880px; }
    .container .thirteen.columns                { width: 955px; }
    .container .fourteen.columns                { width: 1030px; }
    .container .fifteen.columns                 { width: 1105px; }
    .container .sixteen.columns                 { width: 1180px; }

    .container .one-third.column                { width: 380px; }
    .container .two-thirds.column               { width: 780px; }

	.container .one-fifth.columns				{ width:220px; }
	.container .one-sixth.columns				{ width:180px; }
	.container .one-seventh.columns				{ width:151px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 75px;  }
    .container .offset-by-two                   { padding-left: 140px; }
    .container .offset-by-three                 { padding-left: 225px; }
    .container .offset-by-four                  { padding-left: 300px; }
    .container .offset-by-five                  { padding-left: 375px; }
    .container .offset-by-six                   { padding-left: 430px; }
    .container .offset-by-seven                 { padding-left: 525px; }
    .container .offset-by-eight                 { padding-left: 600px; }
    .container .offset-by-nine                  { padding-left: 675px; }
    .container .offset-by-ten                   { padding-left: 750px; }
    .container .offset-by-eleven                { padding-left: 825px; }
    .container .offset-by-twelve                { padding-left: 900px; }
    .container .offset-by-thirteen              { padding-left: 975px; }
    .container .offset-by-fourteen              { padding-left: 1050px; }
    .container .offset-by-fifteen               { padding-left: 1125px; }


/* #Clearing
================================================== */

    /* 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;
    }

/* 03. General */

body {
    background: #ffffff;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #06235c;
}

::selection {
    background: #1584b9;
    color: #fff;
}

::-moz-selection {
    background: #1584b9;
    color: #fff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* 04. Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #06235c;
    font-family: "Titillium Web", Arial, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
}

h1 a, h2 a,
h3 a, h4 a,
h5 a, h6 a { 
	font-weight: inherit; 
}

h1 {
    font-size: 60px;
    line-height: 1.6;
}

h2 {
    font-size: 45px;
    line-height: 1.6;
}

h3 {
    font-size: 40px;
    line-height: 1.6;
}

h4 {
    font-size: 35px;
    line-height: 1.6;
}

h5 {
    font-size: 28px;
    line-height: 1.6;
}

h6 {
    font-size: 21px;
    line-height: 1.6;
}

p { 
	margin: 0 0 20px 0; 
}

p img { 
	margin: 0; 
}

em { 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}

small { 
	font-size: 80%; 
}

hr {
    border: solid #06235c;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #eee;
    background: #f6f4f5;
    padding: 20px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x:auto;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.visibility { 
	color: #1584b9;
}

.ads { 
	display: none !important; 
}

/* Links */

a, a:visited {
    color: #06235c;
    text-decoration: none;
    outline: 0;
}

/* Transisiton */

a:hover, 
a:focus { 
	color: #1584b9; 
}

p a, 
p a:visited { 
	line-height: inherit; 
}

/* Lists */

ul,
ol { 
	margin-bottom: 20px; 
}

ul { 
	list-style: none outside; 
}

ol,
ul { 
	margin-left: 30px; 
}

ol { 
	list-style: decimal; 
}

ul { 
	list-style: square outside; 
}

ul li ul,
ol li ul,
ol li ul,
ol li ol { 
	margin-bottom: 0; 
}
    
/* 05. Forms */

form,
fieldset { 
	margin-bottom: 20px; 
}

input[type="text"],
input[type="password"],
textarea,
select {
    background: #f6f4f5;
    border: 2px solid #82918C;
    padding: 12px 0px;
    outline: none;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 20px;
    color: #7D362B;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #7D362B;
    border: 2px solid #82918C;
}

input[type="email"] {
    background: #f6f4f5;
    border: 2px solid #82918C;
    padding: 12px 0px;
    outline: none;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 20px;
    color: #7D362B;
    margin: 0;
    width: 99.7%;
    display: block;
    margin-bottom: 20px;
    color: #7D362B;
    border: 2px solid #82918C;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #82918C;
    border: 2px solid #82918C;
}

textarea { 
	min-height: 60px; 
}

select {
    width: 220px;
    padding: 5px;
}

label,
legend {
    cursor: pointer;
    display: block;
}

label span,
legend span { 
	font-weight: bold; 
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    font-family: "Titillium Web", Arial, sans-serif;
    cursor: pointer;
}

/* Contactform 7 */

.wpcf7-form input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background: #f6f4f5;
    max-width: 100%;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background: #f6f4f5;
    max-width: 100%;
}

.wpcf7-form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    max-width: 100%;
}

.wpcf7-form {
    margin:0;
    padding: 0;
}

.wpcf7-form input[type="checkbox"] { 
	width: auto; 
}

.wpcf7-form input[type="submit"] { 
	width:100%; 
}

.wpcf7 form.wpcf7-form p {
    font-weight: 600;
    margin: 0 0 20px 0 !important;
    color: #1584b9;
    text-transform:uppercase;
}

.wpcf7-list-item-label { 
	font-weight: normal; 
}

.wpcf7-response-output { 
	display: none; 
}

.wpcf7-form .invalid { 
	color: #bf1515 !important; 
}

.wpcf7-not-valid { 
	border: 1px solid #bf1515 !important; 
}

.wpcf7 span.wpcf7-not-valid-tip { 
	display: none; 
}

div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position:relative;
	display:block;
	color:#fdcd89;
	background-color:#c3790f;
	font-weight:600;
	padding:10px 40px !important;
	text-align:center;
}

div.wpcf7-mail-sent-ok {
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}

/* 06. Infobar */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #06235c;
    color:#fff;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
}

#infobar .widget h6 {
    border-bottom: 1px solid #1584b9;
    color: #1584b9;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

#infobar a {
	color:#fff;
}

#infobar a:hover {
	color:#1584b9;
}
        
.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #06235c transparent transparent;
    z-index: 999;
}

.close-infobar:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/infobar-ac.png) no-repeat 2px 2px;
}

.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/infobar-ac.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
    color: #06235c;
    margin-bottom:-15px;
    text-align: center;
}

/* Infobar Widgets */

#infobar .widget { }

#infobar .widget h6 {
	font-size: 24px;
    color: #1584b9;
    padding:0 0 5px 0;
    border-bottom:1px solid #1584b9;
    margin: 0 0 20px 0;
}

/* 07. Social Icons */

.social-icons ul {
	list-style: none;
	margin: 0;
	float: center;
}

.social-icons ul li {
	display:block;
	float: center;
	margin:0;
	padding:0;
}

.social-icons ul li a {
	display:block;
	width:88px;
	height:88px;
	text-indent:-9999px;
}

.social-dribbble a { background: url(framework/images/icons/dribbble11.png) no-repeat 0 0; }

.social-dribbble a:hover { 
	background: url(framework/images/icons/dribbble12.png) no-repeat 0 0;
}

.social-facebook a { background: url(framework/images/icons/facebook12.png) no-repeat 0 0; }

.social-facebook a:hover {
	background: url(framework/images/icons/facebook12.png) no-repeat 0 0;	
}

.social-flickr a { background: url(framework/images/icons/flickr11.png) no-repeat 0 0; }

.social-flickr a:hover { 
	background: url(framework/images/icons/flickr12.png) no-repeat 0 0;	
}

.social-google a { background: url(framework/images/icons/googleplus12.png) no-repeat 0 0; }

.social-google a:hover {  
	background: url(framework/images/icons/googleplus12.png) no-repeat 0 0;
}

.social-instagram a { background: url(framework/images/icons/instagram12.png) no-repeat 0 0; }

.social-instagram a:hover {
	background: url(framework/images/icons/instagram12.png) no-repeat 0 0;
}

.social-linkedin a { background: url(framework/images/icons/linkedin12.png) no-repeat 0 0; }

.social-linkedin a:hover { 
	background: url(framework/images/icons/linkedin12.png) no-repeat 0 0;
}

.social-tumblr a { background: url(framework/images/icons/tumblr11.png) no-repeat 0 0; }

.social-tumblr a:hover { 
	background: url(framework/images/icons/tumblr12.png) no-repeat 0 0;
}

.social-twitter a { background: url(framework/images/icons/twitter12.png) no-repeat 0 0; }

.social-twitter a:hover { 
	background: url(framework/images/icons/twitter12.png) no-repeat 0 0;
}

.social-youtube a { background: url(framework/images/icons/youtube12.png) no-repeat 0 0; }

.social-youtube a:hover { 
	background: url(framework/images/icons/youtube12.png) no-repeat 0 0; 
}

.social-rss a { background: url(framework/images/icons/rss12.png) no-repeat 0 0; }

.social-rss a:hover { 
	background: url(framework/images/icons/rss12.png) no-repeat 0 0; 
}
	
.social-links ul {
	list-style: none;
	margin: 0 0 -1px 0;
	float: right;
}

.social-links ul li {
	display:block;
	float: left;
	margin:0 0 0 5px;
	padding:0;
}

.social-links ul li a {
	display:block;
	width:56px;
	height:56px;
	text-indent:-9999px;
}
	
.social-delicious2 a { background: url(framework/images/icons/delicious21.png) no-repeat 0 0; }

.social-delicious2 a:hover {
	background: url(framework/images/icons/delicious22.png) no-repeat 0 0;
}

.social-digg2 a { background: url(framework/images/icons/digg21.png) no-repeat 0 0; }

.social-digg2 a:hover {
	background: url(framework/images/icons/digg22.png) no-repeat 0 0;
}

.social-facebook2 a { background: url(framework/images/icons/facebook21.png) no-repeat 0 0; }

.social-facebook2 a:hover {
	background: url(framework/images/icons/facebook22.png) no-repeat 0 0;	
}

.social-google2 a { background: url(framework/images/icons/googleplus21.png) no-repeat 0 0; }

.social-google2 a:hover {  
	background: url(framework/images/icons/googleplus22.png) no-repeat 0 0;
}

.social-email2 a { background: url(framework/images/icons/email21.png) no-repeat 0 0; }

.social-email2 a:hover {
	background: url(framework/images/icons/email22.png) no-repeat 0 0;
}

.social-linkedin2 a { background: url(framework/images/icons/linkedin21.png) no-repeat 0 0; }

.social-linkedin2 a:hover { 
	background: url(framework/images/icons/linkedin22.png) no-repeat 0 0;
}

.social-tumblr2 a { background: url(framework/images/icons/tumblr21.png) no-repeat 0 0; }

.social-tumblr2 a:hover { 
	background: url(framework/images/icons/tumblr22.png) no-repeat 0 0;
}

.social-twitter2 a { background: url(framework/images/icons/twitter21.png) no-repeat 0 0; }

.social-twitter2 a:hover { 
	background: url(framework/images/icons/twitter22.png) no-repeat 0 0;

}

.social-reddit2 a { background: url(framework/images/icons/reddit21.png) no-repeat 0 0; }

.social-reddit2 a:hover { 
	background: url(framework/images/icons/reddit22.png) no-repeat 0 0;
}
	
/* 08. Header */

.header { 
	background: #fff;
}

.header .logo {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.header .logo img { 
	max-width: 100%;
	height: auto;
}

.header .logo .logo_standard { }

.header .logo .logo_retina {
    display: none;
}

/* 09. Content */

#wrapper { 
	padding: 40px 0;
}

#nopadding {
    padding:0;
}

#content.sidebar-left { 
	float: right; 
}

/* Standard Title */

#title {
	background: #06235c;
    border-bottom: 1px solid #06235c;
    border-top: 1px solid #06235c;
    padding: 30px 0;
    text-transform:uppercase;
}

#title h5,
#title .headline {
 font-size: 28px;
    line-height: 1.6;
    color: #fff;
    margin: 5px 0 0 0;
}

#title #breadcrumbs {
    font-size: 16px;
    text-align: right;
    color: #fff;
    line-height: 1.6;
    padding: 0;
    margin: 10px 0 0 0;
}

#title #breadcrumbs a { 
    color: #fff; 
}

#title #breadcrumbs a:hover { 
    color: #1584b9; 
}
    
/* Image Title */
    
#alt-title {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
    text-transform:uppercase;
}

#alt-title h6,
#alt-title .headline {
    line-height: 100px;       
}

#alt-title #breadcrumbs {
	font-size: 16px;
	text-align: right;
	color: #fff;
	line-height: 100px;
	padding: 0px 0 0 0;
	margin: 0;
}

#alt-title #breadcrumbs a { 
    color: #fff; 
}

#alt-title #breadcrumbs a:hover { 
    color: #1584b9; 
}
    
/* No Title */

#no-title {	
    border-top: 1px solid #1584b9;
}

/* 10. Blog Standard */

.blog .post {
    border-bottom: 1px dotted #1584b9;
    padding: 0px 0 40px 0;
    margin: 0px 0 40px 0;
}

.post img { 
	display: block;
	max-width:100%;
}

.post-date {
    display: block;
    width: 80px;
    height: 81px;
    float: left;
    margin: 0px 20px 0 0;
    background: #06235c;
    text-align:center;	
	border-top: 1px dotted #1584b9;
}

.meta-date {
	text-transform:uppercase;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	margin-top: 18px;
	display:inline-block;
}

.meta-date .line {
    display: block;
    width: 20px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    margin: 10px auto 10px;
}

.post-content {
    float: left;
    width: 780px;
}

.blog .post-title {
    margin: 0!important;
    padding: 0 !important;
}

.post-title h2,
.post-title h1 {
	margin: -10px 0 30px 0;
	padding: 0 !important;
	font-weight: normal;
    font-size: 45px;
}

.post-title h2 a,
.post-title h1 a {
	margin:0 !important;
}

.post-meta { 
    margin-top: -31px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.post-meta span {
    padding: 7px 0px 7px 0px;
    margin: 0 10px 0 0;
    color: #06235c;
    font-size: 16px;
}

.post-meta span a { 
	color: #06235c; 
}

.post-meta span a:hover { 
	color: #1584b9; 
}

.post-meta span i {
    opacity: 1;
    margin: -2px 5px 0 0;
    filter: alpha(opacity=50);
}

.post-content a.read-more{
    display: inline-block;   
}

.post-image a {
    display: block;
    position: relative;
}

.search-result {
	border-bottom: 2px dotted #1584b9;
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
}

/* Different Posts */

.post-image,
.post-gallery,
.post-video { 
	margin-bottom: 20px !important;
}
.post-audio {
	margin-bottom: 11px !important;
}
.post-image img {
	max-width: 100%;
	height: auto;
}

.post-link {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #1584b9;
}

.post-quote {
	background: #06235c;
    position: relative;
    padding: 20px 30px 10px 30px;
    margin: 0px 0 70px 0;
}

.post-quote h2,
.post-quote h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: Times, "Times New Roman", serif;
    font-weight:normal;
    font-style: italic;
    color:#1584b9;
}

.post-quote .quote-source a {
    font-size: 16px;
    font-weight: normal;
    color: #1584b9 !important;
    padding: 0;
}

/* Overlay */

.overlay {

}

.post-image .overlay {

}

.single .post-image .overlay {

}

.post-gallery .overlay {
    background-image: url(framework/images/link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-gallery .overlay {
    background-image: url(framework/images/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* 11. Blog Medium */

.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link {
    width: 430px;
    float: left;
    margin-right: 20px;
}

.blog-medium .post-date {
    margin: 0 0 0 -55px;
    position: relative;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.blog-medium .post-title h2 {
    margin: -16px 0 15px 0;
}

.blog-medium .post-content {
    float: left;
    width: 430px;
}

.blog-medium .post-quote {
    width:280px;
}

.blog-medium .post-meta {  
	margin: 0px; 
}

.blog-medium .noimage {
    display: block;
    width: 430px;
    height: 330px;
    background: #06235c;
}

.blog-medium .noimage-link {
    display: block;
    width: 430px;
    height: 330px;
    background: #06235c;
}

.blog-medium .noimage-quote {
    display: block;
    width: 430px;
    height: 330px;
    background: #06235c;
}

/* 12. Single Post */

.single .post { 
	margin-top: 0px; 	
	margin-bottom: 30px; 
}

.single .post-meta {
    margin-left: 0;
    margin-bottom: 20px;
}

.single .post-tags{
    margin-top: 30px;
}

.single .post-tags a {
    display: block;
    float: left;
    margin: 0 7px 7px 0px;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    color: #fff;
    background: #06235c;
}

.single .post-tags a:hover {
    background: #1584b9;
    border-color: #1584b9;
    color: #fff;
}

/* Author Info */

#author-info {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    display: block;
    text-transform:uppercase;
    background: #f6f4f5;
    color: #fff;
}

#author-info .author-image {
    float: left;
    width: 80px;
    padding: 20px;
}

#author-info .author-image img {
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

#author-info .author-bio {
    float: left;
    padding: 10px 20px 10px 0px;
}

#author-info .author-bio h4 { 
    margin: 20px 10px 10px 0px; 
}

/* Sharebox */

.sharebox {
    margin-left: 0px;
    border-top: 1px dotted #1584b9;
    border-bottom: 1px dotted #1584b9;
    margin-bottom: 40px;
    padding: 10px 0;
}

.sharebox h4 {
    float: left;
    margin: 10px 0;
    color: #06235c;
    font-size: 21px;
    font-weight:bold;
    text-transform:uppercase;
}

.sharebox .social-icons {
    float: right;
    list-style: none;
    margin: 0 10px 0 10px;
}

.sharebox .social-icons li a {
    display: block;
    margin: 0 15px 0 15px;
    text-indent: -9999px;
}

/* 13. List Comments */

.comments { 
	margin-top: 50px;
}

.commentlist {
    list-style: none;
    margin: 30px 0 0 0;
    background: #f6f4f5;
}

.commentlist li {
    margin: 20px 0 40px 0;
    padding: 0 0 16px 0;
}

.commentlist li:last-child {
    border-bottom: none;
}

.commentlist li ul {
    list-style: none;
    margin: 0 0 0 80px;
}

.commentlist li ul li {
    border-bottom: none;
    margin:16px 0 0 0;
    padding: 40px 0 0 0;
}

.commentlist li .avatar {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.commentlist li .avatar img {
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative;
    color: #06235c;
    margin-right: 10px;
}

.commentlist li .author {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 17px;
}

.commentlist li .author span {
    display: inline;
    font-weight: bold;
    color: #06235c;
}

.commentlist li em {
    font-size: 16px;
    color: #06235c;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
}

/* 14. Respond Comments */

#respond { 
	margin-bottom: 40px; 
	margin-top: 40px; 
}

#respond form {
	margin-top:30px;
}

#respond .required {
    color: #1584b9;
    display: inline-block;
    margin: 3px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}
    
#respond-inputs p {
	width: 275px;
	margin-right:22.5px;
	float: left;
}

#respond-inputs p.last {
    margin: 0;
}

#respond-inputs p input[type="text"],
#respond-inputs p input[type="password"],
#respond-inputs p input[type="email"],
#respond-textarea p textarea{
	padding-left:10px;
	border:none;
	color: #06235c;
}
	
#respond input {
    display: block;
    min-width: 263px;
    max-width:100%;
    margin: 0;
}

#respond textarea {
    display: block;
    width: 870px;
    max-width:100%;
    background: #f6f4f5;
    color: #82918C;
}

#respond p.comment-notes,
#respond p.form-allowed-tags { 
    display: none; 
}
    
#respond .headline-title-wrap{
    margin-top:20px;
}

#cancel-comment-reply-link {
    font-size:16px;
}

#commentform input.error,
#commentform textarea.error {
    border-color: #1584b9;
    background: #ffffff;
}

#commentform div.error,
#commentform label.error {
    color: red;
    display: none !important;
}

/* 15. Pagination */

#navi a,
#navi span {
    display: block;
    float: left;
    margin: 10px 7px 0 0;
    padding: 11px 14px 10px 14px;
    border: 2px solid #06235c;
    font-size: 16px;
    line-height:16px;
    color: #06235c;
    font-weight: bold;
}

#navi a:hover {
    color: #fff;
    border-color: #1584b9;
    background: #1584b9;
}

#navi span.current {
    background: #06235c;
    border-color: #06235c;
    color: #fff;
    font-weight: bold;
}

/* 16. Portfolio */

#portfolio-wrap {
    width: 100%;
    margin-bottom: -30px;
}

.your-video { 
	display: none; 
}

.portfolio #navi { 
	margin-top: 40px; 
}

/* Filters */

#filters {
    margin-top: 0px;
    margin-bottom: 40px;
    background: #1584b9;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
}

#filters ul {
    margin: 0;
    list-style: none;
}

#filters ul li {
    display: block;
    float: left;     
}

#filters ul li a {
    display: block;
    float: left;
    color: #fff;
    padding: 8px 20px 8px 20px;
    background: #1584b9;
    border-right: 1px solid rgba(0, 0, 0, 0.1);          

}

#filters ul li a:hover { 
	color: #06235c; 
}

#filters ul li a.active {
    background: #06235c;
    color: #1584b9;
}
            
/* Isotope Filtering */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Isotope Transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/* Disable Isotope Transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* Portfolio Items */

.portfolio-item {
    width: 280px;
    height: 200px;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow:0px 1px 2px 0px rgba(35, 168, 109, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(35, 168, 109, 0.2);
    box-shadow:0px 1px 2px 0px rgba(35, 168, 109, 0.2);
}
.portfolio-item img {
    width: 280px;
    height: 200px;
}

.portfolio-item-4 { 
	margin-bottom: 0px; 
}

.portfolio-item-4 > div { 
	position: relative; 
}

.portfolio-item-4 img { 
	width: 100%; 
}

.portfolio-item-4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    cursor: default;
    overflow: hidden;
    opacity: 0;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,1);
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

.portfolio-item-4 .overlay h6,
.portfolio-item-4 .overlay p {
	margin: 0px auto ;
    text-align: center;
}

.portfolio-item-4:hover .overlay { 
	opacity: 1; 
}

.portfolio-item-4 h6 {
	padding-top: 30px;
    font-size: 20px;
    color: #1584b9;
}

.portfolio-item-4 h6 a:hover {
    text-decoration: none;
    color: #fff;
}

.portfolio-item-4 p {
    font-size: 20px;
}

.portfolio-item-4 nav a {
    width: 56px;
    height: 56px;
    display: block;
    position: absolute !important;
    overflow: hidden;
    text-indent: -999px;
    bottom: 40px;
    text-decoration: none;
    color: inherit;
}

.portfolio-item-4 .from-left {
    left: 50%;
    margin-left: -60px;
    background: #fff url('framework/images/zoom.png') 0 0;
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

.portfolio-item-4 .from-right {
    right: 50%;
    margin-right: -60px;
    background: #fff url('framework/images/link.png') 0 0;
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

.portfolio-item-4 .from-left:hover {
    left: 50%;
    margin-left: -60px;
    background: #1584b9 url('framework/images/zoom-hover.png') 0 0;
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

.portfolio-item-4 .from-right:hover {
    right: 50%;
    margin-right: -60px;
    background: #1584b9 url('framework/images/link-hover.png') 0 0;
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

/* Portfolio: 3 Columns */

.portfolio-item.one-third {
    width: 380px;
    height: 280px;
}

.portfolio-item.one-third img {
    width: 380px;
    height: 280px;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    cursor: default;
    overflow: hidden;
    opacity: 0;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,1);
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

/* Portfolio: 2 Columns */

.portfolio-item.eight {
    width: 580px;
    height: 380px;
}

.portfolio-item.eight img {
    width: 580px;
    height: 380px;
}

.portfolio-item-2 { 
	margin-bottom: 0px; 
}

.portfolio-item-2 > div { 
	position: relative; 
}

.portfolio-item-2 img { 
	width: 100%; 
}

.portfolio-item-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    cursor: default;
    overflow: hidden;
    opacity: 0;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,1);
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

.portfolio-item-2 .overlay h6,
.portfolio-item-2 .overlay p {
	margin: 10px auto ;
    text-align: center;
}

.portfolio-item-2:hover .overlay { 
	opacity: 1; 
}

.portfolio-item-2 h6 {
	padding-top: 90px;
    font-size: 24px;
    color: #1584b9;
}

.portfolio-item-2 h6 a:hover {
    text-decoration: none;
    color: #fff;
}

.portfolio-item-2 p {
    font-size: 24px;
}

.portfolio-item-2 nav a {
    width: 56px;
    height: 56px;
    display: block;
    position: absolute !important;
    overflow: hidden;
    text-indent: -999px;
    bottom: 100px;
    text-decoration: none;
    color: inherit;
}

.portfolio-item-2 .from-left {
    left: 50%;
    margin-left: -60px;
    background: #fff url('framework/images/zoom.png') 0 0;
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

.portfolio-item-2 .from-right {
    right: 50%;
    margin-right: -60px;
    background: #fff url('framework/images/link.png') 0 0;
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

.portfolio-item-2 .from-left:hover {
    left: 50%;
    margin-left: -60px;
    background: #1584b9 url('framework/images/zoom-hover.png') 0 0;
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}

.portfolio-item-2 .from-right:hover {
    right: 50%;
    margin-right: -60px;
    background: #1584b9 url('framework/images/link-hover.png') 0 0;
    -webkit-transition:0.2s all ease;
    -moz-transition:0.2s all ease;
    -o-transition:0.2s all ease;
    transition:0.2s all ease;
}
       
/* 17. Single Portfolio */

.portfolio-fullsize #slider2,
.portfolio-fullsize #video2 { 
	margin: 0 0 40px 10px;
}

#video2 iframe {
	max-width: 100%;
}

.portfolio-about-des h4,
.portfolio-about-att h4 {
	margin-top: -14px; 
}

.portfolio-about-des .headline-title-wrap,
.portfolio-about-att  .headline-title-wrap {  
	margin-bottom: 25px; 
}

.portfolio-about-att ul {
    list-style: none;
    margin: 7px 0 0 0;
}

.portfolio-about-att ul li {
    padding: 5px 0 4px 0;
}

.portfolio-about-att ul li strong {
    display: inline-block;
    width: 60px;
    font-size: 16px;
    text-transform: uppercase;
    color: #1584b9;
}

.portfolio-about-att .button {
    margin-top: 20px;
    padding: 10px 20px;
    display: inline-block;
    background-color: #1584b9;
}

/* Related Portfolio Items */

#portfolio-connectedpost { 
	margin-top: 20px;
}

#portfolio-connectedpost h4 {
	margin-left:10px;
	margin-right:10px;
}
    
/* Portfolio Comments */

.portfolio-about .portfolio-comments { 
	margin-top: 0px;
}

/* Projects Nav */

.projects-nav {
    float: right;
    width: 200px;
    margin: 7px 0px 0 0;
    margin-right: 5px;
}

.projects-nav a {
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 5px;
}

.projects-nav .next a { }

.projects-nav .prev a { }

.projects-nav a:hover { }

.post-navigation a {
    display: block;
    text-indent: -9999px;
	width:72px;	
	height:110px;
    float: right;
    margin-right: 0px;
    margin-top: 10px;
}

.post-navigation .next a {
    background-image: url(framework/images/next11.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-navigation .next a:hover {
	background-image: url(framework/images/next12.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.post-navigation .prev a {
    background-image: url(framework/images/prev11.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-navigation .prev a:hover {  
	background-image: url(framework/images/prev12.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/* 18. Content */

/* Revolution Slider */

.tp-bannershadow { 
	opacity: 1; 
}

.tp-leftarrow.default {
	background: url(framework/images/prev11.png) !important;
	background-repeat: no-repeat !important;
	background-position: 45% 50% !important;	
	width:72px !important;	
	height:110px !important;
}

.tp-leftarrow:hover{
	background: transparent url(framework/images/prev12.png) !important;
	background-repeat: no-repeat !important;
	background-position: 45% 50% !important;	
	width:72px !important;	
	height:110px !important;
}	
									
.tp-rightarrow.default {	
	background: url(framework/images/next11.png) !important; 
	background-repeat: no-repeat !important;
	background-position: 53% 50% !important;
	width:72px !important;	
	height:110px !important;
}

.tp-rightarrow:hover {
	background: transparent url(framework/images/next12.png) !important;
	background-repeat: no-repeat !important;
	background-position: 53% 50% !important;
	width:72px !important;	
	height:110px !important;	 
}

.tp-bullets.simplebullets.round-old .bullet	{ 
	cursor:pointer !important; 
	position:relative !important;	
	background:rgba(0,0,0,0.5) !important;	
	width:13px !important;	
	height:13px !important;  
	margin-right:6px !important; 
	float:left !important; 
	margin-top:-12px !important; 
	-webkit-border-radius: 50% !important; 
	-moz-border-radius: 50% !important; 
	border-radius: 50% !important;	
}

.tp-bullets.simplebullets.round .bullet {
	background: url(framework/images/bullet11.png) !important;
	background-repeat: no-repeat !important;
	width:25px !important;	
	height:25px !important;
} 

.tp-bullets.simplebullets.round .bullet.selected { 
	background: url(framework/images/bullet12.png) !important;
	background-repeat: no-repeat !important;
	width:25px !important;	
	height:25px !important;
}

/* 404 Page */

#error1 {
    text-align: center;
    margin-bottom: 40px;
    padding: 100px 0;
}

h1.error1 {
    font-size: 202px;
    line-height: 202px;
    font-weight:bold;
    color:#1584b9;
    margin: 0 0 10px 0;
}

h2.error1 {
    font-size: 40px;
    line-height: 50px;
    text-transform:uppercase !important;
    color:#06235c;
    font-weight:600;
    margin: 0 0 10px 0;
}

h4.error1 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    font-style:italic;
    color: #1584b9;
    margin: 0 0 10px 0;
}  

/* 19. Footer */

#footer {
    background: #06235c url(framework/images/footer.jpg) 50% no-repeat fixed;
    color:#1584b9;
	padding: 100px 0;
	text-align: center;
	font-weight: 500;
}

#footer a {
    color:#ffffff;
}
	
#footer a:hover {
	color:#1584b9;
}
	
#footer .social-icons li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
}
	
#footer .footer-text { 
	margin: -35px 0 70px 0; 
	font-size: 60px;
	font-weight: bold;
}
	
#footer .footer-copyright { 
	margin: 90px 0 -10px 0; 
	font-size: 16px;
	font-weight:normal;
	text-transform: uppercase;		
}	

/* 20. Bottom */

#bottom {   
    background: #06235c;
	padding: 30px 0 10px 0;
}

#bottom li {
	display: inline-block;
}

#bottom nav a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight:300;
	font-size: 16px;
	margin-right: 15px;
}

#bottom nav a:hover { 
	color: #1584b9; 
}   
	
/* 21. To Top */

#to-top {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 48px;
    display: none;
}

#to-top a {
    display: block;
    width: 112px;
    height: 112px;
    background: url(framework/images/backtotop.png) no-repeat 0 0;
    text-indent: -9999px;
}
	
#to-top a:hover { 
    display: block;
    width: 112px;
    height: 112px;
    background: url(framework/images/backtotophover.png) no-repeat;
    text-indent: -9999px;
}

/* 22. Sidebars */

#sidebar { }

#sidebar .widget {
    margin-bottom: 12px;
}

#sidebar .widget h6 {
    font-size: 24px;
    margin: -8px 0 5px 0;
}

#sidebar .widget ul li {
    padding: 1px 2px 1px 0px;
}

#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item { 
    font-weight: bold; 
}

/* Side Navigation */

#sidebar .widget.widget_wp_nav_menu_desc ul li {
    background: none;
    padding: 0;
}
.sidenavigation, .widget_wp_nav_menu_desc {
	margin: 0;
	list-style: none;
	padding: 0;
	background: #06235c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sidenavigation {
	margin-bottom:30px;
}

.sidenavigation li ul, 
.widget_wp_nav_menu_desc li ul {
	margin: 0;
	list-style: none;
}

.sidenavigation li ul li a, 
.widget_wp_nav_menu_desc li ul li a {
	background: #1584b9;
	color: #fff;
	padding: 10px 15px 10px 30px;
}

.sidenavigation li a, .widget_wp_nav_menu_desc li a {
	display: block;
	margin: 0 0 -1px !important;
	padding: 15px 20px;
	color: #fff;
	text-transform:uppercase;
}

.sidenavigation li:first-child a, 
.widget_wp_nav_menu_desc li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.sidenavigation li:last-child a, 
.widget_wp_nav_menu_desc li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.sidenavigation > li.current_page_item > a, 
.sidenavigation > li.current_page_item > a:hover,
.widget_wp_nav_menu_desc > li.current_page_item > a, 
.widget_wp_nav_menu_desc > li.current_page_item > a:hover {
    position: relative;
    z-index: 2;
    padding: 15px 20px;
    border: 0;
    font-weight: 700;
    color: #ffffff !important;
	background: #1584b9 !important;
	text-transform:uppercase;
}

.sidenavigation li a:hover, 
.widget_wp_nav_menu_desc li a:hover {
    background: #bbb;
    color: #fff !important;
}

.sidenavigation ul.children 
> li.current_page_item > a {
    color: #fff;
}

/* 23. Widgets */

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Search Widget */

.widget_search input {
    background: #f6f4f5 url(framework/images/search.png) no-repeat 10px 16px;
    padding: 12px 8px 13px 40px;
    width: 230px;
    color: #82918C;
    border: 1px solid #ddd;
}

.widget_search input:focus { 
	border: 1px solid #ddd; 
}

/* Calendar Widget */

#wp-calendar { 
	width: 100%; 
}

#wp-calendar caption {
    padding: 0 10px;
    text-align: right;
    font-weight: bold;
    margin: -5px 0 5px 0;
}

#wp-calendar thead {  
    font-size: 14px; 
}

#wp-calendar thead th {
    padding: 5px 10px;
    font-weight: bold;
    border-top: 1px solid #06235c;
}

#wp-calendar tbody { 
    color: #1584b9; 
}

#wp-calendar tbody td {
    background: #06235c;
    border: 1px solid #1584b9;
    text-align: center;
    padding: 5px 8px;
}

#wp-calendar tbody td:hover {  
    background: #ffffff; 
}

#wp-calendar tbody .pad {  
    background: none; 
}

#wp-calendar tfoot #next {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}

#wp-calendar tfoot #prev {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}
    
/* Tag Cloud Widget */

.widget_tag_cloud a {
    display: inline-block;
    font-size: 16px !important;
    line-height: 16px;
    color: #fff !important;
    background: #06235c;
    margin: 5px 5px 5px 0px;
    padding: 8px 10px;
}
.widget_tag_cloud a:hover {
    background: #1584b9;
    border-color: #1584b9;
    color: #fff  ;
}

/* Embed Widget */

.widget_embed p { 
	margin-top: 10px; 
}

.widget_embed iframe { 
	max-width: 100%; 
}

/* Sponsor Widget */

.widget_sponsor .sponsors {  
	margin-right: -20px; 
}

.widget_sponsor a {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

.widget_sponsor a img {  
    display: block; 
}

/* Flickr Widget */

.widget_flickr #flickr_tab {  
	margin-right: -10px; 
}

.widget_flickr #flickr_tab img {
    display: block;
    width: 100%;
    height: 100%;
}

.widget_flickr #flickr_tab a {
    float: left;
    width: 90px;
    height: 90px;
    padding:0px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Twitter Widget */

.widget_twitter ul {  
	list-style: none; 
}

.widget_twitter ul li {
    margin-bottom: 20px;
    padding: 0;
}

.widget_twitter ul li b a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
}

.widget_tp_widget_recent_tweets 
.tp_recent_tweets { 
	margin-bottom: 30px !important; 
}

.widget_tp_widget_recent_tweets ul { 
	list-style: none; 
}

.widget_tp_widget_recent_tweets ul li {
    margin-bottom: 15px !important;
    padding: 0 !important;
}
    
.twitter_time {
	font-size:14px;
	font-weight: normal;
	color: #ffffff;
}

/* Contact Widget */

.widget_contact address { 
	font-style: normal; 
}

.widget_contact address span { 
    display: block; 
}

.widget_contact address span strong {
    display: inline-block;
    width: 52px;
}

/* Portfolio  Widget */

.widget_portfolio .portfolio-item:last-child {  
	margin: 0; 
}

.widget_portfolio .portfolio-widget-item {
    float: left;
    padding: 0;
    margin: 0 5px 5px 0;
}

.widget_portfolio .portfolio-widget-item:nth-child(3n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-img {
	float: left;
	display: block;
	overflow: hidden;
	width: 90px;
	height: 90px;
	position: relative;
	padding: 0px;
}

.widget_portfolio .portfolio-widget-item .portfolio-img img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Infobar Widgets */

#infobar .widget ul li {
    padding: 1px 0 1px 1px;
}

#infobar .widget_search input {
    color: #ffffff;
    background-color: #06235c;
    border: 1px solid #ffffff;
}

#infobar .widget_search input:focus {  
	color: #1584b9; 
}

#infobar #wp-calendar thead th {  
	border-top: 1px dotted #1584b9; 
}

#infobar #wp-calendar tbody {  
	color: #ffffff; 
}

#infobar #wp-calendar tbody td {
    background: #06235c;
    border: 1px solid #1584b9;
}

#infobar #wp-calendar tbody td:hover {
    background: #1584b9;
    color: #fff;
}

#infobar #wp-calendar tbody .pad { 
    background: none; 
}

#infobar .widget_tag_cloud a {
    background: #1584b9;
    color: #f6f6af !important;
    padding:8px 10px;
}

#infobar .widget_tag_cloud a:hover {
    background: #f6f6af;
    color: #fff !important;
}

#infobar .widget_flickr #flickr_tab a {
    background: #06235c;
}

#infobar .widget_twitter ul li:last-child  {  
	margin: 0; 
}

#infobar .widget_portfolio 
.portfolio-widget-item .portfolio-img {
    background: #06235c;
}

/***
 * BxSlider v4.2.1 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  border: 10px solid #f6f4f5;
  background: #f6f4f5;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(framework/images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(framework/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(framework/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(framework/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(framework/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* Custom */
#carousel_posts_heading {
  margin: 35px 0;
  text-transform:capitalize;
}
.carousel_posts_article h6 {
  margin-top: 15px;	
}
.carousel_posts_article p {
  font-size: 14px;
  margin-bottom: 10px;
}