/* Smartphones (0px and up) */

/* ==========================================================================
   Social icons
   ========================================================================== */

.social-icons .btn{
    margin-right: 15px;
}
.social-icons{
    padding-top: 10px;
    margin-bottom: 35px;
}
.social-icons .btn.btn-clear{
    border: 1px solid #fff;
}

.btn-round{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
}
.btn-round i{
    font-size: 20px;
    top: 15px;
    position: relative;
}
.btn.btn-clear{
    border: 1px solid #fff;
    color: #fff;
    background: none;
    background-color: none;
    font-weight: bold;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
	margin-bottom: 10px;
}
.btn.btn-clear:hover,
.btn.btn-clear.selected{
    background: #fff;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.btn-twitter:hover{
    color:#2BA9E0;
}

.btn-github:hover{
    color:#000000;
}

.btn-facebook:hover{
    color:#204385;
}

.btn-dribbble:hover{
    color:#D92C85;
}

.btn-instagram:hover{
    color:#BAB1A8;
}

.btn-linkedin:hover{
    color:#015786;
}

.btn-pinterest:hover{
    color:#CA2128;
}

.btn-google:hover{
    color:#D3492C;
}

.footer {
	height: 100%;
	background-color: #414141;
	margin-top: 50px;
	padding-bottom: 30px;
}
.footerContent {
	margin-top: 50px;
}
.footerHeading h1 {
	font-family: 'Roboto-Thin', sans-serif;
	color: #848C46;
	font-size: 18px;
	text-transform: uppercase;
}
.footerLinks {
	margin-top: 30px;
}
.footerLinks a {
	color: white;
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 13px;
}
.footerLinks a:hover {
	color: white;
	
}
.subFooter, .subFooterRight, .subFooterRight a, .subFooter a {
	color: white;
	font-family: 'Roboto-Thin', sans-serif;
	font-size: 12px;
}
.subFooter {
	margin-top: 30px;
}
.subFooter img:hover {
	background-color: #575757;
	cursor: pointer;
}
.subFooterRight {
	margin-top: 30px;
	text-align: right;
}
.somePadding {
	padding-left: 0px;
}
.footerContainer {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.phoneMargin {
	margin-top: 40px;
}
/* Tablets (768px and up) */
@media (min-width: 768px) { 
	.footerContainer {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}	
	.footer {
		height: 100%;
		background-color: #414141;
		margin-top: 50px;		
	}
	.footerHeading h1 {
		font-family: 'Roboto-Thin', sans-serif;
		color: #848C46;
		font-size: 20px;
		text-transform: uppercase;
	}
	.footerLinks {
		margin-top: 40px;
	}
	.phoneMargin {
		margin-top: 20px;
	}
}			
			
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.somePadding {
		padding-left: 20px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.footer {
		height: 270px;
		background-color: #414141;
		margin-top: 50px;		
	}
	.footerContent {
		margin-top: 50px;
	}
	.footerHeading h1 {
		font-family: 'Roboto-Thin', sans-serif;
		color: #848C46;
		font-size: 20px;
		text-transform: uppercase;
	}
	.footerLinks {
		margin-top: 40px;
	}
	.footerLinks a {
		color: white;
		font-family: 'Roboto-Thin', sans-serif;
		font-size: 13px;
	}
	.subFooter, .subFooterRight, .subFooterRight a, .subFooter a {
		color: white;
		font-family: 'Roboto-Thin', sans-serif;
		font-size: 12px;
	}
	.subFooter {
		margin-top: 30px;
	}	
	.subFooter img:hover {
		background-color: #575757;
		cursor: pointer;
	}
	.subFooterRight {
		margin-top: 30px;
		text-align: right;
	}
	.somePadding {
		padding-left: 20px;
	}
}
