body {
	min-width: 710px;
	background: url('../images/light2_bg.png');
	font-size: 12px;
	line-height: 22px;
	color: #484848;
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6,blockquote {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #484848;
}

h1 {
	font-size: 25px;
	margin: 25px 0;
}

::selection {
	background: #EEE;
}

.fullWidth,.fullWidth img {
	width: 100%;
	margin: 0;
}

.progress-bar { 
  width: 644;
  height: 18px;
  padding: 3px, 0px, 0px, 3px;
  margin-bottom:10px;
  border-radius: 16px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#EEE));
  background: -moz-linear-gradient(top, #DDD, #EEE);
  -moz-box-shadow:    inset 0 0 2px #BBB;
  -webkit-box-shadow: inset 0 0 2px #BBB;
  box-shadow:         inset 0 0 2px #BBB;
}

/* code for the inner (colorful) part of the bar */
.progress-bar:before { 
  content: '';
  display: block;
  position: absolute;
  margin:2px;
  width: 474px; /* 632*(dollars/800) */
  height: 14px;
  background: #999;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background: #099;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0091ed), to(#006db2));
  background: -moz-linear-gradient(top, #0091ed, #006db2);
  -moz-box-shadow:    0px 0px 1px 0px #777;
  -webkit-box-shadow: 0px 0px 1px 0px #777;
  box-shadow:         0px 0px 1px 0px #777;
}

.progress-bar:after { 
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  font:bold 120px/80px sans-serif;
  letter-spacing: -6px;
  color: #000;
  opacity: 0.06;
}

#Page {
	margin: 0;
}

#Page h2:first-child {
	margin: 0;
}

/* Tablet */
@media (min-width: 641px) {
	#Page article {
		margin: 10px 10px;
	}
}

.half-1 {
	width: 46%;
	margin: 0 8% 0 0;
	float: left;
}

.half-2 {
	width: 46%;
	margin: 0;
	float: left;
}

.twothirds {
	float: left;
	width: 66%;
	margin: 0 4% 0 0;
}

.onethird {
	width: 30%;
	margin: 0;
	float: left;
}

.onethirds-1_2-wrapper {
	padding: 0;
	margin: 0;
	float: left;
	width: 65%;
}

.onethird-1 {
	width: 46%;
	margin: 0 8% 0 0;
	float: left;
}

.onethird-2 {
	width: 46%;
	margin: 0;
	float: left;
}

.onethird-3 {
	width: 30%;
	float: left;
	margin: 0 0 0 5%;
}

.contactInfo p {
	margin: 0;
}

.contactInfo span {
	margin-right: 5px;
}

.contactInfo {
	padding: 1em 0;
}

#Contact article {
	margin: 12px 10px 30px;
}

#Contact h2:first-child {
	margin: 0;
}

#MainLogo {
	text-align: center;
	max-width: 100%;
	display: block;
	margin: 0;
	padding: 30px 0;
}

#MainLogo img {
	width: 124px; /* Set width for logo */
}

.cAlignLeft {
	float: left;
}

.cAlignRight {
	float: right;
}

.cOverflow {
	overflow: hidden;
}

.cBlock {
	display: block;
}

.flexslider {
	margin-bottom: 7px;
}

.cBoth {
	clear: both;
}

a {
	color: #a4a1a2;
	text-decoration: none;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

a:hover {
	color: #006db2;
}

a {
	color:#AAA;
	text-decoration: none;
}

#container {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 5px;
}

.webicons {
	font-family: 'WebSymbolsRegular';
}

.social-icons {
	font-family: 'SocialicoRegular';
	font-size: 37px;
	position: relative;
}

.tooltip_wrapper {
	position: relative;
}

.MainNavigation {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	list-style: none;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.MainNavigation li {
	display: inline-block;
	margin: 10px 20px 20px;
}

.MainNavigation a {
	color: #a4a1a2;
}

.MainNavigation a:hover,.current_page {
	color: #fefefe !important;
}

nav select {
	display: block;
}

}

nav {
	padding: 0 15px 15px;
}

nav select {
	width: 100%;
	padding: 10px;
	margin: 0 auto;
}

header {
	border-top: 4px solid #3d3d3d;
	margin: 0;
	padding: 0;
	background: url('../images/dark_bg.png');
}

input,textarea {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #ffffff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 10px;
	font-size: 12px;
	color: #a4a1a2;
	font-family: 'PT Sans', sans-serif;
}

input:focus,textarea:focus {
	font-family: 'PT Sans', sans-serif;
	outline: none;
	border: 1px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;
}

label {
	font-size: 12px;
	color: #484848;
	line-height: 31px;
	font-family: 'PT Sans', sans-serif;
	width: 115px;
	display: inline-block;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	padding: 7px 15px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin: 3px 6px 3px 0;
}

#message {
	margin: 10px 0;
	padding: 0;
}

.error_message {
	display: block;
	line-height: 22px;
	background: #FBE3E4 url('../assets/error.png') no-repeat 10px 6px;
	padding: 3px 10px 3px 35px;
	color: #8a1f11;
	border: 1px solid #FBC2C4;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.error_messages {
	margin: 0 0 0 15px;
	padding: 0;
}

