/*
Theme Name:     Flatio
Theme URI:      http://theme77.com/flatio/
Description:    Flatio is iOS Inspired Responsive WordPress Theme for Business or Portfolio website, Its Professional, Elegant and fully responsive design. See Flatio at http://theme77.com/flatio-demo/
Version:        1.4.11
Author:         Theme77.com
Author URI:     http://theme77.com
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           grid-layout, portfolio, photography, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, theme-options, featured-images, threaded-comments, translation-ready
Text Domain:    flatio

Flatio Wordpress Theme has been created by theme77.com, Copyright 2015 Theme77.com.
Flatio Wordpress theme is released under the terms of GNU GPL.

*/

/* ==============================================
wordpress
=============================================== */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sticky {

	border: 1px solid #ccc;
	padding: 20px 35px;
	background-color: #FFFFFF;

}

.gallery-caption {
    margin: 5px 0;
}

.bypostauthor {}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

embed,
iframe,
object,
video,
img {
	height: 100%;
    max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/* ==============================================
                    Basic
=============================================== */

html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
	ul,
	ol {
		margin-left: 0;
	}

	li > ul,
	li > ol,
	blockquote > ul,
	blockquote > ol {
		margin-left: 5px;
	}

	blockquote {
		margin-left: -1em;
	}

	blockquote > blockquote {
		margin-left: 0;
	}
a,
a:hover,
a:focus {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4 {
    color: #555555;
    font-weight: 400;
}

.h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
	font-family: 'Quicksand',sans-serif;
}

.h2 {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
}

.h3 {
    color: #ffffff;
    margin-top: 10px;
    padding-bottom: 5px;
}

.h4 {
    color: #FFFFFF;
    margin: 10px 0;
    padding-bottom: 5px;
}

.lead {
    color: #555555;
    text-align: center;
}

.hr {
    margin-top: 0;
    border-top: 1px solid #00BFFF;
}

::selection {
    text-shadow: none;
    background: #b3d4fc;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #FFF;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background: #a2a2a2;
}

.wrapper {
    width: 100%;
    height: 100%;
	position: absolute;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.flatiohome .container {
    padding-bottom: 20px;
}

.section {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
    overflow-x: hidden;
    background: #C7C7C7;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.section-title {
    color: #FFFFFF;
}

.section-wrapper {
    width: 100%;
    height: auto;
    padding-top: 70px;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
}

.pt-page-current {
    visibility: visible;
    z-index: 100;
}

.flatiohome {
    width: 100%;
    height: 100%;
}

.flatioblog {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/* ==============================================
                    Navbar
=============================================== */

.navbar {
    border: 0;
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flationav {
    top: -50px;
	display: none;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #53E5FF;
}
.blognav {
    background: #707A7F !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #FFFFFF;
    background: #707A7F;
}

.navbar-nav>li>.dropdown-menu {
    background: #707A7F;
    border-radius: 0;
}

.dropdown-menu {
    border: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #FFFFFF;
    background-color: #707A7F;
}

.dropdown-menu>li>a {
    padding: 7px 20px;
}

.navbar .container {
    padding-bottom: 0;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-brand {
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #0061A6;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #53E5FF;
}
/* ==============================================
                    Homepage
=============================================== */

#homepage {
    z-index: 10;
}

#homepage-wrapper {
    padding-top: 0;
}

.top-panel {
    margin: 0 4.5%;
}

.logo-holder {
    padding-top: 60px;
    padding-bottom: 20px;
}

.app-list:before,
.app-list:after {
    display: table;
    content: " ";
}

.app-list {
    padding: 20px 0;
}

.appicon {
    width: 16%;
    float: left;
    margin-left: 4.5%;
    margin-right: 4.5%;
    margin-bottom: 6%;
    position: relative;
    text-align: center;
    border-radius: 20%;
    z-index: 10;
}

.appicon a,
.appicon a:hover {
    color: #ffffff;
}

.appicon:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.appicon .appnav .fa {
    font-size: 3em;
    display: block;
    padding-top: 30%;
}

.appicon .appnav img {
    width: 80px;
    padding-top: 27%;
}

.appicon .appnav {
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 19.2px;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    position: absolute;
    border-radius: 20%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.appicon .apptitle {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
}

/* ==============================================
                    Blog
=============================================== */

#main-content {
      padding: 150px 0;
}

.separator {
    color: #FF3A3A;
    padding: 0px 5px;
}

blockquote {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}
blockquote {
  font-size: 22px;
  line-height: 1.8182;
  margin-bottom: 1.8182em;
  margin-left: -1.0909em;
  padding-left: 0.9091em;
}


dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	  padding: 5px 20px;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.page-numbers {
	  display: inline-block;
	  padding: 5px 14px;
	  margin: 1px 2px;
	  color: #ffffff;
	  font-size: 14px;
	  background-color: #50b4e6;
}
.page-numbers.current {
	background-color: #63767E;
}
/* ==============================================
                    Blog Page
=============================================== */

.article {
	overflow: hidden;
    margin-bottom: 20px;
	word-wrap: break-word;
}

.article:after {
    content: "";
    display: block;
    height: 1px;
    margin: auto;
    width: 200px;
    margin-top: 30px;
}

.article ol,
.article ul,
.article li {
	list-style: initial;
}
.article ol,
.article ul {
	padding-left: 20px;
}
.article .article-header {
    margin-bottom: 20px;
}

.article .article-meta {
	display: block;
	clear: both;
    margin: 30px 0;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    padding: 10px 20px;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
}

.article .article-meta .separator {
    padding: 0px 8px;
}

.wp-blog .article .article-media {
    margin-bottom: 30px;
}

.article .article-media img {
	height: auto;
	margin: 0 auto;
	display: block;
    max-width: 100%;
	margin-bottom: 20px;
}

.article .article-body img {
	height: auto;
    max-width: 100%;
}

.article .article-body p {
    margin-bottom: 20px;
}

.article .article-meta .alignleft {
    width: 80%;
}

.article .article-meta .full-width {
    width: 100%;
}

.article .article-meta .article-more:after {
    font-family: FontAwesome !important;
    content: '\f054';
    color: #333333;
    font-size: 10px;
    padding-left: 5px;
}

.article-single {
    margin-bottom: 20px;
}

.search-error .article-header,
.search-error .article-body {
    margin-bottom: 30px;
}
/* pagination */

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 6px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #383838;
}

.pagination a:hover {
    color: #fff;
    background: #108CFF;
}

.pagination .current {
    padding: 6px 9px 6px 9px;
    background: #229EFF;
    color: #fff;
}

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}
/* comments */

.commentlist {
    list-style: none;
	word-wrap: break-word;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    border-top: 3px solid #D2D8DB;
    border-bottom: 4px solid #D2D8DB;
}

.commentlist li {
    margin: 0;
    padding: 20px 0 10px;
}

.commentlist .the-comment {
    border-bottom: 1px solid #e7e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.commentlist .the-comment .comment-text *:last-child {
    margin-bottom: 0;
}

.commentlist div.avatar {
    float: left;
    margin-right: 15px;
}

.comment-box {
    margin-left: 70px;
    position: relative;
}

.commentlist .comment-text p {
    margin: 0;
}

.commentlist .comment-author {
    font-size: 14px;
}

.commentlist .comment-author strong {
    padding-right: 5px;
}

.comment-reply-link {
    float: right;
}

.comment-text {
    padding: 10px 0;
}

.commentlist .media-body {
	padding-left: 80px;

}

.commentlist .children {
    margin-left: 30px;
    margin-top: 15px;
    padding-top: 25px;
    border-bottom: none;
    overflow: hidden;
    padding-bottom: 5px;
}

#respond .container {
    width: auto;
}

