/*-----------------------------------------------------------------------------------

	Theme Name: Attracto
	Theme URI: http://www.m-themes.eu
	Description: Minimal Responsive Template for Your blog or portfolio
	Author: Marcin Michalak
	Author URI: http://themeforest.net/user/maarcin
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

	Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
----------------------------------------------------------------------------------- */

/* ---------------------------- */
/*           General
/* ---------------------------- */

body {
	font: 13px/19px "SourceSansProRegular", Trebuchet MS, Verdana, sans-serif;
	background-image: url(../images/bg/bg13.jpg);
}

body {
	-webkit-font-smoothing:subpixel-antialiased
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
textarea,
select {
	font-family: "SourceSansProRegular", Trebuchet MS, Verdana, sans-serif;
}

img {
	max-width:100%;
}

a {
	text-decoration:none;
	-webkit-transition:color .2s ease-in;
	-moz-transition:color .2s ease-in;
	-o-transition:color .2s ease-in;
	transition:color .2s ease-in;
}

.preloader {
	display:inline-block;
}

.image-overlay, .video-overlay, .audio-overlay, .link-overlay, .gallery-overlay {
	position: relative;
}

.image-overlay .image-overlay-bg, .video-overlay .video-overlay-bg, .audio-overlay .audio-overlay-bg,
.link-overlay .link-overlay-bg, .gallery-overlay .gallery-overlay-bg {
	opacity:0;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;	
	display:block;
	z-index: 1;
	zoom: 1;
}

.image-overlay .image-overlay-bg {background: #000 url(../images/img-overlay.png) no-repeat center center;}
.video-overlay .video-overlay-bg {background: #000 url(../images/video-overlay.png) no-repeat center center;}
.audio-overlay .audio-overlay-bg {background: #000 url(../images/audio-overlay.png) no-repeat center center;}
.link-overlay .link-overlay-bg {background: #000 url(../images/link-overlay.png) no-repeat center center;}
.gallery-overlay .gallery-overlay-bg {background: #000 url(../images/gallery-overlay.png) no-repeat center center;}

.ie .image-overlay .image-overlay-bg, .ie .video-overlay .video-overlay-bg, .ie .audio-overlay .audio-overlay-bg,
.ie .link-overlay .link-overlay-bg, .ie .gallery-overlay .gallery-overlay-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.radius {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.container {
	max-width:960px;
}
.container {
}

.header {
	margin-bottom: 20px;
}

.page-title {
	margin-bottom: 20px;
}

.logo {
	max-width:300px;
	float:left;
	padding:30px 0 0;
}

.divider.margin0, .margin0 {margin-bottom: 0px;}
.divider.margin10, .margin10 {margin-bottom: 10px;}
.divider.margin20, .margin20 {margin-bottom: 20px;}
.divider.margin30, .margin30 {margin-bottom: 30px;}
.divider.margin40, .margin40 {margin-bottom: 40px;}

.content img {
	padding: 5px;
/*	-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
*/}

.alignleft {
	float: left;
	margin: 5px 15px 0 0;
}

.alignright {
	float: right;
	margin: 5px 0 0 15px;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.divider {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 6px;
	padding-top: 10px;
	margin-bottom: 30px;
}

.pt0 {
	padding-top: 0;
}

.highlight {
	padding: 0 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}


/* ---------------------------- */
/*        Fluid Columns
/* ---------------------------- */

.full_width_fluid {
	width: 100%;
	float: left;
}

.one_half_fluid {
	width:46%;
	margin-right:4%;
	float:left;
}

.one_half_fluid.last {
	width:48%;
	margin-right:0;
	clear:right;
}

.one_third_fluid {
	width:30.5%;
	margin-right:4%;
	float:left;
}

.one_third_fluid_alt {
	width: 35%;
	margin-right: 4%;
	float: left;
}

.one_third_fluid.last {
	width:30.5%;
	margin-right:0;
	clear:right;
}

.two_third_fluid {
	width:65.5%;
	margin-right:4%;
	float:left;
}

.two_third_fluid.last {
	width:65.5%;
	margin-right:0;
	clear:right;
}

.one_fourth_fluid {
	width:22%;
	margin-right:4%;
	float:left;
}

.one_fourth_fluid.last {
	width:22%;
	margin-right:0;
	clear:right;
}

.three_fourth_fluid {
	width:74%;
	margin-right:4%;
	float:left;
}

.three_fourth_fluid.last {
	width:74%;
	margin-right:0;
	clear:right;
}

.one_fifth_fluid {
	width: 16.5%;
	margin-right: 14%;
	float: left;
}

.one_fifth_fluid.last {
	width:16.5%;
	margin-right:0;
	clear:right;
}

.two_fifth_fluid {
	width:38.5%;
	margin-right:4%;
	float:left;
}

.two_fifth_fluid.last {
	width:38.5%;
	margin-right:0;
	clear:right;
}

.three_fifth_fluid {
	width:57%;
	margin-right:4%;
	float:left;
}

.three_fifth_fluid.last {
	width:57%;
	margin-right:0;
	clear:right;
}

.four_fifth_fluid {
	width:79%;
	margin-right:4%;
	float:left;
}

.four_fifth_fluid.last {
	width:79%;
	margin-right:0;
	clear:right;
}

.full_width_fluid, .one_half_fluid, .one_third_fluid, .two_third_fluid, .one_fourth_fluid, .three_fourth_fluid,
.one_fifth_fluid, .two_fifth_fluid, .three_fifth_fluid, .four_fifth_fluid {
	overflow: hidden;
	margin-bottom: 20px;
}

/* ---------------------------- */
/*          Typography
/* ---------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-bottom: .9em;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {font-weight:inherit;}
h1 {font-size:24px; line-height:25px;}
h2 {font-size:22px;	line-height:21px;}
h3 {font-size:20px;	line-height:24px;}
h4 {font-size:18px;	line-height:20px;}
h5 {font-size:16px;	line-height:18px;}
h6 {font-size:14px;	line-height:16px;}

.section-header {
	text-align:center;
	margin-bottom:30px;
	text-transform:uppercase;
	padding:15px;
	position: relative;
}

.header-triangle-down {
	position: absolute;
	bottom: -12px;
	left: 460px;
	width: 24px;
	height: 12px;
}

.dotted-header span {
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 10px;
}

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

p img {
	margin:0;
}

em {
	font-style:italic;
}

strong {
	font-weight:700;
}

small {
	font-size:80%;
}

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


:focus {-moz-outline-style: none; outline: none;}
a:focus {outline:none;}
a:active {outline:none;}



/* ---------------------------- */
/*            Lists
/* ---------------------------- */

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

ul {
	list-style:none outside;
}

ol {
	list-style:decimal;
}

ol,ul.square,ul.circle,ul.disc {
	margin-left:30px;
}

ul.square {
	list-style:square outside;
}

ul.circle {
	list-style:circle outside;
}

ul.disc {
	list-style:disc outside;
}

ul ul,ul ol,ol ol,ol ul {
	margin:4px 0 5px 30px;
}

ul ul li,ul ol li,ol ol li,ol ul li {
	margin-bottom:6px;
}

li {
	line-height:18px;
	margin-bottom:12px;
}

ul.large li,li p {
	line-height:21px;
}

ul.arrow li {
	padding-left: 20px;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;
	transition:all .1s ease-in;
}

ul.arrow li:hover {
	background-position: 5px center;
}



/* ---------------------------- */
/*        Info Top Section
/* ---------------------------- */

.info-top {
	height: 40px;
	line-height: 40px;
}
.info-text p {
	font-size: 12px;
	letter-spacing: 0.15em;
}

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

#nav-wrapper {
	float: right;
}

#nav {
	float: right;
	background-color: #fff;
}

#responsive-nav {
	display: none;
}

#nav,#nav ul {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 18px;
	z-index: 600;
	margin: 0;
}

#nav ul {
	margin-top:0;
	position:absolute;
	left: -1px;
	width:200px;
	display:none;
	-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
	padding:0;
}

#nav a {
	display: block;
	height: 20px;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}

#nav > li.first-child a {
	border-left:none;
}

#nav li {
	float:left;
	position:relative;
	margin-bottom:0;
	padding:0;
}

