.logo {
    width: 50px;
    border-radius: 84%;
    border: 2px solid #fff;
    height: 50px;
    margin-top: 7px;
}

.col-sm-4.logos > img.img-responsive {
    margin: 10px auto !important;
    max-height: 150px !important;
}

h3 {
    color: #FFFFFF;
    font-family: 'Alegreya Sans SC';
}

.navbar-default {
    margin: 0;
    background-color: #2C3E50 !important;
    border: none;
    border-radius: 0;
    /*height: 78px;*/
    padding-top: 3px;
    border-bottom: 8px solid rgba(0,0,0,0.1);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: #2C3E50 !important;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-family: 'Alegreya Sans SC';
    margin-top: 6px;
    font-size: 18px;
    border-left: 4px solid transparent;
    transition-duration: 0.7s;
}

.navbar-default .navbar-brand {
    font-family: 'Montserrat';
    padding: 23px 0 0 25px;
    color: #16A085;
    font-size: 24px;
    transition-duration: 0.7s;
}

header{
	display: none;
}

.btn, .btn:hover, .btn:focus {
    font-family: 'Montserrat';
    border-bottom: 4px solid #FFFFFF;
    color: #FFFFFF;
    transition-duration: 0.4s;
}

.btn-reference {
    border: 1px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    background-color: transparent;
}

.btn-reference:hover, .btn-reference.btn-active {
    border: 1px solid #16A085;
    border-bottom: 3px solid #16A085;
    color: #16A085;
}

.jumbotron {
    margin: 0;
    background-color: #2F4254;
}

.jumbotron img {
    margin: 0 auto 0 auto;
    max-height: 350px;
    margin-bottom: 15px;
    border-radius: 55%;
    border: #fff solid 10px;
}

.social-wrapper h2 {
    display: inline;
    padding: 0 15px 0 15px;
    font-size: 78px;
}


.social-wrapper, .jumbotron{
	text-align: center;
}


.carousel-inner{
	margin-bottom: 15px;
}
.brands{
	display: inline;
}

.brands > li > a {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border-top: 3px solid #16A085;
    transition-duration: 0.2s;
}
.brands > li > a:hover {
    color: #16A085;
    border-top: 3px solid #2F4254;
}
h2 {
    margin: 0 0 20px;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 56px;
}

.social-wrapper h2 {
    display: inline;
    padding: 0 15px 0 15px;
    font-size: 78px;
}

#about{
	    background-color: #34495E;
    padding: 80px 0;
    color: #FFFFFF;
    border-top: 8px solid rgba(0,0,0,0.1);
    box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
}

#services, #showcase, #reference, #pricing{
    background-color: #1ABC9C;
    padding: 80px 0;
    color: #FFFFFF;
    border-top: 8px solid rgba(0,0,0,0.1);
    box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
    text-align: center;
}

#separator, #quotes, #blog, #contact {
	background-color: #34495E;
    padding: 80px 0;
    color: #FFFFFF;
    border-top: 8px solid rgba(0,0,0,0.1);
    box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
    text-align: center;
    padding: 50px 0;
}

.media-heading, .media-heading + p{
	text-align: left;
}

.grid {
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid li {
    display: inline-block;
    width: 350px;
    margin: 0;
    padding: 20px;
    text-align: left;
    position: relative;
}

.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    background: #2c3f52;
    color: #ed4e6e;
}

