/*
 * Theme Name: DPJuly
 * Theme URI: http://themeforest.net/user/dizainpress/portfolio
 * Description: A responsive parent theme built on top of Hybrid Core.
 * Tags: light, one-column, two-columns, right-sidebar, left-sidebar, flexible-width, custom-background, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready
 * Version: 1.0
 * Author: DizaidPress
 * Author URI: http://themeforest.net/user/dizainpress
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */

/* =Iconmoon
-------------------------------------------------------------- */

@font-face {
	font-family: 'Icomoon';
	src:url('includes/fonts/icomoon/icomoon.eot');
	src:url('includes/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('includes/fonts/icomoon/icomoon.woff') format('woff'),
		url('includes/fonts/icomoon/icomoon.ttf') format('truetype'),
		url('includes/fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'Icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


/* =Reset
-------------------------------------------------------------- */


html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Global
-------------------------------------------------------------- */

body {
	color: #555;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.615384615384615;
    overflow-x: hidden;
}

a {
	color: #1ab3f2;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
a:hover {
	color: #888;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:
}
h1 {
	font-size: 24px;
	font-size: 2.4rem
}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}


blockquote {
	border-left: 3px solid #1ab3f2;
    color: #888;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    padding-left: 30px;
    padding-left: 3rem;
}
blockquote cite {
	padding: 0 0.625em;
	color: #656565;
	font-variant: small-caps;
	font-style: normal;
}

acronym,
abbr {
}

code {
	padding: 1px 2px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #555;
	background: #f4f4f4;
}

pre {
	padding: 25px 30px;
	padding: 2.5rem 3rem;
	border: 1px solid #efefef;
	border-left: 3px solid #ddd;
	color: #555;
	background: #f4f4f4;
	word-wrap: normal;
}
pre code {
	padding: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

address {
	margin: 0 0 2.1rem !important;
}

.comment-text ul, .comment-text ol {
	margin-bottom: 1.563em;
}
.comment-text ul ul,
.comment-text ul ol, .comment-text ol ul,
.comment-text ol ol {
	margin-bottom: 0;
}

dt {
	font-size: 100%;
}

dd {
	color: #555;
}

table {
	width: 100%;
	border: 1px solid #FFF;
	border-bottom: none;
}
table caption {
	margin: 0 0 0.313em;
	font-size: 15px;
	font-size: 1.5rem;
	font-variant: small-caps;
	color: #888;
}

th,
td {
	padding: 13px;
	padding: 1.3rem;
}

.widget th,
.widget td {
	padding: 0.313em 0.125em;
}

th {
	background: #f4f4f4;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    font-weight: 600;
    text-align: left;
}

td {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #555;
	background: white;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar thead,
#wp-calendar tbody {
	border-left: 1px solid #e5e5e5;
}

#wp-calendar thead {
	border-top: 1px solid #e5e5e5;
}
#wp-calendar thead th {
	background: #e5e5e5;
	color: black;
}

#wp-calendar tbody td {
	font-size: 15px;
	font-size: 1.5rem;
	background: white;
}
#wp-calendar tbody td.pad {
	background: #f5f5f5;
}
#wp-calendar tbody a {
	display: block;
	font-weight: bold;
}

#wp-calendar,
#wp-calendar tfoot tr,
#wp-calendar tfoot td {
	background: transparent;
	border: none;
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background: #1ab3f2;
	border: 2px solid #1ab3f2;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: 'raleway', 'open sans', 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 13px 48px;
	padding: 1.3rem 4.8rem;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;

}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #555;
	border-color: #555;
	color: white;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	border-color: #efefef;
}
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #efefef;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]:-webkit-search-decoration {
	-webkit-appearance: none;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	background: #f4f4f4;
    border: medium none;
    color: #888888;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 13px 20px;
    padding: 1.3rem 2rem;
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #efefef;
	color: #444;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
}

textarea {
	overflow: auto;
	vertical-align: top;
}

.alignleft {
	display: inline;
	float: left;
	margin: 5px 30px 0 0;
	margin: 0.5rem 3rem 0 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 5px 0 0 30px;
	margin: .5rem 0 0 3rem;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

a img {
	/*padding: 0.938em;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;*/
}
a img.size-large, a img.size-full {
	padding: 0.938em;
}

a:hover img {
	/*background: #efefef;
	border: 1px solid #444444;*/
}

.thumbnail,
.post-thumbnail {
	float: right;
	max-width: 190px;
	max-height: 150px;
	margin: 0 0 1.563em 1.563em;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	color: #888;
	font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    margin: 0;
    padding: 0 20px;
    padding: 0 2rem;
    text-align: center;
}
.wp-caption-text a {
	border-bottom: 1px solid transparent;
	font-style: normal;
	font-size: 18px;
	font-size: 1.8rem;
}
.wp-caption-text a:hover {
	border-bottom: 1px solid #d5d5d5;
	background: #e5e5e5;
	text-decoration: none;
}

.gallery {
	margin: 0 0 1.250em !important;
}

.gallery .gallery-item {
	margin-bottom: 5px;
}

.gallery-icon {
	margin-bottom: 0.313em;
}

.gallery .gallery-icon img {
	margin: 0;
}

.gallery .gallery-item .gallery-icon img {
	padding: 0.313em;
}

.gallery .gallery-caption {
	margin-bottom: 0.313em;
	font-size: 15px;
	font-size: 1.5rem;
	color: #959595;
}

.gallery .col-1 .gallery-icon img,
.gallery .col-2 .gallery-icon img,
.gallery .col-3 .gallery-icon img {
	padding: 0.938em;
}

.gallery .col-4 .gallery-icon img,
.gallery .col-5 .gallery-icon img,
.gallery .col-6 .gallery-icon img {
	padding: 0.625em;
}

.singular-attachment .gallery-caption {
	display: none;
}

.avatar {
	border: none;
	border-radius: 100px;
	height: 80px;
	height: 8rem;
	padding: 0;
	width: 80px;
	width: 8rem;
}

a .avatar {
}

a:hover .avatar {
	border-color: #d5d5d5;
	background: #efefef;
}

li.comment .avatar {
	float: left;
	height: 65px;
    height: 6.5rem;
    margin: 0 30px 30px;
    margin: 0 3rem 3rem;
    width: 65px;
    width: 6.5rem;
}

.format-status .avatar {
	float: left;
	margin: 0 1.563em 1.563em 0;
}


/* =Container
-------------------------------------------------------------- */

#container {
	margin: auto;
	background: white;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background: white;
	border-top: 5px solid #1ab3f2;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	height: 145px;
	height: 14.5rem;
	position: relative;
	z-index: 10;
}

#menu-primary {
	float: left;
    margin: 52px 0;
    margin: 5.2rem 0;
    text-align: left;
}
#header-toggle-button {
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
    height: 36px;
    height: 3.6rem;
    line-height: 2.25;
    margin: 52px 0;
    margin: 5.2rem 0;
    text-align: center;
}
#header-toggle-button a {
    background: #1ab3f2;
    color: white;
    display: inline-block;
    float: left;
    height: 36px;
    height: 3.6rem;
    margin-left: 5px;
    margin-left: 0.5rem;
    width: 36px;
    width: 3.6rem;
}
#header-toggle-button a:hover,
#header-toggle-button a.active {
	background: #555;
}
.header-toggle {
    background: white;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	color: #888;
	display: none;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 6.4545454545454545454545454545455;
	min-height: 71px;
	min-height: 7.1rem;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin: 0 0 1px;
	z-index: 9999;
}
#search-toggle input[type="text"] {
	background: white;
    border: none;
    color: #888;
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300;
    height: 71px;
    height: 7.1rem;
    line-height: 1.9722222222222222222222222222222;
    padding: 0;
    width: 100%;
}
#search-toggle input[type="text"]:focus {
	color: #555;
}
#social-toggle a {
    display: inline-block;
    padding: 0 10px;
    padding: 0 1rem;
}
#social-toggle a:hover {
	color: #555;
}
#social-toggle i {
	font-size: 36px;
    font-size: 3.6rem;
    vertical-align: middle;
}


/* =Content
-------------------------------------------------------------- */

#content {
	margin: 80px 0;
	margin: 8rem 0;
}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar-primary {
	margin: 80px 0;
	margin: 8rem 0;
}
.sidebar .widget {
	margin-bottom: 45px;
    margin-bottom: 4.5rem;
}
#sidebar-primary .widget a {
	color: #888;
}
#sidebar-primary .widget a:hover {
	color: #555;
}
#sidebar-primary h3.widget-title {
    background: #1ab3f2;
    color: white;
    font-family: "Raleway", 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3.142857142857143;
    padding: 0 20px;
    padding: 0 2rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    position: relative;
    text-transform: uppercase;
}
#sidebar-primary h3.widget-title:after {
    border-right: 20px solid transparent;
    border-top: 15px solid #1ab3f2;
    bottom: -15px;
    bottom: -1.5rem;
    content: "\0020";
    display: block;
    height: 0;
    left: 65px;
    left: 6.5rem;
    position: absolute;
    width: 0;
}
.sidebar .widget ul {
    list-style: none;
    margin: 0;
}
#sidebar-primary ul li:before {
    color: #1ab3f2;
    content: "\e104";
    font-family: "icomoon";
    margin-right: 5px;
    margin-right: .5rem;
    vertical-align: bottom;
}

