/* 
	Table of content

	1. Body and Font-Faces
	2. Header

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

/* 1. Body 
-------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,300italic,300,600italic,700|Open+Sans+Condensed:300,700,300italic);
body {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=);
	background-color: #31363B;
	color: #99AABB;
	font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
	text-shadow:0 1px 0 #000;
	border-top:2px solid #91D100;
}

p {
	line-height: 1.6em;
}

a {
	text-decoration: none;
	color: #A3B6C8;
	-moz-transition: color 0.2s linear;
		-webkit-transition: color 0.2s linear;
			-o-transition: color 0.2s linear;
				transition: color 0.2s linear;
}

a:hover {
	color: #91D100;
	text-decoration:none;
	}
a:focus {
    -moz-outline-style:none;
	outline:none;
}
a img {
    opacity: 1;
    transition: opacity 0.3s ease-out 0s, visibility 0.1s linear 0.1s;
}
a img:hover {
    opacity: 0.85;
}

::selection { 
	background-color: #91D100; 
	text-shadow:0 1px 0 #99AABB; 
	color:#f7f7f7;
	}
::-webkit-selection { 
	background-color: #91D100; 
	text-shadow:0 1px 0 #99AABB; 
	color:#f7f7f7;
	}
::-moz-selection { 
	background: #91D100; 
	text-shadow:0 1px 0 #99AABB; 
	color:#f7f7f7;
	}
span.dropcap {
	float: left;
	display: block;
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 3.273em;
	margin-right: 20px;
	line-height: 1.2em;
}

.content {
	min-height:300px;
	}

/* Header
-------------------------------------------------- */
.navbar-fixed-top #logo a{
	width:50px;
	height:50px;
	background: none repeat scroll 0 0 #65707B;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    list-style-type: none;
	float:left;
	margin-top: 10px;
}
#logo, #logo2,#logo3  {
	text-align:center;
	margin-right:10px;
	}
#logo a, #logo2 a, #logo3 a{
	width:80px;
	height:80px;
	background: none repeat scroll 0 0 #65707B;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    list-style-type: none;
}
#logo a:hover, #logo2 a:hover, #logo3 a:hover{
    background: none repeat scroll 0 0 #8493A1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
}

h1#site-title {
	font: 700 50px/1.2em 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
h1#site-title-top {
	font: 700 42px/1em 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	text-align:center;
	text-shadow:none;
}
#site-title a, h1#site-title-top a {
	text-decoration: none;
	color: #77B900;
}
h1#site-title-top a {
	background: none repeat scroll 0 0 #31363B;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    padding: 0 10px;
	background:#222;
	margin-bottom:10px;
}

#site-title a:hover, #site-title-top a:hover , .description:hover{
	text-decoration: none;
	color:#77B900;
}

h1#site-title .color, h1#site-title-top .color  {
	color:#65707B;
	-moz-transition: color 0.2s linear;
		-webkit-transition: color 0.2s linear;
			-o-transition: color 0.2s linear;
				transition: color 0.2s linear;
}
h1#site-title .color:hover, h1#site-title-top .color:hover {
	color:#91D100;
}
.description {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
	}
.presentation {
	margin-top:30px;
}	
.taglinedesc {
    font-family: Georgia,serif;
    font-size: 20px;
    font-style: italic;
    line-height: 20px;
}
.presentation h1 {
    color: #65707B;
    font-size: 67px;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 60px;
}
.presentation h1 .colored {
    font-size: 87px;
    font-weight: 600;
    letter-spacing: -4px;
    line-height: 80px;
}
.colored {
	color:#91D100;
}

/* Social */
.social-box {
	display:block;
	padding-bottom:20px;
}
ul.social {
	float: right;
}

ul.social li {
	display:inline-block;
	list-style-type:none;
	margin:15px -4px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	background: #65707B;
	}
ul.social li:hover {
	background: #8493A1;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
		-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
			box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
ul.social li a{
    display: block;
    font-size: 20px;
    line-height: 2.5em;
	text-align: center;
    padding: 5px 10px 10px 0;
	text-shadow:0 1px 0 #65707B; 
	-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
				transition: all 0.2s linear;
	}
ul.social li a:hover {
	color:#91D100;
	text-shadow:0 1px 0 #65707B; 
}


/* Navbar
------------------------------------------------------- */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.65em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			11.7em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* Skin */
.sf-menu {
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#A3B6C8;
	text-shadow: none !important;
		border-radius:0 0 0 0;
}

.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background-color: #31363B;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=");
	font-size:		12px;
}
.sf-menu li li li {
	background-color: #31363B;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=");
	
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #31363B;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=");
	
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
		-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
			box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	outline:		0;
	text-shadow: 0 1px 0 #65707B !important;
}
#tinynav1, .tinynav { 
	display: none;
	background: #65707B;
    display: block;
    margin: 10px auto;
	color:#91D100;
	border:1px solid #65707B;
	font-weight: 600;
}
#tinynav1 .selected a { outline: none;}