#nav li ul a {
	width: 180px;
	float: left;
	padding: 11px 5px 8px 15px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#nav li ul li {
	margin:0;
	padding:0;
}

#nav ul ul {
	top:auto;
}

#nav li ul ul {
	left:200px;
	margin:0;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
	display:none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul {
	display:block;
}

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

.page-title h1 {
	font-size: 18px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}

.page-title h2 {
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.page-subtitle h3 {
	padding-left: 20px;
	padding-top: 20px;	
}


.content {
	margin-bottom:10px;
}

.content-inner {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.slogan {
	margin-bottom: 50px;
}

.slogan .three_fourth_fluid, .slogan .one_fourth_fluid {
	margin-bottom: 0;
}

.slogan .content-inner {
	padding: 30px;
}

.slogan p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.4em;
}

.slogan a {
	text-decoration: underline;
	padding: 0 3px;
}

.slogan a:hover {
	text-decoration: none;
}

.container .slogan a.button {
	margin: 15px 0 0 0;
	float: right;
}

.feature-box {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.feature-box .content-inner {
	padding: 30px 20px;
}

.feature-box, .feature-box-title, .feature-box-image, .feature-box-desc {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.feature-box h5 span {
	padding: 0 1em;
}

.feature-box .feature-box-image {
	margin-bottom: 10px;
	text-indent: -9999px;
	display: inline-block;
}

.feature-box .feature-box-image.sett {
	width: 40px;
	height: 40px;	
}

.feature-box .feature-box-image.resp {
	width: 41px;
	height: 40px;	
}

.feature-box .feature-box-image.maf {
	width: 43px;
	height: 40px;	
}

.feature-box .feature-box-desc a {
	text-decoration: underline;
}

.feature-box:hover .feature-box-image {
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}

.feature-box:hover .feature-box-title {
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}

.feature-box:hover .feature-box-desc {
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

/* ---------------------------- */
/*   Gallery | Portfolio Single
/* ---------------------------- */

.gallery, .portfolio-single-photo {
	overflow: hidden;
}

.content .gallery img, .portfolio-single-photo img {
	padding: 0;
}

.gallery ul li, .portfolio-single-photo div {
	padding: 0;
	float: left;
	position: relative;
}

.gallery ul li a, .portfolio-single-photo div a {
	display:block;
	position:relative;
	z-index: 5;
}

.gallery ul li img, .portfolio-single-photo img {
	display: block;
}

.gallery-column-1 li,
.gallery-columns-2 li,
.gallery-columns-3 li,
.gallery-columns-4 li,
.gallery-columns-5 li,
.gallery-columns-6 li,
.gallery-columns-7 li {
	margin: 1px;
}

.gallery-columns-1 li a img {width: 100%;height: auto;}
.gallery-columns-2 li a img {width: 448px;height: 269px;}
.gallery-columns-3 li a img {width: 298px;height: 179px;}
.gallery-columns-4 li a img {width: 223px;height: 134px;}
.gallery-columns-5 li a img {width: 178px;height: 142px;}
.gallery-columns-6 li a img {width: 148px;height: 118px;}
.gallery-columns-7 li a img {width: 126px;height: 101px;}

/* ie8 fix */
.ie8 .gallery-columns-1 li {width: 100%;height: auto;}
.ie8 .gallery-columns-2 li {width: 448px;height: 269px;}
.ie8 .gallery-columns-3 li {width: 298px;height: 179px;}
.ie8 .gallery-columns-4 li {width: 223px;height: 134px;}
.ie8 .gallery-columns-5 li {width: 178px;height: 142px;}
.ie8 .gallery-columns-6 li {width: 148px;height: 118px;}
.ie8 .gallery-columns-7 li {width: 126px;height: 101px;}



/* -------------------------------------------------------- */
/*       Latest projects/Portfolio boxed/Blog masonry
/* -------------------------------------------------------- */

.latest-projects {
	margin-bottom:30px;
}

.lp-image-inner a, .project-image-inner a, .blog-masonry-image-inner a {
	display:block;
	position:relative;
	z-index: 5;
}

.lp-image .lp-image-inner img, .project-image .project-image-inner img, .blog-masonry-image .blog-masonry-image-inner img {
	display: block;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.lp-image .triangle-up, .project-image .triangle-up, .blog-masonry-image .triangle-up {
	position:absolute;
	width:24px;
	height:12px;
	bottom:0px;
	right:25px;
	z-index:20;
}

.project-description {
	font-size: 12px;
	padding: 20px 20px 20px;
}

.project-description.portfolio-standard {
	padding:10px 10px 20px;
	text-align: center;
}

.project-description p, .blog-masonry-description p {
	margin-bottom:6px;
}

.blog-masonry-description p {
	padding: 10px 0;
}

.project-description h3, .blog-masonry-description h3, .item-title h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}

.project-description h3 a, .blog-masonry-description h3 a, .item-title h3 a {
	text-transform:uppercase;
	text-decoration:none;
}

.project-description h3 a:hover, .blog-masonry-description h3 a:hover, .item-title h3 a:hover {
	background: none;
}

.lp-readmore, .portfolio-boxed .project-description .project-readmore, .blog-masonry .blog-masonry-readmore {
	display:inline-block;
	float:right;
	text-indent:-9999px;
	width:28px;
	height:16px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}

/* ---------------------------- */
/*          Portfolio
/* ---------------------------- */

.portfolio-boxed {
	position: relative;
	overflow: hidden;
}

.portfolio-3-boxed {
	width: 300px;
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.portfolio-item {
	margin-bottom: 20px;
	float: left;
}

.portfolio div.item {
	display: block;
	padding: 0;
	margin: 5px 5px 30px;
	float: left;
	position: relative;
	width: 215px;
}

.portfolio .item-photo img {
	height: auto;
}

.portfolio .item-photo a {
	display:block;
	position:relative;
	z-index: 5;
}

.portfolio .item-photo a img {
	padding: 0;
	display: block;
}

.portfolio .item-title {
	padding-top: 1em;
	border-bottom: 0;
}

.portfolio .item-description {
	font-size: 12px;
}

.portfolio-triangle-up {
	position: absolute;
	display: none;
	bottom: 0;
	left: 105px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.portfolio-standard .item:hover .portfolio-triangle-up {
	display: block;
}

ul#portfolio-filters {
	display: block;
	list-style: none;
	margin-bottom: 0;
}

ul#portfolio-filters.standard-portfolio-filters {
	margin-bottom: 10px;
}

#portfolio-filters li {
	display: inline;
}

#portfolio-filters li.filter-name {
	margin-right: 20px;
}

#portfolio-filters a {
	font-size: 12px;
	padding: 4px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-transition: none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	margin: 7px;
	display: inline-block;
	text-decoration: none;
}

#portfolio-filters li.current a {
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 1px rgba(255,255,255,0.2);
}

