/*
Theme Name: Transimpex
Theme URI: http://underscores.me/
Author: IT Magique
Author URI: http://www.it-magique.com
Description: Elegant and Responsive theme for Transimpex, Inc.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Find out more at Underscores.me.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #ffffff
}
#page {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 50px;
    
    border: 0px solid #dadada;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top-left-radius:0em;
    border-top-right-radius:0em;
    border-bottom-right-radius:0em;
    border-bottom-left-radius:0em;
    

    box-shadow: 0px 0px 10px #888888;
}

hgroup {
    margin-bottom: 0px;
    padding-bottom: 25px;
    margin-left: -50px;
    padding-left: 50px;
    margin-right: -50px;
    padding-right: 50px;
    margin-top: -50px;
    padding-top: 25px;
    
    background-color: #dadada;
    
background-image: linear-gradient(bottom, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -o-linear-gradient(bottom, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -moz-linear-gradient(bottom, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -webkit-linear-gradient(bottom, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -ms-linear-gradient(bottom, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(19,59,128)),
	color-stop(0.94, rgb(54,107,181)),
	color-stop(0.95, rgb(81,130,199)),
	color-stop(0.95, rgb(51,51,51))
);

}
.headertext {
    margin-left: 78px !important;
}
hgroup {
    color: #fff;
    font-weight: bold;
}

hgroup a:link {
    color:#FFF;
    text-decoration: none;
}      /* unvisited link */
hgroup a:visited {
    color:#FFF;
}  /* visited link */
hgroup a:hover {
    color:#EEE;
    text-decoration: underline;
}  /* mouse over link */
hgroup a:active {
    color:#FFF;
}  /* selected link */

hgroup h1 {
        font-size: 2em; /* = 42px */
    margin-bottom: -1em;
    margin-top: -0.2em;
    clear: none;
}

hgroup h2 {
        font-size: 1.2em; /* = 42px */
    margin-bottom: 0em;
    margin-top: 0em;
    clear: none;
}

.headerimg {
	float: left;
	width: 68px;
	height: 68px;
	margin-right: 10px;
}

@media screen and (max-width: 600px) {
	
	body {
		overflow: hidden;
	}
	
    #page {
        padding-left: 25px;
        padding-right: 25px;
    }

    hgroup h1 {
        font-size: 1.5em; /* = 42px */
        margin-bottom: -1.5em;
        margin-top: -0.2em;
        clear: none;
    }

    hgroup h2 {
        font-size: 0.9em; /* = 42px */
        margin-bottom: 0em;
        margin-top: 0em;
        clear: none;
    }    
	.headerimg {
		display: block;
	}
}

@media screen and (max-width: 300px) {
 
    #page {
        padding-left: 10px;
        padding-right: 10px;
    }

    hgroup h1 {
        font-size: 1em; /* = 42px */
        margin-bottom: -3em;
        margin-top: -0.2em;
        clear: none;
    }

    hgroup h2 {
        font-size: 0.7em; /* = 42px */
        margin-bottom: 0em;
        margin-top: 0em;
        clear: none;
    }    
}

nav {
	float: left;
	width: 100%;
    border-top: 1px solid #fff;
    margin-top: 0px;
    padding-top: 10px;
    margin-left: -50px;
    padding-left: 50px;
    margin-right: -50px;
    padding-right: 50px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    
background-image: linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
background-image: -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
background-image: -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
background-image: -webkit-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
background-image: -ms-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(245,245,245)),
	color-stop(1, rgb(212,212,212))
);

    box-shadow: 0px 1px 5px #888888;
}

nav a:link {
    color:#333;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}      /* unvisited link */
nav a:visited {
    color:#333;
}  /* visited link */
nav a:hover {
    color:#686868;
}  /* mouse over link */
nav a:active {
    color:#FFF;    
}  /* selected link */

.site-footer {
    color: #fff;
    
    padding-top: 40px;
	margin-left: -50px;
    padding-left: 50px;
    margin-right: -50px;
    padding-right: 50px;
    margin-bottom: -51px;
    padding-bottom: 50px;
    
background-image: linear-gradient(bottom, rgb(51,51,51) 84%, rgb(219,219,219) 85%, rgb(85,85,85) 85%);
background-image: -o-linear-gradient(bottom, rgb(51,51,51) 84%, rgb(219,219,219) 85%, rgb(85,85,85) 85%);
background-image: -moz-linear-gradient(bottom, rgb(51,51,51) 84%, rgb(219,219,219) 85%, rgb(85,85,85) 85%);
background-image: -webkit-linear-gradient(bottom, rgb(51,51,51) 84%, rgb(219,219,219) 85%, rgb(85,85,85) 85%);
background-image: -ms-linear-gradient(bottom, rgb(51,51,51) 84%, rgb(219,219,219) 85%, rgb(85,85,85) 85%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.84, rgb(51,51,51)),
	color-stop(0.85, rgb(175,175,175)),
	color-stop(0.85, rgb(85,85,85))
);

    border-top-left-radius:0em;
    border-top-right-radius:0em;
    border-bottom-right-radius:0em;
    border-bottom-left-radius:0em;
    
    box-shadow: 0px -1px 5px #888888;
}

