/*   
Theme Name: Taunita
Theme URI: http://themeforest.net/user/themeperfect
Description: Ultra Responsive WordPress Theme by themeperfect
Version: 1.0.1
Author: themeperfect
Author URI: http://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: -------------------------------------------------------------------
#    
#  Red:        #de4a32
#  Yellow:     #f6f6af
#  Black:      #1c2124
#
# --------------------------------------------------------------------------*/

/*  Stylesheet Scheme:  ------------------------------------------------------
#
#  01. Reset
#  02. Skeleton
#  03. General Layout
#  04. Typography
#  05. Forms 
#  06. Infobar (Toggle Bar) 
#  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. Twitterbar 
#  20. Footer 
#  21. Bottom 
#  22. Back To Top 
#  23. Newsletter 
#  24. Sidebars 
#  25. Widgets 
#
# ------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------ */
/* 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: 400px; }
    .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: 700px; }
    .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;
    }

/* Basic WordPress */
.size-thumbnail {}
.bypostauthor {}
.tag-sticky-2 {}
.sticky { 
	padding: 20px 40px !important; 
	font-weight:bold;
	font-size:16px;
	border-top:1px dotted #DE4A32;
	border-right:1px dotted #DE4A32;
	border-left:1px dotted #DE4A32;	
}
.sticky .post-title h2 a{ 
	font-weight:bold;
	color:#DE4A32;
}
.sticky .post-title h2 a:hover{ 
	color:#1c2124;
}
.sticky .post-date{ 
	display:none !important;
}
.sticky .post-content{
	width: 100%;
}
.sticky a.button.red{
	display:none !important;
}
blockquote.left {
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right {
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}
.alignleft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.alignright {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.aligncenter {
	display:block;
	float:center;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear: both;
}
.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    height: auto;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
    height: auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
.wp-caption .wp-caption-text,.gallery-caption,.entry-caption {
	color:#1c2124;
}
.wp-caption {
    max-width: 100%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
	max-width: 100%;
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 16px;
    line-height: 18px;
    margin: 5px 0 0 0;
    padding: 0 5px 5px;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}		
.format-chat {
	background: inherit;
	padding-bottom:20px;
}
.format-video .holder {
	margin-bottom:20px;
	margin-top:-20px;
}
.holder .post-video{
    margin-top:20px;	
}
.youtube-player {
	width: 780px;
	max-width:100%;
	height: 400px;
	max-height:100%;
}
p label {
    padding-right:20px;	
}
p iframe {
    width: 780px;
	max-width:100%;
	height: 400px;
	max-height:100%;	
}
pre code { 
	display: block; 
	margin: 0px 0px 0px 10px; 
}
abbr {}
address,
cite,
em,
i { 
	font-style: italic; 
}
dfn { 
	border-bottom: 1px dashed; 
	font-style: italic; 
}
big { 
	font-size: large; 
}
small,
sub,
sup { 
	position: relative; 
	font-size: 16px; 
	vertical-align: baseline; 
}
sub { 
	top: 3px; 
}
sup { 
	bottom: 3px; 
}
strong, b { 
	font-weight: bold; 
}
mark { 
	display: inline; 
	padding: 2px 4px; 
	background-color: #f6f2d6;
	color:#7c6d08;
}
mark.dark { 
	background-color: #444;
	color: #fff;
}
form label {
	float:left;
	width:120px;
}
table {
	border-bottom: 1px solid #DE4A32;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
}
tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
td {
	border-top: 1px solid #DE4A32;
	padding: 6px 10px 6px 0;
}
dl {
	margin: 0 20px;
}	
dt {
	font-weight: bold;
}
ins {
	background: #7D362B;
	color:#fff;
	text-decoration: none;
}

/* ------------------------------------------------------------------------ */
/* 03. General Layout
/* ------------------------------------------------------------------------ */

body {
    background: #fff;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #1C2124;
}

.bwrapper{
    background: #F6F6AE;
}

::selection {
    background: #DE4A32;
    color: #fff;
}

::-moz-selection {
    background: #DE4A32;
    color: #fff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------ */
/* 04. Typography
/* ------------------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c2124;
    font-family: "4077th", 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;
}

.visibility { 
	color: #1c2124;
}

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 #1c2124;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #f1f1f1;
    background: #f5f5f5;
    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);
}

.mask { display: none !important; }

/* Links */

a,
a:visited {
    color: #DE4A32;
    text-decoration: none;
    outline: 0;
}

/* Transisiton */

a:hover,
a:focus { color: #DE4A32 }

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: #DE4A32;
    border: 2px solid #7D362B;
    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;
    -moz-box-shadow: 0 1px 2px 0 rgba(222, 74, 50, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(222, 74, 50, 0.1);
    box-shadow: 0 1px 2px 0 rgba(222, 74, 50, 0.1);
    border: 2px solid #7D362B;
}

input[type="email"] {
    background: #1c2124;
    border: 2px solid #7D362B;
    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;
    -moz-box-shadow: 0 1px 2px 0 rgba(222, 74, 50, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(222, 74, 50, 0.1);
    box-shadow: 0 1px 2px 0 rgba(222, 74, 50, 0.1);
    border: 2px solid #7D362B;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #f6f6ae;
    border: 2px solid #DE4A32;
}

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: #1c2124;
    max-width: 100%;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    background: #1c2124;
    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: #DE4A32;
    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 (Toggle Bar)
/* ------------------------------------------------------------------------ */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #1c2124;
    color:#f6f6af;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
}

    #infobar .widget h6 {
        border-bottom: 1px solid #de4a32;
        color: #de4a32;
        padding: 0 0 5px 0;
        margin: 0 0 20px 0;
    }

	#infobar a{
		color:#f6f6af;
	}
	
	#infobar a:hover{
		color:#de4a32;
	}
        
.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #1c2124 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: #1c2124;
    margin-bottom:-15px;
    text-align: center;
}