/* JMS Slider
--------------------------------------------------------- */
.jms-slideshow {
	position: relative;
	width: 100%;
	margin: 0px auto;
	height: 460px;
	padding-bottom:30px;
	max-width:100%;
	overflow:hidden;
}
.jms-wrapper {
	width: auto;
	min-width: 600px;
	height: 440px;
	text-align: center;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	background-clip: padding-box;
	outline: none;
	overflow:hidden;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
}

.step {	
	min-width: 1200px;
    height: 420px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition:    opacity 1s;
	-ms-transition:     opacity 1s;
	-o-transition:      opacity 1s;
	transition:         opacity 1s;
}
.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.jms-content{
	position: relative;
	clear: both;
}
.step h3{
	color: #91D100;
	font-size: 60px;
	line-height: 74px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	margin: 0;
	margin-top: 70px;
	margin-bottom: 70px;
	text-transform:uppercase;
}
.step h3 > span{
	background-color: #31363B;
	background-color: rgba(49, 54, 59, 0.9);
	padding: 0px 30px;
}
.step p {
	color: #fff;
	font-size: 20px;
	line-height: 52px;
	font-weight: 400;
	position: relative;
	margin: 0;
}
.step p > span {
	background-color: #65707B;
	background-color: rgba(101, 112, 123, 0.85);
	padding: 5px 10px;
}
a.jms-link{
	color: #fff;
	text-transform: uppercase;
	background: #969696; /* Old browsers */
	background: -moz-linear-gradient(top, #969696 0%, #727272 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#727272)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #969696 0%,#727272 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #969696 0%,#727272 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #969696 0%,#727272 100%); /* IE10+ */
	background: linear-gradient(top, #969696 0%,#727272 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
	padding: 8px 15px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #444;
	border-radius: 4px;
	opacity: 1;
	margin-top: 40px;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}
.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
.step img{
	position: absolute;
	left: 0px;
	top: 30px;
	width:100%;
	height:auto;
}
.jms-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	z-index: 100;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-top:20px;
}
.jms-dots span{
	display: inline-block;
	position: relative;
	width: 18px;
	height:18px;
	background: #65707B;
	margin: 3px;
	cursor: pointer;
	/*box-shadow: 
		1px 1px 1px rgba(0,0,0,0.5) inset, 
		1px 1px 1px rgba(255,255,255,0.5);*/
}
.jms-dots span.jms-dots-current:after{
	content: '';
	width: 18px;
	height:18px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #91D100; /* Old browsers */
	
}
.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-arrows span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	height: 80px;
	width: 30px;
	cursor: pointer;
	z-index: 2000;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.jms-arrows span.jms-arrows-prev{
	background: #fff url(../../img/arrow_left.png) no-repeat 50% 50%;
	left: 0px;
	border-radius: 0px 3px 3px 0px;
}
.jms-arrows span.jms-arrows-next{
	background: #fff url(../../img/arrow_right.png) no-repeat 50% 50%;
	right: 0px;
	border-radius: 3px 0px 0px 3px;
}
/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #8493A1;
	background-color: rgba(132, 147, 161, 0.9);
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}

.color-1 {
    background-image: url("../../img/slider/444.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.color-2 {
    background-image: url("../../img/slider/555.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.color-3 {
    background-image: url("../../img/slider/666.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.color-4 {
    background-image: url("../../img/slider/777.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.color-5{
    background-image: url("../../img/slider/888.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.lt-ie8 .color-1 {
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.lt-ie8 .color-2 {
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}
.lt-ie8 .color-3 {
	background-color: #EED9C0;
	background-color: rgba(238, 217, 192, 1);
}
.lt-ie8 .color-4 {
	background-color: #DFEBB1;
	background-color: rgba(223, 235, 177, 1);
}
.lt-ie8 .color-5{
	background-color: #C1E6E5;
	background-color: rgba(193, 230, 229, 1);
}
.lt-ie8 .jms-content { margin:0; width:100%;}
.lt-ie8 body {padding-top:10px;}
.lt-ie8 ul.social {margin-bottom:10px;}
.lt-ie8 ul.social li {background: url(../../img/circle.png); float:left;}
.lt-ie8 ul.social li:hover {background: url(../../img/circle2.png);}
.lt-ie8 .subnav-fixed { top:77px;}

.lt-ie8 #logo a:hover {background:url(../../img/circle-scroll2.png);}
.lt-ie8 #logo2 a:hover, .lt-ie8 #logo3 a:hover {background:url(../../img/circle-logo-footer2.png);}

.lt-ie8 #logo a {background:url(../../img/circle-scroll.png);}
.lt-ie8 #logo2 a, .lt-ie8 #logo3 a {background:url(../../img/circle-logo-footer.png);}
.lt-ie8 .subnav-fixed ul.sf-menu {margin-left:4%;}

/* Montage Gallery 
--------------------------------------------------------- */
#am-container-wrap {
	min-height:400px;
}
#am-container {
	position:relative;
	}	
.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
 
.am-wrapper img:hover {
	-webkit-transform: scale(1.05) rotate(-1deg);
	-moz-transform: scale(1.05) rotate(-1deg);
	-o-transform: scale(1.05) rotate(-1deg);
	-ms-transform: scale(1.05) rotate(-1deg);
	transform: scale(1.05) rotate(-1deg);
} 


/* Loader and content load */

h5.load-page-title {
	display:none;
    margin-right: 0;
    margin-top: -28px;
	text-transform:uppercase;
	letter-spacing:5px;
	text-align: right;
}

.subnav-fixed h5.load-page-title {
	margin-right:80px;
}

@media (width:1264px) {
	.subnav-fixed h5.load-page-title {
	margin-right:48px;
}
	.subnav-fixed #loading {
	margin-right:48px;
}
}

#loading {
	margin-right: 5px;
    margin-top: -25px;
	float:right;
}

.subnav-fixed #loading {
	margin-right:80px;
}

#squaresWaveG{
	position:relative;
	width:100px;
	height:12px
}

