/*
	Theme Name: Proton
	Theme URI: http://themeforest.net/user/stephanus168
	Author: Vesper Creative
	Author URI: http://themeforest.net/user/stephanus168
	Description: Responsive Business HTML Template
	Version: 1.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

	Designed & Developed by Vesper Creative for ThemeForest	
*/

/* Table of Content
==================================================
	
	#Global Styles
	--- ##Basic
	--- ##Typography
	--- ##Links
		
	
	#Site Styles
	--- ##Header
	--- ##Menu
	--- ##Slider		
	--- ##Footer		
	
	#Element Styles
	--- ##Buttons
	--- ##Box
	--- ##Accordion
	--- ##Tabs
	--- ##Lists
	--- ##Blockquotes
	--- ##Drop Cap		
	--- ##Social Icons
	--- ##Alerts
		
	#Page Styles
	--- ##About
	--- ##Pricing Table
	--- ##Testimonials
	--- ##Portfolio
	--- ##Blog
	--- ##Contact
	
	#Misc Styles
	
	#Font-Face 
	
==================================================	*/
	

/* #Global Styles
================================================== */


/* #Basic
-------------------------------------------------- */
body {
	overflow-x: hidden;
	font-family: "Source Sans Pro", "Helvetica Nueue", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}


/* ##Typography
-------------------------------------------------- */	
h1, h2, h3, h4, h5, h6 {
	font-family: Economica, Helvetica, Arial, sans-serif;
}

/* ##Links
-------------------------------------------------- */	
a {
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}
a:hover {
	text-decoration: none;
}
	
/* #Site Styles
================================================== */


/* ##Header
-------------------------------------------------- */
.navbar .brand {
	/*font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 32px;
	text-transform: uppercase;*/
	padding: 0 20px;
	margin-top: 20px;
}

/* ##Menu
-------------------------------------------------- */
.navbar .nav > li > a { 
	text-shadow: none;
	font-size: 1.4em;
	font-weight: 700;
	padding: 22px 15px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}
.navbar .nav {
	margin: 0;
	position: relative;
	z-index: 1000;
}
.nav > li {
	position: relative;
}

.navbar .nav > .active > a {	
	color: #fff;
}
.navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	box-shadow: none;
	color: #fff;
	background-color: #ce2d4c;
}
.navbar-static-top .navbar-inner{
	font-family: Economica, Helvetica, Arial, sans-serif;
	box-shadow: none !important;
	border-bottom: 1px solid #E5E5E5;
}
#header .nav li:hover > a, .nav li.active:hover > a {
	color: #fff;
	background-color: #ce2d4c;
}
#header .nav li:hover .subnav {
	display: block;
	-webkit-transition: 0.1s all linear;
}
.subnav {
	display: none;
	list-style: none;
	margin: 0;
	position: absolute;
	z-index: 100;
	background: #fff;    
	border-top: 2px solid #D63458;
	top: 66px;
	border-bottom: 2px solid #D63458;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.subnav li {
	-webkit-transition: 0.1s all linear;
}
.subnav li a {
	width: 150px;
	display: block;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 5px 15px;
	-webkit-transition: 0.1s all linear;
	border-bottom: 1px solid #e3e3e3;
}

.subnav li a:hover {
	border-bottom-color: #D63458;
}
.subnav .hover , .subnav li:hover{
	background: #d63458;
}
.subnav .hover a, .subnav li:hover a{
	color: #fff;
}
.articles .pagination select {
	display: none; 
	
  }

/* SelectNav */
#main-menu {display: block; height: auto;}

#main-menu select { display: none; }


/* ##Slider
-------------------------------------------------- */
#featured {	
	position: relative;
}
.feat2 {
	border-top: 2px solid #D63458;
}
h1.featured-title {
	font-size: 2.2em;
	font-weight: 800;
	color: #464646;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 15px;
	margin: 0;
	text-align: center;
}
p.featured-subtitle {
	font-size: 1.5em;
	font-weight: 200;
	color: #464646;
	padding-bottom: 20px;
	margin-bottom: 0px;
	text-align: center;
}
.slider-shade {
	margin-bottom: 1px;
	display: block;
	width: 100%;
	margin-top: -23px;
}

.slider {
	padding-top: 0px;
}
.slider-full {	
	border-bottom: 1px solid #EFEFEF;
	position: relative;
	background: #fafafa;	
	margin-bottom: -1px;
}