#post-navigation, .comments-navigation {
}

#post-navigation .previous-link a, .comments-navigation .next-comments a {
	float: left;
}

#post-navigation .next-link a, .comments-navigation .prev-comments a {
	float: right;
}

#post-navigation .previous-link a, #post-navigation .next-link a, .comments-navigation .next-comments a, .comments-navigation .prev-comments a, a.portfolio-slide-next, a.portfolio-slide-prev {
	text-decoration: none;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.portfolio-meta {
	margin-top: 15px;
	padding-bottom: 10px;
	display: block;
	font-size: 12px;
}

.portfolio-meta div {
	display: inline;
	float: left;
	margin-right: 20px;
}

.portfolio-meta span {
	font-weight: bold;
}



/* ---------------------------- */
/*           Footer
/* ---------------------------- */

#footer-wrapper {
	padding:30px 0;
}

#footer {
	font-size: 12px;
	line-height: 18px;
}

#footer h6 {
	margin-bottom: 1.2em;
}

.content a, #footer a, #footer-bottom a, .portfolio-categories a {
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	transition:all .2s ease-in;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

#footer li {
	padding-left: 20px;
	-webkit-transition:all .1s ease-in;
	-moz-transition:all .1s ease-in;
	-o-transition:all .1s ease-in;
	transition:all .1s ease-in;
}