.layout-1c #sidebar-primary {
	display: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #555;
    clear: both;
    color: #eee;
    font-size: 11px;
    font-size: 1.1rem;
    min-height: 71px;
    min-height: 7.1rem;
    line-height: 6.454545454545455;
}
#footer a {
	color: white;
}


/* =Branding
-------------------------------------------------------------- */

#branding {
	display: inline-block;
    float: left;
    margin-right: 30px;
    margin-right: 3rem;
    max-width: 350px;
    max-width: 35rem;
}
#site-title {
	background: #1ab3f2;
    color: white;
    display: inline-block;
    font-family: "Raleway";
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.538461538461538;
    margin: 0 0 0 -9999px;
    padding: 50px 40px 50px 9999px;
    padding: 5rem 4rem 5rem 9999px;
    text-align: center;
    text-transform: uppercase;
}
#site-title a {
	border-bottom: none;
	color: white;
}

#site-title2 {
	background: #f4f4f4;
	color: #FFF;
	display: inline-block;
	font-family: "Raleway";
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.538461538461538;
	margin: 0 0 0 -9999px;
	padding: 50px 40px 50px 9999px;
	padding: 5rem 4rem 5rem 9999px;
	text-align: center;
	text-transform: uppercase;
}
#site-title2 a {
	border-bottom: none;
	color: white;
}
#logo-img {
	border: none;
	padding: 0;
	background: none;
}
#site-description {
	display: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
}


/* =Breadcrumb Trail
-------------------------------------------------------------- */

.breadcrumb-trail {
	border-bottom: 1px solid #efefef;
    color: #888;
    font-size: 11px;
    font-size: 1.1rem;
    height: 71px;
    height: 7.1rem;
    line-height: 6.454545454545455;
}
.breadcrumb-trail .sep,
.breadcrumb-trail a,
.breadcrumb-trail .trail-end {
	margin-left: 5px;
	margin-left: 0.5rem;
}

.breadcrumb-trail .trail-end {
	color: #555;
}
.breadcrumb-trail a {
	color: #555;
}


/* =Other
-------------------------------------------------------------- */

.hentry,
.attachment-meta {
	background: white;
	font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 55px;
    margin: 0 0 5.5rem;
    padding: 0;
}

.sticky {
	padding: 1.563em;
	background: #fafafa;
}

.featured-image {
	margin-bottom: 33px;
    margin-bottom: 3.3rem;
}
.featured-image img {
    display: block;
}

.entry-title {
	color: #444;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 0;
    max-width: 90%;
    word-wrap: break-word;
}
.entry-title a {
	color: #444;
}
.entry-title a:hover {
	color: #888;
	text-decoration: none;
}

a.entry-comment {
    background: #1ab3f2;
    color: white;
    float: right;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    height: 48px;
    height: 4.8rem;
    line-height: 2;
    margin-top: 17px;
    margin-top: 1.7rem;
    position: relative;
    text-align: center;
    width: 48px;
    width: 4.8rem;
}
a.entry-comment:hover {
	color: white;
}
a.entry-comment:after {
    border-right: 20px solid transparent;
    border-top: 15px solid #1ab3f2;
    bottom: -10px;
    bottom: -1rem;
    content: "\0020";
    left: 10px;
    left: 1rem;
    position: absolute;
}

.entry-byline {
	color: #bbb;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
    margin: 0 0 21px;
    margin: 0 0 2.1rem;
    text-transform: uppercase;
}
.entry-byline a {
	color: #1AB3F2;
}
.entry-byline a:hover {
	color: #555;
	text-decoration: none;
}
.entry-byline .published {
	border-bottom: none;
    font-style: normal;
}

.entry-content,
.entry-summary {
	word-wrap: break-word;
}

.entry-meta {
	color: #888;
	font-size: 11px;
    font-size: 1.1rem;
    margin-top: 20px;
    margin-top: 2rem;
}
.entry-meta a {
	font-size: 11px;
	font-size: 1.1rem;
}
.post_tag {
	display: block;
}
.post_tag a {
}

.entry-meta .published
.entry-meta abbr {
	border-bottom: 1px dotted #d5d5d5;
	font-style: normal;
	font-variant: small-caps;
	font-size: 11px;
	font-size: 1.1rem;
}

.format-aside .entry-content {
	color: #858585;
	font-size: 18px;
	font-size: 1.8rem;
}
.format-aside .entry-content a.permalink {
	font-weight: bold;
}

.singular-post .format-chat .entry-summary {
	color: #959595;
	font-style: italic;
}

.format-chat .chat-text {
	margin-left: 1.563em;
	color: #666;
}

.format-chat cite {
	color: black;
	border-bottom: 1px solid #00717E;
	padding: 0 0 0.125em;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

.format-link .entry-title {
	margin: 0 0 1.438em;
	text-align: left;
}

.singular .format-link .entry-title {
	text-align: center;
}

.format-link .entry-title a .meta-nav {
	color: #454545;
	font-size: 36px;
	font-size: 3.6rem;
}

.format-gallery .image-count {
	color: #959595;
	font-style: italic;
}

.format-quote blockquote {
	margin: 0;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}
.format-quote blockquote cite {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: right;
}

.format-status .entry-header a:hover {
	background: none;
}

.format-status .entry-content {
	margin-top: 0.750em;
	color: #858585;
	font-size: 18px;
	font-size: 1.8rem;
}

object,
embed,
iframe,
video {
	max-width: 100%;
	margin-bottom: 1.563em;
}

p object,
p embed,
p iframe,
p video {
	margin: 0;
}

.embed-wrap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 1.875em;
	margin-bottom: 1.563em;
	padding-bottom: 56.25%;
}
.embed-wrap iframe,
.embed-wrap object,
.embed-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.format-video .entry-summary,
.format-audio .entry-summary {
	color: #858585;
	font-style: italic;
	text-align: center;
}
.format-video .entry-summary a,
.format-audio .entry-summary a {
	font-style: normal;
}

.attachment-meta .image-gallery {
	width: 100%;
}


/* =Loop meta
-------------------------------------------------------------- */

.loop-meta {
	background: white;
	border-bottom: 1px solid #efefef;
    font-family: "Raleway";
    font-size: 18px;
    font-size: 1.8rem;
    padding: 80px 0;
    padding: 8rem 0;
}

.loop-title,
.loop-description {
	background-color: #1ab3f2;
    color: white;
    display: block;
    float: left;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 2px;
    margin-bottom: 0.2rem;
    padding: 0 30px;
    padding: 0 3rem;
    text-transform: none;
}

.loop-description {
	clear: both;
    display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.111111111111111;
	margin: 0;
    text-transform: none;
}
.loop-description em {
	font-style: normal;
}
.loop-description a {
	color: white;
	font-style: normal;
}
.loop-description a:hover {
	color: white;
	text-decoration: none;
}
.loop-description p {
    margin: 0;
}


/* =Page link
-------------------------------------------------------------- */

.page-links {
	clear: both;
	padding: 1.563em 0 0;
}
.page-links a {
	display: inline-block;
	margin: 0 0.313em;
	padding: 0.250em 0.750em;
	border: 1px solid #efefef;
	background: #e5e5e5;
}
.page-links a:hover {
	border-color: #d9d9d9;
	background: #d5d5d5;
}
.page-links .before {
	margin-right: 0.313em;
}

.sticky .page-links a {
	border-color: 1px solid #e5e5e5;
	background: #e9e9e9;
}


/* =Pagination
-------------------------------------------------------------- */

.loop-pagination,
.loop-nav {
	border-top: 1px solid #efefef;
    clear: both;
    padding-top: 50px;
    padding-top: 5rem;
}
.page-numbers,
.loop-nav a {
	background: #f4f4f4;
    color: #888;
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.818181818181818;
    margin: 0 5px 0 0;
    margin: 0 0.5rem 0 0;
    padding: 0 13px;
    padding: 0 1.3rem;
}
.loop-nav a[rel="prev"] {
	float: left;
	margin: 0;
}
.loop-nav a[rel="next"] {
	float: right;
	margin: 0;
	text-align: right;
}
a.page-numbers:hover,
.loop-nav a:hover {
	color: white;
	background: #555;
}
.page-numbers.current {
	background: #1ab3f2;
    color: white;
}
.comments-nav {
	position: relative;
	margin: -60px 0 35px;
	margin: -6rem 0 3.5rem;
	text-align: right;
}
.comments-nav a {
	font-size: 13px;
	font-size: 1.3rem;
}
.comments-nav .page-numbers {
	margin: 0 .5rem;
	padding: 0;
	border: none;
	background: transparent;
	color: #888;
	font-style: italic;
	font-size: 13px;
	font-size: 1.3rem;
}

.widget-tags a {
	display: inline-block;
	margin: 0 1rem 1rem 0;
	padding: 0.5rem 1rem;
	border: 1px solid #efefef;
	font-size: 13px !important;
	font-size: 1.3rem !important;
	background: #f4f4f4;
}
.widget-tags a:hover {
	border-color: #d5d5d5;
	background: #eaeaea;
	text-decoration: none;
}