.cs-style-4 li {
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

.cs-style-4 figure > div {
    overflow: hidden;
}

.grid figure {
    margin: 0;
    position: relative;
}

.blog-post .blog-info > a {
    display: table-cell;
    float: none;
    width: 1%;
    background-color: #f0f0f0;
    text-align: center;
    border-right: 1px solid #dddddd;
    color: #999;
    font-weight: bold;
    padding: 10px 0;
    transition: all 0.3s ease-in;
}

.blog-post {
    background-color: #2C3E50;
    text-align: left;
    border-radius: 5px;
    margin-top: 30px;
}

.blog-body {
    padding: 10px 20px;
    text-align: right;
}

.blog-post {
    background-color: #2C3E50;
    text-align: left;
    border-radius: 5px;
    margin-top: 30px;
}

.blog-post .blog-info > a:last-child {
    border-right: 0;
    border-bottom-right-radius: 5px;
}

.blog-post .blog-info > a:first-child {
    border-left: 0;
    border-bottom-left-radius: 5px;
}

#footer {
    background-color: #2F4254;
    text-align: center;
    padding: 40px 0;
    color: #FFFFFF;
    border-top: 8px inset #333;
    border-top: 8px solid rgba(0,0,0,0.1);
    box-shadow: 0px 1px 0px rgba(255,255,255,0.2);
}

#contact .macbook-inner {
    position: absolute;
    top: 65px;
    left: 163px;
    width: 845px;
    height: 532px;
    padding: 50px 30px 0;
    transition: all 0.3s ease;
}


.contact-image {
	    width: 164px;
	    border-radius: 55%;
	    border: 2px solid #fff;
	    height: 164px;
	    margin-bottom: 15px;
   }

#contact .contact-info {
    background-color: #1ABC9C;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 0 12px;
    text-align: left;
}

#contact .contact-info p {
    border-bottom: 2px dashed #16A085;
    margin: 0;
    padding: 12px 0;
    font-weight: bold;
}

#carousel-reference {
    position: absolute;
    top: 28px;
    right: 37px;
    left: 37px;
    bottom: 0;
}

#pricing .pricing-table {
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-top: 20px;
}

#pricing ul li {
    color: #2C3E50;
    padding: 5px 0;
    font-size: 16px;
}

#pricing .pricing-headline {
    background-color: #2C3E50;
    padding: 20px 0 20px;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease-in-out;
}

#pricing .prize {
    background-color: #fff;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    color: #2C3E50;
    border-radius: 50%;
    font-size: 25px;
    font-weight: bold;
    padding-top: 22px;
    transition: all 0.3s ease-in-out;
}

.carousel .carousel-control {
	background:none;
	width:40px;
	height:40px;
	background-color:rgba(237,90,100,0.4);
	top:130px;
	padding-top:5px;
	display:none;
	border-radius:50px;
}

.carousel .carousel-control.left {
	left:10px;
}

.carousel .carousel-control.right {
	right:10px;
}

.carousel .carousel-control:hover {
	background-color:rgba(237,90,100,0.8);
}


.scrollpoint{
  opacity: 0;
}

.scrollpoint.active {
    opacity: 1;
}

/*------------------------------
	REFERENCE
------------------------------*/
.grid {
	padding: 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 350px;
	margin: 0;
	padding: 20px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
	background: #2c3f52;
	color: #ed4e6e;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}

/* Caption Style 4 */
.cs-style-4 li {
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 0 50%;
	-moz-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
}

.cs-style-4 figure {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-style-4 figure > div {
	overflow: hidden;
}

.cs-style-4 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-4 figure:hover img,
.cs-style-4 figure.cs-hover img {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}

.cs-style-4 figcaption {
	height: 100%;
	width: 50%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-4 figure:hover figcaption,
.cs-style-4 figure.cs-hover figcaption, .cs-style-4 figure:hover figcaption {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-4 figcaption a {
	position: absolute;
	bottom: 15px;
	
	background-color:#ED5A64;
}

.cs-style-4 figcaption a:hover {
	color:#ED5A64;
	background-color:#ffffff;
}


body{
	width: calc(100% + 10px);
}

section, header, div, footer, body{
  overflow-x:hidden;
}

.navbar-logo{
	height: 55px;
	padding-left: 0px !important;
}

@media (min-width:1380px) {
	.date-small {
		display:none;
	}
}

@media (min-width:1280px) and (max-width:1380px) {
	#date  {
		width:60px;
		padding-left:10px;
		top:95px;
	}
	
	#date p{
		font-size:25px;
		margin-bottom:10px;
	}
	
	#date .month{
		font-size:20px;
	}
	
	#blog-post h2{
		font-size:50px;
	}
	
	.date-small {
		display:none;
	}
}