/* Infobar Widgets */

#infobar .widget {}

	#infobar .widget h6 {
		font-size: 24px;
	    color: #DE4A32;
	    padding:0 0 5px 0;
	    border-bottom:1px solid #DE4A32;
	    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/dribbble-1-large.png) no-repeat 0 0; }
	.social-dribbble a:hover { 
		background: url(framework/images/icons/dribbble-1-large-hover.png) no-repeat 0 0;
	}
	.social-facebook a { background: url(framework/images/icons/facebook-1-large.png) no-repeat 0 0; }
	.social-facebook a:hover {
		background: url(framework/images/icons/facebook-1-large-hover.png) no-repeat 0 0;	
	}
	.social-flickr a { background: url(framework/images/icons/flickr-1-large.png) no-repeat 0 0; }
	.social-flickr a:hover { 
		background: url(framework/images/icons/flickr-1-large-hover.png) no-repeat 0 0;	
	}
	.social-google a { background: url(framework/images/icons/googleplus-1-large.png) no-repeat 0 0; }
	.social-google a:hover {  
		background: url(framework/images/icons/googleplus-1-large-hover.png) no-repeat 0 0;
	}
	.social-instagram a { background: url(framework/images/icons/instagram-1-large.png) no-repeat 0 0; }
	.social-instagram a:hover {
		background: url(framework/images/icons/instagram-1-large-hover.png) no-repeat 0 0;
	}
	.social-linkedin a { background: url(framework/images/icons/linkedin-1-large.png) no-repeat 0 0; }
	.social-linkedin a:hover { 
		background: url(framework/images/icons/linkedin-1-large-hover.png) no-repeat 0 0;
	}
	.social-tumblr a { background: url(framework/images/icons/tumblr-1-large.png) no-repeat 0 0; }
	.social-tumblr a:hover { 
		background: url(framework/images/icons/tumblr-1-large-hover.png) no-repeat 0 0;
	}
	.social-twitter a { background: url(framework/images/icons/twitter-1-large.png) no-repeat 0 0; }
	.social-twitter a:hover { 
		background: url(framework/images/icons/twitter-1-large-hover.png) no-repeat 0 0;
	}
	.social-youtube a { background: url(framework/images/icons/youtube-1-large.png) no-repeat 0 0; }
	.social-youtube a:hover { 
		background: url(framework/images/icons/youtube-1-large-hover.png) no-repeat 0 0; 
	}
	.social-rss a { background: url(framework/images/icons/rss-1-large.png) no-repeat 0 0; }
	.social-rss a:hover { 
		background: url(framework/images/icons/rss-1-large-hover.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-delicious-small a { background: url(framework/images/icons/delicious-1-small.png) no-repeat 0 0; }
	.social-delicious-small a:hover {
		background: url(framework/images/icons/delicious-1-small-hover.png) no-repeat 0 0;
	}
	.social-digg-small a { background: url(framework/images/icons/digg-1-small.png) no-repeat 0 0; }
	.social-digg-small a:hover {
		background: url(framework/images/icons/digg-1-small-hover.png) no-repeat 0 0;
	}
	.social-facebook-small a { background: url(framework/images/icons/facebook-1-small.png) no-repeat 0 0; }
	.social-facebook-small a:hover {
		background: url(framework/images/icons/facebook-1-small-hover.png) no-repeat 0 0;	
	}
	.social-google-small a { background: url(framework/images/icons/googleplus-1-small.png) no-repeat 0 0; }
	.social-google-small a:hover {  
		background: url(framework/images/icons/googleplus-1-small-hover.png) no-repeat 0 0;
	}
	.social-email-small a { background: url(framework/images/icons/email-1-small.png) no-repeat 0 0; }
	.social-email-small a:hover {
		background: url(framework/images/icons/email-1-small-hover.png) no-repeat 0 0;
	}
	.social-linkedin-small a { background: url(framework/images/icons/linkedin-1-small.png) no-repeat 0 0; }
	.social-linkedin-small a:hover { 
		background: url(framework/images/icons/linkedin-1-small-hover.png) no-repeat 0 0;
	}
	.social-tumblr-small a { background: url(framework/images/icons/tumblr-1-small.png) no-repeat 0 0; }
	.social-tumblr-small a:hover { 
		background: url(framework/images/icons/tumblr-1-small-hover.png) no-repeat 0 0;
	}
	.social-twitter-small a { background: url(framework/images/icons/twitter-1-small.png) no-repeat 0 0; }
	.social-twitter-small a:hover { 
		background: url(framework/images/icons/twitter-1-small-hover.png) no-repeat 0 0;
	}
	.social-reddit-small a { background: url(framework/images/icons/reddit-1-small.png) no-repeat 0 0; }
	.social-reddit-small a:hover { 
		background: url(framework/images/icons/reddit-1-small-hover.png) no-repeat 0 0;
	}
	
/* ------------------------------------------------------------------------ */
/* 08. Header
/* ------------------------------------------------------------------------ */

.header { 
	
	background-image: url("http://www.highergroundtactical.com/wp-content/uploads/2014/11/Untitled-7.jpg")
}

    .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
/* ------------------------------------------------------------------------ */

#page-wrapper { 
	padding: 40px 0;
}

#nopadding {
    padding:0;
}