.widget-search {
}
.widget-search label {
	color: #959595;
	font-size: 15px;
	font-size: 1.5rem;
	font-style: italic;
}
.widget-search input[type="text"] {
	background: white;
    border: 1px solid #efefef;
    color: #888;
    display: block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 9px;
    padding: .9rem;
    width: 100%;
}
.widget-search input[type="submit"] {
	background: #1ab3f2;
    border: medium none;
    color: white;
    cursor: pointer;
    float: right;
    font-family: 'Icomoon', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    height: 32px;
    height: 3.2rem;
    line-height: 2;
    margin: -35px 3px 0 0;
    margin: -3.5rem 0.3rem 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 32px;
    width: 3.2rem;
    z-index: 10;
}
.widget-search input[type="submit"]:focus {
	color: white;
	background: #555;
}

#sidebar-subsidiary {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 1.563em 0 0 0;
}

#sidebar-subsidiary .widget {
	float: left;
	width: 100%;
	margin: 0 0 1.563em 0;
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
}
#sidebar-subsidiary .widget ul {
	list-style: disc;
}
#sidebar-subsidiary .widget ul li a {
	border-bottom: 1px dotted #bbb;
	color: #777;
}
#sidebar-subsidiary .widget ul li a:hover {
	border-bottom: 1px dotted #333;
	color: black;
	text-decoration: none;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	background: white;
	border-top: 1px solid #efefef;
	font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding: 80px 0 50px;
    padding: 8rem 0 5rem;
    position: relative;
}
#comments-number {
    background: #1ab3f2;
    color: white;
    font-family: "Raleway";
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3.142857142857143;
    margin-bottom: 50px;
    margin-bottom: 5rem;
    padding: 0 20px;
    padding: 0 2rem;
    position: relative;
    text-transform: uppercase;
}
#comments-number:after {
    border-right: 20px solid transparent;
    border-top: 15px solid #1ab3f2;
    bottom: -15px;
    bottom: -1.5rem;
    content: "\0020";
    display: block;
    height: 0;
    left: 65px;
    left: 6.5rem;
    position: absolute;
    width: 0;
}

.comments-closed {
	padding: 1.563em 0 0;
	border-top: 1px solid #e5e5e5;
	font-style: italic;
	color: #959595;
	text-align: center;
}

ol.comment-list {
	margin: 0 0 50px;
	margin: 0 0 5rem;
	list-style: none;
}
ol.comment-list ol.children {
	margin: -1.563em 0 0 0.75em;
	padding: 1.563em 0 0 0.750em;
	list-style: none;
}

li.comment,
li.ping {
	clear: both;
}

li.ping {
	margin: 0 0 1.563em;
	padding: 1.563em 1.563em 0;
	border: 1px solid #efefef;
	background: #f5f5f5;
}
li.ping li.ping .avatar {
	float: right;
	margin: 0 0 1.563em 1.563em;
}

.comment-meta {
	color: #bbb;
	font-size: 11px;
	font-size: 1.1rem;
    letter-spacing: 2px;
    margin: 0;
    padding: 8px 0 0;
    padding: 0.8rem 0 0;
    text-transform: uppercase;
}

.comment-author {
	display: block;
}
.comment-author cite {
	color: #444;
    font-family: "Raleway";
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.comment-text {
	background: #f4f4f4;
    border: 1px solid transparent;
    clear: left;
    margin: 0 0 30px;
    margin: 0 0 3rem;
    padding: 25px 30px 5px;
    padding: 2.5rem 3rem 0.5rem;
    position: relative;
    word-wrap: break-word;
}
.comment-text:before {
    border-bottom: 15px solid #f4f4f4;
    border-right: 20px solid transparent;
    content: "\0020";
    display: block;
    height: 0;
    left: 62px;
    left: 6.2rem;
    position: absolute;
    top: -15px;
    top: -1.5rem;
    width: 0;
}

li.bypostauthor > .comment-text {
	background: #1ab3f2;
	color: white;
}
li.bypostauthor > .comment-text:before {
	border-bottom-color: #1ab3f2;
}

.comment-reply-link {
	position: relative;
	display: inline-block;
	text-align: center;
}
.comment-reply-link:hover {
	text-decoration: none;
}
li.bypostauthor > .comment-text > .comment-reply > .comment-reply-link {
	color: white;
}
#respond {
	border-top: 1px solid #efefef;
	padding-top: 40px;
    padding-top: 4rem;
}

#respond .log-in-out {
	color: #959595;
}
#respond .log-in-out a {
	font-size: 17px;
	font-size: 1.7rem;
	font-style: normal;
}
#respond #reply-title {
    font-family: 'Raleway', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
#respond label {
	display: none;
	font-size: 15px;
	font-size: 0.5rem;
	font-style: italic;
	color: #959595;
}
#respond label .required {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #cb5700;
}
#respond input,
#respond textarea {
}
#respond input:focus,
#respond textarea:focus {
	color: #444;
	background: #efefef;
}
#respond input[type="text"],
#respond input[type="password"],
#respond input[type="email"] {
}
#respond input[type="submit"] {
}
#respond input[type="submit"]:hover {
}
#respond textarea {
	padding: 20px;
	padding: 2rem;
    width: 100%;
}

#reply-title small {
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
}

#footer .copyright {
	margin: 0;
	text-align: center;
}
#footer .credit {
	margin: 0;
	text-align: center;
}


/* =Icon
-------------------------------------------------------------- */