.site-footer a {
    color: #fff !important;
}

.site-footer a:hover {
    text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Layout
----------------------------------------------- */

.content-area {
	float: left;
	margin: 0 -35% 0 0;
	width: 100%;
}
.site-content {
	max-width: 65%;
}

.site-content-fullwidth {
	max-width: 100%;
}

.site-content-fullwidth-narrow {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.site-main .widget-area {
	float: right;
	overflow: hidden;
	width: 30%;

}
.site-footer {
	clear: both;
	width: 100%;
}

.content-columns-left {
	float: left;
	max-width: 48%;
	min-width: 48%;
}

.content-columns-right {
	float: right;
	max-width: 48%;
	min-width: 48%;
}

@media screen and (max-width: 750px) {

    .site-content {
	    margin: 0 0 0 0;
	    max-width: 100%;
    }

    .site-main .widget-area {
	    float: left;
    	width: 100%;
    }

}

@media screen and (max-width: 800px) {
	.content-columns-left {
		float: none;
		max-width: 100%
	}

	.content-columns-right {
		float: none;
		max-width: 100%
	}
	
	.site-content-fullwidth-narrow {
		width: 100%;
		max-width: 100%;
	}
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/* in case we are using the metaslider plugin */
.metaslider {
    border: 1px solid #eee;
    background-color: #f6f6f6;
    padding: 5px 10px 5px 5px;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
	text-decoration: none;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:visited {
	color: royalblue;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.navigation-main li {
	float: left;
	position: relative;
	margin-right: 5%;	

}
.navigation-main a {
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
	font-weight: normal;
	color: #fff;
}
.navigation-main ul ul a:hover {
	color: #aaa;
}
.navigation-main ul ul li {
}

.navigation-main li a {
    border-radius: 5px;
}

.navigation-main li:hover > a {
    
    color: #fff;
	background-image: linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -o-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -moz-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -webkit-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -ms-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(19,59,128)),
	color-stop(0.94, rgb(54,107,181)),
	color-stop(0.95, rgb(81,130,199)),
	color-stop(0.95, rgb(51,51,51))
);
    border-radius: 5px;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.8);
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navigation-main ul ul :hover > a {
    background-image: none;
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
    color: #fff;
}

.navigation-main li.current-menu-item {
    
background-image: linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -o-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -moz-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -webkit-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -ms-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(19,59,128)),
	color-stop(0.94, rgb(54,107,181)),
	color-stop(0.95, rgb(81,130,199)),
	color-stop(0.95, rgb(51,51,51))
);
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);

}


.navigation-main li.current-menu-item a:hover {
    color: #eee;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

.navigation-post {
    float: left;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.special-button a {
    float: left;
    font-weight: bold;
	padding: 10px;
	margin: 10px;
    color: #fff;
	background-image: linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -o-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -moz-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -webkit-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);
background-image: -ms-linear-gradient(top, rgb(19,59,128) 0%, rgb(54,107,181) 94%, rgb(81,130,199) 95%, rgb(51,51,51) 95%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(19,59,128)),
	color-stop(0.94, rgb(54,107,181)),
	color-stop(0.95, rgb(81,130,199)),
	color-stop(0.95, rgb(51,51,51))
);
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.special-button a:hover {
    box-shadow: 2px 2px 20px rgba(0,0,0,0.8);
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
}

div.title {
    clear: both;
}

span.socialicons img {
    float:right;
    margin-right: 15px;
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Typography
----------------------------------------------- */
h1 {
    font-size: 2em; /* = 42px */
    margin-bottom: .5em;
    margin-top: .5em;
    font-family: cambria, georgia, times, 'times new roman', serif;
    font-weight: normal;
}

h1.widget-title{
    font-size: 1.3em;
}

h1.entry-title { /* This style used as title on archive pages and pages */
	border-bottom:1px dotted #ddd;
}

h2 {
    font-size: 1.750em; /* = 36px */
    margin-bottom: .75em;
    margin-top: .75em;
    font-family: cambria, georgia, times, 'times new roman', serif;
    font-weight: normal;
}


h3 {
    font-size: 1.500em; /* = 30px */
    margin-bottom: .857em;
    margin-top: .857em;
    font-family: cambria, georgia, times, 'times new roman', serif;
    font-weight: normal;
    
}

h4 {
    font-size: 1.250em; /* = 24px */
    margin-bottom: 1em;
    margin-top: 1em;
    font-family: cambria, georgia, times, 'times new roman', serif;
    font-weight: normal;
}

h5 {
    font-size: 1em; /* = 18px */
    margin-bottom: 1.125em;
    margin-top: 1.125em;
    font-family: cambria, georgia, times, 'times new roman', serif;
    font-weight: normal;
}

h6 {
    font-size: 0.75em; /* = 16px */
    margin-bottom: 1.285em;
    margin-top: 1.285em;
    font-family: cambria, georgia, times, 'times new roman', serif;
    font-weight: normal;
}
.site-footer {
    
}

/* =Images
----------------------------------------------- */

.site-footer {
    font-size: 0.7em;
}

.entry-content img {
   padding:5px;
   border:1px solid #eee;
}
.widget img {
   padding:5px;
   border:1px solid #eee;
   float: none;
}

/* =Social Media Buttons
----------------------------------------------- */

#social-media  ul {
    margin-bottom: 0px !important;
}

#social-media  ul li {
	display: inline;
	margin-right: 8.5%;
}