#content.sidebar-left { 
	float: right; 
}

/* Standard Title */

#title {
	background: #1c2124;
    border-bottom: 1px solid #1c2124;
    border-top: 1px solid #1c2124;
    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: #DE4A32; 
	}
    
/* Altternative (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: #DE4A32; 
	}
    
/* No Title */

#no-title {	
    border-top: 1px solid #DE4A32;
}

/* ------------------------------------------------------------------------ */
/* 10. Blog Standard
/* ------------------------------------------------------------------------ */

.blog .post {
    border-bottom: 1px dotted #DE4A32;
    padding: 0px 0 40px 0;
    margin: 0px 0 40px 0;
}

.post img { 
	display: block;
	max-width:100%;
}

/*.holder {margin:0;}*/

.post-date {
    display: block;
    width: 80px;
    height: 81px;
    float: left;
    margin: 0px 20px 0 0;
    background: #1c2124;
    text-align:center;	
	border-top: 1px dotted #de4a32;
}

.meta-date {
	text-transform:uppercase;
	font-size: 14px;
	font-weight:bold;
	color:#de4a32;
	margin-top: 18px;
	display:inline-block;
}

.meta-date .line {
    display: block;
    width: 20px;
    height: 1px;
    overflow: hidden;
    background: #de4a32;
    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: #1c2124;
        font-size: 16px;
    }

        .post-meta span a { color: #1c2124 }

        .post-meta span a:hover { color: #de4a32 }

        .post-meta span i {
            opacity: 1;
            margin: -2px 10px 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 #de4a32;
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
}

    .search-meta span {
        padding: 7px 15px 7px 10px;
        margin: 0 10px 0 0;
        color: #1c2124;
        font-size: 16px;
    }

        .search-meta span a { color: #1c2124 }

        .search-meta span a:hover { color: #de4a32 }

        .search-meta span i {
            opacity: 1;
            margin: -2px 10px 0 0;
            filter: alpha(opacity=50);
        }
    
    .search-meta span.meta-category { 
		display: none;
	}

/* 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: #DE4A32;
}

.post-quote {
	background: #1c2124;
    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:#DE4A32;
    }

    .post-quote .quote-source a {
        font-size: 16px;
        font-weight: normal;
        color: #DE4A32 !important;
        padding: 0;
    }

/* Overlay */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
	width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(framework/images/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-image .overlay {
    background-image: url(framework/images/link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-image .overlay {
    background-image: url(framework/images/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.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: #1c2124;
}

.blog-medium .noimage-link {
    display: block;
    width: 430px;
    height: 330px;
    background: #1c2124;
}

.blog-medium .noimage-quote {
    display: block;
    width: 430px;
    height: 330px;
    background: #1c2124;
}

/* ------------------------------------------------------------------------ */
/* 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: #1c2124;
}

.single .post-tags a:hover {
    background: #DE4A32;
    border-color: #DE4A32;
    color: #fff;
}

/* Author Info */

#author-info {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    display: block;
    text-transform:uppercase;
    background: #DE4A32;
    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 #DE4A32;
    border-bottom: 1px dotted #DE4A32;
    margin-bottom: 40px;
    padding: 10px 0;
}

    .sharebox h4 {
        float: left;
        margin: 10px 0;
        color: #1c2124;
        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;
        }
        
/* Related Posts */

#related-posts { 
	margin-top: 40px;
}

    #related-posts ul {
        list-style: none;
        margin: 0px 0 0 0;
    }

        #related-posts ul li {
            padding: 2px 0 2px 2px;
            font-size:20px;
        }

        #related-posts ul li a span {
            color: #7d362b;
            font-size: 16px;
            margin: 0px 0 0 5px;
        }

/* ------------------------------------------------------------------------ */
/* 13. List Comments
/* ------------------------------------------------------------------------ */

.comments { 
	margin-top: 50px;
}

.commentlist {
    list-style: none;
    margin: 30px 0 0 0;
    background: #DE4A32;
}

    .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: #1c2124;
        margin-right: 10px;
    }

    .commentlist li .author {
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 17px;
    }

        .commentlist li .author span {
            display: inline;
            font-weight: bold;
        }

    .commentlist li .date {
        font-size: 16px;
        color: #1c2124;
    }

        .commentlist li .date a {  color: #1c2124 }

        .commentlist li .date a:hover {  color: #fff }

    .commentlist li em {
        font-size: 16px;
        color: #1c2124;
        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: #de4a32;
        display: inline-block;
        margin: 3px 0 0 6px;
        font-size: 14px;
        font-weight: normal;
    }
    
    #respond-inputs p {
	    width: 275px;
	    margin-right:22px;
	    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: #1c2124;
	}
	
    #respond input {
        display: block;
        min-width: 263px;
        max-width:100%;
        margin: 0;
    }

    #respond textarea {
        display: block;
        width: 870px;
        max-width:100%;
        background: #DE4A32;
        color: #f6f6ae;
    }

    #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: #DE4A32;
    background: #f6f6ae;
}