.squaresWaveG{
	position:absolute;
	top:0;
	background-color:#A3B6C8;
	width:12px;
	height:12px;
	-moz-animation-name:bounce_squaresWaveG;
	-moz-animation-duration:1.1s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-animation-name:bounce_squaresWaveG;
	-webkit-animation-duration:1.1s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-animation-name:bounce_squaresWaveG;
	-ms-animation-duration:1.1s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-animation-name:bounce_squaresWaveG;
	-o-animation-duration:1.1s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	animation-name:bounce_squaresWaveG;
	animation-duration:1.1s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

#squaresWaveG_1{
	left:0;
	-moz-animation-delay:0.44s;
	-webkit-animation-delay:0.44s;
	-ms-animation-delay:0.44s;
	-o-animation-delay:0.44s;
	animation-delay:0.44s;
}

#squaresWaveG_2{
	left:13px;
	-moz-animation-delay:0.55s;
	-webkit-animation-delay:0.55s;
	-ms-animation-delay:0.55s;
	-o-animation-delay:0.55s;
	animation-delay:0.55s;
}

#squaresWaveG_3{
	left:26px;
	-moz-animation-delay:0.66s;
	-webkit-animation-delay:0.66s;
	-ms-animation-delay:0.66s;
	-o-animation-delay:0.66s;
	animation-delay:0.66s;
}

#squaresWaveG_4{
	left:39px;
	-moz-animation-delay:0.77s;
	-webkit-animation-delay:0.77s;
	-ms-animation-delay:0.77s;
	-o-animation-delay:0.77s;
	animation-delay:0.77s;
}

#squaresWaveG_5{
	left:52px;
	-moz-animation-delay:0.88s;
	-webkit-animation-delay:0.88s;
	-ms-animation-delay:0.88s;
	-o-animation-delay:0.88s;
	animation-delay:0.88s;
}

#squaresWaveG_6{
	left:65px;
	-moz-animation-delay:0.99s;
	-webkit-animation-delay:0.99s;
	-ms-animation-delay:0.99s;
	-o-animation-delay:0.99s;
	animation-delay:0.99s;
}

#squaresWaveG_7{
	left:78px;
	-moz-animation-delay:1.1s;
	-webkit-animation-delay:1.1s;
	-ms-animation-delay:1.1s;
	-o-animation-delay:1.1s;
	animation-delay:1.1s;
}

#squaresWaveG_8{
	left:91px;
	-moz-animation-delay:1.21s;
	-webkit-animation-delay:1.21s;
	-ms-animation-delay:1.21s;
	-o-animation-delay:1.21s;
	animation-delay:1.21s;
}

@-moz-keyframes bounce_squaresWaveG{
	0%{
	background-color:#91D100;
	}

	100%{
	background-color:#65707B;
	}
}

@-webkit-keyframes bounce_squaresWaveG{
	0%{
	background-color:#91D100;
	}

	100%{
	background-color:#65707B;
	}
}

@-ms-keyframes bounce_squaresWaveG{
	0%{
	background-color:#91D100;
	}

	100%{
	background-color:#65707B;
	}
}

@-o-keyframes bounce_squaresWaveG{
	0%{
	background-color:#91D100;
	}

	100%{
	background-color:#65707B;
	}
}

@keyframes bounce_squaresWaveG{
	0%{
	background-color:#91D100;
	}

	100%{
	background-color:#65707B;
	}
}