ul.error_messages li {
	height: 22px;
	line-height: 22px;
	color: #333;
}

.required {
	color: #8a1f11;
}

.loader {
	padding: 0 10px;
}

#contact #success_page h1 {
	background: url('../assets/success.png') left no-repeat;
	padding-left: 22px;
}

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
	margin-left: 10px;
}

pre code {
	line-height: 1.4em;
	padding: 1em;
	margin: 0;
	border: 1px dashed #C9C9C9;
	color: black;
	background-color: #F9F9F9;
	display: block;
	white-space: pre !important;
	overflow: auto;
	color: #292929 !important;
	margin-bottom: 20px;
}

code {
	font-size: 13px;
	color: #292929 !important;
	background-color: #F9F9F9 !important;
}

table {
	width:100%;
	line-height: 12px;
	margin: 0;
	border: 1px dashed #C9C9C9;
	color: black;
	background-color: #F9F9F9;
	padding: 0;
}

td {
	padding:3px;
	background: #fefefe;
}

td:first-child {
	border-left: none;
}

th {
	padding: 3px 10px;
	background-color: #F9F9F9;
	text-align: center;
}

input[type="button"],input[type="submit"],input[type="reset"] {
	background: url('../images/light2_bg.png');
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {
	border: 1px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;
}

input[type="button"]:active,input[type="submit"]:active,input[type="reset"]:active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	border-bottom-width: 1px;
	border-top-width: 2px;
}

input.Bblue {
	background: #b2dbf2;
	color: white;
	border-color: #88a6b6;
}

input.Bblue:hover {
	border-color: #9dc1d5;
}

input.Bred {
	background: #e29a9a;
	color: white;
	border-color: #ac6a6a;
}

input.Bred:hover {
	border-color: #e18585;
}

input.Bgreen {
	background: #b5d674;
	color: white;
	border-color: #8e9e70;
}

input.Bgreen:hover {
	border-color: #adbd8d;
}

input.Bdark {
	background: #737373;
	color: white;
	border-color: #393939;
}

input.Bdark:hover {
	border-color: #636363;
}

input.Bgrey {
	background: url('../images/light2_bg.png');
}

input.Borange {
	color: white;
	background: #ed8e72;
	border-color: #b15b41;
}

input.Borange:hover {
	border-color: #ec7754;
}

.highlightGreen {
	color: white;
	background: #b5d674;
}

.highlightBlue {
	background: #b2dbf2;
	color: white;
}

.highlightDark {
	background: #737373;
	color: white;
}

.highlightGrey {
	color: white;
	background: #a4a1a2;
}

.highlightOrange {
	color: white;
	background: #ed8e72;
}

.highlightRed {
	background: #e29a9a;
	color: white;
}

hr {
	border: none;
	border-bottom: 1px dotted #e3e3e3;
}

/**************************
 *           BLOG          *
 ***************************/
article {
	background: white;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	margin: 30px 0 10px;
}

#contactform {
	margin: 0 10px 20px;
}

#contactform h4 {
	margin-bottom: 20px !important;
}

.title {
	font-size: 20px;
	margin: 20px 0;
}

#Blog article h2 {
	margin: 0 0 10px;
}

#Blog {
	margin: 0 10px;
}

#Blog article .webicons {
	margin-right: 8px;
}

.article-info p {
	color: #a4a1a2;
	line-height: 16px;
	display: inline;
	margin-right: 15px;
}

.article-info p:last-child {
	margin-right: 0;
}

.article-footer {
	border-top: 1px dotted #d4d4d4;
}

.article-info span {
	color: #484848;
}

.blogImg {
	width: 100% !important;
	height: auto !important;
}

.blogImg img {
	width: 100% !important;
	height: auto !important;
}

figure {
	margin: 0;
}

video {
	width: 100% !important;
	height: auto !important;
}

.article-info-social .social-icons {
	font-size: 30px !important;
}

.article-info-social {
	margin: 0;
}

blockquote {
	font-size: 20px;
	line-height: 30px;
	margin-left: 10px;
	color: #a4a1a2;
}

.headline-blockquote {
	margin: 0 0 7px;
	padding: 25px;
	font-size: 20px;
	color: #D3D3D3;
	line-height: 30px;
	text-align: center;
	background: url('../images/darker_bg.png');

	-webkit-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
	box-shadow: inset 0 0 55px rgba(0,0,0,.3);
}

.featured-link {
	margin: 0 0 7px;
	padding: 25px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	background: url('../images/darker_bg.png');

	-webkit-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 55px rgba(0,0,0,.3);
	box-shadow: inset 0 0 55px rgba(0,0,0,.3);
}

.featured-link a {
	color: #D3D3D3;
}

.featured-link a:hover {
	color: #cb5432;
}

.article-footer p {
	margin: 10px 0 5px;
	line-height: 20px;
}

.SingleArt {
	margin: 30px 0;
}