#commentform div.error,
#commentform label.error {
    color: red;
    display: none !important;
}

/* ------------------------------------------------------------------------ */
/* 15. Pagination
/* ------------------------------------------------------------------------ */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 10px 7px 0 0;
    padding: 11px 14px 10px 14px;
    border: 2px solid #1c2124;
    font-size: 16px;
    line-height:16px;
    color: #1c2124;
    font-weight: bold;
}

    #pagination a:hover {
        color: #fff;
        border-color: #DE4A32;
        background: #DE4A32;
    }

    #pagination span.current {
        background: #1c2124;
        border-color: #1c2124;
        color: #fff;
        font-weight: bold;
    }

/* ------------------------------------------------------------------------ */
/* 16. Portfolio
/* ------------------------------------------------------------------------ */

#portfolio-wrap {
    width: 100%;
    margin-bottom: -30px;
}

.embedd-video { 
	display: none; 
}

.portfolio #pagination { 
	margin-top: 40px; 
}

/* Filters */

#filters {
    margin-top: 0px;
    margin-bottom: 40px;
    background-color: #de4a32;
    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: #de4a32;
				border-right: 1px solid rgba(0, 0, 0, 0.2);          

            }

            #filters ul li a:hover {  color: #1c2124 }

            #filters ul li a.active {
                background: #1c2124;
                color: #de4a32;
            }
            