a.picture:after, a.video:after {
    background: black;
    bottom: 0;
    color: #91D100;
    height: 30px;
    padding: 2px 1px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 999;
	font-family: "FontAwesome";
	line-height: 30px;
	font-size:14px;
	display:none;
	-moz-transition: opacity 2s ease-out;
		-webkit-transition: opacity 2s ease-out; 
			-o-transition: opacity 2s ease-out;
				transition: opacity 2s ease-out;
	opacity: 0;

}
a.picture:after {
    content: "\f03e";
}
a.video:after {
    content: "\f008";
}
a.picture:hover:after, a.video:hover:after {
	display:block;
	opacity: .5;
}

/* Slogan
--------------------------------------------------------------- */
.slogan {
	background: #31363B;
    border-top: 3px solid #91D100;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    outline: none;
    padding: 10px 20px;
    text-align: center;
	margin:20px auto;
}
.slogan h3{
    text-transform:uppercase;
	letter-spacing:1px;
}
.slogan h3:before{
    content:"-";
	padding-right:10px;
}
.slogan h3:after{
    content:"-";
	padding-left:10px;
}
.slogan p{
    font-size: 18px;
    font-weight: 600;
	font-style:italic;
}
.service-block {
	text-align:center;	
}
.icon-wrap {
    text-align:center;	
}
.icon-wrap [class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 50px;	
}
.icon-wrap [class^="icon-"]:hover:before, [class*=" icon-"]:hover:before {
    color: #91D100;	
}

		
/* Filterable
--------------------------------------------------------------- */
.filterable {
	min-height:500px;
	}
.filterable-item a {margin: 15px 0 15px 0; }
.filterable-item img {width:100%; }
.title {
    background: #31363B;
    display: block;
    padding: 5px 10px;
	color: #bbb;
	text-align: center;
    width: auto;
    height: auto;
    max-width: 100%;
    -o-text-overflow: ellipsis;
	 text-overflow:    ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.title:hover {
	color:#000;
	background: #91D100;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
		-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
			box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	outline:		0;

}

.title a {	
	margin:0px 5px 5px 5px;
	display: block;
	text-transform: uppercase;
	text-shadow:none;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.title:hover a, .title a:hover { color: #000; text-decoration: none; }
.filterable-grid { margin: 0px; }

.filterable-grid li {
    list-style: none;
    float: left;
    margin-bottom: 25px;
	text-shadow: none;
}

.inner-filters a:hover {text-decoration: none; }
.inner-filters { margin: 10px 10px 20px 0px; }

.inner-filters li {
    list-style: none;
    float: left;
    padding: 0 10px 0 0;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.inner-filters .last:after { content: ""; }

.inner-filters  li:after {
    content: "/";
    margin-left: 10px;
}
/* Overlay Effect */
.overlay {
	position: relative; 
	width: 100%; /* for IE 6 */
	cursor:pointer;
}
.overlay:hover > .overlay-info{
	display:block;
	opacity:0.7;
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.overlay-info a.overlay-ico:hover{
	color:#83BA1F;
	}
.overlay-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	height: 100%;
	background: url("../../img/layer.png") repeat scroll 0 0 transparent;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
	display:none;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opactiy 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.overlay-info:hover {
	opacity: 1;
}

.overlay-info a.overlay-ico {
	color:#99AABB;
	text-shadow:none;
	font-size:25px;
	position:absolute;
	padding:10px 10px 5px;
	background:#31363B;
	width:30px;
	height:30px;
	text-align:center;
	z-index:999;
	}
	
.overlay-info a.overlay-ico.right{		
	right:0;
}
.overlay-info a.overlay-ico.left{		
	left:0;
}
.gallery li{
	float: left;
    list-style: none outside none;
    margin-bottom: 25px;
    text-shadow: none;
	height:auto;
	max-height:250px;
	overflow:hidden;
}
.gallery li img{
	height:auto;
	min-height:250px;
	width:100%;
}
.image-box {
	width:100%;
	height:auto;
	max-height:450px;
	overflow:hidden;
	}
.image-box img {
	width:100%;
	height:auto;
	min-height:400px;
	}
	

/* Widget
----------------------------------------------------- */
.widget {
	display:block;
	margin:30px auto
	}
	
/* Carousel
-------------------------------------------------- */
.main-slide#slideshow .carousel-container {
  position: relative;
  margin-bottom:30px;
}
.main-slide#slideshow .carousel-container img{
  width:100%;
  height:auto;
}
.main-slide#slideshow .carousel-container .carousel-nav {
    margin-top: -20px;
    position: absolute;
    left: 3%;
    top: 100%;
    z-index: 1000;
}
.main-slide#slideshow .carousel-container .carousel-nav ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main-slide#slideshow .carousel-container .carousel-nav ul:before,
.main-slide#slideshow .carousel-container .carousel-nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.main-slide#slideshow .carousel-container .carousel-nav ul:after {
  clear: both;
}
.main-slide#slideshow .carousel-container .carousel-nav ul li {
  float: left;
  margin: 0 5px 0 0;
  width: 12px;
  height: 12px;
}
.main-slide#slideshow .carousel-container .carousel-nav ul li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 12px;
  height: 12px;
  text-decoration: none;
  background: #65707B;
}
.main-slide#slideshow .carousel-container .carousel-nav ul li a:hover {
  background: #91D100;
}
.main-slide#slideshow .carousel-container .carousel-nav ul li a.active {
  background: #91D100;
}
.main-slide#slideshow .carousel-container .carousel-nav ul li a.active:hover {
  background: #91D100;
}
.main-slide#slideshow #carouselslide {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.main-slide#slideshow #carouselslide .slide-section {
  max-height: 450px;
}
.main-slide#slideshow #carouselslide .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 25px;
  height: 25px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  background-color: #91D100;
  margin-top: 0;
  display: block;
}
.main-slide#slideshow #carouselslide .carousel-control.right {
  right: 0;
  top: 100%;
  margin: -25px 0 0 0;
}
.main-slide#slideshow #carouselslide .carousel-control.left {
  left: 100%;
  top: 100%;
  margin: -25px 0 0 -52px;
}
.main-slide#slideshow #carouselslide .carousel-control [class^="icon-"]:before, [class*=" icon-"]:before {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 12px;
  line-height: 27px;
}
.main-slide#slideshow #carouselslide .carousel-control [class^="icon-"]:hover:before, [class*=" icon-"]:hover:before {
  color: #333333;
}