.icon-download, .icon-chat, .icon-archive, .icon-user, .icon-users, .icon-archive-2, .icon-earth, .icon-location, .icon-contract, .icon-mobile, .icon-screen, .icon-mail, .icon-support, .icon-help, .icon-videos, .icon-pictures, .icon-link, .icon-search, .icon-cog, .icon-trashcan, .icon-pencil, .icon-info, .icon-article, .icon-clock, .icon-photoshop, .icon-illustrator, .icon-star, .icon-heart, .icon-bookmark, .icon-file, .icon-feed, .icon-locked, .icon-unlocked, .icon-refresh, .icon-list, .icon-share, .icon-archive-3, .icon-images, .icon-images-2, .icon-pencil-2, .icon-phone, .icon-mobile-2, .icon-mouse, .icon-directions, .icon-mail-2, .icon-paperplane, .icon-pencil-3, .icon-feather, .icon-paperclip, .icon-drawer, .icon-reply, .icon-reply-all, .icon-forward, .icon-user-2, .icon-users-2, .icon-user-add, .icon-vcard, .icon-export, .icon-location-2, .icon-map, .icon-compass, .icon-location-3, .icon-target, .icon-share-2, .icon-sharable, .icon-heart-2, .icon-heart-3, .icon-star-2, .icon-star-3, .icon-thumbs-up, .icon-thumbs-down, .icon-chat-2, .icon-comment, .icon-quote, .icon-house, .icon-popup, .icon-search-2, .icon-flashlight, .icon-printer, .icon-bell, .icon-link-2, .icon-flag, .icon-cog-2, .icon-tools, .icon-trophy, .icon-tag, .icon-camera, .icon-megaphone, .icon-moon, .icon-palette, .icon-leaf, .icon-music, .icon-music-2, .icon-new, .icon-graduation, .icon-book, .icon-newspaper, .icon-bag, .icon-airplane, .icon-lifebuoy, .icon-eye, .icon-clock-2, .icon-microphone, .icon-calendar, .icon-bolt, .icon-thunder, .icon-droplet, .icon-cd, .icon-briefcase, .icon-air, .icon-hourglass, .icon-gauge, .icon-language, .icon-network, .icon-key, .icon-battery, .icon-bucket, .icon-magnet, .icon-drive, .icon-cup, .icon-rocket, .icon-brush, .icon-suitcase, .icon-cone, .icon-earth-2, .icon-keyboard, .icon-browser, .icon-publish, .icon-progress-3, .icon-progress-2, .icon-brogress-1, .icon-progress-0, .icon-sun, .icon-sun-2, .icon-adjust, .icon-code, .icon-screen-2, .icon-infinity, .icon-light-bulb, .icon-credit-card, .icon-database, .icon-voicemail, .icon-clipboard, .icon-cart, .icon-box, .icon-ticket, .icon-rss, .icon-signal, .icon-thermometer, .icon-droplets, .icon-untitled, .icon-statistics, .icon-pie, .icon-bars, .icon-graph, .icon-lock, .icon-lock-open, .icon-logout, .icon-login, .icon-checkmark, .icon-cross, .icon-minus, .icon-plus, .icon-cross-2, .icon-minus-2, .icon-plus-2, .icon-cross-3, .icon-minus-3, .icon-plus-3, .icon-erase, .icon-blocked, .icon-info-2, .icon-info-3, .icon-question, .icon-help-2, .icon-warning, .icon-cycle, .icon-cw, .icon-ccw, .icon-shuffle, .icon-arrow, .icon-arrow-2, .icon-retweet, .icon-loop, .icon-history, .icon-back, .icon-switch, .icon-list-2, .icon-add-to-list, .icon-layout, .icon-list-3, .icon-text, .icon-text-2, .icon-document, .icon-docs, .icon-landscape, .icon-pictures-2, .icon-video, .icon-music-3, .icon-folder, .icon-archive-4, .icon-trash, .icon-upload, .icon-download-2, .icon-disk, .icon-install, .icon-cloud, .icon-upload-2, .icon-bookmark-2, .icon-bookmarks, .icon-book-2, .icon-play, .icon-pause, .icon-record, .icon-stop, .icon-next, .icon-previous, .icon-first, .icon-last, .icon-resize-enlarge, .icon-resize-shrink, .icon-volume, .icon-sound, .icon-mute, .icon-flow-cascade, .icon-flow-branch, .icon-flow-tree, .icon-flow-line, .icon-flow-parallel, .icon-arrow-left, .icon-arrow-down, .icon-arrow-up--upload, .icon-arrow-right, .icon-arrow-left-2, .icon-arrow-down-2, .icon-arrow-up, .icon-arrow-right-2, .icon-arrow-left-3, .icon-arrow-down-3, .icon-arrow-up-2, .icon-arrow-right-3, .icon-arrow-left-4, .icon-arrow-down-4, .icon-arrow-up-3, .icon-arrow-right-4, .icon-arrow-left-5, .icon-arrow-down-5, .icon-arrow-up-4, .icon-arrow-right-5, .icon-arrow-left-6, .icon-arrow-down-6, .icon-arrow-up-5, .icon-arrow-right-6, .icon-arrow-left-7, .icon-arrow-down-7, .icon-arrow-up-6, .icon-untitled-2, .icon-arrow-left-8, .icon-arrow-down-8, .icon-arrow-up-7, .icon-arrow-right-7, .icon-menu, .icon-ellipsis, .icon-dots, .icon-dot, .icon-cc, .icon-cc-by, .icon-cc-nc, .icon-cc-nc-eu, .icon-cc-nc-jp, .icon-cc-sa, .icon-cc-nd, .icon-cc-pd, .icon-cc-zero, .icon-cc-share, .icon-cc-share-2, .icon-daniel-bruce, .icon-daniel-bruce-2, .icon-github, .icon-github-2, .icon-flickr, .icon-flickr-2, .icon-vimeo, .icon-vimeo-2, .icon-twitter, .icon-twitter-2, .icon-facebook, .icon-facebook-2, .icon-facebook-3, .icon-googleplus, .icon-googleplus-2, .icon-pinterest, .icon-pinterest-2, .icon-tumblr, .icon-tumblr-2, .icon-linkedin, .icon-linkedin-2, .icon-dribbble, .icon-dribbble-2, .icon-stumbleupon, .icon-stumbleupon-2, .icon-lastfm, .icon-lastfm-2, .icon-rdio, .icon-rdio-2, .icon-spotify, .icon-spotify-2, .icon-qq, .icon-instagram, .icon-dropbox, .icon-evernote, .icon-flattr, .icon-skype, .icon-skype-2, .icon-renren, .icon-sina-weibo, .icon-paypal, .icon-picasa, .icon-soundcloud, .icon-mixi, .icon-behance, .icon-circles, .icon-vk, .icon-smashing {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-download:before {
	content: "\e000";
}
.icon-chat:before {
	content: "\e001";
}
.icon-archive:before {
	content: "\e002";
}
.icon-user:before {
	content: "\e003";
}
.icon-users:before {
	content: "\e004";
}
.icon-archive-2:before {
	content: "\e005";
}
.icon-earth:before {
	content: "\e006";
}
.icon-location:before {
	content: "\e007";
}
.icon-contract:before {
	content: "\e008";
}
.icon-mobile:before {
	content: "\e009";
}
.icon-screen:before {
	content: "\e00a";
}
.icon-mail:before {
	content: "\e00b";
}
.icon-support:before {
	content: "\e00c";
}
.icon-help:before {
	content: "\e00d";
}
.icon-videos:before {
	content: "\e00e";
}
.icon-pictures:before {
	content: "\e00f";
}
.icon-link:before {
	content: "\e010";
}
.icon-search:before {
	content: "\e011";
}
.icon-cog:before {
	content: "\e012";
}
.icon-trashcan:before {
	content: "\e013";
}
.icon-pencil:before {
	content: "\e014";
}
.icon-info:before {
	content: "\e015";
}
.icon-article:before {
	content: "\e016";
}
.icon-clock:before {
	content: "\e017";
}
.icon-photoshop:before {
	content: "\e018";
}
.icon-illustrator:before {
	content: "\e019";
}
.icon-star:before {
	content: "\e01a";
}
.icon-heart:before {
	content: "\e01b";
}
.icon-bookmark:before {
	content: "\e01c";
}
.icon-file:before {
	content: "\e01d";
}
.icon-feed:before {
	content: "\e01e";
}
.icon-locked:before {
	content: "\e01f";
}
.icon-unlocked:before {
	content: "\e020";
}
.icon-refresh:before {
	content: "\e021";
}
.icon-list:before {
	content: "\e022";
}
.icon-share:before {
	content: "\e023";
}
.icon-archive-3:before {
	content: "\e024";
}
.icon-images:before {
	content: "\e025";
}
.icon-images-2:before {
	content: "\e026";
}
.icon-pencil-2:before {
	content: "\e027";
}
.icon-phone:before {
	content: "\e030";
}
.icon-mobile-2:before {
	content: "\e031";
}
.icon-mouse:before {
	content: "\e032";
}
.icon-directions:before {
	content: "\e033";
}
.icon-mail-2:before {
	content: "\e034";
}
.icon-paperplane:before {
	content: "\e035";
}
.icon-pencil-3:before {
	content: "\e036";
}
.icon-feather:before {
	content: "\e037";
}
.icon-paperclip:before {
	content: "\e038";
}
.icon-drawer:before {
	content: "\e039";
}
.icon-reply:before {
	content: "\e03a";
}
.icon-reply-all:before {
	content: "\e03b";
}
.icon-forward:before {
	content: "\e03c";
}
.icon-user-2:before {
	content: "\e03d";
}
.icon-users-2:before {
	content: "\e03e";
}
.icon-user-add:before {
	content: "\e03f";
}
.icon-vcard:before {
	content: "\e040";
}
.icon-export:before {
	content: "\e041";
}
.icon-location-2:before {
	content: "\e042";
}
.icon-map:before {
	content: "\e043";
}
.icon-compass:before {
	content: "\e044";
}
.icon-location-3:before {
	content: "\e045";
}
.icon-target:before {
	content: "\e046";
}
.icon-share-2:before {
	content: "\e047";
}
.icon-sharable:before {
	content: "\e048";
}
.icon-heart-2:before {
	content: "\e049";
}
.icon-heart-3:before {
	content: "\e04a";
}
.icon-star-2:before {
	content: "\e04b";
}
.icon-star-3:before {
	content: "\e04c";
}
.icon-thumbs-up:before {
	content: "\e04d";
}
.icon-thumbs-down:before {
	content: "\e04e";
}
.icon-chat-2:before {
	content: "\e04f";
}
.icon-comment:before {
	content: "\e050";
}
.icon-quote:before {
	content: "\e051";
}
.icon-house:before {
	content: "\e052";
}
.icon-popup:before {
	content: "\e053";
}
.icon-search-2:before {
	content: "\e054";
}
.icon-flashlight:before {
	content: "\e055";
}
.icon-printer:before {
	content: "\e056";
}
.icon-bell:before {
	content: "\e057";
}
.icon-link-2:before {
	content: "\e058";
}
.icon-flag:before {
	content: "\e059";
}
.icon-cog-2:before {
	content: "\e05a";
}
.icon-tools:before {
	content: "\e05b";
}
.icon-trophy:before {
	content: "\e05c";
}
.icon-tag:before {
	content: "\e05d";
}
.icon-camera:before {
	content: "\e05e";
}
.icon-megaphone:before {
	content: "\e05f";
}
.icon-moon:before {
	content: "\e060";
}
.icon-palette:before {
	content: "\e061";
}
.icon-leaf:before {
	content: "\e062";
}
.icon-music:before {
	content: "\e063";
}
.icon-music-2:before {
	content: "\e064";
}
.icon-new:before {
	content: "\e065";
}
.icon-graduation:before {
	content: "\e066";
}
.icon-book:before {
	content: "\e067";
}
.icon-newspaper:before {
	content: "\e068";
}
.icon-bag:before {
	content: "\e069";
}
.icon-airplane:before {
	content: "\e06a";
}
.icon-lifebuoy:before {
	content: "\e06b";
}
.icon-eye:before {
	content: "\e06c";
}
.icon-clock-2:before {
	content: "\e06d";
}
.icon-microphone:before {
	content: "\e06e";
}
.icon-calendar:before {
	content: "\e06f";
}
.icon-bolt:before {
	content: "\e070";
}
.icon-thunder:before {
	content: "\e071";
}
.icon-droplet:before {
	content: "\e072";
}
.icon-cd:before {
	content: "\e073";
}
.icon-briefcase:before {
	content: "\e074";
}
.icon-air:before {
	content: "\e075";
}
.icon-hourglass:before {
	content: "\e076";
}
.icon-gauge:before {
	content: "\e077";
}
.icon-language:before {
	content: "\e078";
}
.icon-network:before {
	content: "\e079";
}
.icon-key:before {
	content: "\e07a";
}
.icon-battery:before {
	content: "\e07b";
}
.icon-bucket:before {
	content: "\e07c";
}
.icon-magnet:before {
	content: "\e07d";
}
.icon-drive:before {
	content: "\e07e";
}
.icon-cup:before {
	content: "\e07f";
}
.icon-rocket:before {
	content: "\e080";
}
.icon-brush:before {
	content: "\e081";
}
.icon-suitcase:before {
	content: "\e082";
}
.icon-cone:before {
	content: "\e083";
}
.icon-earth-2:before {
	content: "\e084";
}
.icon-keyboard:before {
	content: "\e085";
}
.icon-browser:before {
	content: "\e086";
}
.icon-publish:before {
	content: "\e087";
}
.icon-progress-3:before {
	content: "\e088";
}
.icon-progress-2:before {
	content: "\e089";
}
.icon-brogress-1:before {
	content: "\e08a";
}
.icon-progress-0:before {
	content: "\e08b";
}
.icon-sun:before {
	content: "\e08c";
}
.icon-sun-2:before {
	content: "\e08d";
}
.icon-adjust:before {
	content: "\e08e";
}
.icon-code:before {
	content: "\e08f";
}
.icon-screen-2:before {
	content: "\e090";
}
.icon-infinity:before {
	content: "\e091";
}
.icon-light-bulb:before {
	content: "\e092";
}
.icon-credit-card:before {
	content: "\e093";
}
.icon-database:before {
	content: "\e094";
}
.icon-voicemail:before {
	content: "\e095";
}
.icon-clipboard:before {
	content: "\e096";
}
.icon-cart:before {
	content: "\e097";
}
.icon-box:before {
	content: "\e098";
}
.icon-ticket:before {
	content: "\e099";
}
.icon-rss:before {
	content: "\e09a";
}
.icon-signal:before {
	content: "\e09b";
}
.icon-thermometer:before {
	content: "\e09c";
}
.icon-droplets:before {
	content: "\e09d";
}
.icon-untitled:before {
	content: "\e09e";
}
.icon-statistics:before {
	content: "\e09f";
}
.icon-pie:before {
	content: "\e0a0";
}
.icon-bars:before {
	content: "\e0a1";
}
.icon-graph:before {
	content: "\e0a2";
}
.icon-lock:before {
	content: "\e0a3";
}
.icon-lock-open:before {
	content: "\e0a4";
}
.icon-logout:before {
	content: "\e0a5";
}
.icon-login:before {
	content: "\e0a6";
}
.icon-checkmark:before {
	content: "\e0a7";
}
.icon-cross:before {
	content: "\e0a8";
}
.icon-minus:before {
	content: "\e0a9";
}
.icon-plus:before {
	content: "\e0aa";
}
.icon-cross-2:before {
	content: "\e0ab";
}
.icon-minus-2:before {
	content: "\e0ac";
}
.icon-plus-2:before {
	content: "\e0ad";
}
.icon-cross-3:before {
	content: "\e0ae";
}
.icon-minus-3:before {
	content: "\e0af";
}
.icon-plus-3:before {
	content: "\e0b0";
}
.icon-erase:before {
	content: "\e0b1";
}
.icon-blocked:before {
	content: "\e0b2";
}
.icon-info-2:before {
	content: "\e0b3";
}
.icon-info-3:before {
	content: "\e0b4";
}
.icon-question:before {
	content: "\e0b5";
}
.icon-help-2:before {
	content: "\e0b6";
}
.icon-warning:before {
	content: "\e0b7";
}
.icon-cycle:before {
	content: "\e0b8";
}
.icon-cw:before {
	content: "\e0b9";
}
.icon-ccw:before {
	content: "\e0ba";
}
.icon-shuffle:before {
	content: "\e0bb";
}
.icon-arrow:before {
	content: "\e0bc";
}
.icon-arrow-2:before {
	content: "\e0bd";
}
.icon-retweet:before {
	content: "\e0be";
}
.icon-loop:before {
	content: "\e0bf";
}
.icon-history:before {
	content: "\e0c0";
}
.icon-back:before {
	content: "\e0c1";
}
.icon-switch:before {
	content: "\e0c2";
}
.icon-list-2:before {
	content: "\e0c3";
}
.icon-add-to-list:before {
	content: "\e0c4";
}
.icon-layout:before {
	content: "\e0c5";
}
.icon-list-3:before {
	content: "\e0c6";
}
.icon-text:before {
	content: "\e0c7";
}
.icon-text-2:before {
	content: "\e0c8";
}
.icon-document:before {
	content: "\e0c9";
}
.icon-docs:before {
	content: "\e0ca";
}
.icon-landscape:before {
	content: "\e0cb";
}
.icon-pictures-2:before {
	content: "\e0cc";
}
.icon-video:before {
	content: "\e0cd";
}
.icon-music-3:before {
	content: "\e0ce";
}
.icon-folder:before {
	content: "\e0cf";
}
.icon-archive-4:before {
	content: "\e0d0";
}
.icon-trash:before {
	content: "\e0d1";
}
.icon-upload:before {
	content: "\e0d2";
}
.icon-download-2:before {
	content: "\e0d3";
}
.icon-disk:before {
	content: "\e0d4";
}
.icon-install:before {
	content: "\e0d5";
}
.icon-cloud:before {
	content: "\e0d6";
}
.icon-upload-2:before {
	content: "\e0d7";
}
.icon-bookmark-2:before {
	content: "\e0d8";
}
.icon-bookmarks:before {
	content: "\e0d9";
}
.icon-book-2:before {
	content: "\e0da";
}
.icon-play:before {
	content: "\e0db";
}
.icon-pause:before {
	content: "\e0dc";
}
.icon-record:before {
	content: "\e0dd";
}
.icon-stop:before {
	content: "\e0de";
}
.icon-next:before {
	content: "\e0df";
}
.icon-previous:before {
	content: "\e0e0";
}
.icon-first:before {
	content: "\e0e1";
}
.icon-last:before {
	content: "\e0e2";
}
.icon-resize-enlarge:before {
	content: "\e0e3";
}
.icon-resize-shrink:before {
	content: "\e0e4";
}
.icon-volume:before {
	content: "\e0e5";
}
.icon-sound:before {
	content: "\e0e6";
}
.icon-mute:before {
	content: "\e0e7";
}
.icon-flow-cascade:before {
	content: "\e0e8";
}
.icon-flow-branch:before {
	content: "\e0e9";
}
.icon-flow-tree:before {
	content: "\e0ea";
}
.icon-flow-line:before {
	content: "\e0eb";
}
.icon-flow-parallel:before {
	content: "\e0ec";
}
.icon-arrow-left:before {
	content: "\e0ed";
}
.icon-arrow-down:before {
	content: "\e0ee";
}
.icon-arrow-up--upload:before {
	content: "\e0ef";
}
.icon-arrow-right:before {
	content: "\e0f0";
}
.icon-arrow-left-2:before {
	content: "\e0f1";
}
.icon-arrow-down-2:before {
	content: "\e0f2";
}
.icon-arrow-up:before {
	content: "\e0f3";
}
.icon-arrow-right-2:before {
	content: "\e0f4";
}
.icon-arrow-left-3:before {
	content: "\e0f5";
}
.icon-arrow-down-3:before {
	content: "\e0f6";
}
.icon-arrow-up-2:before {
	content: "\e0f7";
}
.icon-arrow-right-3:before {
	content: "\e0f8";
}
.icon-arrow-left-4:before {
	content: "\e0f9";
}
.icon-arrow-down-4:before {
	content: "\e0fa";
}
.icon-arrow-up-3:before {
	content: "\e0fb";
}
.icon-arrow-right-4:before {
	content: "\e0fc";
}
.icon-arrow-left-5:before {
	content: "\e0fd";
}
.icon-arrow-down-5:before {
	content: "\e0fe";
}
.icon-arrow-up-4:before {
	content: "\e0ff";
}
.icon-arrow-right-5:before {
	content: "\e100";
}
.icon-arrow-left-6:before {
	content: "\e101";
}
.icon-arrow-down-6:before {
	content: "\e102";
}
.icon-arrow-up-5:before {
	content: "\e103";
}
.icon-arrow-right-6:before {
	content: "\e104";
}
.icon-arrow-left-7:before {
	content: "\e105";
}
.icon-arrow-down-7:before {
	content: "\e106";
}
.icon-arrow-up-6:before {
	content: "\e107";
}
.icon-untitled-2:before {
	content: "\e108";
}
.icon-arrow-left-8:before {
	content: "\e109";
}
.icon-arrow-down-8:before {
	content: "\e10a";
}
.icon-arrow-up-7:before {
	content: "\e10b";
}
.icon-arrow-right-7:before {
	content: "\e10c";
}
.icon-menu:before {
	content: "\e10d";
}
.icon-ellipsis:before {
	content: "\e10e";
}
.icon-dots:before {
	content: "\e10f";
}
.icon-dot:before {
	content: "\e110";
}
.icon-cc:before {
	content: "\e111";
}
.icon-cc-by:before {
	content: "\e112";
}
.icon-cc-nc:before {
	content: "\e113";
}
.icon-cc-nc-eu:before {
	content: "\e114";
}
.icon-cc-nc-jp:before {
	content: "\e115";
}
.icon-cc-sa:before {
	content: "\e116";
}
.icon-cc-nd:before {
	content: "\e117";
}
.icon-cc-pd:before {
	content: "\e118";
}
.icon-cc-zero:before {
	content: "\e119";
}
.icon-cc-share:before {
	content: "\e11a";
}
.icon-cc-share-2:before {
	content: "\e11b";
}
.icon-daniel-bruce:before {
	content: "\e11c";
}
.icon-daniel-bruce-2:before {
	content: "\e11d";
}
.icon-github:before {
	content: "\e11e";
}
.icon-github-2:before {
	content: "\e149";
}
.icon-flickr:before {
	content: "\e11f";
}
.icon-flickr-2:before {
	content: "\e120";
}
.icon-vimeo:before {
	content: "\e121";
}
.icon-vimeo-2:before {
	content: "\e122";
}
.icon-twitter:before {
	content: "\e123";
}
.icon-twitter-2:before {
	content: "\e124";
}
.icon-facebook:before {
	content: "\e125";
}
.icon-facebook-2:before {
	content: "\e126";
}
.icon-facebook-3:before {
	content: "\e127";
}
.icon-googleplus:before {
	content: "\e128";
}
.icon-googleplus-2:before {
	content: "\e129";
}
.icon-pinterest:before {
	content: "\e12a";
}
.icon-pinterest-2:before {
	content: "\e12b";
}
.icon-tumblr:before {
	content: "\e12c";
}
.icon-tumblr-2:before {
	content: "\e14a";
}
.icon-linkedin:before {
	content: "\e12d";
}
.icon-linkedin-2:before {
	content: "\e12e";
}
.icon-dribbble:before {
	content: "\e12f";
}
.icon-dribbble-2:before {
	content: "\e130";
}
.icon-stumbleupon:before {
	content: "\e131";
}
.icon-stumbleupon-2:before {
	content: "\e132";
}
.icon-lastfm:before {
	content: "\e133";
}
.icon-lastfm-2:before {
	content: "\e134";
}
.icon-rdio:before {
	content: "\e135";
}
.icon-rdio-2:before {
	content: "\e136";
}
.icon-spotify:before {
	content: "\e137";
}
.icon-spotify-2:before {
	content: "\e138";
}
.icon-qq:before {
	content: "\e139";
}
.icon-instagram:before {
	content: "\e13a";
}
.icon-dropbox:before {
	content: "\e14b";
}
.icon-evernote:before {
	content: "\e13b";
}
.icon-flattr:before {
	content: "\e13c";
}
.icon-skype:before {
	content: "\e13d";
}
.icon-skype-2:before {
	content: "\e13e";
}
.icon-renren:before {
	content: "\e13f";
}
.icon-sina-weibo:before {
	content: "\e140";
}
.icon-paypal:before {
	content: "\e141";
}
.icon-picasa:before {
	content: "\e142";
}
.icon-soundcloud:before {
	content: "\e143";
}
.icon-mixi:before {
	content: "\e144";
}
.icon-behance:before {
	content: "\e145";
}
.icon-circles:before {
	content: "\e146";
}
.icon-vk:before {
	content: "\e147";
}
.icon-smashing:before {
	content: "\e148";
}

/* =Page Builder
-------------------------------------------------------------- */

.aq-template-wrapper {
}
.aq-block {
	margin-left: 0;
}
.aq-template-wrapper .aq_span2,
.aq-template-wrapper .aq_span12 .aq_span2 {
	width: 16.66666666666667%;
}
.aq-template-wrapper .aq_span3,
.aq-template-wrapper .aq_span8 .aq_span2,
.aq-template-wrapper .aq_span12 .aq_span3 {
	width: 25%;
}
.aq-template-wrapper .aq_span4,
.aq-template-wrapper .aq_span6 .aq_span2,
.aq-template-wrapper .aq_span9 .aq_span3,
.aq-template-wrapper .aq_span12 .aq_span4 {
	width: 33.33333333333333%;
}
.aq-template-wrapper .aq_span5,
.aq-template-wrapper .aq_span12 .aq_span5 {
	width: 41.66666666666667%;
}
.aq-template-wrapper .aq_span6,
.aq-template-wrapper .aq_span4 .aq_span2,
.aq-template-wrapper .aq_span6 .aq_span3,
.aq-template-wrapper .aq_span8 .aq_span4,
.aq-template-wrapper .aq_span10 .aq_span5,
.aq-template-wrapper .aq_span12 .aq_span6 {
	width: 50%;
}
.aq-template-wrapper .aq_span7,
.aq-template-wrapper .aq_span12 .aq_span7 {
	width: 58.33333333333333%;
}
.aq-template-wrapper .aq_span8,
.aq-template-wrapper .aq_span3 .aq_span2,
.aq-template-wrapper .aq_span6 .aq_span4,
.aq-template-wrapper .aq_span9 .aq_span6,
.aq-template-wrapper .aq_span12 .aq_span8 {
	width: 66.66666666666667%;
}
.aq-template-wrapper .aq_span9,
.aq-template-wrapper .aq_span4 .aq_span3,
.aq-template-wrapper .aq_span8 .aq_span6,
.aq-template-wrapper .aq_span12 .aq_span9 {
	width: 75%;
}
.aq-template-wrapper .aq_span10,
.aq-template-wrapper .aq_span6 .aq_span5,
.aq-template-wrapper .aq_span12 .aq_span10 {
	width: 83.33333333333333%;
}
.aq-template-wrapper .aq_span11,
.aq-template-wrapper .aq_span12 .aq_span11 {
	width: 91.66666666666666%;
}
.aq-template-wrapper .aq_span12,
.aq-template-wrapper .aq_span2 .aq_span2,
.aq-template-wrapper .aq_span3 .aq_span3,
.aq-template-wrapper .aq_span4 .aq_span4,
.aq-template-wrapper .aq_span5 .aq_span5,
.aq-template-wrapper .aq_span6 .aq_span6,
.aq-template-wrapper .aq_span7 .aq_span7,
.aq-template-wrapper .aq_span8 .aq_span8,
.aq-template-wrapper .aq_span9 .aq_span9,
.aq-template-wrapper .aq_span10 .aq_span10,
.aq-template-wrapper .aq_span11 .aq_span11,
.aq-template-wrapper .aq_span12 .aq_span12 {
	width: 100%;
}
.aq-template-wrapper .aq_span5 .aq_span2,
.aq-template-wrapper .aq_span10 .aq_span4 {
	width: 40%;
}
.aq-template-wrapper .aq_span7 .aq_span2 {
	width: 28.57142857142857%;
}
.aq-template-wrapper .aq_span9 .aq_span2 {
	width: 22.22222222222222%;
}
.aq-template-wrapper .aq_span10 .aq_span2 {
	width: 20%;
}
.aq-template-wrapper .aq_span11 .aq_span2 {
	width: 18.18181818181818%;
}
.aq-template-wrapper .aq_span5 .aq_span3,
.aq-template-wrapper .aq_span10 .aq_span6 {
	width: 60%;
}
.aq-template-wrapper .aq_span7 .aq_span3 {
	width: 42.85714285714286%;
}
.aq-template-wrapper .aq_span8 .aq_span3 {
	width: 37.5%;
}
.aq-template-wrapper .aq_span10 .aq_span3 {
	width: 30%;
}
.aq-template-wrapper .aq_span11 .aq_span3 {
	width: 27.27272727272727%;
}
.aq-template-wrapper .aq_span5 .aq_span4,
.aq-template-wrapper .aq_span10 .aq_span8 {
	width: 80%;
}
.aq-template-wrapper .aq_span7 .aq_span4 {
	width: 57.14285714285714%;
}
.aq-template-wrapper .aq_span9 .aq_span4 {
	width: 44.44444444444444%;
}
.aq-template-wrapper .aq_span11 .aq_span4 {
	width: 36.36363636363636%;
}
.aq-template-wrapper .aq_span7 .aq_span5 {
	width: 71.42857142857143%;
}
.aq-template-wrapper .aq_span8 .aq_span5 {
	width: 62.5%;
}
.aq-template-wrapper .aq_span9 .aq_span5 {
	width: 55.55555555555556%;
}
.aq-template-wrapper .aq_span11 .aq_span5 {
	width: 45.45454545454545%;
}
.aq-template-wrapper .aq_span7 .aq_span6 {
	width: 85.71428571428571%;
}
.aq-template-wrapper .aq_span11 .aq_span6 {
	width: 54.54545454545455%;
}
.aq-template-wrapper .aq_span8 .aq_span7 {
	width: 87.5%;
}
.aq-template-wrapper .aq_span9 .aq_span7 {
	width: 77.77777777777778%;
}
.aq-template-wrapper .aq_span10 .aq_span7 {
	width: 70%;
}
.aq-template-wrapper .aq_span11 .aq_span7 {
	width: 63.63636363636364%;
}
.aq-template-wrapper .aq_span9 .aq_span8 {
	width: 88.88888888888889%;
}
.aq-template-wrapper .aq_span11 .aq_span8 {
	width: 72.72727272727273%;
}
.aq-template-wrapper .aq_span10 .aq_span9 {
	width: 90%;
}
.aq-template-wrapper .aq_span11 .aq_span9 {
	width: 81.81818181818182%;
}
.aq-template-wrapper .aq_span11 .aq_span10 {
	width: 90.90909090909091%;
}

.dp-block-title {
    text-align: center;
}

.dp-default-title {
	font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}
.dp-subtitle {
	font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}
.dp-bigtitle {
	font-size: 36px;
    font-size: 3.6rem;
    font-weight: 200;
}

.dp-divider {
	height: 50px;
    height: 5rem;
    position: relative;
}
.dp-divider-icon {
    border: 2px solid white;
    border-radius: 100px;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    height: 5rem;
    left: 50%;
    line-height: 1.916666666666667;
    margin-left: -25px;
    margin-left: -2.5rem;
    position: absolute;
    text-align: center;
    width: 50px;
    width: 5rem;
}
.dp-divider-border {
    background-color: white;
    display: inline-block;
    height: 1px;
    height: .1rem;
    left: 40%;
    margin-left: -35px;
    margin-left: -3.5rem;
    position: absolute;
    top: 50%;
    width: 10%;
}
.divider-border-right {
    left: 50%;
    margin-left: 35px;
    margin-left: 3.5rem;
}

.dp-feature {
	padding: 30px 20px 5px !important;
    padding: 3rem 2rem 0.5rem !important;
    text-align: center;
}
.dp-feature-icon {
    border: 3px solid white;
    border-radius: 100px;
    display: inline-block;
    font-size: 48px;
    font-size: 4.8rem;
    height: 100px;
    height: 10rem;
    line-height: 1.958333333333333;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: center;
    width: 100px;
    width: 10rem;
}
.dp-feature-title {
    font-family: 'Raleway', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
}

.dp-btn-wrap {
	float: left;
}
.dp-btn-right {
    text-align: right;
}
.dp-btn-center {
    text-align: center;
}
.dp-btn {
    background: white;
	border: 2px solid white;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	color: #1ab3f2;
	display: inline-block;
	height: 48px;
	height: 4.8rem;
	padding: 0 44px;
	padding: 0 4.4rem;
	text-align: center;
	text-transform: uppercase;
}
.dp-btn-icon {
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.75;
    margin-right: 5px;
    margin-right: 0.5rem;
}
.dp-btn-text {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 3.384615384615385;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.dp-btn.dp-btn-small {
	height: 36px;
    height: 3.6rem;
    padding: 0 24px;
    padding: 0 2.4rem;
}
.dp-btn-small .dp-btn-icon {
	font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.461538461538462;
}
.dp-btn-small .dp-btn-text {
	font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.909090909090909;
}
.dp-btn.dp-btn-big {
	height: 60px;
    height: 6rem;
    padding: 0 56px;
    padding: 0 5.6rem;
}
.dp-btn-big .dp-btn-icon {
	font-size: 24px;
    font-size: 2.4rem;
    line-height: 2.333333333333333;
}
.dp-btn-big .dp-btn-text {
	font-size: 16px;
    font-size: 1.6rem;
    line-height: 3.5;
}
.dp-btn:hover {
	background: #555 !important;
	border-color: #555 !important;
	color: white !important;
}

.dp-portfolio-item {
    position: relative;
    overflow: hidden;
}
.dp-portfolio-item .featured-image {
    margin: 0;
}
.dp-portfolio-item .featured-image img {
	border: none;
	padding: 0;
    position: relative;
}
.dp-portfolio-item .entry-header {
	display: none;
    width: 100%;
    height: 100%;
    padding: 30px;
    padding: 3rem;
    position: absolute;
    bottom: 0;
}
.dp-portfolio-item .entry-title {
    background: #1ab3f2;
    color: white;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
}
.dp-portfolio-item .entry-title a {
    color: white;
    display: inline-block;
    padding: 10px 30px;
    padding: 1rem 3rem;
}
.dp-portfolio-item .entry-meta {
    background: #1ab3f2;
    clear: both;
    color: white;
    display: block;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 2px;
    margin-top: 0.2rem;
    padding: 5px 30px 7px;
    padding: 0.5rem 3rem 0.7rem;
}
.dp-portfolio-item .entry-meta a {
    color: white;
}
.dp-portfolio-more-icon {
    border: 2px solid white;
    border-radius: 100px;
    clear: both;
    color: white;
    display: inline-block;
    float: left;
    font-size: 24px;
    font-size: 2.4rem;
    height: 50px;
    height: 5rem;
    line-height: 1.9166666666666666666666666666667;
    margin-top: 30px;
    margin-top: 3rem;
    text-align: center;
    width: 50px;
    width: 5rem;
}

.dp-testimonials-wrap {
    text-align: center;
    margin-top: -48px;
    margin-top: -4.8rem;
}
.dp-testimonial {
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 10;
}
.dp-testimonial-image {
    border: 3px solid white;
    border-radius: 100px;
    height: 96px;
    height: 9.6rem;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    width: 96px;
    width: 9.6rem;
}
.dp-testimonial-content {
    color: #888;
    font-size: 16px;
    font-size: 1.6rem;
}
.dp-testimonial-name {
    color: #444;
    font-weight: 700;
}

.dp-alert {
    background: white;
	border: 1px solid #efefef;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 25px 30px 4px;
	padding: 2.5rem 3rem 0.4rem;
}
.dp-alert-info {
    background: #eff9ff;
    border-color: #b4ddfa;
    color: #2b6181;
}
.dp-alert-note {
    background: whitece5;
    border-color: #ffdc7d;
    color: #d69a2a;
}
.dp-alert-warn {
    background: #ffcaca;
    border-color: #eb8d8d;
    color: #da3838;
}
.dp-alert-tips {
    background: #d6fedd;
    border-color: #86d492;
    color: #589261;
}

.dp-tab-nav {
    list-style: none;
    margin: 0;
}
ul.dp-tab-nav li {
    display: inline-block;
    float: left;
}
ul.dp-tab-nav li a {
    background: white;
    border: 1px solid #efefef;
    color: #888;
    display: block;
    font-family: "Raleway";
    font-weight: 700;
    margin-right: -1px;
    padding: 10px;
    padding: 1rem;
    text-transform: uppercase;
}
ul.dp-tab-nav li.ui-tabs-active a {
    background: #1ab3f2;
    border-color: #1ab3f2;
    color: white;
}
.dp-tab-content {
    background: white;
    border: 1px solid #efefef;
    margin-top: -1px;
    padding: 25px 30px 4px;
    padding: 2.5rem 3rem 0.4rem;
}

.dp-accordion-title,
.dp-toggle-title {
    background: #f4f4f4;
    border: 1px solid #efefef;
    font-family: 'Raleway', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 2px;
    margin: 0 0 0.2rem;
    padding: 10px 30px;
    padding: 1rem 3rem;
    text-transform: uppercase;
}
.dp-accordion-title.ui-accordion-header-active {
    background: #1ab3f2;
    border-color: #1ab3f2;
    color: white;
}
.dp-accordion-content,
.dp-toggle-content {
    background: white;
    border: 1px solid #efefef;
    margin: -3px 0 2px;
    margin: -0.3rem 0 .2rem;
    padding: 25px 30px 4px;
    padding: 2.5rem 3rem .4rem;
}

.dp-toggle-content {
	display: none;
}

#footer-widgets {
    background: #444;
    border-bottom: 1px solid #666;
    color: #ddd;
    padding: 80px 0 60px;
    padding: 8rem 0 6rem;
}
.dp-widget-wrap h3 {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}
.dp-widget-wrap ul {
    list-style: none;
    margin: 0 0 21px;
    margin: 0 0 2.1rem;
}
.dp-widget-wrap a {
    color: white;
}
.dp-widget-wrap a:hover {
    color: #999;
}

.portfolio-sidebar-wrap {
    background: #f9f9f9;
    color: #888;
    list-style: none;
    margin: 0 0 0 30px;
    margin: 0 0 0 3rem;
    padding: 25px 30px;
    padding: 2.5rem 3rem;
}
.portfolio-sidebar-wrap a {
	color: #666;
}
.portfolio-sidebar-wrap a:hover {
	color: #888;
}
.portfolio-sidebar-wrap li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
}
.portfolio-sidebar-wrap li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.portfolio-sidebar-wrap a.visit-web {
	color: #1ab3f2;
}
.portfolio-sidebar-wrap .before {
	border-right: 1px solid #efefef;
	color: #444;
    float: left;
    font-weight: 600;
    margin: 0 10px 10px 0;
    margin: 0 1rem 1rem 0;
    min-width: 75px;
    min-width: 7.5rem;
    padding-right: 10px;
    padding-right: 1rem;
}