@media (min-width:1200px) and (max-width:1279px) {
	.date-small {
		display:block;
	}
	.date-big {
		display:none;
	}
	
}

@media (min-width:1161px) and (max-width:1199px) {
	.date-small {
		display:none;
	}
	.date-big {
		display:block;
	}
	
}

@media (min-width:992px) and (max-width:1160px) {
	.date-small {
		display:block;
	}
	.date-big {
		display:none;
	}
	
}

@media (min-width:940px) and (max-width:991px) {
	.date-small {
		display:none;
	}
	.date-big {
		display:block;
	}
}
	
@media (min-width:1px) and (max-width:939px) {
	.date-small {
		display:block;
	}
	.date-big {
		display:none;
	}
	
}


/*------------------------------
	MEDIUM DEVICES
------------------------------*/

@media (min-width:992px) and (max-width:1199px) {
	.carousel .carousel-control {
		top:140px;
	}
	
	#blog .line i {
		left:138px;
	}
	
	#contact .macbook-inner {
		top:56px;
		left:137px;
		width:697px;
		height:435px;
	}
	#contact .form-control {
		margin-bottom:21px;
		height:32px;
	}
	
	#contact textarea.form-control {
		height:100px;
	}
	
	.contact-image {
		width:74px;
	}
		
}

/*------------------------------
	SMALL DEVICES
------------------------------*/

@media (min-width:768px) and (max-width:991px) {
	header {
		height:auto;
	}
	
	#skills-toggle {
		margin-top:25px;
	}
	
	#services {
		height:auto;
	}
	
	#carousel-reference {
		top:24px;
		right:35px;
		left:35px;
	}
	
	.carousel .carousel-control {
		top:100px;
	}
	
	#blog .line i {
		left:100px;
	}
	
	#contact .macbook-inner {
		top:43px;
		left:108px;
		width:535px;
		height:334px;
		padding:40px 20px;
	}
	
	#contact .form-control {
		margin-bottom:7px;
		height:28px;
	}

	#contact textarea.form-control {
		height:70px;
	}
	
	#contact h3 {
		margin:0 0 10px;
		font-size:22px;
	}
		
	.macbook-inner .btn {
		padding:4px 8px;	
	}
	
	#contact .help-block {
		font-size: 12px;
		top: -20px;
	}
	
	.tweets p {
		line-height:20px;
		font-size: 14px;
	}
}

/*------------------------------
	EXTRA SMALL DEVICES
------------------------------*/