/* 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(222,74,50, 0.2);
    -moz-box-shadow:0px 1px 2px 0px rgba(222,74,50, 0.2);
    box-shadow:0px 1px 2px 0px rgba(222,74,50, 0.2);
}
.portfolio-item img {
    width: 280px;
    height: 200px;
}
.p-item4 { margin-bottom: 0px; }
.p-item4 > div { position: relative; }
.p-item4 img { width: 100%; }

.p-item4 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    cursor: default;
    overflow: hidden;
    opacity: 0;
    color: #f6f6ae;
    background: #000;
    background: rgba(0,0,0,0.8);
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.p-item4 .overlay h6,
.p-item4 .overlay p {
	margin: 0px auto ;
    text-align: center;
}
.p-item4:hover .overlay { opacity: 1; }

.p-item4 h6 {
	padding-top: 30px;
    font-size: 20px;
    color: #DE4A32;
}
.p-item4 h6 a:hover {
    text-decoration: none;
    color: #f6f6ae;
}
.p-item4 p {
    font-size: 20px;
}
.p-item4 nav a {
    width: 56px;
    height: 56px;
    display: block;
    position: absolute !important;
    overflow: hidden;
    text-indent: -999px;
    bottom: 40px;
    text-decoration: none;
    color: inherit;
}
.p-item4 .from-left {
    left: 50%;
    margin-left: -60px;
    background: #f6f6ae url('framework/images/zoom.png') 0 0;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.p-item4 .from-right {
    right: 50%;
    margin-right: -60px;
    background: #f6f6ae url('framework/images/link.png') 0 0;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.p-item4 .from-left:hover {
    left: 50%;
    margin-left: -60px;
    background: #DE4A32 url('framework/images/zoom-hover.png') 0 0;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.p-item4 .from-right:hover {
    right: 50%;
    margin-right: -60px;
    background: #DE4A32 url('framework/images/link-hover.png') 0 0;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s 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: #f6f6ae;
    background: #000;
    background: rgba(0,0,0,0.8);
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}

/* Portfolio: 2 Columns */

.portfolio-item.eight {
    width: 580px;
    height: 380px;
}

.portfolio-item.eight img {
    width: 580px;
    height: 380px;
}

.p-item2 { margin-bottom: 0px; }
.p-item2 > div { position: relative; }
.p-item2 img { width: 100%; }

.p-item2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    cursor: default;
    overflow: hidden;
    opacity: 0;
    color: #f6f6ae;
    background: #000;
    background: rgba(0,0,0,0.8);
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.p-item2 .overlay h6,
.p-item2 .overlay p {
	margin: 10px auto ;
    text-align: center;
}
.p-item2:hover .overlay { opacity: 1; }

.p-item2 h6 {
	padding-top: 90px;
    font-size: 24px;
    color: #DE4A32;
}
.p-item2 h6 a:hover {
    text-decoration: none;
    color: #f6f6ae;
}
.p-item2 p {
    font-size: 24px;
}
.p-item2 nav a {
    width: 56px;
    height: 56px;
    display: block;
    position: absolute !important;
    overflow: hidden;
    text-indent: -999px;
    bottom: 100px;
    text-decoration: none;
    color: inherit;
}
.p-item2 .from-left {
    left: 50%;
    margin-left: -60px;
    background: #f6f6ae url('framework/images/zoom.png') 0 0;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.p-item2 .from-right {
    right: 50%;
    margin-right: -60px;
    background: #f6f6ae url('framework/images/link.png') 0 0;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.p-item2 .from-left:hover {
    left: 50%;
    margin-left: -60px;
    background: #DE4A32 url('framework/images/zoom-hover.png') 0 0;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
.p-item2 .from-right:hover {
    right: 50%;
    margin-right: -60px;
    background: #DE4A32 url('framework/images/link-hover.png') 0 0;
    -webkit-transition:0.5s all ease;
    -moz-transition:0.5s all ease;
    -o-transition:0.5s all ease;
    transition:0.5s all ease;
}
       
/* ------------------------------------------------------------------------ */
/* 17. Single Portfolio
/* ------------------------------------------------------------------------ */

.portfolio-fullsize #portfolio-slider,
.portfolio-fullsize #portfolio-video { 
	margin: 0 0 40px 10px;
}

#portfolio-video 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: #de4a32;
        }