.content {
	padding: 10px 15px 5px;
}

#Comments {
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}

#Comments li {
	margin: 20px 15px 40px;
}

.CommentInfo {
	width: 80px;
	float: left;
	bottom: 0;
}

.CommentInfo h4 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.CommentInfo img {
	width: 80px;
	height: auto;
}

.CommentInfo p {
	font-size: 10px;
	color: #a4a1a2;
	line-height: 0;
	text-align: center;
}

.CommentBuble {
	background: white;
	padding: 5px 15px;
	margin-left: 95px;
	position: relative;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.CommentBuble:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	left: 10px;
	border-width: 7px;
	border-color: white transparent transparent white;
	border-style: solid;
}

/* Mobile */
/* Tablet */
/**************************
 *          =BLOG          *
 ***************************/
/***************************
 ****       FOOTER       ****
 ****************************/
#mainFooter,#mainHeader {
	background: url('../images/dark_bg.png');
}

#mainFooterWrapper {
	max-width: 700px;
	margin: 0 auto;
}

#mainFooter,#mainFooter p,#mainFooter span {
	font-size: 11px;
	line-height: 20px;
	color: #d3d3d3;
	font-family: 'PT Sans', sans-serif;
}

#botFooter {
	border-top: 1px dotted #727272;
	text-transform: uppercase;
	font-size: 10px !important;
	font-family: 'PT Sans', sans-serif;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #a4a1a2;
}

#navFooter {
	list-style: none;
	margin: 0;
	padding: 0;
}

#botFooter a {
	text-decoration: none;
	color: #a4a1a2;
}

#botFooter a:hover {
	text-decoration: none;
	color: #fefefe;
}

#labelFooter a {
	color: #fefefe;
}

#labelFooter a:hover {
	color: #cb5432;
}

#navFooter li {
	float: left;
	margin-right: 20px;
}

#labelFooter {
	font-size: 10px !important;
	float: right;
	color: #a4a1a2 !important;
	line-height: 60px !important;
}

#widgetsFooter {
	overflow: hidden;
	max-width: 700px;
}

.widgetFooter h4 {
	color: #a4a1a2;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px dotted #727272;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 5px;
}

.widgetTwitterWrapper {
	position: relative;
}

.widgetTwitterDate {
	position: absolute;
	left: 40px;
	bottom: 3px;
	text-align: center;
	width: 85px;
	color: #a4a1a2;
}

.widgetTwitter {
	height: 134px;
	width: 155px;
	padding: 15px 20px;
	background: url('../images/twitter_widget.html') no-repeat;
}

.widgetRecentPosts {
	margin: 0;
	padding-left: 0;
	text-transform: capitalize;
	font-size: 11px;
	list-style: none;
}

.widgetRecentPosts li:before {
	content: '» ';
	color: #f3f3f3 !important;
}

.widgetRecentPosts span {
	font-size: 11px;
}

.widgetArchive {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-transform: capitalize;
	font-size: 11px;
	list-style: none;
}

.widgetArchive li {
	width: 50%;
	float: left;
}

/***************************
 ***       =FOOTER        ***
 ****************************/
/**************************
 *        PORTFOLIO        *
 ***************************/
.portfolioPrev {
	list-style: none;
	padding: 0;
	text-align: center;
}

.portfolioPrev li {
	display: inline-block;
	margin: 25px;
}

.portfolioPrev h4 {
	font-size: 14px;
	margin: 0;
}

.portfolioPrev p {
	margin: 0;
}

.ProjectInfo h4 {
	font-size: 14px;
	margin: 25px 0 15px;
	color: #a4a1a2 !important;
	padding-bottom: 3px;
	border-bottom: 1px dotted #a4a1a2;
}

.ProjectInfo h4:first-child {
	margin-top: 0;
}

.ProjectContent h2 {
	margin-top: 5px;
}

.ProjectInfo p {
	margin: 5px 0;
	color: #a4a1a2;
}

.ProjectInfo span.webicons {
	color: #484848;
	margin-right: 5px;
}

#porftolio {
	margin: 12px 0 30px;
}

.ProjectInfo .social-icons {
	font-size: 37px;
}

.flex-control-nav {
	text-align: center;
	margin-bottom: 0;
}

.flex-control-nav li {
	display: inline-block;
}

.flex-control-nav li a {
	background: #D3D3D3;
	font-size: 0 !important;
	color: #D3D3D3;
	padding: 3px 25px;
	margin-right: 10px;
	cursor: pointer;

	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.flex-control-nav li a:hover,.flex-control-nav li a.active {
	background: #727272;
	color: #727272;
}

.flex-control-nav li:last-child a {
	margin-right: 0;
}

.social-icons:hover .tooltip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.tooltip {
	background: #484848;
	color: #D3D3D3;
	font-size: 10px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	width: 60px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	top: -25px;
	left: -15px;
	z-index: 9999;
	font-family: 'PT Sans', sans-serif;

	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

/**************************
 *        =PORTFOLIO       *
 ***************************/