#info-box {
	border-bottom: 1px solid #e5e5e5;
	background: #EFEFEF;	
	margin-bottom: -1px;
	position: relative;
}
#info-box2 {
	border-bottom: 1px solid #e5e5e5;
	background: #e5e5e5 url(../img/bg-infobox.png) no-repeat top center;	
	margin-bottom: -1px;
	margin-top: -1px;
	position: relative;
}
.info-content {
	padding-top: 20px;
	float: left;
	padding-bottom: 20px;
	color: #464646;
}
.info-content h4{
	font-size: 2.2em;
}
.info-content p {
	font-size: 1.5em;
	font-weight: 200;
	margin: 0;
}
#info-box2 .btn {
	float: right;
	font-size: 2.4em;
	text-transform: uppercase;
	font-family: Economica, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 25px;
}

/* Camera Slider */
.fluid_container {
	margin: 0 auto;				
}
.next,.prev {
	color: white;
	cursor: pointer;
	display: none;
	font-weight: bold;
	padding: 10px 15px;
	position: absolute;
	top: 50%;
	z-index: 1000;
	height: 75px;
	margin-top: -47.5px;
}

.pause {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
}

.paused {
	opacity: 0.3;
}

.prev {
	left: 3%;
}

.next {
	right: 3%;
}

.prev img, .next img{
	height: 100%;
	width: auto;
}
#featured {	
	margin-top: -1px;
}
#camera-wrap {
	height: 520px;
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.caption-slide1, .caption-slide2, .caption-slide3 {
	position: absolute;
	display: block;       
	top: 0;
	width: 100%;
	height: 100%;
}
.cameraContents {
	background: url("../img/bg-cameracontents.png") repeat fixed;
	position: relative;
	height: 100%;
	-webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -1px 5px rgba(0, 0, 0, 0.2);
}
.cameraContent .container {
	position: relative;
	padding: 0;
}
.caption-container {
	margin: 0 auto;
	position: relative;
	
   padding: 0 20px;
}
.caption-slide1 .caption-container h1 {
	color: #464646;
	text-align: center;	
	margin-top: 55px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
.caption-container h1 span {
	color: #D63458;
}
.caption-slide1 .caption-container > img {	
	position: relative;
	top: 165px;
	width: 100%;
}
.caption-slide2 .caption-container h1 {
	color: #fff;
	font-size: 52px;
	margin-top: 80px;
	width: 400px;
	text-shadow: 0px 1px 1px #222;
}
.caption-slide3 .caption-container > img.image1 {
position: relative;
left: 0px;
top: 75px;
width: 70%;
}
.caption-slide3 .caption-container > img.image2 {
position: absolute;
right: 10px;
top: 120px;
width: 30%;
z-index: 1;
}
.caption-container .prod {
	position: absolute!important;
	top: auto !important;
	bottom: 0;
}
.caption-slide1 .caption-container > .caption-head {
	top: 90px;
}
.caption-slide2 p {
	color: #464646;
	font-size: 22px;
	font-weight: 200;
	line-height: 2;
	margin: 30px 0;
	width: 400px;
}

.caption-slide2 .btn {
	background: #D63458 !important;
	font-size: 36px;
	font-weight: bold;
	padding: 15px 20px;
	margin-top: 370px;
}
.caption-text-body {
	bottom: 22px;
	font-size: 22px;
	font-weight: 200;
	line-height: 1.2em;
	position: absolute;
	text-align: center;
	width: 940px;
}

/* ##Footer
-------------------------------------------------- */
#footer {
	background: #646464 url(../img/bg-footer.png) repeat;
	color: #cbcbcb;
}
#footer h4 {
	color: #FFF;
	display: block;
	background: transparent url(../img/bg-footer-title.png) repeat-x bottom;
	padding: 15px 0px;
	font-size: 1.6em;
	text-transform: uppercase;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #464646;
}
#footer-block {
	padding-bottom: 10px;
}
#footer-copy {
	background: #383838;
	padding-top: 12px;
	border-top: 1px solid #D63458;
}
#footer-copy .container {
	position: relative;
}
.copyright {
	margin-top: 5px;
}

#scrolltop {
	position: relative;
}

#scrolltop a {
	display: block;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	line-height: 1;
	padding: 0;
	background: #D63458 url(../img/bg-scrolltop.png) no-repeat 0 0;
	position: absolute;
	right: 0px;
	bottom: 13px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;	
}
#scrolltop a:hover {	
	background: #464646 url(../img/bg-scrolltop.png) no-repeat 0 -32px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
}


/* #Element Styles
================================================== */


/* ##Buttons
-------------------------------------------------- */
.btn {
	background: #D63458;
	border-radius: 0px !important;
	border: none !important;
}
.btn:hover {
	background: #7a7a7a;
}