/* Carousel Mini */
.mini-slide#mini-slideshow .carousel-container {
  position: relative;
}
.mini-slide#mini-slideshow .carousel-container img{
  width:100%;
  height:auto;
}
.mini-slide#mini-slideshow .carousel-container .carousel-nav {
	margin-top: -55px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
.mini-slide#mini-slideshow .carousel-container .carousel-nav ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.mini-slide#mini-slideshow .carousel-container .carousel-nav ul:before,
.mini-slide#mini-slideshow .carousel-container .carousel-nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.mini-slide#mini-slideshow .carousel-container .carousel-nav ul:after {
  clear: both;
}
.mini-slide#mini-slideshow .carousel-container .carousel-nav ul li {
  float: left;
  margin: 0 5px 0 0;
  width: 9px;
  height: 9px;
}
.mini-slide#mini-slideshow .carousel-container .carousel-nav ul li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 9px;
  height: 9px;
  text-decoration: none;
  background: #65707B;
}
.mini-slide#mini-slideshow .carousel-container .carousel-nav ul li a:hover {
  background: #91D100;
}
.mini-slide#mini-slideshow .carousel-container .carousel-nav ul li a.active {
  background: #91D100;
}
.mini-slide#mini-slideshow .carousel-container .carousel-nav ul li a.active:hover {
  background: #91D100;
}
.mini-slide#mini-slideshow #carouselslide2 {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.mini-slide#mini-slideshow #carouselslide2 .slide-section {
  max-height: 450px;
}
.mini-slide#mini-slideshow #carouselslide2 .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 25px;
  height: 25px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  background-color: #91D100;
  margin-top: 0;
  display: block;
}
.mini-slide#mini-slideshow #carouselslide2 .carousel-control.right {
  right: 0;
  top: 100%;
  margin: -25px 0 0 0;
}
.mini-slide#mini-slideshow #carouselslide2 .carousel-control.left {
  left: 100%;
  top: 100%;
  margin: -25px 0 0 -52px;
}
.mini-slide#mini-slideshow #carouselslide2 .carousel-control .icon {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 12px;
  line-height: 27px;
}
.mini-slide#mini-slideshow #carouselslide2 .carousel-control .icon:hover {
  color: #333333;
}