.xoxo.category-archives,
.xoxo.monthly-archives {
    color: #888;
    font-size: 16px;
    font-size: 1.6rem;
}
.xoxo.category-archives {
	padding-left: 0;
}
.xoxo.monthly-archives {
	padding-right: 0;
}
.xoxo.category-archives h2,
.xoxo.monthly-archives h2 {
    color: #444;
}
.xoxo.category-archives ul,
.xoxo.monthly-archives ul {
    border-top: 1px solid #efefef;
    list-style: none;
    margin-top: 15px;
    margin-top: 1.5rem;
    padding-top: 10px;
    padding-top: 1rem;
}
.xoxo.category-archives > ul,
.xoxo.monthly-archives > ul {
    margin: 0;
}
.xoxo.category-archives ul li,
.xoxo.monthly-archives ul li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
}
.xoxo.category-archives ul li:last-child,
.xoxo.monthly-archives ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

/*
 * jQuery portfolio-slideshow v2.0
 * http://www.woothemes.com/portfolio-slideshow/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.portfolio-slideshow a:active,
.portfolio-slideshow a:focus  {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; padding: 0; list-style: none;
}

/* portfolio-slideshow Necessary Styles
*********************************/
.portfolio-slideshow {
	margin: 0;
	padding: 0;
}
.portfolio-slideshow .slides > li {
	display: none; -webkit-backface-visibility: hidden;
}
.portfolio-slideshow .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}