/* ##Box
-------------------------------------------------- */
.infobox {
	background: #EFEFEF;
	padding: 15px;
	border: 1px solid #dedede;
	margin-bottom: 12px;
}
.infobox h3 {
	line-height: 1;
	margin-top: 0;
	
}
.info-content h1 {
	display: inline-block;
	font-size: 24px;
	margin: 0;
}
.info-content span {
	padding-left: 5px;
	font-size: 24px;
	font-family: Economica, Helvetica, Arial, sans-serif;
	color: #7a7a7a;
}

/* ##Accordion
-------------------------------------------------- */
#accordions {   
	margin: 0 auto;
}
#accordions h2 {
   background: url(../img/bg-accordion.png) no-repeat 0 20px;
	line-height: 14px;
	margin: 0;
	padding: 15px 15px 15px 22px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #EFEFEF;	
	cursor: pointer;
	text-transform: uppercase;
}
#accordions h2:hover {
	color: #d63458;
}
#accordions h2.current {
	color: #464646;
	cursor:default;
	background: url(../img/bg-accordion.png) no-repeat 0 -8px; 
}
#accordions .pane {  
	display:none;    
	padding:15px;
	border-bottom: 1px solid #EFEFEF;
  
}
#accordions .pane h2 {
	font-weight:normal;
	margin:0;
	font-size:16px;
	color:#999;
}

/* ##Tabs
-------------------------------------------------- */
.nav-tabs li.active a{
	color: #464646;
	background: #fff !important;
}
.nav-tabs li:hover a, .nav-tabs li a:hover, .nav-tabs li.active a:hover {
	color: #D63458;
}

.widget-tabs .tab-content {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

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

.arrow-list ul, .arrow2-list ul, .circle-list ul, .check-list ul, .check2-list ul, .star-list ul, .plus-list ul, .dash-list ul {
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
}

.arrow-list ul li, .arrow2-list ul li, .circle-list ul li, .check-list ul li, .check2-list ul li, .star-list ul li, .plus-list ul li, .dash-list ul li {
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition: 0.1s all linear;
}
.arrow-list ul li {
	background-image: url(../img/bg-list-arrow.png);
}
.arrow2-list ul li {
	background-image: url(../img/bg-list-arrow2.png);
}
.circle-list ul li {
	background-image: url(../img/bg-list-circle.png);
}
.check-list ul li {
	background-image: url(../img/bg-list-check.png);
}
.check2-list ul li {
	background-image: url(../img/bg-list-check2.png);
}
.star-list ul li {
	background-image: url(../img/bg-list-star.png);
}
.plus-list ul li {
	background-image: url(../img/bg-list-plus.png);
}
.dash-list ul li {
	background-image: url(../img/bg-list-dash.png);
}

.arrow-list ul li:hover, .arrow2-list ul li:hover, .circle-list ul li:hover, 
.check-list ul li:hover, .check2-list ul li:hover, .star-list ul li:hover, 
.plus-list ul li:hover, .dash-list ul li:hover {
	background-position-x: 6px;
}

.list-home li{
	line-height: 2;
}

/* ##Blockquotes
-------------------------------------------------- */


/* ##Drop Cap
-------------------------------------------------- */		
.dropcap { 
	float: left;
	font-size: 50px;
	line-height: 0.9;
	color: #D63458;
	margin: 0 8px 0 0;
	font-weight: bold;
}

.dropcap2 {
	float: left;
	font-size: 36px;
	background: #D63458;
	padding: 5px 10px;
	line-height: 0.9;
	color: #FFF;
	margin: 0 8px 0 0;
	font-weight: bold;
}
.dropcap3 {
	float: left;
	font-size: 50px;
	font-weight: lighter;
	line-height: 0.9;
	color: #464646;
	margin: 0 5px 0 0;    
}

/* ##Alerts
-------------------------------------------------- */
.alert {
	background: #f2e9c1 url(../img/icon-warning.png) no-repeat 8px 6px;
	border-bottom: none;
	border-radius: 0;
	border-left: none;
	border-top-width: 2px;
	border-right: none;
	margin-bottom: 20px;
	padding: 8px 24px 8px 40px;
}

.alert .close {
	top: 0px;
	right: -15px;
}

.alert-error {
	background: #F9C8C8 url(../img/icon-error.png) no-repeat 8px 6px;
}
.alert-success {
	background: #def2c1 url(../img/icon-success.png) no-repeat 8px 6px;
}

.alert-info {
	background: #cde9f3 url(../img/icon-info.png) no-repeat 8px 6px;
}

/* ##Social Icons
-------------------------------------------------- */
.social-button {
	list-style: none;
	margin: 0;
}
.social-button li {
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	position: relative;
	width: 24px;
	height: 24px;
}
.social-button li a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	position: absolute;
}

