/* CSS Document */

body {
font-family: â€˜Open Sansâ€™, sans-serif; font-weight: 400;
font-size: 14px;
}

h1, .h1 {
	font-size: 50px;
	font-family: ‘Open Sans’, sans-serif; font-weight: 600;
	text-transform: uppercase;
	line-height: 50px;	
}

h2, .h2 {
	font-size: 32px;
	font-family: ‘Open Sans’, sans-serif; font-weight: 800;
	text-transform: uppercase;
}

h3, .h3 {
	font-family: ‘Open Sans’, sans-serif; font-weight: 800;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}


.highlight {
	margin-top: 40px;
	margin-left: 4px;
	margin-right: 4px;
}


h4, .h4 {
	font-family: ‘Open Sans’, sans-serif; font-weight: 800;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: left;
}

.featured {
	font-family: ‘Open Sans’, sans-serif; font-weight: 800;
	text-transform: uppercase;
	margin-top: 15px;
	color: black;
}




h5 {
font-family: ‘Open Sans’, sans-serif; font-weight: 800;
text-transform: uppercase;
margin-bottom: 10px;
margin-left: 15px;
display: block;
font-size: 0.83em;
-webkit-margin-start: 0px;
}

.blogSectionTitle {
	-webkit-margin-before: 2em;
}

.blogSection {
	-webkit-margin-before: 2em;
}

blockquote {
	position: relative;
  	background: ;
  	border-left: 5px solid #ccc;
  	margin: 1.5em 10px;
  	padding: 0.5em 10px;
  	quotes: "\201C""\201D""\2018""\2019";
  	max-width: 760px;
}

p {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 15px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}


.caption {
	display: block;
	font-family: "Georgia", serif;
	font-size: 14px;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 25px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}



.moreposts {
	float: right;
	background: #333;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 0 20px;
	line-height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all .2s linear}




.row {
margin-right: -15px;
margin-left: -15px;
}

/*––––––––––––––––––
  carousel 
––––––––––––––––––*/

.carousel {
position: relative;
margin-bottom: 3em;
padding-top: 0px;
}

.carousel-inner {
margin-top: 4em;
position: relative;
width: 100%;
overflow: hidden;
}

Inherited from body

	

/*––––––––––––––––––
  thumbnails
––––––––––––––––––*/

.thumbnail .caption {
	color: #F2F2F2;
}

.thumbnail, .img-thumbnail {
	padding-top: 4px;
	padding-bottom: 45px;
	line-height: 1.428571429;
	background-color: #F2F2F2;
	border: 0px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	kit-transition: opacity .25s ease-in-out;
}

/*––––––––––––––––––
  thumbnails white hover .. use if take out position in figure {

.thumbnail:hover img {
    opacity: .3;
}
––––––––––––––––––*/



/*––––––––––––––––––
  featured
––––––––––––––––––*/


.portfolio, .img-portfolio {
	background-color: #F2F2F2;
	border: 0px;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	kit-transition: opacity .25s ease-in-out;
	max-width: 940px;
}



.social {
	display: inline-block;
	float: left;
	width:90%;
	height:90%;	
	margin: left: 10px;
}
	
	

figure {
  	display: block;
	position: relative;
}

figcaptions {
	display: block;
	position: absolute;
	float: left;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F2F2F2;
	color: black;
	margin: auto;
	margin-top: 0px;
	margin-right: auto;
	padding: 30px 40px;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	width: 100%;
	height: 100%;
	
}	

figure:hover figcaptions {
  opacity: .9;
}

.cap-left:before { bottom: 0px; left: 0px; }
.cap-left figcaptions { bottom: 0; left: -9%; }
.cap-left:hover figcaptions { left: 0; }




/*___________________
next, back arrows
___________________ */

#highlightNav {
    z-index: 1;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    color: #2A363B;
}

.halfcircles {
	margin-top: 40px;
}
	