/* Carousel Widget */
.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 25px;
  height: 25px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  background-color: #bae255;
  margin-top: 0;
  display: block;
}
.carousel-control .icon {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 12px;
  line-height: 27px;
}
.carousel-control .icon:hover {
  color: #333333;
}
.carousel-widget {
  position: relative;
}
.carousel-widget .carousel-nav {
  position: absolute;
  top: 15px;
  right: 0;
}
.carousel-widget .carousel-nav ul {
  list-style: outside none;
  margin: 0;
  *zoom: 1;
}
.carousel-widget .carousel-nav ul:before,
.carousel-widget .carousel-nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.carousel-widget .carousel-nav ul:after {
  clear: both;
}
.carousel-widget .carousel-nav ul li {
  float: left;
  margin-left: 3px;
}
.carousel-widget .carousel-nav ul li a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 9px;
  height: 9px;
  display: block;
  background: #65707B;
}
.carousel-widget .carousel-nav ul li a.active {
  background: #91D100;
}
.carousel-widget .carousel-nav ul li a.active:hover {
  background: #91D100;
}
.carousel-widget .carousel-nav ul li a:hover {
  background: #91D100;
}
.carousel-widget .widget-heading {
  margin-top: -10px;
  padding-top: 0;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.carousel-widget .carousel {
  margin-bottom: 0;
}

.carousel-widget .carousel .slide-section .media {
  *zoom: 1;
  max-height: 70px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top:1px dotted #65707B;
}
.carousel-widget .carousel .slide-section .media:before,
.carousel-widget .carousel .slide-section .media:after {
  display: table;
  content: "";
  line-height: 0;
}
.carousel-widget .carousel .slide-section .media:after {
  clear: both;
}
.carousel-widget .carousel .slide-section .media > .media-thumbnail {
  width: 100px;
  margin-right: 10px;
}

.carousel-widget .carousel .slide-section .media .media-body h4.media-heading a {
  display: block;
}
.carousel-widget .carousel .slide-section .media .media-body h4.media-heading a:hover {
  color: #83BA1F;
}
.carousel-widget .carousel .slide-section .media .media-body p {
  line-height: 20px;
}

/* Posts
------------------------------------------------------- */
.blog_post, .blog_post_single {
    margin-bottom: 20px;
}
.blog_post .meta{
}
.blog_post .meta span, .blog_post_single .meta span{
    display: block;
    line-height: 2em;
    text-align: right;
}

.tagged {
	padding-top:10px;
	margin-top:10px;
	border-top: 1px dotted #65707B;
}
.blog_post .meta_readmore {
	border-top: 1px dotted #65707B;
}

.entryDate {
    text-align: center;
    width: 100%;
	background: none repeat scroll 0 0 #31363B;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
	border-top: 1px solid #91D100;
}
.entryOther {
	float: right;
    margin-top: 20px;
    width: 100%;
    padding-bottom:10px;
	border-bottom: 1px dotted #65707B;
}
.entryDate p {
    display: inline-block;
    text-align: center;
	color:#91D100;
    font-weight: 700;
    text-shadow: 0 1px 0 #000000;
	letter-spacing: 3px;
    padding-top: 8px;
}
.postMonth {
    text-transform: uppercase;
    font-size: 1.2em;
}
.postDay { font-size: 2em; }
.postYear {
    font-size: 1.2em;
}

.blog_post .postheader h3, .blog_post_single .postheader h3, .portfolio-info-header h3 {
	margin-top:0;
	padding-bottom:10px;
	border-bottom: 1px dotted #65707B;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.view {
    background: url(../../img/spinner.gif) no-repeat scroll center center #000 !important;
    cursor: default;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
	max-height:200px;
	margin-bottom: 10px;
}
.view img {
	width:100%;
}
.view .mask {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.view a.info {
    background-color: #31363B;
    background-image: url("../../img/zoom.png");
    border: 1px solid #31363B;
    display: block;
    height: 32px;
    left: 50%;
    margin-left: -36px;
    margin-top: -16px;
    position: absolute;
    top: 50% !important;
    transition: all 0.2s linear 0s;
    width: 32px;
	opacity:.5;
}
.blog_post_single .view a.info {
    background-color: #31363B;
    background-image: url("../../img/zoom.png");
    border: 1px solid #31363B;
    display: block;
    height: 32px;
    left: 0;
    margin-left:0;
    margin-top: -16px;
    position: absolute;
    top: 50% !important;
    transition: all 0.2s linear 0s;
    width: 32px;
	opacity:.5;
}
.nolink a.info {
    margin-left: -17px !important;
}
.view a.info:hover {
	background-color: #91D100;
    border: 1px solid #91D100;
    transition: all 0.2s linear 0s;
	opacity:.9;
}
.view a.link {
    background-color: #31363B;
    background-image: url("../../img/link.png");
    border: 1px solid #31363B;
    display: block;
    height: 32px;
    left: 50%;
    margin-left: 4px;
    margin-top: -16px;
    position: absolute;
    top: 50% !important;
    transition: all 0.2s linear 0s;
    width: 32px;
	opacity:.5;
}
.noinfo a.link {
    margin-left: -17px;
}
.view a.link:hover {
	background-color: #91D100;
    border: 1px solid #91D100;
    transition: all 0.2s linear 0s;
	opacity:.9;
}
.view-first img {
    transition: all 0.2s linear 0s;
}
.view-first .mask {
    background: url("../../img/layer.png") repeat scroll 0 0 transparent;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
	filter: alpha(opacity=0);
}
.view-first:hover .mask {
    opacity: 1;
	filter: alpha(opacity=100);
}

/* Comments
------------------------------------------------------- */
.comments-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    padding: 15px 0 15px 10px;
	border-top:1px dotted #65707B;
	border-bottom:1px dotted #65707B;
}

ol.commentlist img.avatar {
    border: 1px solid #91D100;
    border-radius: 2px 2px 2px 2px;
    float: left;
    margin: 0 12px 0 0;
    padding: 2px;
}
ol.commentlist .fn {
    display: block;
    font-weight: bold;
}
ol.commentlist .comment-author .time {
    font-size: 11px;
}
ol.commentlist .comment-text {
    border-bottom: 1px dotted #65707B;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 56px;
}
ol.commentlist .comment-text p {
    margin-bottom: 20px;
}
.comment-reply-link, .comment-edit-link {
    color: #91D100;
    float: right;
    font-size: 12px;
    margin-left: 12px;
}

/* Star Rating
------------------------------------------------------- */
.star-rating,

.star-rating a:hover,

.star-rating a:active,

.star-rating a:focus,

.star-rating .current-rating{

	background: url(../../img/star.gif) left -1000px repeat-x;

}

.star-rating{

	position:relative;

	width:75px;

	height:15px;

	overflow:hidden;

	list-style:none;

	margin:0;

	padding:0;

	background-position: left top;

}

.star-rating li{

	display: inline;

}

.star-rating a,

.star-rating .current-rating{

	position:absolute;

	top:0;

	left:0;

	text-indent:-1000em;

	height:15px;

	line-height:15px;

	outline:none;

	overflow:hidden;

	border: none;

}

.star-rating a:hover,

.star-rating a:active,

.star-rating a:focus{

	background-position: left bottom;

}

.star-rating a.one-star{

	width:20%;

	z-index:6;

}

.star-rating a.two-stars{

	width:40%;

	z-index:5;

}

.star-rating a.three-stars{

	width:60%;

	z-index:4;

}

.star-rating a.four-stars{

	width:80%;

	z-index:3;

}

.star-rating a.five-stars{

	width:100%;

	z-index:2;

}

.star-rating .current-rating{

	z-index:1;

	background-position: left center;

}

/* Contact Form
------------------------------------------------------- */
#contact-form {
    font-size: 0;
}
#contact-form div {
    font-family: 'Open Sans','Arial';
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}
#contact-form div input {
    height: 30px;
}
#contact-form .input-error {
    border: 1px solid #D67272;
}
#contact-form .form-fullname {
    display: inline-block;
    margin-left: 0;
}
#contact-form .form-email input, #contact-form .form-fullname input {
    display: block;
    margin-top: 4px;
	margin-right: 10px;
}
#contact-form .form-email {
    display: inline-block;
}
#content #contact-form .form-comment {
    margin-bottom: 4px;
    margin-top: 4px;
}
#content #contact-form textarea {
    margin-top: 4px;
    width: 100%;
}
#content .span12 #contact-form .form-fullname, #content .span12 #contact-form .form-email, #content .span12 #contact-form .form-website {
    display: inline-block;
    margin-left: 20px;
    
}
#content .span12 #contact-form .form-fullname {
    margin-left: 0;
}