.social-button li.facebook a{
	background: #7a7a7a url(../img/social/facebook.png) no-repeat center;
}
.social-button li.facebook a:hover {
	background-color: #3B5998;
}
.social-button li.twitter a {
	background: #7a7a7a url(../img/social/twitter.png) no-repeat center;
}
.social-button li.twitter a:hover {
	background-color: #3bc1ed;
}
.social-button li.dribbble a {
	background: #7a7a7a url(../img/social/dribbble.png) no-repeat center;
}
.social-button li.dribbble a:hover {
	background-color: #ef5b92;
}
.social-button li.gplus a {
	background: #7a7a7a url(../img/social/google+.png) no-repeat center;
}
.social-button li.gplus a:hover {
	background-color: #d94a39;
}

.social-button li.pinterest a {
	background: #7a7a7a url(../img/social/pinterest.png) no-repeat center;
}
.social-button li.pinterest a:hover {
	background-color: #cb2027;
}


/* #Page Styles
================================================== */
.section-wrap {
	border-top: 1px solid #EFEFEF;
	clear: both;
	padding: 25px 0 0px;
	position: relative;
}

/* Home
================================================== */

/* Services */

#services {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 20px;
}
#services2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#services .row, #services2 .row {
	margin-left: 0px;
}
#services .span3, #services .span4, #services2 .span3 {
	border-right: 1px solid #EFEFEF;
	margin: 30px 0px;
	padding: 0px 6px;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
	text-align: center;

}
#services2 .span3 {
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border-right: 1px dashed #EFEFEF;
	border-bottom: 1px dashed #EFEFEF;
}
#services .last {
	border-right: none;
}

#services2 .span6 > div:nth-child(2n)

 {
	border-right: none;
}
#services2 .span6 > div:nth-child(n+3) {
	border-bottom: none;
	}

.block {
	font-size: 0.9em;
	padding: 15px 10px;	
	margin: 0px 0;
}
#services .span3:hover, #services .span4:hover, #services2 .span3:hover {
	background: #EFEFEF;
	cursor: default;
}
.block-title {
	color: #464646;
	-webkit-transition: 0.2s all;
	line-height: 1;
	margin: 12px 0;
}
.span3:hover .block-title {
	color: #D63458;
}
.block-circle {
	background: #464646;
	width: 40px;
	height: 40px;
	padding: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}
.span3:hover .block-circle, .span4:hover .block-circle {
	background: #D63458;
}
#services .span3:last-child .block {
	border-right: none;
}

/* Home Portfolio */

#portfolio {	
	overflow: hidden;
}
.portfolio-block {
	background: #EFEFEF;
	border-bottom: 2px solid #EFEFEF;	
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;		
}
.portfolio-thumb {
	box-shadow: inset 0px 0px 0px #EFEFEF;
	max-width: 100%;
}
.portfolio-block:hover {
	border-bottom: 2px solid #D63458;

}
.portfolio-block:hover a {
	color: #D63458;
	display: block;
}
.portfolio-block h4 {
	font-weight: normal;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
	position: relative;
}
.portfolio-block a {
	position: relative;
	display: block;
	width: 100%;		
}

.portfolio-block canvas, .portfolio-block .portfolio-gray {
	position: absolute;	
	top: 0;
	left: 0;
	max-width: 100%;
}


/* ##About
-------------------------------------------------- */
#content-full {
	margin-bottom: 40px;
}
.skills {
	background: #fafafa;
	padding: 15px;
	font-size: 12px;
}
.progress {
	margin-bottom: 5px;
	border-radius: 0;
	filter: none;
	background: #EFEFEF;
}
.progress .bar {
	line-height: 24px;
	text-align: right;
	padding-right: 5px;	
	line-height: 24px;
	background: #D63458 !important;
	filter: none;
}
.teams {
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 20px;
}
.photo-thumb, .photo-thumb2 {
	float: left;
	margin-right: 20px;
	border: 1px solid #e5e5e5;
}
.photo-thumb2 {  
	border: none;
	-webkit-box-shadow: 0px 0px 2px #CCC;
	box-shadow: 0px 0px 2px #CCC;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
 }
.desc {
	
}
.desc h4 {
	color: #464646;
	margin-bottom: 5px;
	font-size: 22px;
}
.desc p {
	line-height: 24px;
	margin-bottom: 5px;
}