/* portfolio-slideshow Default Theme
*********************************/
.portfolio-slideshow {
	margin: 0 0 5rem;
	background: white;
	position: relative;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.portfolio-slideshow .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}


/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	background: url("images/slider-nav.png") no-repeat -10px -70px;
	cursor: pointer;
	display: block;
	height: 50px;
	height: 5rem;
	margin: -25px 0 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 50px;
	width: 5rem;
	z-index: 10;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: -70px -70px;
	right: -60px;
	right: -6rem;
}
.flex-direction-nav .flex-prev {
	left: -60px;
	left: -6rem;
}
.portfolio-slideshow:hover .flex-next {
	right: 3rem;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.portfolio-slideshow:hover .flex-prev {
	left: 3rem;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.portfolio-slideshow:hover .flex-next:hover,
.portfolio-slideshow:hover .flex-prev:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter:alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left; margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.portfolio-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.portfolio-video iframe,
.portfolio-video object,
.portfolio-video embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
  	opacity: 1;
  	left: 0;
  }
  .flex-direction-nav .flex-next {
  	opacity: 1;
  	right: 0;
  }
}

@media only screen and (max-width: 767px) {
	button,
	input,
	select,
	textarea {
		min-width: 100%;
	}

	.aq_span2,
	.aq_span3,
	.aq_span4,
	.aq_span5,
	.aq_span6,
	.aq_span7,
	.aq_span8,
	.aq_span9,
	.aq_span10,
	.aq_span11 {
		width: 100% !important;
	}

	#branding {
	    margin: 0;
	    width: 100%;
	    max-width: 100%;
	}

	#site-title {
		margin: 0;
		padding: 30px;
		padding: 3rem;
		width: 100%;
	}
	#menu-primary {
		margin-bottom: 0;
	}
	#header-toggle-button {
		margin-bottom: 0;
	}

	.header-toggle {
		top: 0;
	}

	#social-toggle {
		line-height: 1;
	}

	#social-toggle a {
		padding: 5px;
		padding: .5rem;
	}
	#social-toggle i {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1;
	}
	.loop-title,
	.loop-description {
		min-width: 100%;
	}
	.dp-btn {
		width: 100%;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}

	.featured-image img {
		width: 100%;
	}

	ol.comment-list ol.children {
		padding-left: 0;
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.aq_span2,
	.aq_span3,
	.aq_span4,
	.aq_span5,
	.aq_span6 {
		width: 50% !important;
	}

	.aq_span7,
	.aq_span8,
	.aq_span9,
	.aq_span10,
	.aq_span11 {
		width: 100% !important;
	}
}