/* Pricing Table
------------------------------------------------------- */
.pricing-tables {
    display: inline-block;
    margin: 20px 0;
    padding: 5px;
}
.pricing-tables ul.package {
    background: none repeat scroll 0 0 #F4F4F4;
    float: left;
    margin: 0;
    position: relative;
    text-align: center;
	list-style-type:none;
}
.pricing-tables ul.package li.package-name {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}
.pricing-tables ul.package li.package-price {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    padding: 24px 0;
}
.pricing-tables ul.package li.package-price span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.pricing-tables ul.package li.package-signup {
    background: none repeat scroll 0 0 #EEEEEE;
    border-top: 1px solid #D9D9D9;
    padding: 12px 20px;
    text-align: center;
}
.pricing-tables ul.package ul {
    margin: 0;
}
.pricing-tables ul.package ul li.package-feature {
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 20px;
    padding: 10px 0;
	list-style-type:none;
}
.pricing-tables ul.package ul li.package-feature:last-child {
    border-bottom: 0 none;
}
.pricing-tables ul.package.free li.package-name {
    background: none repeat scroll 0 0 #848484;
}
.pricing-tables ul.package.free li.package-price {
    background: none repeat scroll 0 0 #7B7B7B;
}
.pricing-tables ul.package.small li.package-name {
    background: none repeat scroll 0 0 #777777;
}
.pricing-tables ul.package.small li.package-price {
    background: none repeat scroll 0 0 #6F6F6F;
}
.pricing-tables ul.package.basic li.package-name {
    background: none repeat scroll 0 0 #6B6B6B;
}
.pricing-tables ul.package.basic li.package-price {
    background: none repeat scroll 0 0 #5B5B5B;
}
.pricing-tables ul.package.pro li.package-name {
    background: none repeat scroll 0 0 #5B5B5B;
}
.pricing-tables ul.package.pro li.package-price {
    background: none repeat scroll 0 0 #545454;
}
.pricing-tables ul.package.recommended {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 0 0 4px #FFFFFF inset;
    transform: scale(1.037);
    z-index: 1;
}
.pricing-tables ul.package.recommended li.package-name {
    background: none repeat scroll 0 0 #52BEDD;
    padding: 0;
}
.pricing-tables ul.package.recommended li.package-name div {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
    display: inline-block;
    height: 100%;
    padding: 10px 0;
    width: 100%;
}
.pricing-tables ul.package.recommended li.package-price {
    background: none repeat scroll 0 0 #52BEDD;
}
.pricing-tables ul.package.recommended ul li.package-feature {
    background: none repeat scroll 0 0 #FFFFFF;
}