/* ##Pricing Table
-------------------------------------------------- */
.price-table.table-index.span3 {
	width: 220px;
	display: table;
}
.price-table.span3 {
	width: 240px;
	margin-left: 0;
	position: relative;
}
.price-table {
	text-align: center;
}
.features {
	list-style: none;
}
.table-index .title {
	height: 75px;
	line-height: 75px;
	color: #fff;
	font-size: 1.8em;
}
.table-index .header {
	background-color: #C9C9C9;
}
.features li {
	line-height: 40px;
	font-size: 1.2em;
	border-bottom: 1px solid #E5E5E5;
}
.featured .features li {
	font-size: 1.25em;
}
.features li:last-child {
	border-bottom: none;
}
.table-index .features {
	text-align: left;
}
.pricing {
	margin-top: 45px;
	margin-left: 0px;
}
h2.title {
	margin: 0;
	font-size: 2em;
}
.pricing .features {
	border-left: 1px solid #E5E5E5;
	margin: 0;
	padding: 5px 15px;
}
.footer {
	margin: 0;
	padding: 5px 15px;
}
.price-table {
	border-bottom: 1px solid #E5E5E5;
}
.header {
	height: 75px;
	background: #D63458;
	color: #fff;
	box-shadow: inset 0px 2px 0px rgba(0,0,0,0.2);
}
.price {
	margin: 0;
	font-size: 16px;
	line-height: 1;
}
.price span {
	font-size: 28px;
}
.price-table:last-child .features, .price-table:last-child .footer {
	border-right: 1px solid #E5E5E5;
}
.featured .header {
	background: #3e3e3e;
	height: 90px;
	margin-top: -15px;
	padding-top: 0px;
}
.price-table .footer {
	background: #D63458;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.price-table .footer a {
	color: #FFF;
	text-transform: uppercase;    
	font-weight: bold;
	font-size: 1.2em;
}
.free .header, .free .footer {
	background: #99cd46;
}
.featured {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	z-index: 5;
   
}
.featured .features, .featured .footer, .price-table:last-child .features, .price-table:last-child .footer  {
	border-left: none;
}
.featured h2.title {
	font-size: 2.4em;
	padding-top: 6px;
}

.featured .footer {
	background: #3E3E3E;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: -1px;
}


/* ##Testimonials
-------------------------------------------------- */
#testimon {
	margin-bottom: 20px;
}
.testi-wrap {
	position: relative;
}
.testimonials{
	list-style: none;
	margin-left: 0px;
	margin-bottom: 40px;
	line-height: 1;
}
.testimonial {
	list-style: none;
	margin-top: 20px;
	line-height: 1;
}
.testimonials li, .testimonial li, .testimonial .span6 {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	float: left;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.testi-inner {
	padding: 15px;
	min-height: 130px;
}
.testi-quote {
	font-style: italic;
	background: url(../img/bg-quote.png) no-repeat 0 0;
	padding: 10px 20px 10px 50px;
	border-right: 1px solid #EFEFEF;	
	display: inline-block;	
	float: left;
	width: 220px;
	margin-bottom: 0px;
	text-align: right;
	margin-right: 13px;
}
.testi-quote-left {
	font-style: italic;
	background: url(../img/bg-quote2.png) no-repeat top right;
	padding: 10px 50px 10px 20px;
	border-left: 1px solid #EFEFEF;	
	display: inline-block;	
	float: right;
	width: 220px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 13px;
}
.testi-author {
	line-height: 20px; 
	float: right;
	padding-right: 10px;	
	padding-left: 10px;
	display: inline-block;	
	text-align: left;
}
.testi-author-left {
	line-height: 20px; 
	float: left;	
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;	
	text-align: right;
}
.testi-author > img, .testi-author-left > img {
	max-width: 100px;
	margin-bottom: 10px;
}

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

.portfolio-wrap .social-share {
	margin-top: 30px;
	margin-bottom: 5px;
	border-bottom: none;
	padding-bottom: 0;
}
.portfolio-wrap .portfolio {
	margin-left: -20px;
	margin-top: 0;	
}
.portfolio-wrap h3.section-title {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
	
}
.portfolio-wrap .portfolio article{
	position: relative;
}

.works-wrap .portfolio {
	margin-top: 0;
	position: relative;

}
.works-wrap .portfolio .portfolio-item {
	position: relative;

}
.portfolio {
	margin-bottom: 0px; 
	margin-top: 70px; 
	margin-left: 0px; 
}
.portfolio article, .portfolio > li{
	float: left; 	
	position: relative;	
	overflow: hidden;
	margin-bottom: 20px;
}
.portfolio > li {
	margin: 0;
	padding: 0;
}
.portofolio > li:last-child {
	margin: 0;
}
.portfolio article img, .portfolio > li img {
	width: 100%;
}
.portfolio article *, .portfolio > li *{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}
.portfolio article a, .portfolio > li a {
	display: block;
	position: relative;
}

.portfolio .p-text{	
	font-family: Economica, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;	
	margin: 0;
	line-height: 1;
	border-bottom: 2px solid #EFEFEF;
	background: #EFEFEF;
	display: block;	
	text-align: center;
	position: relative;
	z-index: 1000;
}
.p-text p {
	font-size: 14px;
	margin-bottom: 10px;	
	font-weight: 400;
	font-style: italic;
}

.portfolio-carousel.portfolio {
	margin-top: 0;
}

.portfolio-carousel {
	width: 100%;
	overflow: hidden;
	margin: 0;	
}
.portfolio-item {		
	float: left;
	display: block;	
	position: relative;
	width: 220px;
}
.portfolio-item img {
	position: relative;
	display: block;
	max-height: none;
	max-width: none;
}


.logo-wrapper ul {
	list-style: none;	
}

#logos {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#logos .span3 {
	text-align: center;	
	border-right: 1px solid #EFEFEF;
}