#comment-textarea textarea {
    width: 100%;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* widgets */

.sidebar {
    margin-top: 20px;
	overflow: hidden;
}

.sidebar .widget {
	word-wrap: break-word;
	overflow: hidden;
    font-size: 13px;
    margin-bottom: 20px;
}
.widget select {
	width : 100%;
}
.sidebar .widget_meta li a:before,
.sidebar .widget_pages li a:before,
.sidebar .widget_links li a:before,
.sidebar .widget_archive li a:before,
.sidebar .widget_nav_menu li a:before,
.sidebar .widget_categories li a:before,
.sidebar .widget_recent_entries li a:before,
.sidebar .widget_recent_comments li:before {
    font-family: FontAwesome !important;
    content: '\f054';
    color: #333333;
    font-size: 10px;
    padding-right: 10px;
}

.widget_meta ul li,
.widget_pages ul li,
.widget_links ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li {
    padding: 5px 0;
}
.widget_categories .children {
	padding-left: 5px;
	  border-bottom: none;
}
.widget_categories .children li {
	padding-left: 5px;
}
.widget_search input[type=text] {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding-left: 30px;
    background-color: #fff;
    color: #999;
    font-size: 12px;
    border: 1px solid #00BFFF;
    transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
}

.widget_tag_cloud .tagcloud a {
    background-color: #00BFFF;
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
  padding: 1px 2px;
  margin: 1px 1px;
    color: #ffffff;
    font-size: 14px;
    background-color: #50b4e6;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li {
    color: #bbb;
}

.widget_recent_comments ul li,
.widget_recent_entries ul li {
    color: #999;
}

.widget_recent_entries .post-date {
    display: block;
}
/*  widget : pages / custom menu
/* ------------------------------------ */

.widget_pages ul li a,
.widget_nav_menu ul li a {
    display: block;
}

.widget_pages li li a,
.widget_nav_menu li li a {
    padding-left: 15px;
}

