
/* --------------- Main Title section --------------- */
.section-page-title {position:relative;}
.page-title {min-height: 100px;}
.page-title h1{
	position:relative;
	font-size: 40px;
	line-height: 40px;
	margin-top: 110px;
	margin-bottom: 15px;
	padding-left: 15px;
	color:#fff !important;
	font-weight: 100;
	text-transform: none;
}
.left-container{
	float: left;
}
.left-container .in-pic{
	/*float: left;*/
	margin-bottom: 25px;
}
.left-container h1.blog-title {
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 40px;
	font-size: 40px;
	font-weight: 300;
	border-left: 5px solid #ffa70d;
	padding-left: 8px;
	text-transform: uppercase;
	color: #333;
}
.left-container span.author {
	color: #ffa70d;
	line-height: 36px;
}
.left-container h2{
	float: left;
	width: 40%;
	font-size: 28px;
	line-height: 30px;
	color:#ffc801;
	font-weight: 100;
	text-transform: none;
	margin-bottom: 35px;
}
.left-container h3{
	float: left;
	font-size: 16px;
	line-height: 18px;
	color:#000;
	width: 100%;
	font-weight: 600;
}
p {
  margin: 0 0 20px;
}
.left-container ul{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.left-container ul li{
	background: url('../images/li-bullet.png') 0 8px no-repeat;
	margin-left: 10px;
	padding-left: 15px;
}
.img-left{
	float: right;
	margin: 10px 0px 10px 10px;
}

ul.right-box{
	margin: 0;
	padding: 0;
}
ul.right-box li{
	margin: 0 0 15px;
}

.right-link-box{
	background: url('../images/right-link-top-bg.png') 0 0 repeat-x;
	padding-top: 15px;
}
ul.right-link{
	margin: 0;
	padding: 0;
}
ul.right-link li{
	margin: 6px 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	background: url('../images/right-link-bullet.png') right 17px no-repeat;
	text-transform: uppercase;
}
ul.right-link li a{
	color: #898989;
	display: block;
}
ul.right-link li a:hover{
	color: #b71814;
}

.right-gallery-box{
	padding-top: 15px;
}
.right-gallery-box h4{
	color:#c11219;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 4px solid #eee;
}

	
/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../images/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../images/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}	
/*=================================================================
	Portfolio
==================================================================*/
.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.project-wrapper{
	float: none !important;
	width: 100% !important;
	margin-bottom: 0px !important;
}
.project-wrapper li {
    display: inline-block;
	background: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    /*width: 32%;*/
}

figcaption.mask {
    background-color: rgba(0,0,0, 0.75);
    bottom: -126px;
    color: #fff;
    padding: 15px;
    position: absolute;
    width: 100%;
    text-align: left;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
	font-size: 14px;
	line-height: 18px !important;
}
figcaption.mask p{
	font-size: 14px;
	line-height: 18px;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
	float: none;
  	width: auto;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(216, 29, 38, 0.75);
    color: #ffffff;
    display: block;
    padding: 10px 18px 13px;
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #d81d26;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}
.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
	background: #d81d26;
}

.fancybox-title h3 {
    margin: 0 0 15px;
	color: #fff;
    font-size: 24px;
    line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.fancybox-title p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

/* ##### pagination ##### */
ul.pagination{
	display: block;
	width: 100%;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
ul.pagination > li {
	display: block;
	float: left;
	list-style: none;
	background: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	width: 100%;
}
ul.pagination > li a{
	display: block;
	float: none;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #666;
	text-decoration: none;
	background-color: #fcfcfc;
	border: 0px solid #fcfcfc;
	border-bottom: 2px solid #ddd;
	
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #222;
	background-color: #f2f2f2;
	border-bottom: 2px solid #ccc;
}
.page_navigation , .alt_page_navigation{
	padding-bottom: 10px;
}
.page_navigation a, .alt_page_navigation a{
	padding:3px 8px;
	margin:2px;
	color:white;
	text-decoration:none;
	float: left;
	background-color:#ffa70d;
}
.active_page{
	font-weight: bold;
	background: #333 !important;
	color: #fff;
}	

li.blog{
	border-bottom: 1px dashed #ffa70d;
	margin-bottom: 45px;
}
li.blog h3{
	margin-bottom: 5px;
	line-height: 32px;
	font-size: 32px;
	font-weight: 600;
	border-left: 8px solid #ffa70d;
	padding-left: 15px;
	color:#333;
}
li.blog h3 a{
	color:#333;
}
li.blog h3 a:hover{
	color:#c21616;
}
li.blog span.author{
	color:#ffa70d;
	line-height: 36px;
}
.float-img{
	float: left;
	width: 100%;
	padding: 10px 0;
}


/*  ##### Sticky Form #####  */
.scroll-stick{
	width: 100%;
	margin: 15px 0;
	float: left;
}
span.inner-newsletter-box{
	float: left;
	color: #ffb8bb;
	font-size: 12px;
	width: 100%;
	height: auto;
	padding: 15px;
	background: #ffc801;
	font-family: 'Roboto', sans-serif;
}
span.inner-newsletter-box h3 {
    float: left;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    width: 100%;
    font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
}
span.inner-newsletter-box span{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: #fc9297;
}
input{
	color: #ffc801;
}
span.inner-newsletter-box span > input.home-field{
	width: 100%;
	height: 32px;
	font-size: 12px;
	color: #666;
	padding: 0 5px;
	background: #fff;
	border: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
::-webkit-input-placeholder { color: #ffc801;}
:-moz-placeholder { /* Firefox 18- */
   color: #ffc801; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ffc801;  
}
:-ms-input-placeholder {  
   color: #ffc801;  
}
span.inner-newsletter-box span > input.home-button{
	width: 120px;
	height: 32px;
	color: #ffc801;
	text-transform: uppercase;
	margin-left: 0px;
	background: #000;
	border: none;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	opacity:1.0;
	filter:alpha(opacity=100);/*position where      
	enlarged image should offset horizontally */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
span.inner-newsletter-box span > input.home-button:hover{
	color: #fff;
}
/*  ##### Sticky Form #####  */

@media only screen and (max-width: 768px){
	.page-title h1{
		font-size: 30px;
		line-height: 32px;
	}
}