.logo-wrap {
	
	border: 1px solid #e5e5e5;
	text-align: center;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}	
.logo-wrap img {
	padding: 10px 0;	
}	
.works-wrap {
	position: relative;	
}
.portfolio .p-text a {
	display: block;
	padding: 10px 5px 5px;
}

.portfolio article:hover .p-text, .portfolio .portfolio-item:hover .p-text {
	border-bottom: 2px solid #D63458;
}
.portfolio h4 {
	font-size: 9px;
	margin-bottom: 0;
}
.p-thumb {
	position: relative;
	overflow: hidden;
}
.image-overlay-bg {
	background: url(../img/bg-portfolio-thumb.png) repeat;
}

.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: none;
	z-index: 1;
	zoom: 1;
}
.image-overlay-bg a.image-link, .image-overlay-bg a.image-lightbox, .image-overlay-bg a.overlay-video {
	width: 36px;
	height: 36px;
	position: absolute;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	opacity: 1;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	top: 50%;
	right: 50%
}
.image-overlay-bg a.image-link {
	background: #d63458 url(../img/img-overlay2.png) no-repeat center;
}
.image-overlay-bg a.image-lightbox {
	background: #d63458 url(../img/img-overlay.png) no-repeat center;
}
.image-overlay-bg a.overlay-video {
	background: #d63458 url(../img/video-overlay.png) no-repeat center;
}
.image-overlay-bg a.overlay-video:hover, .image-overlay-bg a.image-lightbox:hover, .image-overlay-bg a.image-link:hover {
	background-color: #7a7a7a;
}
a.overlay-video {
	margin-top: -18px;	
}
.image-link {
	margin-top: -18px;
	margin-right: -40px;
	opacity: 1;     
}
.image-lightbox {
	margin-top: -18px;
	margin-left: -50px;
	opacity: 1;    
}
.portfolio-detail .slides li .image-lightbox {
	opacity: 1;
	margin-right: -20px;
}


/* Filterable Portfolio */
.menu-filterable{
	position: absolute;
	top: 20px;
	right: 0;
	width: auto;
}
.section-wrap .menu-filterable {
	list-style: none;
	margin: 0;
	top: 33px;
}
.menu-filterable.nav-pills > .active > a, .menu-filterable.nav-pills.nav-pills > .active > a:hover {
	color: white;
	background-color: #d63458;
}
.menu-filterable li{
  	margin-bottom: 0px;
}
.menu-filterable li a {	
	padding: 3px 10px !important;
	border-radius: 0 !important;
}	
#sidebar .menu-filterable{
	position: relative;
}
#sidebar .menu-filterable li{
	float: none;
	margin-bottom: 5px;
	margin-left: 0 !important;
}
 #sidebar .menu-filterable li a{
	padding-left: 25px;
}	

/*Single Portfolio */
.portfolio-wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}
.portfolio-media .btn {
	color: #fff;
	text-shadow: none;
}
.portfolio-detail {
	position: relative;
	zoom: 1;
}
.portfolio-detail .slides li{
	position: relative;
	display: none;
	width: 100%;
}
.portfolio-detail .slides {
	display: block;
	width: 100%;	
	z-index: 0;
	position: relative;
}
.portfolio-detail .flex-direction-nav {
	z-index: 2;
}
.portfolio-detail .flex-direction-nav a {
	opacity: 1;
}
.portfolio-detail .flex-direction-nav .flex-prev,  .portfolio-detail .flex-direction-nav .flex-next{
	background-position: left center;
	background-color: #d63458;    
	height: 50px;
	width: 28px;  
	top: auto;
	bottom: 50%;
	margin-bottom: -24px;
}
.portfolio-detail .flex-direction-nav .flex-next {
   background-position: right center; 
}
.portfolio-detail .flex-prev:hover, .portfolio-detail .flex-next:hover {
	background-color: #7a7a7a;
}
.portfolio-detail .flex-direction-nav .flex-prev {
   left: 0px;	
}
.portfolio-detail .flex-direction-nav .flex-next {
	right: 0px;    
}
.portfolio-related {
	margin-top: 20px;
}