.widget_pages li li li a,
.widget_nav_menu li li li a {
    padding-left: 30px;
}

.widget_pages ul ul,
.widget_pages ul ul ul,
.widget_nav_menu ul ul,
.widget_nav_menu ul ul ul {
    border: 0;
}
/*  widget : rss
/* ------------------------------------ */

.widget_rss ul li a {
    display: block;
}

.widget_rss ul li span.rss-date {
    color: #444;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

.widget_rss ul li cite {
    color: #999;
}

.s2 .widget_rss ul li a {
    color: #82b965;
}
/*  widget : search
/* ------------------------------------ */

.widget_search input.search {
    color: #999;
    padding-left: 26px;
    width: 100%;
}

.widget_search .screen-reader-text,
.widget_search #searchsubmit {
    display: none;
}
/*  widget : text
/* ------------------------------------ */

.widget_text .textwidget p {
    margin-bottom: 1em;
}
/*  widget : calendar
/* ------------------------------------ */

.widget_calendar a {
    font-weight: 600;
}

.widget_calendar a:hover {
    color: #444!important;
}

.widget_calendar #wp-calendar {
    width: 100%;
}

.widget_calendar caption {
    padding: 5px 10px;
}

.widget_calendar caption:before {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}

.widget_calendar thead {
    background: #e2e2e2;
    -webkit-box-shadow: 0 1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
}

.widget_calendar th {
    font-weight: 600;
}

.widget_calendar th,
.widget_calendar td {
    padding: 3px 0;
    text-align: center;
    border: 1px solid #e2e2e2;
}

.widget_calendar .pad {
    padding: 0!important;
}

.form-control {
    color: #000000;
    border-radius: 0;
    padding-left: 30px;
    font-style: italic;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    top: 9px;
    left: 10px;
    color: #B9B9B9;
}

.form-group .fa-arrow-right {
    color: #FFFFFF;
}

/* ==============================================
footer-copyright
=============================================== */

#footer-copyright {
    padding: 40px 0 40px 0;
    position: relative;
}

#copyright {
    font-size: 14px;
    text-shadow: 0px 0px 5px #FFFFFF;
}

#copyright-center {
    font-size: 14px;
    text-align: center;
    text-shadow: 0px 0px 5px #FFFFFF;
}

#back_to_top {
    display: block;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    font-size: 28px;
    line-height: 38px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #222222;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
    text-align: center;
    color: #FFFFFF;
    background: #121212;
}

/* ==============================================
                Media Queries
=============================================== */

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
    #homepage .container {
        width: 1170px;
    }
    .flatioblog .container {
        width: 1200px;
    }
}

@media (max-width: 1199px) {
    .appicon .appnav img {
        width: 70px;
        padding-top: 25%;
    }
}

@media (max-width: 1024px) {
    .appicon .appnav img {
        width: 55px;
        padding-top: 25%;
    }
    .appicon .appnav .fa {
        font-size: 2.6em;
        display: block;
        padding-top: 30%;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        float: left !important;
    }
    .navbar-nav li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .appicon .appnav .fa {
        font-size: 2.4em;
    }
    .social-networks li .fa {
        font-size: 3.4em;
    }
    .appicon .appnav img {
        width: 50px;
        padding-top: 25%;
    }
    .simple-image-slider {
        margin-bottom: 30px;
    }
    .app-list {
        padding: 0 0;
    }
    .logo-holder {
        padding: 0 0;
    }
    .og-expander h3 {
        font-size: 32px;
    }
    .og-expander p {
        font-size: 13px;
    }
    .og-expander a {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    .appicon .appnav .fa {
        font-size: 1.9em;
    }
    .social-networks li .fa {
        font-size: 2.8em;
    }
    .appicon .appnav img {
        width: 40px;
        padding-top: 25%;
    }
    .appicon .apptitle {
        font-size: 14px;
        top: 95%;
    }
    .h1 {
        font-size: 40px;
    }
    .og-fullimg {
        display: none;
    }
    .og-details {
        float: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .appicon {
        width: 20%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 12%;
    }
    .appicon .apptitle {
        font-size: 12px;
        top: 95%;
    }
    .appicon .appnav .fa {
        font-size: 1.7em;
    }
    .social-networks li .fa {
        font-size: 2.2em;
    }
    .appicon .appnav img {
        width: 35px;
        padding-top: 25%;
    }
    .h1 {
        font-size: 35px;
        margin-top: 25px;
    }
}

@media (max-width: 320px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .appicon {
        width: 20%;
        float: left;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 12%;
        position: relative;
        border-radius: 20%;
    }
    .appicon .apptitle {
        font-size: 12px;
        top: 95%;
    }
    .appicon .appnav .fa {
        font-size: 1.3em;
    }
    .social-networks li .fa {
        font-size: 1.3em;
    }
    .appicon .appnav img {
        width: 30px;
        padding-top: 25%;
    }
}