@media only screen and (max-width: 979px) {
	#menu-primary {
		text-align: left;
	}

	#menu-primary a {
		border-bottom: 1px solid #666;
	    color: white;
	    display: block;
	    padding: 10px 30px;
	    padding: 1rem 3rem;
	}

	.menu-toggle {
		background: #1ab3f2;
	    color: white;
	    cursor: pointer;
	    display: inline-block;
	    font-size: 2rem;
	    height: 3.6rem;
	    line-height: 1.8;
	    margin: 0 auto;
	    position: relative;
	    text-align: center;
	    width: 3.6rem;
	}

	.menu-toggle:hover,
	.menu-toggle.active {
		background: #555;
	}

	#menu-primary .wrap {
		background: #555;
	    clear: both;
	    display: none;
	    padding: 0;
	    position: absolute;
	    text-align: left;
	    z-index: 9999;
	}

	#menu-primary .wrap ul {
		margin: 0;
		list-style: none;
	}
	#menu-primary .wrap ul ul li a {
		padding-left: 60px;
		padding-left: 6rem;
	}
}
.clearfix:after,
#container:after,
#header:after,
#branding:after,
#menu-primary:after,
.widget:after,
.hentry:after,
.entry-summary:after,
.entry-content:after,
.attachment-meta:after,
.loop-meta:after,
.loop-nav:after,
li.comment:after, li.pingback:after, li.trackback:after,
.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sharing-box {
    border-top: 1px solid #efefef;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: -50px;
    margin-bottom: -5rem;
    margin-top: 50px;
    margin-top: 5rem;
    padding: 20px 0 10px;
    padding: 2rem 0 1rem;
    text-align: center;
}
.sharing-box ul {
    list-style: none;
    margin: 0;
}
.sharing-box li {
    display: inline-block;
}
.sharing-box a {
    float: left;
    padding: 0 10px;
    padding: 0 1rem;
}