/* ##Blog
-------------------------------------------------- */
#blog {
	overflow: hidden;
	margin-bottom: 30px;
}
#whyus {
	margin-bottom: 30px;
}
#whyus #logos {
	margin-bottom: 0;
	padding-bottom: 0;
}
#whyus #logos .logo-wrap {
	margin-bottom: 20px;
}
.post, .post2 {
	display: block;	
	margin-bottom: 40px;
}
.post2 {
	float: left;
	margin-bottom: 20px;
}
.post-full {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EFEFEF;
	
}
.post-meta, .post-media, .post-content {
	display: block;	
	padding-bottom: 20px;
}
.post-date {
	background: #D63458;
	color: #fff;
	width: 48px;
	line-height: 1;
	text-align: center;
	float: left;
}
.post-date span {
	display: block;
	padding: 3px 0;
	
}
.post-date span.day{
	background: #464646;
	font-size: 1.8em;
	font-weight: bold;	
}
.post-date span.month {
	font-size: 1.2em;
	font-weight: bold;

}
.post-date span.year {
	font-size: 0.8em;
	padding-bottom: 5px;
}
.post-title {
	float: left;
	display: block;
	padding-left: 12px;
}
.post2 .post-title {
	float: left;
	display: block;
	padding: 0;	
	margin-bottom: 10px;
}
.post-title h3{
	margin: 0;
}
.post2 .post-title h3 {
	margin: 0;
	line-height: 1.4;
}
.post2 .post-info {
	margin-bottom: 10px;
}
.post-title ol, .post-info ol{
	list-style: none;
	margin: 0;
}
.post-info ol {
	margin-bottom: 10px;
}
.post2 .post-info ol {
	margin: 0;
}
.post2 .post-meta {
	padding: 0;
}
.post-title ol li, .post-title-tag, .post-title-comments, .post-info ol li {
	display: inline-block;
	margin-right: 20px;
	padding-left: 24px;
	background: url(../img/icon-blog-meta.png) 0 0 no-repeat;
}
.post2 .btn {
	margin-top: 10px;
}
.post-title ol li.tags, .post-title-tag, .post-info ol li.tags {
	background-position: 0px -24px;
}

.post-title ol li.replies, .post-title-comments, .post-info ol li.comments {
	background-position: 0px -48px;
}

.post2 .post-media {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.post2 .post-content {
	width: 380px;
	float: left;
}

.post-title-full h3 {
	font-size: 2.7em;
	margin-top: 0;
}
.post-title-full ol {
	list-style: none;
	margin: 0;
}

.post-author {
	float: left;
	margin-right: 15px;
}
.post-title-full ol li {
	line-height: 2;
	margin-bottom: 3px;
}
.post-title-meta {
	display: block;
}
.post-title-tag, .post-title-comments {
	display: inline-block;
	padding-left: 24px;
	margin-right: 10px;
}
.post-title-comments {
	display: inline-block;
}

.social-share {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 20px;
	padding-bottom: 20px ;
	float: left;
	display: block;
	width: 100%;
}
.social-share div {
	display: inline-block;
	float: left;
	
}
.pagination {
	margin: 10px 0;
	clear: both;
}
.pagination a {
	line-height: 32px;
}

.widget {	
	margin: 0 0 30px 10px;
}
.widget h5 {
	color: #464646;
	font-size: 1.4em;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget .widget-list ul li {
	line-height: 2.6;
	border-bottom: 1px solid #EFEFEF;
	padding-left: 24px;
	background: url(../img/bg-widget-cat.png) 0 0 no-repeat;
}

.tagscloud a {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	background: #D63458 url(../img/arrows2.png) no-repeat left center;
	padding: 4px 10px 4px 14px;
	color: #fff;
	box-shadow: inset 0px 2px 0px rgba(0,0,0,0.3);
}
.tagscloud a:hover {
	background: #7a7a7a url(../img/arrows2.png) no-repeat left center;
}


/* Comments */
#comments {
	clear: both;
}
.avatar {
	margin: 0 20px 10px 0px;  z-index: 1;
	width: 42px;
	height: 42px;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}
.comment-list {
	list-style: none;
	margin: 0 0 20px;
}
.comment {
	margin-bottom: 20px;
}
.comment-inner {
	margin-bottom: 20px;
	position: relative;
}
.comment-author {
	display: -block;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
.comment-meta {
	float: left;
	display: block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.comment-detail {
	margin: 0 0 10px 70px;
	padding: 15px;
	background: #FAFAFA;
}
.comment-date {
	margin: 0;
	font-size: 0.9em;
}
.btn-comment-reply {
	position: absolute;
	right: 0;
	top: 8px;
	text-shadow: none;
	color: #FFF;
}
.btn-comment-reply:hover {
	color: #FFF;
}
.comment-child {
	padding-left: 40px;
	margin-left: 30px;
}

/* ##Contact
-------------------------------------------------- */
#content {
	margin-top: 25px;
	margin-bottom: 15px;
}
#map {
	margin-top: 1px;
	border-bottom: 1px solid #EFEFEF;
}
#map-canvas {
	position: relative;
	height: 420px;
}
#map-canvas * {
	max-width: none;
}
#contact-form{
	background: #EFEFEF;
	padding: 20px;

}
#contact-form label {
	font-size: 1em;
}
#contact-form button {
	margin-top: 8px;
}
#contact-form .input-xxlarge {
	width: 566px;
}