#social-media {
    
    display: block;
	float: left;
    
    border-top: #ccc 1px solid;
    
    width: 100%;
    
    margin-top: 0px;
    padding-top: 10px;
    margin-left: -50px;
    padding-left: 50px;
    margin-right: -50px;
    padding-right: 50px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    
    background-image: linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
    background-image: -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
    background-image: -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
    background-image: -webkit-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
    background-image: -ms-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
    
}

#social-media img {

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

#social-media img:hover {
	box-shadow: 0px 0px 50px #888888;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

.widget {
	border: 1px solid #eee;
	background-color: #f9f9f9;
	margin-top: 10px;
	padding: 20px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}


#centered-widget-sidebar-container {

}
#centered-widget {
	width: auto;
	float: left;
}
#centered-widget2-sidebar-container {

}
#centered-widget1 {
	width: 49%;
	float: left;
}
#centered-widget2 {
	width: 49%;
	margin-left: 2%;
	float: left;
}
@media screen and (max-width: 800px) {
	#centered-widget1 {
		width: auto;
		float: none;
	}
	#centered-widget2 {
		margin-top: 10px;
		margin-left: 0;
		width: auto;
		float: none;
	}
}
#centered-widget3-sidebar-container {

}
#centered-widget-3-1 {
	width: 31.33%;
	float: left;
}
#centered-widget-3-2 {
	margin-left: 3%;
	width: 31.33%;
	float: left;
}
#centered-widget-3-3 {
	margin-left: 3%;
	width: 31.33%;
	float: left;
}

@media screen and (max-width: 800px) {
	#centered-widget-3-1 {
		width: 48.5%;
		float: left;
	}
	#centered-widget-3-2 {
		width: 48.5%;
		float: left;
	}
	#centered-widget-3-3{
		margin-top: 10px;
		margin-left: 0;
		clear: both;
		width: 100%;
		float: left;
	}
}

@media screen and (max-width: 600px) {
	#centered-widget-3-1 {
		width: auto;
		float: none;
	}
	#centered-widget-3-2 {
		margin-top: 10px;
		margin-left: 0;
		width: auto;
		float: none;
	}
	#centered-widget-3-3{
		width: auto;
		float: none;
	}
}
#footer-sidebar-container {

}
#footer-sidebar1 {
	width: 31.33%;
	float: left;
}
#footer-sidebar2 {
	margin-left: 3%;
	width: 31.33%;
	float: left;
}
#footer-sidebar3 {
	margin-left: 3%;
	width: 31.33%;
	float: left;
}

@media screen and (max-width: 800px) {
	#footer-sidebar1 {
		width: 48.5%;
		float: left;
	}
	#footer-sidebar2 {
		width: 48.5%;
		float: left;
	}
	#footer-sidebar3 {
		margin-top: 10px;
		margin-left: 0;
		clear: both;
		width: 100%;
		float: left;
	}
}

@media screen and (max-width: 600px) {
	#footer-sidebar1 {
		width: auto;
		float: none;
	}
	#footer-sidebar2 {
		margin-top: 10px;
		margin-left: 0;
		width: auto;
		float: none;
	}
	#footer-sidebar3 {
		width: auto;
		float: none;
	}
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