@media (max-width:767px) {
	.navbar-collapse {
		box-shadow:none;
	}
	
	.navbar-default {	
		height:58px;
		padding-top: 0;
	}
	
	.navbar-logo {
		padding:5px 0 0 15px;
		width:55px;
	}
	
	.navbar-default .navbar-toggle {
		margin:0;
		background-color:#16A085;
		border:0;
		border-radius:0;
		padding:3px 0 0;
		height:50px;
		width:50px;
		color:#FFFFFF;
		font-size:24px;
	}
	
	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {
		background-color: #16A085;
	}
	
	.navbar-brand{
		top:-9px;
		position:relative;
	}
	
	
	h2 {
		font-size:35px;	
	}

	.content-first {
		padding:30px 0;
	}

	.content-second {
		padding:30px 0;
	}
	
	.scrollpoint {
		opacity:1;
	}

	header {
		height:auto;
	}
	
	.social-wrapper h2 {
		display:inline;
		padding:0 15px 0 15px;
		font-size:38px;
	}
	
	.jumbotron img {
		max-height:150px;
	}
	
	#about {
		padding-bottom:0;
		padding-top:0;
	}
	
	.tweets p {
		line-height:22px;
	}

	#skills-toggle {
		margin-top:25px;
	}
	
	#blog .blog-main p {
		padding-bottom:15px;
		border-bottom:4px dashed #2C3E50;
	}
	
	.blog-post {
		margin:0 50px 25px;
	}
	
	.blog-body p {
		text-align:left;
		font-size:14px;
	}
	
	#skills {
		padding:10px 0;
	}
	
	#skills .chart {
		margin-bottom:50px;
	}
	
	.tweets {
		min-height:90px;
	}

	.tweets p {
		font-size:12px;
	}
	
	.tweets i {
		font-size:48px;
		color:#34495E;
	}
	
	#services {
		height:auto;
	}
	
	.showcase-text .media {
		margin-bottom:20px;
	}
	
	.blockquote-reverse p {
		font-size:16px;
	}
	
	blockquote footer {
		font-size:14px;
	}
	
	section > p {
		padding:0 20px;
	}
	
	.pricing-table {
		margin:0 50px;
	}
	
	#testimonials .media a.pull-left img {
		max-width:50px;
	}
	
	#testimonials .media .media-body p {
		text-align:left;
	}
	
	#contact {
		padding:20px;
	}
	
	#contact .macbook-inner {
		position:static;
		width:100%;
		height:auto;
		padding:0px 0px;
	}
	
	#contact .macbook-inner.black {
		background-color:transparent;
	}
	
	#contact .macbook-inner > .animated {
		-webkit-animation-duration: 0;
		  animation-duration: 0;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
	}
	
	#contact .contact-alert .alert {
		margin-bottom:20px;
	}
	
	#contact .contact-info {
		margin-top:35px;
	}
	
	.btn-footer {
		margin-top:10px;
	}

	.timeline {
		margin:25px 0 0 350px;
	}
	
	.event .event-info {
		width:340px;
	}
	
	.event .event-info .date {
		margin-left:265px;
	}
	
	#carousel-reference {
		position:static;
	}
}

/*------------------------------
	PHONES 600px width
------------------------------*/

@media (max-width:600px) {
	
	.timeline {
		margin:25px 0 0 270px;
	}
	
	.event .event-info {
		width:260px;
	}
	
	.event .event-info .date {
		margin-left:185px;
	}
}

/*------------------------------
	PHONES 548px width
------------------------------*/

@media (max-width:548px) {
	
	
	.timeline {
		margin:25px 0 0 245px;
	}
	
	.event .event-info {
		width:235px;
	}
	
	.event .event-info .date {
		margin-left:160px;
	}

	.pricing-table {
		margin:0 30px;
	}
}

/*------------------------------
	PHONES 480px width
------------------------------*/

@media (max-width:480px) {
	.timeline {
		margin:25px 0 0 210px;
	}
	
	.event .event-info {
		width:200px;
	}
	
	.event .event-info .date {
		margin-left:125px;
	}
	
	.blog-post {
		margin:0 10px 25px;
	}
	
	#blog-header a{
		font-size:15px;
	}
	
	#blog-header i {
		top:7px;
		font-size:34px;
	}

}

/*------------------------------
	PHONES 320px width
------------------------------*/

@media (max-width:320px) {
	
	.jumbotron .btn {
		margin-bottom:15px;
		margin-right:0px;
	}
	
	.tweets p {
		line-height:18px;
	}
	
	.blog-post {
		margin:0 0 25px;
	}
	
	.timeline {
		margin:25px 0 0 110px;
	}
	
	.event .event-info {
		width:100px;
	}
	
	.event .event-info .date {
		margin-left:25px;
	}
	
	.pricing-table {
		margin:0;
	}
	
	#blog-header a{
		font-size:12px;
	}
	
	#blog-header i {
		font-size:28px;
	}
}