.portfolio-about-att .button {
    margin-top: 26px;
    padding: 10px 20px;
    display: inline-block;
    background-color: #de4a32;
}

/* 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: 70px;
        height: 120px;
        float: right;
        margin-right: 0px;
        margin-top: 10px;
    }

    .post-navigation .next a {
        background-image: url(framework/images/next-1.png);
	    background-position: center center;
        background-repeat: no-repeat;
    }

    .post-navigation .prev a {
        background-image: url(framework/images/prev-1.png);
	    background-position: center center;
        background-repeat: no-repeat;
    }

    .post-navigation .next a:hover {
	    background-image: url(framework/images/next-1-hover.png);
	    background-position: center center;
        background-repeat: no-repeat;
    }

    .post-navigation .prev a:hover {  
	    background-image: url(framework/images/prev-1-hover.png);
	    background-position: center center;
        background-repeat: no-repeat;
	}

/* ------------------------------------------------------------------------ */
/* 18. Content
/* ------------------------------------------------------------------------ */

/* Revolution Slider */

.tp-bannershadow { 
	opacity: 1; 
}

.tp-leftarrow.default {
	background: url(framework/images/prev-1.png) !important;
	background-repeat: no-repeat !important;
	background-position: 45% 50% !important;	
	width:67px !important;	
	height:104px !important;
}	
									
.tp-rightarrow.default {	
	background: url(framework/images/next-1.png) !important; 
	background-repeat: no-repeat !important;
	background-position: 53% 50% !important;
	width:67px !important;	
	height:104px !important;  
}
	
.tp-leftarrow:hover{
	background: transparent url(framework/images/prev-1-hover.png) !important;
	background-repeat: no-repeat !important;
	background-position: 45% 50% !important;	
	width:67px !important;	
	height:104px !important;
}

.tp-rightarrow:hover {
	background: transparent url(framework/images/next-1-hover.png) !important;
	background-repeat: no-repeat !important;
	background-position: 53% 50% !important;
	width:67px !important;	
	height:104px !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/bullet-1-red.png) !important;
	background-repeat: no-repeat !important;
	width:25px !important;	
	height:25px !important;
} 

.tp-bullets.simplebullets.round .bullet.selected { 
	background: url(framework/images/bullet-1-red-active.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:#de4a32;
    margin: 0 0 10px 0;
}

h2.error1 {
    font-size: 40px;
    line-height: 50px;
    text-transform:uppercase !important;
    color:#1c2124;
    font-weight:600;
    margin: 0 0 10px 0;
}

h4.error1 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    font-style:italic;
    color: #de4a32;
    margin: 0 0 10px 0;
}

/* ------------------------------------------------------------------------ */
/* 19. Twitterbar
/* ------------------------------------------------------------------------ */

#twitterbar-section {
    color: #f6f6ae;
    background: #1c2124 url(framework/images/tweets.jpg) 50% 0 no-repeat fixed;
    margin: 0 0 -20px 0;
    padding: 120px 0 100px 0;
    text-align:center;
}

#twitterbar-section ul {
	list-style: none;
}

#twitterbar-section .twitterpost {
    background: url(framework/images/icons/tweets-1.png) no-repeat center 0px;
    padding: 175px 0 0 0;
    height: 100px;
    margin: 0; 
} 

#twitterbar-section a:hover {
    color: #f6f6ae !important;
} 

#twitterbar-section #twitterbar {
	margin: 0 auto;
	max-width: 1180px;
	text-align:center;
}

#twitterbar-section .button.red.large {
    margin-top:20px;
}

#twitterbar-section .tweet_time {
   display: none;
}   

/* ------------------------------------------------------------------------ */
/* 20. Footer
/* ------------------------------------------------------------------------ */

#footer {
    background: #1c2124 url(framework/images/footer.jpg) 50% no-repeat fixed;
    color:#DE4A32;
	padding: 100px 0;
	text-align: center;
	font-weight: 500;
 }

	#footer a{
		color:#f6f6ae;
	}
	
	#footer a:hover{
		color:#DE4A32;
	}
	
	#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;		
	}	

/* ------------------------------------------------------------------------ */
/* 21. Bottom
/* ------------------------------------------------------------------------ */

#bottom {   
    background: #1c2124;
	padding: 30px 0 10px 0;
}

#bottom li {
	display: inline-block;
}