@media only screen and (min-width: 980px) {
	#container {
		*zoom: 1;
		margin-left: auto;
		margin-right: auto;
	}
	#container:after {
		content: "";
		display: table;
		clear: both;
	}

	.layout-2c-l #content {
		display: inline;
	}

	.layout-2c-r #content {
		float: right;
		display: inline;
	}

	.layout-2c-l #sidebar-primary {
		float: right;
		display: inline;
	}

	.layout-2c-r #sidebar-primary {
		float: left;
		display: inline;
	}

	#site-title {
		float: left;
		text-align: left;
	}

	#site-description {
		clear: left;
		float: left;
		text-align: left;
	}

	#comments {
		margin: 0 0 20px;
		margin: 0 0 2rem;
	}

	.comment-text {
	}

	ol.comment-list ol.children {
		margin: 0 0 0 65px;
		margin: 0 0 0 6.5rem;
    	padding: 0;
	}

	#respond input[type="text"],
	#respond input[type="password"],
	#respond input[type="email"] {
	}

	#sidebar-subsidiary .widget {
		float: left;
		width: 21.35922%;
		float: left;
		margin-right: 4.85437%;
		display: inline;
		color: #333;
		font-size: 0.875em;
	}
	#sidebar-subsidiary .widget:first-child {
		margin-right: 0;
	}

	#footer .copyright {
		text-align: left;
	}
	#footer .credit {
		text-align: right;
	}

	.menu-toggle {
		display: none;
	}

	#menu-primary ul {
		list-style: none;
		margin: 0;
		text-align: center;
	}

	#menu-primary .menu-items {
		zoom: 1;
	}

	#menu-primary .menu-items::before,
	#menu-primary .menu-items::after {
		content: "";
		display: table;
	}

	#menu-primary .menu-items::after {
		clear: both;
	}

	#menu-primary .menu-items > ul {
		width: 100%;
		margin: 60px auto;
	}

	#menu-primary ul ul {
		border-top: 3px solid #1ab3f2;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
		margin: 0;
		position: absolute;
		text-align: left;
		top: 36px;
		top: 3.6rem;
		visibility: hidden;
		z-index: 1;
	}

	#menu-primary li:hover > ul {
		visibility: visible;
		margin: 0;
	}

	#menu-primary ul ul ul {
		top: -3px;
		top: -0.3rem;
		left: 191px;
		left: 19.1rem;
		margin: 0;
	}

	#menu-primary li {
		position: relative;
		float: left;
		display: inline-block;
	}

	#menu-primary li a {
		border-bottom: none;
	    color: #555;
	    display: inline-block;
	    font-family: 'Raleway','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	    font-size: 12px;
	    font-size: 1.2rem;
	    font-weight: 700;
	    line-height: 3;
	    margin-right: 10px;
	    margin-right: 1rem;
	    padding: 0 10px;
	    padding: 0 1rem;
	    text-decoration: none;
	    text-transform: uppercase;
	}

	#menu-primary li a:hover,
	#menu-primary li:hover > a,
	#menu-primary li.current-menu-item > a {
		background: #1ab3f2;
		color: white;
	}

	#menu-primary li li.current-menu-item > a {
		color: white;
	}

	#menu-primary li li.current-menu-item > a:hover {
		background: #1ab3f2;
		color: white;
	}

	#menu-primary li li a {
		background: white;
	    border-bottom: 1px solid #efefef;
	    color: #888;
	    font-size: 13px;
	    font-size: 1.3rem;
	    font-weight: 400;
	    margin-right: 0;
	    text-transform: none;
	}

	#menu-primary li li a:hover,
	#menu-primary li li:hover > a {
		background: white;
		color: #555;
	}

	#menu-primary ul ul li {
		display: block;
		float: none;
	}

	#menu-primary ul ul li a {
		display: block;
		float: none;
		width: 190px;
	}
}
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}



.open-sans-font {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.raleway-font {
	font-family: 'Raleway', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}