.team {
    margin: 20px auto;
    text-align: center;
}

/* Footer
------------------------------------------------------- */
.footer {
	border-top:none;
	-webkit-border-radius: 0;
		-moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 #31363B, 0 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow: inset 0 1px 0 #31363B, 0 1px 5px rgba(0,0,0,.1);
			box-shadow: inset 0 1px 0 #31363B, 0 1px 5px rgba(0,0,0,.1);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=);
	background-color: #2B2F33;
	padding: 35px 0 0;
	}
.footer .nav-list {
	padding-left:0;
	}

SPAN.skype_pnh_container, SPAN.skype_pnh_container * {
	font-family: 'Open Sans Condensed' !important;
	font-style: normal !important;
	font-weight:300 !important;
	text-shadow:0 1px 0 #000 !important;
}
.footer-bottom {
    background-color: #31363B;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADklEQVQIHWNgYGBoACMABIoBAUIssgcAAAAASUVORK5CYII=");
    border-radius: 0 0 0 0;
    border-top: medium none;
    box-shadow: 0 1px 0 #8493A1 inset, 0 1px 5px rgba(0, 0, 0, 0.1);
	padding:10px 0;
	text-align:center;
}


/* Twitter
----------------------------------------------------- */
ul.tweeting {
	margin-left:0;
	}
ul.tweeting li  {
	list-style-type:none;
	height:35px;
	overflow:hidden;
	line-height:2em;
	}
ul.tweeting li span {
	margin-left:10px;
	}

/* Flikcr
----------------------------------------------------- */
#flickr_badge_wrapper img {
    border-color: #2B2F33;
    border-style: solid;
    border-width: 2px;
    float: left;
    height: 54px;
    margin: 0 0 7px 7px;
    transition: all 0.3s ease-out 0s;
    width: 54px;
}
#flickr_badge_wrapper img:hover {
    border-color: #91D100;
}

.not-found  {
    padding-top: 50px;
}
.not-found h1 {
    font-size: 120px;
    padding-bottom: 20px;
}
.not-found-icon {
    display: block;
    font-size: 220px;
    line-height: 1em;
    text-align: center;
}

/* Masonry */
	
	.masonry-box {
		vertical-align: top;
		margin-bottom: 12px;
		border: 1px solid #ccc; 
		-moz-box-shadow: 0 5px 5px -3px #222; 
		-webkit-box-shadow: 0 5px 5px -3px #222; 
		box-shadow: 0 5px 5px -3px #222; 
}
	.masonry-box p {
		font-size:13px;
		margin-top:10px;
}

	.masonry-box em {
		margin-bottom:20px;
	}
	.social i { margin-left:10px; }
	blockquote small {margin-top:10px;}
	
/* Responsive Area
----------------------------------------------------- */
/* Large desktop */
@media (min-width: 1200px) { 

	body {
		padding-top: 40px;
	}

	#tinynav1, .tinynav { 
		display: none;
	}
}

/* Something between Large desktop and landsscape */
@media (min-width: 979px) and (max-width: 1200px) {

	body {
		padding-top: 40px;
	}
	#tinynav1, .tinynav { 
		display: none;
	}
	ul.social {
		float: right;
		text-align: center;
	}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	body {
		padding-top: 40px;
	}
	#tinynav1, .tinynav { 
		display: none;
	}
	ul.social {
		float: right;
		text-align: center;
	}
	#logo {
		margin-right: 30px;
		text-align: center;
	}

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body {
		padding-top: 40px;
	}

	h1#site-title, p.description{
		text-align:center;
	}
    .tinynav { display: block; }
    #nav2 { display: none; }
	
	ul.social {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left:20px;
		padding-right:20px;
	}

}

/* Landscape phones and down */
@media screen and (max-width: 600px) {
	body {
		padding-top: 30px;
	}

	h1#site-title, p.description {
		text-align:center;
	}
    .tinynav { display: block; }
    #nav2 { display: none }
	ul.social {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left:20px;
		padding-right:20px;
	}
}
 
@media (max-width: 480px) {
	body {
		padding-top: 30px;
	}

	h1#site-title, p.description {
		text-align:center;
	}
    .tinynav { display: block; }
    #nav2 { display: none; }
	ul.social {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left:20px;
		padding-right:20px;
	}

}