.halfCircleRight{
	height:70px;
	width:35px;
	border-radius: 0 70px 70px 0;
	-moz-border-radius: 0 70px 70px 0;
	-webkit-border-radius:  0 70px 70px 0;
	background:black; 
	margin-bottom: 40px;
	margin-top: 40px;
}

.halfCircleLeft{
	 height:70px;
	 width:35px;
	 border-radius: 70px 0 0 70px;
	 -moz-border-radius: 70px 0 0 70px;
	 -webkit-border-radius: 70px 0 0 70px;
	 background:black;
	 align:right;
	 margin-bottom: 40px;
	 margin-top: 40px;
}

.halfCircleRight a,
.halfCircleLeft a {
   display: block;
   height:70px;
   width:35px;
   position: relative;
}

.halfCircleRight a span,
.halfCircleLeft a span {
	position: absolute;
	font-size: 2em;	
	color: #FFF;
}

.halfCircleRight a span {
	top: 15px;
	left: 7px;
}
.halfCircleLeft a span {
	top: 15px;
	right: 7px;
}

.triangleRight a span{
     z-index: 2;
	 width:25px; 
     height:25px; 
     border-left:25px solid red;
     border-top:25px solid transparent;
     border-bottom:25px solid transparent;
	 position: relative;  
}

#socialContent a span {
	width: 50%; /*can be in percentage also.*/
    height: auto;
    margin: 0 auto;
    position: relative;
}


.col-lg-6 {
	float: left;
	border-width: 5px;
	border-style: solid;
	border-color: #F2F2F2;
}


.square {
   width: 10px; 
   height: 10px; 
   background: #ff0042; 
}


/*___________________
Blog
___________________ */

.firstPost {
	display: block;
	position: relative;
	color: #555;
	line-height: 29px;
	font-size: 16px;
	/*---max-width: 820px;---*/
	word-wrap: break-word;
}

.date {
	position: relative;
	line-height: 14px;
	font-size: 14px;
	font-style: italic;
	color: #A8A8A8;
	padding-bottom: 30px;
}

.border {
	border-bottom: 4px solid #000;
}

.hr {
	position: relative;
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: auto;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border-style: inset;
	border-width: 1px;
}

	

.blogdate {
	font-family: ‘Open Sans’, sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 50px;
	color: #999;
}



.blogheading {
	font-size:36px;
	font-family: ‘Open Sans’, sans-serif;
	font-weight: 100 !important;
	line-height: 50px;
	display: inline-block;
	margin-bottom: 10px;
	color: #333;
}


/*************************************************
	-	footer   -
	
**************************************************/
	
.footer {
	float: left;
	padding-top: 
	font-size: 13px;
	color: #505050;
}

.full-width-bar {
	width: 100%;
 	background: #black;
	max-width: 24em;
  	margin: 0 auto;
  	padding: 0.25em 0.625em;
}

/*************************************************
	-	test   -
	
	
	
figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
}
figcaption {
  position: absolute;
  background: black;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
figure:hover figcaption {
  opacity: 1;
}
figure:before {
  content: "YO";
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255,255,255,0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
}
figure:hover:before {
  opacity: 0;
}

.cap-left:before {  bottom: 10px; left: 10px; }
.cap-left figcaption { bottom: 0; left: -30%; }
.cap-left:hover figcaption { left: 0; }

.cap-right:before { bottom: 10px; right: 10px; }
.cap-right figcaption { bottom: 0; right: -30%; }
.cap-right:hover figcaption { right: 0; }

.cap-top:before { top: 10px; left: 10px; }
.cap-top figcaption { left: 0; top: -30%; }
.cap-top:hover figcaption { top: 0; }

.cap-bot:before { bottom: 10px; left: 10px; }
.cap-bot figcaption { left: 0; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; }
**************************************************/







/*
 media query for 1200
*/
@media (min-width: 1200px)
.container {
max-width: 940px;
}