#contact-form .control-group {
	margin-bottom: 5px;
}
#subscribe {
	background: #D63458;
	color: #FFF;	
	margin-bottom: 40px;
}
#subscribe h2 {
	padding-left: 15px;
}

#subscribe form {
	margin: 15px 0px 0px;
	line-height: 40px;
	padding-right: 15px;
}
#subscribe input {
	width: 250px;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	display: inline-block;
	margin: 0;
	float: left;
}
#subscribe button {
	padding: 6px 15px;
	background: #464646;
	color: white;
	text-shadow: none;
	margin: 0;
	float: left;
	font-size: 16px;
}

.flickr {
	list-style-type: none;
	margin: 0;
}

.flickr li {
	background-color: #7A7A7A;
	float: left;
	line-height: 0 !important;
	list-style: none outside none;
	margin: 0 5px 10px;
	padding: 1px;
}
.flickr li img {
	height: 60px;
	width: 60px;
}

.twitter-feed {
	list-style: none;
	margin: 0px 0px 12px 0px;
}
.twitter-feed li{
	background: url(../img/twitter-icon.png) no-repeat 0 5px;
	padding-left: 24px;
	line-height: 20px;
}
.twitter-feed p {
	font-size: 0.8em;
	text-align: right;
}

.address-list ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.address-list ul li {
	margin-bottom: 10px;
	padding-left: 22px;
}
.address-list .address-detail {
	background: url(../img/address-marker.png) no-repeat 0 4px;
}
.address-list .address-mail {
	background: url(../img/address-mail.png) no-repeat 0 4px;
}
.address-list .address-phone {
	background: url(../img/address-phone.png) no-repeat 0 4px;
}

.social-links {
	list-style: none;
	margin: 0px 0px 10px 0px;	
}
.social-links li {	
	background-color: #222;
	-webkit-border-radius: 100%;
	border-radius: 100%;	
	margin-left: 10px;	
	display: inline-block;	
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3);	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
	opacity: 0.7;
	text-indent: -9999px;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-o-transition: all .8s linear;
	-ms-transition: all .8s linear;
	transition: all .8s linear;	
}
.social-links li:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.7);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.7);
}
.social-links a {
	width: 24px;
	height: 24px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: block;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;	
	padding: 4px;
}
.social-links a:hover {	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.social-links a.twitter {
	background: url(../img/social/twitter.png) no-repeat center !important;	
}
.social-links a.facebook {
	background: url(../img/social/facebook.png) no-repeat center !important;	
}
.social-links a.dribbble {
	background: url(../img/social/dribbble.png) no-repeat center !important;	
}
.social-links a.gplus {
	background: url(../img/social/google+.png) no-repeat center !important;	
}
.social-links a.pinterest {
	background: url(../img/social/pinterest.png) no-repeat center !important;	
}

.tooltip-inner {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* #Misc Styles
================================================== */
.left { float: left }
.right { float: right }
.center {
	display: block;
	margin: 0 auto;
}
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
	Just create a "fonts" folder at the root,
	copy your FontName into code below and remove
	comment brackets */

/*	@font-face {
		font-family: 'FontName';
		src: url('../fonts/FontName.eot');
		src: url('../fonts/FontName.eot?iefix') format('eot'),
			 url('../fonts/FontName.woff') format('woff'),
			 url('../fonts/FontName.ttf') format('truetype'),
			 url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
		font-weight: normal;
		font-style: normal; }
*/
