/*Exa - Agency/Freelancer Creative Portfolio HTML Templatehttp://themeforest.net/user/liviu_cerchezTable of contents: 1. Reset 2. Typography 3. Separators 4. Grid 5. Form elements 6. Table 7. Mouse selected text 8. Site elements 9. Thumbnails with hover10. Masonry layout11. Tabs12. Owl Carousel13. Header section14. Hero section15. Content section16. Sidebar widgets17. Footer section18. Media queries19. Webkit scrollbar query20. Large mobile query (480px)21. Small tablet query (768px)22. Large tablet query (992px)23. Desktop query (1200px)24. Print query*//* 1. Reset */html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	border: 0;	font-family: inherit;	font-size: 100%;	font-style: inherit;	font-weight: inherit;	margin: 0;	outline: 0;	padding: 0;	vertical-align: baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section {	display: block;}html {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}* {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}/* 2. Typography */html {	background-color: #f5f8fa;}body {	height: 100%;	font-size: 87.52%;	line-height: 1.6875;	font-family: 'Droid Serif', sans-serif;	color: #66757f;	overflow-x: hidden;	-webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%;	-webkit-tap-highlight-color: transparent;	-webkit-tap-highlight-color: rgba(0,0,0,0.1);}h1,h2,h3,h4,h5,h6,li,p {	overflow-wrap: break-word;	word-wrap: break-word;	-moz-hyphens: auto;	-ms-hyphens: auto;	hyphens: auto;}h1,h2,h3,h4,h5 {	font-family: 'Playfair Display', sans-serif;	color: #292f33;}h6 {	font-family: 'Roboto', sans-serif;	color: #292f33;}h1,h3,h4,h5 {	font-weight: 400;}h2,h6 {	font-weight: 700;}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {	font-weight: inherit;	color: inherit;}h1 {	margin-bottom: 0.5em;	font-size: 4.2em;	letter-spacing: -1px;	line-height: 1em;}h1.error {	margin-bottom: 0;	font-size: 10em;	line-height: 1.5em;}h2 {	margin-bottom: 0.4em;	font-size: 3.75em;	letter-spacing: -1px;	line-height: 1.33333333em;}h3 {	margin-bottom: 0.5em;	font-size: 3em;	letter-spacing: -1px;	line-height: 1.33333333em;}h4 {	margin-bottom: 0.75em;	font-size: 2.25em;	line-height: 1.142857142857143em;}h5 {	margin-bottom: 1.25em;	font-size: 1.5em;	line-height: 1.333333333333333em;}h6 {	margin-bottom: 1.5em;	font-size: 1em;	letter-spacing: 4px;	line-height: 1.5em;	text-transform: uppercase;}h6.heading {	position: relative;	color: #ccd6dd;}h6.heading span {	position: relative;	z-index: 2;	padding-right: 2em;	background-color: #f5f8fa;}.white-background h6.heading span {	background-color: #fff;}h6.heading:after {	content: '';	position: absolute;	z-index: 1;	top: 50%;	left: 0;	width: 100%;	height: 1px;	margin-top: -1px;	background-color: #ccd6dd\9\0;	background-image: -webkit-linear-gradient(left, #ccd6dd, rgba(245, 248, 250, 0));	background-image: linear-gradient(to right, #ccd6dd, rgba(245, 248, 250, 0));}.white-background h6.heading:after {	background-image: -webkit-linear-gradient(left, #ccd6dd, rgba(255, 255, 255, 0));	background-image: linear-gradient(to right, #ccd6dd, rgba(255, 255, 255, 0));}p,ol,ul,pre,form {	margin-bottom: 1.5em;	font-size: 1em;	line-height: 2em;}p:empty {	margin-bottom: 0;}ul {	padding-left: 1.2em;	list-style: square outside none;}ul li {	margin-left: 1.2em;}ol {	padding-left: 1.2em;	list-style: decimal outside none;}ul li,ol li {	margin-left: 1.2em;}li ul,li ol {	margin: 0;	padding-left: 0;}ul.circle {	list-style-type: circle;}ul.disc {	list-style-type: disc;}ol.upper-roman {	list-style-type: upper-roman;}ol.lower-roman {	list-style-type: lower-roman;}ol.upper-alpha {	list-style-type: upper-alpha;}ol.lower-alpha {	list-style-type: lower-alpha;}em {	font-style: italic;}strong {	font-weight: 700;}small,.small {	font-size: 81.25%;}big,.big {	font-size: 112.5%;}blockquote {	padding: 1em 0;	margin-bottom: 0.666667em;	font-family: 'Playfair Display', sans-serif;	font-style: italic;	font-size: 2.25em;	line-height: 1.3333325em;	text-align: center;	quotes: none;	color: #292f33;}blockquote p {	line-height: inherit;	margin-bottom: 0;}blockquote cite {	display: block;	margin-top: 0.25em;	font-size: 0.5em;}dl,dd,address {	margin-bottom: 1.5em;}dt {	font-size: 1.1em;	font-weight: 500;}acronym,q,var {	font-weight: 500;}abbr[title] {	border-bottom: 1px dotted #e1e8ed;	cursor: help;}dfn,var {	font-style: italic;}ins {	padding: 0.1em 0.2em;	text-decoration: none;	background-color: #fffad4;}mark {	padding: 0.1em 0.2em;	background-color: #292f33;	color: #fff;}pre,code {	background-color: #fafafa;}pre,code,kbd,samp,tt {	font-family: Monaco, 'Courier New', monospace;}pre {	padding: 1em;	white-space: pre;	white-space: pre-wrap;	word-wrap: break-word;}pre code {	display: block;	padding: 0;	border: 0;}sub,sup {	position: relative;	font-size: 0.8em;	line-height: 0;}sup {	top: -0.5em;}sub {	bottom: -0.25em;}img {	max-width: 100%;	height: auto;	border-width: 0;	vertical-align: middle;	-ms-interpolation-mode: bicubic;	font-family: inherit;}/* 3. Separators */hr,.sep {	height: 0;	margin-top: 1.5em;	margin-bottom: 1.5em;	border-left: 0;	border-right: 0;	border-bottom: 0;	border-top: 1px solid #e1e8ed;	line-height: 1;	text-align: center;}hr {	-moz-box-sizing: content-box;}.sep.red {	border-top: 3px solid #ff2641;	width: 30px;}/* 4. Grid */.container,.container-fluid {	padding-right: 15px;	padding-left: 15px;	margin-right: auto;	margin-left: auto;}.row {	margin-right: -15px;	margin-left: -15px;}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {	position: relative;	min-height: 1px;	padding-right: 15px;	padding-left: 15px;}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {	float: left;}.col-xs-1 {	width: 8.33333333%;}.col-xs-2 {	width: 16.66666667%;}.col-xs-3 {	width: 25%;}.col-xs-4 {	width: 33.33333333%;}.col-xs-5 {	width: 41.66666667%;}.col-xs-6 {	width: 50%;}.col-xs-7 {	width: 58.33333333%;}.col-xs-8 {	width: 66.66666667%;}.col-xs-9 {	width: 75%;}.col-xs-10 {	width: 83.33333333%;}.col-xs-11 {	width: 91.66666667%;}.col-xs-12 {	width: 100%;}.col-xs-pull-0 {	right: auto;}.col-xs-pull-1 {	right: 8.33333333%;}.col-xs-pull-2 {	right: 16.66666667%;}.col-xs-pull-3 {	right: 25%;}.col-xs-pull-4 {	right: 33.33333333%;}.col-xs-pull-5 {	right: 41.66666667%;}.col-xs-pull-6 {	right: 50%;}.col-xs-pull-7 {	right: 58.33333333%;}.col-xs-pull-8 {	right: 66.66666667%;}.col-xs-pull-9 {	right: 75%;}.col-xs-pull-10 {	right: 83.33333333%;}.col-xs-pull-11 {	right: 91.66666667%;}.col-xs-pull-12 {	right: 100%;}.col-xs-push-0 {	left: auto;}.col-xs-push-1 {	left: 8.33333333%;}.col-xs-push-2 {	left: 16.66666667%;}.col-xs-push-3 {	left: 25%;}.col-xs-push-4 {	left: 33.33333333%;}.col-xs-push-5 {	left: 41.66666667%;}.col-xs-push-6 {	left: 50%;}.col-xs-push-7 {	left: 58.33333333%;}.col-xs-push-8 {	left: 66.66666667%;}.col-xs-push-9 {	left: 75%;}.col-xs-push-10 {	left: 83.33333333%;}.col-xs-push-11 {	left: 91.66666667%;}.col-xs-push-12 {	left: 100%;}.col-xs-offset-0 {	margin-left: 0%;}.col-xs-offset-1 {	margin-left: 8.33333333%;}.col-xs-offset-2 {	margin-left: 16.66666667%;}.col-xs-offset-3 {	margin-left: 25%;}.col-xs-offset-4 {	margin-left: 33.33333333%;}.col-xs-offset-5 {	margin-left: 41.66666667%;}.col-xs-offset-6 {	margin-left: 50%;}.col-xs-offset-7 {	margin-left: 58.33333333%;}.col-xs-offset-8 {	margin-left: 66.66666667%;}.col-xs-offset-9 {	margin-left: 75%;}.col-xs-offset-10 {	margin-left: 83.33333333%;}.col-xs-offset-11 {	margin-left: 91.66666667%;}.col-xs-offset-12 {	margin-left: 100%;}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before {	display: table;	content: " ";}.clearfix:after,.container:after,.container-fluid:after,.row:after {	clear: both;}.clear {	visibility: hidden;	display: block;	width: 0;	height: 0;	overflow: hidden;	clear: both;}/* 5. Form elements */form {	margin-bottom: 1.5em;}label,legend {	display: block;	font-weight: 400;	font-size: 0.9em;	color: #333;}input[type=text],input[type=password],input[type=email],input[type=search],input[type=date],input[type=number],input[type=tel],input[type=url],textarea,select {	width: 100%;	max-width: 100%;	padding: 1em;	margin: 0 0 1em;	border: 1px solid #ccd6dd;	font-family: "Droid", Arial, sans-serif;	line-height: normal;	vertical-align: baseline;	background: none;	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */	background-color: transparent;	color: #292f33;	outline: none;	-moz-appearance: none;	-webkit-appearance: none;	border-radius: 2px;	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;}input[type=text].underline,input[type=password].underline,input[type=email].underline,input[type=search].underline,input[type=date].underline,input[type=number],.underlineinput[type=tel].underline,input[type=url].underline,textarea.underline,select.underline {	border-left: 0;	border-top: 0;	border-right: 0;	border-radius: 0;	padding-left: 0;	padding-right: 0;}input[type=text]:hover,input[type=password]:hover,input[type=email]:hover,input[type=search]:hover,input[type=date]:hover,input[type=number]:hover,input[type=tel]:hover,input[type=url]:hover,textarea:hover,select:hover {	border-color: #b5bec4;}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=search]:focus,input[type=date]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus,select:focus {	border-color: #292f33;}input[type=text]:focus:invalid,input[type=password]:focus:invalid,input[type=email]:focus:invalid,input[type=search]:focus:invalid,input[type=date]:focus:invalid,input[type=number]:focus:invalid,input[type=tel]:focus:invalid,input[type=url]:focus:invalid,textarea:focus:invalid {	border-color: #cb3315;}input:invalid,textarea:invalid {	box-shadow: none;}input[disabled],select[disabled],textarea[disabled] {	cursor: default;	opacity: 0.5;}input[type="checkbox"],input[type="radio"] {	display: inline;	padding: 0;	margin-top: 0;	margin-bottom: 0;	vertical-align: middle; }label.checkbox,label.radiobox {	margin-bottom: 1em;}select {	padding: 0.636em 0.7em;}select::-ms-expand {	display: none;}textarea {	min-height: 6.3em;	overflow: auto;	vertical-align: top;	resize: vertical;}input[type="search"] {	-webkit-appearance: textfield;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {	-webkit-appearance: none;}button,input[type=submit],input[type=reset],input[type=button],.button {	display: inline-block;	padding: 1em 2em;	line-height: normal;	margin: 0 0 1.2em;	border: 1px solid #ccd6dd;	font-family: "Droid", Arial, sans-serif;	font-size: 1em;	font-weight: inherit;	vertical-align: middle;	text-decoration: none;	background: none;	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));	background-color: transparent;	color: #292f33;	cursor: pointer;	outline: 0;	border-radius: 0;	-moz-appearance: none;	-webkit-appearance: none;	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;}button:hover,button:focus,input[type=submit]:hover,input[type=submit]:focus,input[type=reset]:hover,input[type=reset]:focus,input[type=button]:hover,input[type=button]:focus,.button:hover,.button:focus {	border-color: #292f33;}button:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active,.button:active,.button.filled {	border-color: #292f33;	background-color: #292f33;	color: #fff;}button.grey,input[type=submit].grey,input[type=reset].grey,input[type=button].grey,.button.grey {	border-color: #f5f8fa;	background-color: #f5f8fa;	color: #292f33;}button.grey:hover,button.grey:focus,input[type=submit].grey:hover,input[type=submit].grey:focus,input[type=reset].grey:hover,input[type=reset].grey:focus,input[type=button].grey:hover,input[type=button].grey:focus,.button.grey:hover,.button.grey:focus,.button.grey.filled {	border-color: #292f33;	background-color: #292f33;	color: #fff;}button.color,input[type=submit].color,input[type=reset].color,input[type=button].color,.button.color {	color: #ff2641;}button.color:hover,button.color:focus,input[type=submit].color:hover,input[type=submit].color:focus,input[type=reset].color:hover,input[type=reset].color:focus,input[type=button].color:hover,input[type=button].color:focus,.button.color:hover,.button.color:focus,.button.color.filled {	border-color: #fff;	background-color: #fff;}button {	background-color: transparent;}.button,.button:hover,.button:visited {	text-decoration: none;}.button.square {	padding: 1em;}input[type=submit],input[type=reset],input[type=button] {	background-color: transparent;	-webkit-appearance: none;	-moz-appearance: none;	outline: 0;}button::-moz-focus-inner,input::-moz-focus-inner {	border: 0;	padding: 0;}::-webkit-input-placeholder {	font-style: italic;	color: #ccd6dd;}::-moz-placeholder {	font-style: italic;	color: #ccd6dd;}input:-ms-input-placeholder,textarea:-ms-input-placeholder {	font-style: italic;	color: #ccd6dd;}/* 6. Table */table {	width: 100%;	margin-bottom: 1.5em;	border-collapse: collapse;	border-spacing: 0;	border: 0;}table caption {	padding: 0 0.4em 0.4em;	border: 0;	font-weight: 700;	text-align: left;}table th {	position: relative;	padding: 0.6em 0.4em;	border-top: 1px solid #000;	border-bottom: 1px solid #000;	font-weight: 400;	text-align: left;	vertical-align: bottom;}table tfoot td {	position: relative;	padding: 0.6em 0.4em;	border-top: 1px solid #000;}table tbody th,table tbody td {	padding: 0.4em;	border-bottom: 1px solid #eee;}table tbody tr:last-child th,table tbody tr:last-child td {	border-bottom: 0;}table tbody + tbody {	border-top: 2px solid #000;}/* 7. Mouse selected text */::-moz-selection {	background-color: rgba(0, 0, 0, 0.1);}::-ms-selection {	background-color: rgba(0, 0, 0, 0.1);}::selection {	background-color: rgba(0, 0, 0, 0.1);}/* 8. Site elements */a {	color: #ff2641;	text-decoration: none;}a:focus {	outline: 2px solid #ccd6dd;	outline: 2px solid rgba(0, 0, 0, 0.1);}a:hover {	text-decoration: underline;}a:hover,a:active {	outline: 0;}a img {	border: 0;}img.round {	border-radius: 100%;}.display-inline-block {	display: inline-block;}.sr-only,.screen-reader-text {	position: absolute;	width: 1px;	height: 1px;	padding: 0px;	margin: -1px;	overflow: hidden;	clip: rect(0px, 0px, 0px, 0px);	border: 0px none;}.no-bottom {	margin-bottom: 0 !important;}.text-left {	text-align: left;}.text-center {	text-align: center;}.text-right {	text-align: right;}.text-justify {	text-align: justify;}.text-nowrap {	white-space: nowrap;}.text-lowercase {	text-transform: lowercase;}.text-uppercase {	text-transform: uppercase;}.text-capitalize {	text-transform: capitalize;}.text-red {	color: #ff2641;}.red-border {	border: 1px solid #ff2641;}.margin-left-right {	margin-left: 1em;	margin-right: 1em;}.responsive-container {	position: relative;	height: 0;	margin-bottom: 1.5em;	padding-bottom: 56.25%;	overflow: hidden;}.responsive-container iframe,.responsive-container object,.responsive-container video,.responsive-container embed,.responsive-container img,.responsive-container .map {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}.responsive-wrapper {	max-width: 100%;}/* 9. Thumbnails with hover */.thumb .photo {	position: relative;	overflow: hidden;}.thumb .photo a {	display: block;	overflow: hidden;	text-decoration: none;}.thumb .photo img {	display: block;	width: 100%;}.thumb .info {	display: none;	visibility: hidden;	position: absolute;	top: 5012px;	left: -1px;	width: 570px;	height: 500px;	padding: 20px;	color: #66757f;	background-color: #fff;	background-color: rgba(255, 255, 255, 0.85);	opacity: 0;}.thumb.dark-overlay .info {	color: #ccd6dd;	background-color: #000;	background-color: rgba(0, 0, 0, 0.85);}.thumb.featured .info {	display: block;	visibility: visible;	opacity: 1;}.thumb.featured .info .big-title {	display: block;	max-width: 80%;	font-family: 'Playfair Display', sans-serif;	font-size: 2em;	font-weight: 400;	line-height: 1em;	letter-spacing: -1px;	color: #292f33;}.thumb.dark-overlay .info .big-title {	color: #fff;}.thumb .info .excerpt {	display: block;	font-size: 0.875em;}.thumb.featured .info .excerpt {	margin-top: 1em;	margin-bottom: 1em;}.thumb .info .arrow-right,.post-box .arrow-icon:after {	display: inline-block;	width: 24px;	height: 14px;	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAABmJLR0QAAAAAAAD5Q7t/AAAARklEQVR42mNgoBBo6hsfAOLzQCzAQAsAteA/zSwBGQrEF0YtId8SJAFa4PO0tuACLYLoPMxwqsbDqOHEFBUXaJX2D+AzHABNpITiZujn4AAAAABJRU5ErkJggg==) no-repeat;	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAyNCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMjkyZjMzIiBkPSJNMCw3YzAsMC42LDAuNCwxLDEsMWgxOS42bC00LjMsNC4zYy0wLjQsMC40LTAuNCwxLDAsMS40czEsMC40LDEuNCwwbDYtNmMwLjEtMC4xLDAuMi0wLjIsMC4yLTAuM0MyNCw3LjMsMjQsNy4xLDI0LDdjMCwwLDAsMCwwLDBsMCwwYzAtMC4xLDAtMC4zLTAuMS0wLjRjMC0wLjEtMC4xLTAuMi0wLjItMC4zbC02LTZjLTAuNC0wLjQtMS0wLjQtMS40LDBjLTAuNCwwLjQtMC40LDEsMCwxLjRMMjAuNiw2SDFDMC40LDYsMCw2LjQsMCw3TDAsN3oiLz48L3N2Zz4=), none;}.thumb .info .arrow-right.centered,.post-box .arrow-icon:after {	position: absolute;	top: 50%;	left: 50%;	margin-top: -7px;	margin-left: -12px;}.thumb.dark-overlay .info .arrow-right,.post-box .arrow-icon.dark-overlay:after {	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAABmJLR0QAAAAAAAD5Q7t/AAAARklEQVR42mNgoBD8////ABCfB2IBBloAqAX/aWYJyFAgvjBqCfmWIAnQApyntQUXaBFE52GGUzUeRg0npqi4QKu0fwCf4QAva35dgoicNwAAAABJRU5ErkJggg==) no-repeat;	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAyNCAxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCw3YzAsMC42LDAuNCwxLDEsMWgxOS42bC00LjMsNC4zYy0wLjQsMC40LTAuNCwxLDAsMS40czEsMC40LDEuNCwwbDYtNmMwLjEtMC4xLDAuMi0wLjIsMC4yLTAuM0MyNCw3LjMsMjQsNy4xLDI0LDdjMCwwLDAsMCwwLDBsMCwwYzAtMC4xLDAtMC4zLTAuMS0wLjRjMC0wLjEtMC4xLTAuMi0wLjItMC4zbC02LTZjLTAuNC0wLjQtMS0wLjQtMS40LDBjLTAuNCwwLjQtMC40LDEsMCwxLjRMMjAuNiw2SDFDMC40LDYsMCw2LjQsMCw3TDAsN3oiLz48L3N2Zz4=), none;}.thumb .big-excerpt {	position: absolute;	left: 20px;	bottom: 20px;	font-family: 'Playfair Display', sans-serif;	font-size: 1.5em;	line-height: 1.25em;	color: #000;}.thumb.dark-overlay .info .big-excerpt {	color: #fff;}/* 10. Masonry layout */.container-masonry,.container-boxes {	padding-top: 15px;}.container-masonry .box {	margin: 15px 0 16px;}.container-boxes .box {	display: block;	width: 100%;}.container-boxes .box.white-bg,.container-boxes .box.post-item {	margin-bottom: 30px;	background-color: #fff;}.container-boxes .box.white-bg {	padding: 30px 15px;	background-position: center center;	background-repeat: no-repeat;	background-size: cover;}.post-box {	background-color: #fff;}.post-box .image-link {	display: block;	text-decoration: none;}.post-box .image-link img {	width: 100%;}.post-box .arrow-icon,.post-box .play-icon {	position: relative;}.post-box .arrow-icon:before {	content: '';	position: absolute;	top: 0;	left: 0;	right: 0;	height: 100%;	background-color: #fff;	background-color: rgba(255, 255, 255, 0.85);}.post-box .arrow-icon.dark-overlay:before {	background-color: #000;	background-color: rgba(0, 0, 0, 0.85);}.post-box .arrow-icon:after {	content: '';}.post-box .arrow-icon:before,.post-box .arrow-icon:after {	display: none;	visibility: hidden;	opacity: 0;}.post-box .play-icon:before {	content: '';	position: absolute;	top: 50%;	left: 50%;	width: 70px;	height: 70px;	margin-left: -35px;	margin-top: -35px;	background-color: #000;	background-color: rgba(0, 0, 0, 0.3);	border-radius: 100%;	-webkit-transition: background-color 0.2s ease-in-out;	transition: background-color 0.2s ease-in-out;}.post-box .play-icon:after {	content: '\f04b';	position: absolute;	top: 50%;	left: 50%;	width: 26px;	height: 26px;	margin-left: -7px;	margin-top: -13px;	font-family: 'FontAwesome';	font-size: 24px;	font-weight: normal;	font-variant: normal;	line-height: 1;	text-transform: none;	speak: none;	color: #fff;	-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}.post-box .extra-info {	padding: 30px;}.post-box .extra-info .meta {	font-style: italic;	color: #ccd6dd;}.post-box .extra-info h5 {	margin-bottom: 0;}.post-box .extra-info h5 a {	text-decoration: none;}.post-box.post-link h5 a {	font-style: italic;}.post-box.post-link h5,.post-box.post-link h5 a {	color: #ff2641;}/* 11. Tabs */.tab-container {	margin-bottom: 1.5em;}.tab-container .tab_content {	padding: 1.75em 0;	border-top: 1px solid #ccd6dd;}.tab-container .tab_content :last-child {	margin-bottom: 0;}.tab-container .tabs {	list-style: none;	margin: 0;	padding: 0;}.tab-container .tabs li {	float: left;	margin: 0 2em 0 0;}.tab-container .tabs li.active {	position: relative;}.tab-container .tabs li.active:after {	content: '';	position: absolute;	left: 0;	bottom: -1px;	width: 100%;	height: 1px;	background-color: #ff2641;}.tab-container .tabs li a {	display: block;	padding: 1em 0;	font-family: 'Roboto', sans-serif;	font-weight: 700;	letter-spacing: 4px;	text-transform: uppercase;	text-decoration: none;	color: #8899a6;	outline: 0;}.tab-container .tabs li.active a {	color: #292f33;}/* 12. Owl Carousel */.owl-carousel {	position: relative;	z-index: 1;	display: none;	width: 100%;	-webkit-tap-highlight-color: transparent;}.owl-carousel.owl-slider {	margin-bottom: 1.5em;	background-color: #fafafa;}.owl-carousel .owl-stage {	position: relative;	-ms-touch-action: pan-Y;}.owl-carousel .owl-stage:after {	content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0;	height: 0;}.owl-carousel .owl-stage-outer {	position: relative;	overflow: hidden;	-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-controls {	text-align: center;	-webkit-tap-highlight-color: transparent;}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {	cursor: pointer;	cursor: hand;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;}.owl-carousel.owl-loaded {	display: block;}.owl-carousel.owl-loading {	opacity: 0;	display: block;}.owl-carousel.owl-hidden {	opacity: 0;}.owl-carousel .owl-refresh .owl-item {	display: none;}.owl-carousel .owl-item {	position: relative;	min-height: 1px;	float: left;	-webkit-backface-visibility: hidden;	-webkit-tap-highlight-color: transparent;	-webkit-touch-callout: none;	-webkit-user-select: none;	-moz-user-select: none;	-ms-user-select: none;	user-select: none;	-webkit-transform: translateZ(0) scale(1.0, 1.0);}.owl-carousel .owl-item img {	display: block;	width: 100%;	-webkit-transform-style: preserve-3d;}.owl-carousel.owl-text-select-on .owl-item {	-webkit-user-select: auto;	-moz-user-select: auto;	-ms-user-select: auto;	user-select: auto;}.owl-carousel .animated {	-webkit-animation-duration: 1000ms;	animation-duration: 1000ms;	-webkit-animation-fill-mode: both;	animation-fill-mode: both;}.owl-carousel .owl-animated-in {	z-index: 0;}.owl-carousel .owl-animated-out {	z-index: 1;}.owl-carousel .fadeOut {	-webkit-animation-name: fadeOut;	animation-name: fadeOut;}@-webkit-keyframes fadeOut {	0% {		opacity: 1;	}	100% {		opacity: 0;	}}@keyframes fadeOut {	0% {		opacity: 1;	}	100% {		opacity: 0;	}}.owl-height {	-webkit-transition: height 0.3s ease-in-out;	transition: height 0.3s ease-in-out;}.owl-carousel .owl-grab {	cursor: move;	cursor: -webkit-grab;	cursor: -o-grab;	cursor: -ms-grab;	cursor: grab;}.owl-carousel.owl-rtl {	direction: rtl;}.owl-carousel.owl-rtl .owl-item {	float: right;}.no-js .owl-carousel {	display: block;}.owl-carousel .owl-item .owl-lazy {	opacity: 0;	-webkit-transition: opacity 0.3s ease;	transition: opacity 0.3s ease;}.owl-carousel .owl-item img {	transform-style: preserve-3d;}.owl-carousel .owl-video-wrapper {	position: relative;	height: 100%;	background: #000;}.owl-carousel .owl-video-play-icon {	position: absolute;	height: 80px;	width: 80px;	left: 50%;	top: 50%;	margin-left: -40px;	margin-top: -40px;	background: #666;	cursor: pointer;	z-index: 1;	-webkit-backface-visibility: hidden;}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {	display: none;}.owl-carousel .owl-video-tn {	opacity: 0;	height: 100%;	background-position: center center;	background-repeat: no-repeat;	background-size: contain;	-webkit-transition: opacity 0.3s ease;	transition: opacity 0.3s ease;}.owl-carousel .owl-video-frame {	position: relative;	z-index: 1;}.owl-carousel .owl-nav {	display: none;}.owl-carousel .owl-prev,.owl-carousel .owl-next {	position: absolute;	z-index: 5;	top: 50%;	width: 84px;	height: 40px;	margin-top: -20px;	background-repeat: no-repeat;	background-position: center center;	color: #8899a6;}.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover {	color: #292f33;}.owl-carousel .owl-prev i,.owl-carousel .owl-next i {	display: none;}.owl-carousel .owl-prev {	left: 10px;	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAUAQMAAAAHuKl8AAAABlBMVEX///8pLzPPkvdqAAAAAXRSTlMAQObYZgAAADdJREFUeNpjYIADBxijAUozwgSYYAwWGIMDxhCAMRRgjPr/EIBgKGAo5sAwEG4F3FK4MxAOgwIA9qQQ71CvnTsAAAAASUVORK5CYII=');	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDY0IDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gcG9pbnRzPSI5LjEsMCAxMC42LDEuNSAzLjQsOSA2NCw5IDY0LDExIDMuNCwxMSAxMC43LDE4LjUgOS4xLDIwIDAsMTAuNyAwLDkuMyAiIHN0eWxlPSJmaWxsOiMyOTJmMzMiLz4NCjwvc3ZnPg=='), none;}.owl-carousel .owl-next {	right: 10px;	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAUBAMAAADPWCYMAAAAFVBMVEVMaXEpLzMpLzMpLzMpLzMpLzMpLzN8dI88AAAABnRSTlMAETNdzO6VIQQyAAAAMUlEQVR42mNgwA2MGPAD5lQF/AoY3YIIGCEydIxIww9SCSugzJWEHDkEDCCYYCBJDgAIJSNRGd9EEwAAAABJRU5ErkJggg==');	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDY0IDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBvbHlnb24gcG9pbnRzPSI2NCw5LjMgNjQsMTAuNyA1NC45LDIwIDUzLjMsMTguNSA2MC42LDExIDAsMTEgMCw5IDYwLjYsOSA1My40LDEuNSA1NC45LDAiIHN0eWxlPSJmaWxsOiMyOTJmMzMiLz4NCjwvc3ZnPg=='), none;}.owl-carousel.owl-round-arrows .owl-prev,.owl-carousel.owl-round-arrows .owl-next {	top: 50%;	width: 60px;	height: 60px;	margin-top: -30px;	background: #fff;	border-radius: 100%;}.owl-carousel.owl-round-arrows .owl-prev i,.owl-carousel.owl-round-arrows .owl-next i {	display: block;	font-size: 1.5em;	line-height: 59px;}.owl-carousel.owl-round-arrows .owl-prev {	left: 0;}.owl-carousel.owl-round-arrows .owl-prev i {	margin-right: 1px;}.owl-carousel.owl-round-arrows .owl-next {	right: 0;}.owl-carousel.owl-round-arrows .owl-next i {	margin-left: 1px;}.owl-carousel .owl-dots {	position: absolute;	z-index: 6;	left: 0;	width: 100%;	bottom: 10px;	pointer-events: none;}.owl-carousel .owl-dots .owl-dot {	display: inline-block;	padding: 0 4px;	pointer-events: auto;}.owl-carousel .owl-dots .owl-dot span {	display: inline-block;	width: 15px;	height: 4px;	border-radius: 1px;	background-color: #fff;}.owl-carousel .owl-dots .owl-dot.active span {	background-color: #292f33;}.owl-red-dots .owl-dots .owl-dot span {	background-color: #ccd6dd;}.owl-red-dots .owl-dots .owl-dot.active span {	background-color: #ff2641;}/* 13. Header section */#top {	padding-top: 1.5em;	padding-bottom: 1.5em;	background-color: #fff;}#top .inner {	position: relative;}.site-title {	position: relative;	padding-right: 3.2em;}.site-title h1 {	margin-bottom: 0;	font-size: 1em;	line-height: 1;}.site-title h1 a {	display: inline-block;	color: #000;	text-decoration: none;}.site-title h1 img {	float: left;}.site-title h1.text {	font-size: 2.5em;	line-height: 1;}#top .site-menu-toggle {	display: block;	position: absolute;	top: 50%;	right: 0;	margin-top: -21px;	float: right;	padding: 10px;}.no-js #top .site-menu-toggle {	display: none;}#top .site-menu-toggle em {	position: relative;	display: block;	width: 22px;	height: 2px;	margin: 4px 0;	background-color: #292f33;	-o-transform: translateZ(0);	-webkit-transform: translateZ(0);	transform: translateZ(0);	-o-backface-visibility: hidden;	-webkit-backface-visibility: hidden;	backface-visibility: hidden;	-o-transition: -o-transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;	-webkit-transition: -webkit-transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;	transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;}#top .site-menu-toggle em.first {	-o-transform: translateY(0) rotate(0deg);	-webkit-transform: translateY(0) rotate(0deg);	-ms-transform: translateY(0) rotate(0deg);	transform: translateY(0) rotate(0deg);}#top .site-menu-toggle em.last {	-o-transform: translateY(0) rotate(0deg);	-webkit-transform: translateY(0) rotate(0deg);	-ms-transform: translateY(0) rotate(0deg);	transform: translateY(0) rotate(0deg);}#top.open-mobile-menu .site-menu-toggle em.first {	-o-transform: translateY(6px) rotate(45deg);	-webkit-transform: translateY(6px) rotate(45deg);	-ms-transform: translateY(6px) rotate(45deg);	transform: translateY(6px) rotate(45deg);}#top.open-mobile-menu .site-menu-toggle em.middle { 	background-color: transparent;	background-color: #292f33\9\0;	-o-transition: background 0.1s ease-in-out;	-webkit-transition: background 0.1s ease-in-out;	transition: background 0.1s ease-in-out;}.no-csstransforms3d #top.open-mobile-menu .site-menu-toggle em.middle {	background-color: transparent;}#top.open-mobile-menu .site-menu-toggle em.last {	right: 0;	-o-transform: translateY(-6px) rotate(-45deg);	-webkit-transform: translateY(-6px) rotate(-45deg);	-ms-transform: translateY(-6px) rotate(-45deg);	transform: translateY(-6px) rotate(-45deg);}#site-menu {	visibility: hidden;	max-height: 0;	overflow: hidden;	opacity: 0;	-o-transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;	-webkit-transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;	transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;}#top.open-mobile-menu #site-menu {	visibility: visible;	max-height: 150em;	opacity: 1;}#site-menu ul {	padding-left: 0;	margin-top: 1.5em;	margin-bottom: 0;	font-family: 'Roboto', sans-serif;	list-style: none;}#site-menu ul ul {	margin-top: 0;}#site-menu li {	margin-left: 0;	border-top: 1px solid #e1e8ed;}#site-menu a {	display: block;	padding: 0.75em 1em;	font-size: 0.9em;	letter-spacing: 0.05em;	text-decoration: none;	text-transform: uppercase;	color: #292f33;}#site-menu li.current-menu-item > a {	font-weight: 700;	background-color: #f5f8fa;}#site-menu ul ul a {	padding-left: 2em;}#site-menu ul ul ul a {	padding-left: 2.5em;}#site-menu .menu-item-search a {	display: none;}#site-menu .menu-item-search form {	position: relative;	margin-bottom: 0;	padding: 18px 0 1px;	font-size: 13px;}#site-menu .menu-item-search input[type="search"] {	font-size: 13px;	padding-right: 2.6em;	margin-bottom: 0;}#site-menu .menu-item-search input[type="submit"] {	position: absolute;	top: 19px;	right: 1px;	width: 2.4em;	height: 2.55em;	padding: 0;	border: 0;	margin: 0;	text-align: center;	font-family: 'FontAwesome';	font-size: 16px;	font-style: normal;	font-variant: normal;	font-weight: 400;	text-transform: none;	speak: none;	-webkit-font-smoothing: antialiased;	background-color: transparent;	color: #000;	-webkit-transition: none;	transition: none;}/* 14. Hero section */#hero {	background-position: center center;	background-repeat: no-repeat;	background-size: cover;	background-color: #070707;	color: #ccd6dd;}#hero .inner {	padding: 3em 0;}#hero h1,#hero h2,#hero h3,#hero h4,#hero h5 {	color: #fff;}#hero p:last-child {	margin-bottom: 0;}.map-section {	position: relative;	overflow: hidden;}.map-section .map-info {	position: relative;	z-index: 3;}.map-section .map {	position: absolute;	z-index: 1;	top: -3em;	left: 0;	width: 100%;	bottom: -3em;	background-color: #111 !important;	-webkit-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out;	transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out;}.map-section #close-map {	position: absolute;	z-index: 2;	top: 15px;	right: 15px;	padding: 0.25em 0.75em;	font-size: 1.25em;	text-decoration: none;	background-color: #000;	color: #fff;}.map-section.open .map-info,.map-section #close-map {	visibility: hidden;	opacity: 0;}.map-section .map-info,.map-section.open #close-map {	visibility: visible;	opacity: 1;	-webkit-transition: all 0.3s ease-in-out;	transition: all 0.3s ease-in-out;}.map-section.open .inner {	margin-top: 3em;	margin-bottom: 3em;}.map-section.open .map {	top: 0;	bottom: 0;}/* 15. Content section */#content.white-background {	background-color: #fff;	font-family: "Droid Serif", sans-serif;}.image-background-section {	background-position: center center;	background-repeat: no-repeat;	background-size: cover;}.single-title {	margin: 0.25em 0 1em;	text-align: center;}#content .margin-1 {	height: 0.5em;}#content .margin-2 {	height: 1em;}#content .margin-3 {	height: 1.5em;}#content .margin-4 {	height: 2em;}#content .margin-5 {	height: 2.5em;}#content .margin-6 {	height: 3em;}.project-properties h6 {	margin-bottom: 0.5em;}.project-properties p.small {	padding-bottom: 1.5em;	border-bottom: 1px solid #e1e8ed;}.social-share {	margin-bottom: 2em;}.social-share a {	display: inline-block;	padding: 0 0.5em;	margin-right: 1.25em;	margin-left: -0.5em;	margin-bottom: 0.5em;	color: #b5c2ca;	-webkit-transition: color 0.2s ease-in-out;	transition: color 0.2s ease-in-out;}.social-share a:last-child {	margin-right: 0;}.social-share a:hover,.social-share a:focus {	color: #292f33;}.tags {	margin-bottom: 0;}.tags strong {	display: block;	font-weight: 400;	font-style: italic;	color: #ccd6dd;}.tags strong.padding-bottom {	padding-top: 0.25em;	padding-bottom: 1em;}.tags a {	display: inline-block;	margin: 5px 5px 5px 0;	padding: 2px 14px;	border: 1px solid #ccd6dd;	border-radius: 2px;	font-size: 0.9em;	text-decoration: none;	color: #8899a6;	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;}.tags a:hover,.tags a:focus {	border-color: #8899a6;	color: #292f33;}.post-meta {	position: relative;	margin: 2.5em 0 4em;	text-align: center;	color: #8899a6;}.post-meta:after {	content: '';	position: absolute;	top: 50%;	left: 0;	width: 100%;	height: 1px;	margin-top: -1px;	background-color: #e1e8ed;}.post-meta span {	display: inline-block;	position: relative;	z-index: 1;	padding: 0 2em;	font-style: italic;	background-color: #f5f8fa;}.white-background .post-meta span {	background-color: #fff;}.fa-ul {	padding-left: 1.2em;	margin-left: 0;}.fa-ul .fa-li {	top: 1em;	margin-top: -0.55em;	left: -2.1em;	width: 2.1em;}.fa-li:before {	color: #292f33;}.fa.fa-colored:before {	color: #ff2641;}.twitter-follow .username {	display: block;	margin-bottom: 1em;	text-decoration: none;}.twitter-follow .username i {	display: block;	margin-bottom: 0.1em;	font-size: 4.5em;}.twitter-follow .button {	margin-bottom: 0;}.twitter-follow-text {	margin-top: 0.5em;}.contact-address-info {	position: relative;	padding: 1em 0 0 3em;	margin-bottom: 2.4em;}.contact-address-info:last-child {	margin-bottom: 0;}.contact-address-info i {	position: absolute;	top: 0;	left: 0;	font-size: 1.25em;	color: #292f33;}.team-container {	padding: 2em;	margin-bottom: 1.5em;	background-color: #f5f8fa;}.team-member .team-photo {	position: relative;	display: block;	margin: 1em auto;	text-decoration: none;}.team-member .team-photo img {	display: block;	width: 100%;	border-radius: 100%;}.team-member .team-photo .info {	display: none;}.clients-grid {	position: relative;	text-align: center;}.clients-grid .client {	float: left;	width: 50%;	border-bottom: 1px solid #f1f5f8;	border-left: 1px solid #f1f5f8;}.clients-grid .client a,.clients-grid .client a img {	display: block;}.clients-grid .client a img {	margin: 0 auto;}.clients-grid:before,.clients-grid:after {	content: '';	position: absolute;	z-index: 1;	left: 0;	background-color: #f5f8fa;}.clients-grid:before {	top: 0;	width: 1px;	height: 100%;}.clients-grid:after {	bottom: -1px;	width: 100%;	height: 2px;}.white-background .clients-grid:before,.white-background .clients-grid:after {	background-color: #fff;}.testimonial-item {	padding: 3em 2em;	text-align: center;	color: #8899a6;}.testimonial-item em.name {	color: #ccd6dd;}/* 16. Sidebar widgets */.widget {	padding: 30px;	margin-top: 15px;	margin-bottom: 45px;	background-color: #fff;	-webkit-box-shadow: 10px 10px 0 0 #f1f5f8;	box-shadow: 10px 10px 0 0 #f1f5f8;}.widget.widget_search,.widget.widget_calendar {	padding: 0;	background-color: transparent;	-webkit-box-shadow: none;	box-shadow: none;}.widget ul {	padding-left: 0;	margin-bottom: 0;	list-style: none;}.widget ul.fa-ul {	padding-left: 1.2em;}.widget ul ul {	padding-left: 1em;}.widget li {	margin-left: 0;	margin-top: 0.5em;	margin-bottom: 0.5em;	list-style: none;}.widget li a {	color: #66757f;}.widget li a:hover,.widget li a:hover,.widget li.current-cat > a {	color: #ff2641;}.widget-thumbs .thumbs {	margin: 0 -5px;}.widget-thumbs a {	float: left;	width: 50%;	padding: 5px;}.widget-thumbs a img {	width: 100%;}.widget.widget_search form,.widget.widget_search form input {	margin-bottom: 0;}#content .searchform {	position: relative;}#content .searchform input[type="submit"] {	position: absolute;	top: 1px;	right: 1px;	width: 2.4em;	height: 2.55em;	padding: 0;	border: 0;	margin: 0;	text-align: center;	font-family: 'FontAwesome';	font-size: 16px;	font-style: normal;	font-variant: normal;	font-weight: 400;	text-transform: none;	speak: none;	-webkit-font-smoothing: antialiased;	background-color: transparent;	color: #ccd6dd;	-webkit-transition: none;	transition: none;}#content .searchform input[type="text"]:focus + input[type="submit"],#content .searchform input[type="submit"]:hover,#content .searchform input[type="submit"]:focus {	color: #292f33;}.widget table {	margin-bottom: 0;}.widget table tbody th,.widget table tbody td {	padding: 0.2em;	text-align: center;}.widget table th {	border-top-color: #ccd6dd;	border-bottom-color: #ccd6dd;	font-weight: 700;	text-align: center;}.widget table tfoot td {	border-top-color: #ccd6dd;}/* 17. Footer section */#footer {	padding: 4em 0;	font-size: 0.875em;	text-align: center;	background-color: #f5f8fa;}#footer,#footer a {	color: #b5c2ca;}#footer a {	display: inline-block;	-webkit-transition: color 0.2s ease-in-out;	transition: color 0.2s ease-in-out}#footer a:hover,#footer a:focus {	color: #292f33;}#footer a.mini-logo {	font-size: 1.1428575em;	padding: 0.5em;	margin-top: 0.2em;}#footer a.social-link {	font-size: 1.1428575em;	padding: 0.5em 1em;}#footer p:last-child {	margin-bottom: 0;}/* 18. Media queries *//* * Does the same thing as <meta name="viewport" content="width=device-width">, but in the future W3C standard way. -ms- prefix is required for IE10+ to render responsive styling in Windows 10 "snapped" views; IE10+ does not honor the meta tag. */@-ms-viewport {	width: device-width;}@viewport {	width: device-width;}/* 19. Webkit scrollbar query */@media screen and (-webkit-min-device-pixel-ratio: 0) {	::-webkit-scrollbar {		width: 0.75em;		height: 0.75em;	}	::-webkit-scrollbar-track {		background-color: #f9f9f9;	}	::-webkit-scrollbar-thumb:vertical {		height: 5em;		background-color: #292f33;	}}/* 20. Large mobile query (480px) */@media (min-width: 480px) {	#top {		padding-top: 2em;		padding-bottom: 2em;	}	#site-menu ul {		margin-top: 2em;	}	.thumb.featured .info .big-title {		max-width: 70%;		font-size: 4em;	}	.thumb.featured .info .excerpt {		margin-top: 2em;		margin-bottom: 2em;		max-width: 70%;	}	.team-container {		padding: 3em 1em;	}	.team-member {		float: left;		margin: 0 2%;		width: 46%;	}	.team-member.team-info {		float: none;		margin: 1em 2%;		width: 100%;	}	.team-member.team-info {		padding-top: 1.25em;	}	.clients-grid .client {		width: 25%;	}	.tab-container.vertical .tab_content {		float: right;		width: 65%;		padding: 1em 0;		border-top: 0;	}	.tab-container.vertical .tabs {		float: left;		width: 35%;	}	.tab-container.vertical .tabs li {		float: none;		margin: 0;	}	.tab-container.vertical .tabs li a {		padding: 1em;	}	.tab-container.vertical .tabs li.active:after {		bottom: 50%;		width: 4px;		height: 12px;		margin-bottom: -6px;	}}/* 21. Small tablet query (768px) */@media (min-width: 768px) {	body {		font-size: 100%;	}	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {		float: left;	}	.col-sm-1 {		width: 8.33333333%;	}	.col-sm-2 {		width: 16.66666667%;	}	.col-sm-3 {		width: 25%;	}	.col-sm-4 {		width: 33.33333333%;	}	.col-sm-5 {		width: 41.66666667%;	}	.col-sm-6 {		width: 50%;	}	.col-sm-7 {		width: 58.33333333%;	}	.col-sm-8 {		width: 66.66666667%;	}	.col-sm-9 {		width: 75%;	}	.col-sm-10 {		width: 83.33333333%;	}	.col-sm-11 {		width: 91.66666667%;	}	.col-sm-12 {		width: 100%;	}	.col-sm-pull-0 {		right: auto;	}	.col-sm-pull-1 {		right: 8.33333333%;	}	.col-sm-pull-2 {		right: 16.66666667%;	}	.col-sm-pull-3 {		right: 25%;	}	.col-sm-pull-4 {		right: 33.33333333%;	}	.col-sm-pull-5 {		right: 41.66666667%;	}	.col-sm-pull-6 {		right: 50%;	}	.col-sm-pull-7 {		right: 58.33333333%;	}	.col-sm-pull-8 {		right: 66.66666667%;	}	.col-sm-pull-9 {		right: 75%;	}	.col-sm-pull-10 {		right: 83.33333333%;	}	.col-sm-pull-11 {		right: 91.66666667%;	}	.col-sm-pull-12 {		right: 100%;	}	.col-sm-push-0 {		left: auto;	}	.col-sm-push-1 {		left: 8.33333333%;	}	.col-sm-push-2 {		left: 16.66666667%;	}	.col-sm-push-3 {		left: 25%;	}	.col-sm-push-4 {		left: 33.33333333%;	}	.col-sm-push-5 {		left: 41.66666667%;	}	.col-sm-push-6 {		left: 50%;	}	.col-sm-push-7 {		left: 58.33333333%;	}	.col-sm-push-8 {		left: 66.66666667%;	}	.col-sm-push-9 {		left: 75%;	}	.col-sm-push-10 {		left: 83.33333333%;	}	.col-sm-push-11 {		left: 91.66666667%;	}	.col-sm-push-12 {		left: 100%;	}	.col-sm-offset-0 {		margin-left: 0%;	}	.col-sm-offset-1 {		margin-left: 8.33333333%;	}	.col-sm-offset-2 {		margin-left: 16.66666667%;	}	.col-sm-offset-3 {		margin-left: 25%;	}	.col-sm-offset-4 {		margin-left: 33.33333333%;	}	.col-sm-offset-5 {		margin-left: 41.66666667%;	}	.col-sm-offset-6 {		margin-left: 50%;	}	.col-sm-offset-7 {		margin-left: 58.33333333%;	}	.col-sm-offset-8 {		margin-left: 66.66666667%;	}	.col-sm-offset-9 {		margin-left: 75%;	}	.col-sm-offset-10 {		margin-left: 83.33333333%;	}	.col-sm-offset-11 {		margin-left: 91.66666667%;	}	.col-sm-offset-12 {		margin-left: 100%;	}	#top {		padding-top: 2.5em;		padding-bottom: 2.5em;	}	#top .inner {		display: table;		width: 100%;	}	#top .inner .site-title,	#top .inner #site-menu {		display: table-cell;		vertical-align: middle;	}	.site-title {		padding-right: 0;	}	#top .site-menu-toggle {		display: none;	}	#site-menu {		visibility: visible;		max-height: none;		overflow: visible;		opacity: 1;		-webkit-transition: none;		transition: none;	}	#site-menu ul {		margin-top: 0;		text-align: right;	}	#site-menu li {		display: inline-block;		border-top: 0;	}	#site-menu a {		padding: 0.25em 0.75em;		margin-top: 0.2em;		margin-bottom: 0.2em;	}	#site-menu li.current-menu-item > a {		font-weight: 400;		background-color: transparent;	}	#site-menu nav > ul > li.current-menu-item > a,	#site-menu nav > ul > li.current-menu-parent > a {		position: relative;	}	#site-menu nav > ul > li.current-menu-item > a:after,	#site-menu nav > ul > li.current-menu-parent > a:after {		content: '';		position: absolute;		bottom: 0;		left: 0.75em;		width: 13px;		height: 2px;		background-color: #292f33;	}	#site-menu nav ul ul li.current-menu-item > a {		color: #999;		color: rgba(0, 0, 0, 0.5);	}	#site-menu li.menu-item-has-children {		position: relative;	}	#site-menu li.menu-item-has-children ul {		visibility: hidden;		position: absolute;		z-index: 97;		top: 100%;		right: 50%;		width: 13em;		margin-top: 0.25em;		margin-right: -6.5em;		padding-top: 1em;		font-size: 0.9em;		text-align: center;		background-color: #fff;		opacity: 0;	}	.csstransitions #site-menu li.menu-item-has-children ul {		-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;		transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;		-webkit-transition-delay: 0.1s;		transition-delay: 0.1s;	}	#site-menu li.menu-item-has-children li.menu-item-has-children ul {		top: -0.5em;		right: 100%;		margin: 0;		padding-top: 0;		font-size: 1em;	}	.no-touch #site-menu li.menu-item-has-children:hover > ul,	#site-menu li.menu-item-has-children.hover > ul {		visibility: visible;		margin-top: 0;		opacity: 1;	}	#site-menu li.menu-item-has-children li {		display: block;		margin-left: 0;		background-color: #fff200;	}	#site-menu li.menu-item-has-children li:first-child {		padding-top: 0.5em;	}	#site-menu li.menu-item-has-children li:last-child {		padding-bottom: 0.5em;	}	#site-menu li.menu-item-has-children li a {		padding: 0.5em 1em;		margin: 0;		color: #000;	}	#site-menu .menu-item-search a {		display: inline-block;		z-index: 2;	}	#site-menu .menu-item-search.hover a {		outline: 0;	}	#site-menu .menu-item-search a i {		display: none;		min-width: 14px;		text-align: center;	}	#site-menu .menu-item-search a i:first-child {		display: inline-block;	}	#site-menu .menu-item-search form {		visibility: hidden;		position: absolute;		z-index: 98;		top: 0;		right: 2.8em;		width: 4em;		margin-top: -12px;		background-color: #fff;		opacity: 0;	}	.csstransitions #site-menu .menu-item-search form {		-webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, visibility 0.2s ease-in-out;		transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, visibility 0.2s ease-in-out;	}	#site-menu .menu-item-search form input[type="submit"] {		visibility: hidden;	}	#site-menu .menu-item-search.hover form {		visibility: visible;		width: 11.5em;		opacity: 1;	}	#site-menu .menu-item-search.hover a i:last-child {		display: inline-block;	}	#site-menu .menu-item-search.hover a i:first-child {		display: none;	}	#hero .inner {		padding: 4em 0;	}	.thumb .info,	.post-box .arrow-icon:before,	.post-box .arrow-icon:after {		display: block;		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;	}	.thumb a:hover .info,	.post-box .arrow-icon:hover:before,	.post-box .arrow-icon:hover:after {		visibility: visible;		opacity: 1;	}	.thumb .info .title {		position: relative;		display: block;		padding-bottom: 0.75em;		margin-bottom: 0.75em;		font-family: 'Roboto', sans-serif;		text-transform: uppercase;		letter-spacing: 3px;		color: #000;	}	.thumb.dark-overlay .info .title {		color: #fff;	}	.thumb .info .title:after {		content: '';		position: absolute;		left: 0;		bottom: 0;		width: 30px;		height: 2px;		background-color: #ff2641;	}	.thumb.featured .info .big-title {		font-size: 2em;		max-width: none;	}	.thumb.featured .info .excerpt {		display: none;	}	.thumb .info .arrow-right {		position: absolute;		left: 20px;		bottom: 20px;	}	.team-member,	.team-member.team-info {		float: left;		margin: 1em 8.5%;		width: 33%;	}	.team-member .team-photo .info {		visibility: hidden;		position: absolute;		top: 0;		left: 0;		width: 100%;		height: 100%;		display: block;		border-radius: 100%;		background-color: #fff;		opacity: 0;		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;	}	.team-member .team-photo .info .text {		position: absolute;		left: 1em;		top: 50%;		right: 1em;		margin-top: -1.75em;		font-size: 81.25%;		text-align: center;	}	.team-member .team-photo .info .name {		display: block;		font-family: 'Roboto', sans-serif;		letter-spacing: 1px;		text-transform: uppercase;		color: #292f33;	}	.team-member .team-photo .info .description {		display: block;		margin-top: 0.75em;		font-style: italic;		color: #ccd6dd;	}	.team-member .team-photo:hover .info {		visibility: visible;		opacity: 1;	}	.testimonial-item {		padding: 5.5em 2em;	}	.testimonials-vertical-offset {		margin-top: -2em;		margin-bottom: -4.5em;	}	.single-title {		margin: 0.75em 0 1.5em;	}	.post-meta span {		padding: 0 3em;	}	#content .margin-1 {		height: 1em;	}	#content .margin-2 {		height: 2em;	}	#content .margin-3 {		height: 3em;	}	#content .margin-4 {		height: 4em;	}	#content .margin-5 {		height: 5em;	}	#content .margin-6 {		height: 6em;	}	.container-boxes {		padding-top: 30px;	}	.tags {		margin-bottom: 1.5em;	}	.owl-carousel .owl-nav {		display: block;	}	.owl-carousel .owl-dots {		bottom: 20px;	}	.owl-carousel.owl-testimonials2 .owl-dots {		bottom: 40px;	}	.post-box.horizontal .image-link {		float: left;		width: 50%;		padding-right: 15px;	}	.post-box.horizontal .arrow-icon:before {		right: 15px;	}	.post-box.horizontal .arrow-icon:after {		margin-left: -19px;	}	.post-box .play-icon:before {		margin-left: -42px;	}	.post-box .play-icon:after {		margin-left: -14px;	}	.post-box .play-icon:hover:before {		background-color: rgba(0, 0, 0, 0.4);	}	.post-box.horizontal .extra-info {		float: left;		padding: 15px 15px 15px 0;		width: 50%;	}	.post-box.vertical .extra-info {		padding: 15px;	}	.post-box .extra-info .meta {		margin-bottom: 0.5em;	}	.post-box .extra-info h5 {		position: relative;		height: 4em;		overflow: hidden;		text-overflow: ellipsis;		display: -webkit-box;		-webkit-line-clamp: 3;		-webkit-box-orient: vertical;	}	.post-box.vertical .extra-info h5 {		height: 2.64em;		-webkit-line-clamp: 2;	}	.post-box .extra-info h5:after {		content: "";		text-align: right;		position: absolute;		bottom: 0;		right: 0;		width: 50%;		height: 1.4em;		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);		background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);		pointer-events: none;		-webkit-user-select: none;		-moz-user-select: none;		-ms-user-select: none;		user-select: none;	}	.post-box.post-link {		padding-bottom: 100%;		height: 0;		overflow: hidden;	}	h6.heading span {		padding-right: 3em;	}	.tab-container.vertical .tab_content {		width: 70%;	}	.tab-container.vertical .tabs {		width: 30%;	}	#footer {		padding: 6em 0;	}}/* 22. Large tablet query (992px) */@media (min-width: 992px) {	.container {		width: 970px;	}	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {		float: left;	}	.col-md-1 {		width: 8.33333333%;	}	.col-md-2 {		width: 16.66666667%;	}	.col-md-3 {		width: 25%;	}	.col-md-4 {		width: 33.33333333%;	}	.col-md-5 {		width: 41.66666667%;	}	.col-md-6 {		width: 50%;	}	.col-md-7 {		width: 58.33333333%;	}	.col-md-8 {		width: 66.66666667%;	}	.col-md-9 {		width: 75%;	}	.col-md-10 {		width: 83.33333333%;	}	.col-md-11 {		width: 91.66666667%;	}	.col-md-12 {		width: 100%;	}	.col-md-pull-0 {		right: auto;	}	.col-md-pull-1 {		right: 8.33333333%;	}	.col-md-pull-2 {		right: 16.66666667%;	}	.col-md-pull-3 {		right: 25%;	}	.col-md-pull-4 {		right: 33.33333333%;	}	.col-md-pull-5 {		right: 41.66666667%;	}	.col-md-pull-6 {		right: 50%;	}	.col-md-pull-7 {		right: 58.33333333%;	}	.col-md-pull-8 {		right: 66.66666667%;	}	.col-md-pull-9 {		right: 75%;	}	.col-md-pull-10 {		right: 83.33333333%;	}	.col-md-pull-11 {		right: 91.66666667%;	}	.col-md-pull-12 {		right: 100%;	}	.col-md-push-0 {		left: auto;	}	.col-md-push-1 {		left: 8.33333333%;	}	.col-md-push-2 {		left: 16.66666667%;	}	.col-md-push-3 {		left: 25%;	}	.col-md-push-4 {		left: 33.33333333%;	}	.col-md-push-5 {		left: 41.66666667%;	}	.col-md-push-6 {		left: 50%;	}	.col-md-push-7 {		left: 58.33333333%;	}	.col-md-push-8 {		left: 66.66666667%;	}	.col-md-push-9 {		left: 75%;	}	.col-md-push-10 {		left: 83.33333333%;	}	.col-md-push-11 {		left: 91.66666667%;	}	.col-md-push-12 {		left: 100%;	}	.col-md-offset-0 {		margin-left: 0%;	}	.col-md-offset-1 {		margin-left: 8.33333333%;	}	.col-md-offset-2 {		margin-left: 16.66666667%;	}	.col-md-offset-3 {		margin-left: 25%;	}	.col-md-offset-4 {		margin-left: 33.33333333%;	}	.col-md-offset-5 {		margin-left: 41.66666667%;	}	.col-md-offset-6 {		margin-left: 50%;	}	.col-md-offset-7 {		margin-left: 58.33333333%;	}	.col-md-offset-8 {		margin-left: 66.66666667%;	}	.col-md-offset-9 {		margin-left: 75%;	}	.col-md-offset-10 {		margin-left: 83.33333333%;	}	.col-md-offset-11 {		margin-left: 91.66666667%;	}	.col-md-offset-12 {		margin-left: 100%;	}	#top {		padding-top: 3em;		padding-bottom: 3em;	}	#site-menu a {		padding-left: 1em;		padding-right: 1em;	}	#site-menu nav > ul > li.current-menu-item > a:after,	#site-menu nav > ul > li.current-menu-parent > a:after {		left: 1em;	}	#site-menu .menu-item-search {		transition: padding-left 0.2s ease-in-out;	}	#site-menu .menu-item-search form {		right: 3.3em;	}	#site-menu .menu-item-search.hover {		padding-left: 10.5em;	}	#site-menu .menu-item-search.hover form {		width: 12em;	}	#hero .inner {		padding: 5em 0;	}	.container-masonry {		padding-top: 25px;	}	.container-boxes {		padding-top: 40px;	}	.container-boxes .box.white-bg {		padding: 60px 30px;	}	.post-box.horizontal .extra-info {		padding: 30px 30px 30px 15px;	}	.post-box.vertical .extra-info {		padding: 30px;	}	.post-box .extra-info .meta {		margin-bottom: 1.5em;	}	.post-box.vertical .extra-info .meta {		margin-top: 0.155em;	}	.post-box.vertical .extra-info h5 {	}	.post-box.vertical .extra-info h5 {		height: 5.55em;		margin-bottom: 0.125em;		-webkit-line-clamp: 4;	}	.team-member,	.team-member.team-info {		margin: 1em 4%;		width: 25%;	}	.clients-grid .client a {		padding: 2em 0;	}	.thumb.featured .info .big-title {		font-size: 4em;		max-width: none;		line-height: 1em;	}	.thumb.featured .info .excerpt {		display: block;		max-width: 80%;		margin-top: 2em;	}	.owl-carousel .owl-dots {		bottom: 30px;	}	h6.heading span {		padding-right: 5em;	}	.tab-container .tabs li {		margin-right: 3em;	}	.post-meta span {		padding: 0 5em;	}	#footer {		padding: 8em 0;	}}@media (min-width: 1060px) {	.owl-carousel .owl-prev {		left: -42px;	}	.owl-carousel .owl-next {		right: -42px;	}	.owl-carousel.owl-round-arrows .owl-prev {		left: -30px;	}	.owl-carousel.owl-round-arrows .owl-next {		right: -30px;	}	.owl-carousel .owl-dots {		bottom: 40px;	}	.owl-carousel.owl-testimonials2 .owl-dots {		bottom: 50px;	}	.widget {		margin-bottom: 60px;	}}/* 23. Desktop query (1200px) */@media (min-width: 1200px) {	.container {		width: 1170px;	}	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {		float: left;	}	.col-lg-1 {		width: 8.33333333%;	}	.col-lg-2 {		width: 16.66666667%;	}	.col-lg-3 {		width: 25%;	}	.col-lg-4 {		width: 33.33333333%;	}	.col-lg-5 {		width: 41.66666667%;	}	.col-lg-6 {		width: 50%;	}	.col-lg-7 {		width: 58.33333333%;	}	.col-lg-8 {		width: 66.66666667%;	}	.col-lg-9 {		width: 75%;	}	.col-lg-10 {		width: 83.33333333%;	}	.col-lg-11 {		width: 91.66666667%;	}	.col-lg-12 {		width: 100%;	}	.col-lg-pull-0 {		right: auto;	}	.col-lg-pull-1 {		right: 8.33333333%;	}	.col-lg-pull-2 {		right: 16.66666667%;	}	.col-lg-pull-3 {		right: 25%;	}	.col-lg-pull-4 {		right: 33.33333333%;	}	.col-lg-pull-5 {		right: 41.66666667%;	}	.col-lg-pull-6 {		right: 50%;	}	.col-lg-pull-7 {		right: 58.33333333%;	}	.col-lg-pull-8 {		right: 66.66666667%;	}	.col-lg-pull-9 {		right: 75%;	}	.col-lg-pull-10 {		right: 83.33333333%;	}	.col-lg-pull-11 {		right: 91.66666667%;	}	.col-lg-pull-12 {		right: 100%;	}	.col-lg-push-0 {		left: auto;	}	.col-lg-push-1 {		left: 8.33333333%;	}	.col-lg-push-2 {		left: 16.66666667%;	}	.col-lg-push-3 {		left: 25%;	}	.col-lg-push-4 {		left: 33.33333333%;	}	.col-lg-push-5 {		left: 41.66666667%;	}	.col-lg-push-6 {		left: 50%;	}	.col-lg-push-7 {		left: 58.33333333%;	}	.col-lg-push-8 {		left: 66.66666667%;	}	.col-lg-push-9 {		left: 75%;	}	.col-lg-push-10 {		left: 83.33333333%;	}	.col-lg-push-11 {		left: 91.66666667%;	}	.col-lg-push-12 {		left: 100%;	}	.col-lg-offset-0 {		margin-left: 0%;	}	.col-lg-offset-1 {		margin-left: 8.33333333%;	}	.col-lg-offset-2 {		margin-left: 16.66666667%;	}	.col-lg-offset-3 {		margin-left: 25%;	}	.col-lg-offset-4 {		margin-left: 33.33333333%;	}	.col-lg-offset-5 {		margin-left: 41.66666667%;	}	.col-lg-offset-6 {		margin-left: 50%;	}	.col-lg-offset-7 {		margin-left: 58.33333333%;	}	.col-lg-offset-8 {		margin-left: 66.66666667%;	}	.col-lg-offset-9 {		margin-left: 75%;	}	.col-lg-offset-10 {		margin-left: 83.33333333%;	}	.col-lg-offset-11 {		margin-left: 91.66666667%;	}	.col-lg-offset-12 {		margin-left: 100%;	}	#site-menu a {		padding-left: 1.25em;		padding-right: 1.25em;	}	#site-menu nav > ul > li.current-menu-item > a:after,	#site-menu nav > ul > li.current-menu-parent > a:after {		left: 1.25em;	}	#site-menu li.menu-item-search.hover {		padding-left: 12em;	}	#site-menu .menu-item-search form {		right: 3.8em;	}	#site-menu .menu-item-search.hover form {		width: 13em;	}	.container-masonry {		padding-top: 45px;	}	.container-boxes {		padding-top: 60px;	}	.post-meta span {		padding: 0 6em;	}	.thumb .info {		padding: 30px;	}	.team-container {		padding: 4em;	}	.team-member.team-info {		padding-top: 2em;	}	.thumb .info .title {		padding-bottom: 1.25em;		margin-bottom: 2.25em;	}	.thumb.featured .info .big-title {		max-width: 80%;		margin-top: 0.3em;	}	.thumb.featured .info .excerpt {		margin-top: 2.5em;	}	.thumb .big-excerpt {		left: 30px;		bottom: 30px;	}	.thumb .info .arrow-right {		left: 30px;		bottom: 40px;	}	.twitter-follow-text {		margin-top: 1.5em;	}	.title-404 {		max-width: 80%;	}	.go-home-404 {		margin-bottom: 4.65em;	}	.tab-container.vertical .tabs li a {		padding: 1em 2em;	}	.post-box.vertical .extra-info .meta {		margin-top: 1em;	}	.post-box.vertical .extra-info h5 {		margin-bottom: 0.45em;	}	.post-box .extra-info h5 {		height: 5.5em;		-webkit-line-clamp: 4;	}	.post-box.vertical .extra-info h5 {		height: 6.8em;		-webkit-line-clamp: 5;	}	.owl-carousel .owl-prev {		left: 10px;	}	.owl-carousel .owl-next {		right: 10px;	}	.owl-carousel.owl-round-arrows .owl-prev {		left: 0;	}	.owl-carousel.owl-round-arrows .owl-next {		right: 0;	}}@media (min-width: 1260px) {	.tab-container .tabs li {		margin-right: 4em;	}	.owl-carousel .owl-prev {		left: -32px;		-webkit-transition: background-position 0.1s ease-in-out;		transition: background-position 0.1s ease-in-out	}	.owl-carousel .owl-prev:hover {		background-position: left center;	}	.owl-carousel .owl-next {		right: -32px;		-webkit-transition: background-position 0.1s ease-in-out;		transition: background-position 0.1s ease-in-out;	}	.owl-carousel .owl-next:hover {		background-position: right center;	}	.owl-carousel.owl-round-arrows .owl-prev {		left: -30px;	}	.owl-carousel.owl-round-arrows .owl-next {		right: -30px;	}}/* 24. Print query */@media print {	html, #footer, #content {		background: none;	}	#top .site-menu-toggle {		display: none;	}	h2, h3 { orphans: 3; widows: 3; page-break-after: avoid; }	p { orphans: 3; widows: 3; }	pre, blockquote { page-break-inside: avoid; }	abbr[title]:after { content: " (" attr(title) ")"; }	a, a:visited { text-decoration: underline; }}