#bottom nav a {
	color: #f6f6ae;
	text-transform: uppercase;
	font-weight:300;
	font-size: 16px;
	margin-right: 15px;
}

#bottom nav a:hover { 
	color: #DE4A32; 
}   
	
/* ------------------------------------------------------------------------ */
/* 22. Back To Top
/* ------------------------------------------------------------------------ */

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 48px;
    display: none;
}

	#back-to-top a {
	    display: block;
	    width: 112px;
	    height: 112px;
	    background: url(framework/images/backtotop.png) no-repeat 0 0;
	    text-indent: -9999px;
	}
	
	#back-to-top a:hover { 
	    display: block;
	    width: 112px;
	    height: 112px;
	    background: url(framework/images/backtotophover.png) no-repeat;
	    text-indent: -9999px;
	}

/* ------------------------------------------------------------------------ */
/* 23. Newsletter
/* ------------------------------------------------------------------------ */

#mailchimpform {
	display:block;
	float: center;
}

	#mailchimpform div {
		height: 120px;
		float:center;
		padding: 25px 0;	
	}

		#mailchimpform input {
			background-color:#f6f6ae;
			text-transform: uppercase;
			border: none;
			font-size: 35px;
			margin: 0px auto;
			height: 90px;
			padding: 20px 0;
			color: #1c2124;
			display:block;
			border-radius: 15px;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			text-align: center;
			margin-right: auto;
			margin-left: auto;
			float:center;
			width: 730px;
			max-width:100%;
		}

		a#mailchimpsubmit {
			float:center;
			display:block;
			margin-top: 40px;
			font-size:35px;
			width: 350px;
			text-align: center;
			margin-right: auto;
			margin-left: auto;
		}

/* ------------------------------------------------------------------------ */
/* 24. 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: #1c2124;
	-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: #DE4A32;
	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: #f6f6ae !important;
	background: #DE4A32 !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;
}

/* ------------------------------------------------------------------------ */
/* 25. Widgets
/* ------------------------------------------------------------------------ */

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Search Widget */

.widget_search input {
    background: #de4a32 url(framework/images/search.png) no-repeat 10px 16px;
    padding: 12px 8px 13px 40px;
    width: 228px;
    color: #fff;
    border: 2px solid #DE4A32;
}

.widget_search input:focus { 
	border: 2px solid #DE4A32; 
}

/* 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 #1c2124;
        }

    #wp-calendar tbody { 
	    color: #DE4A32; 
    }

        #wp-calendar tbody td {
            background: #1c2124;
            border: 1px solid #DE4A32;
            text-align: center;
            padding: 5px 8px;
        }

        #wp-calendar tbody td:hover {  
	        background: #f6f6ae; 
        }

        #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: #1c2124;
    margin: 5px 5px 5px 0px;
    padding: 8px 10px;
}
.widget_tag_cloud a:hover {
    background: #DE4A32;
    border-color: #DE4A32;
    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: #f6f6ae;
        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: #f6f6ae;
    }

/* 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: #f6f6ae;
    background-color: #1c2124;
    border: 1px solid #f6f6ae;
}

#infobar .widget_search input:focus {  
	color: #DE4A32; 
}

#infobar #wp-calendar thead th {  
	border-top: 1px dotted #DE4A32; 
}

#infobar #wp-calendar tbody {  color: #f6f6ae }

    #infobar #wp-calendar tbody td {
        background: #1c2124;
        border: 1px solid #DE4A32;
    }

    #infobar #wp-calendar tbody td:hover {
        background: #DE4A32;
        color: #fff;
    }

    #infobar #wp-calendar tbody .pad { 
	    background: none; 
	}

#infobar .widget_tag_cloud a {
    background: #DE4A32;
    color: #f6f6af !important;
    padding:8px 10px;
}

#infobar .widget_tag_cloud a:hover {
    background: #f6f6af;
    color: #fff !important;
}

#infobar .widget_flickr #flickr_tab a {
    background: #1c2124;
}

#infobar .widget_twitter ul li:last-child  {  
	margin: 0; 
}

#infobar .widget_portfolio .portfolio-widget-item .portfolio-img {
    background: #1c2124;
}
@font-face {
    font-family: '4077th';
    src:url('/font/4077th.ttf.woff') format('woff'),
        url('/font/4077th.ttf.svg#4077th') format('svg'),
        url('/font/4077th.ttf.eot'),
        url('/font/4077th.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}