#footer li:hover {
	background-position: 5px center;
}

#footer-bottom {
	padding:0;
}

#footer-bottom p {
	margin-bottom:0;
	font-size: 12px;
}

.footer-nav ul {
	float: right;
	margin-bottom: 0;
}

.footer-nav li {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	margin-left: 10px;
}

.footer-nav li a {
	padding: 0 3px;
	font-size: 12px;
}

/* ---------------------------- */
/*       Isotope plugin
/* ---------------------------- */

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

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

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

.isotope {
	-webkit-transition-property: height, width;
	-moz-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;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

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

/* End: Recommended Isotope styles */

/* ---------------------------- */
/*       GoToTop plugin
/* ---------------------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../images/totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* ---------------------------- */
/*       TipTip plugin
/* ---------------------------- */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid #5a5a5a;
	background: #111;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#111));
	background: -webkit-linear-gradient(top, #555, #111);
	background: -moz-linear-gradient(top, #555, #111);
	background: -o-linear-gradient(top, #555, #111);
	background: -ms-linear-gradient(top, #555, #111);
	background: linear-gradient(top, #555, #111);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555, inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 3px #555, inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0 0 3px #555, inset 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}


/* ---------------------------- */
/*      Keyframes for css3 :)
/* ---------------------------- */

@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}




/*Added*/

h1 .bold {
	font-family: SourceSansProBold, Trebuchet MS Bold, Verdana Bold, sans-serif;
	letter-spacing: 4px;
}

h1 .orange {
	color: #df7626;
}

.orange {
	color: #df7626;
}

h1 .gray {
	color: #ccc;
	letter-spacing: 3px;
}

h2 .subhead {
	color: #ccc;
	letter-spacing: 1px;
}

h3  		{
	letter-spacing: 1px;
}

.ptfontItal {
	font-family: pt_serifitalic, Georgia italic, serif;
}

.ptSerif {
	font-family: pt_serifregular, Georgia, serif;
}

#nav .parent ul li a {
	letter-spacing: 1px;
}

.slides.shadow li .captions-double {
	font-size: 13px;
	color: #777;
	text-align: center;
	padding-top: 15px;
	background-color: #fff;
}

.slides.shadow li .captions-single {
	font-size: 13px;
	color: #777;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 18px;
	background-color: #fff;
}

.italic {
	font-family: SourceSansProItalic, Trebuchet MS Italic, Verdana Italic, sans-serif;
}

.dotted-header span {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: -10%; 
}

#post-navigation .next-link img {
	background: transparent;
	float: right;
	padding: 2px;
}
.one_fifth_fluid p .spacedOrange {
	color: #df7626;
	letter-spacing: 1px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.one_third_fluid p .ptfontItal {
	font-size: 15px;
	line-height: 23px;
}

.one_third_fluid p .ptSerif {
	font-size: 15px;
	line-height: 23px;
}


.captions selection {color: #fff;}
