/*
Theme Name: Dasko
Theme URI: http://dasko-wordpress.studio-themes.com/
Author: Studio Themes
Author URI: http://themeforest.net/user/ef1eden/portfolio
Description: Dasko - Responsive Parallax Onepage Wordpress Template
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: one-column, full-width-template, left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style
Text Domain: dasko

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/* ============== RESET ============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	/*height: 100%;*/
}

body {
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #787878;
}

.content-onepage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.content-onepage > .container, .content-onepage > .container-fullwidth {
	position: relative;
	z-index: 3;
}

.content-onepage .video-bg {
	z-index: 1;
	top: -140px !important;
	bottom: auto;
}

.video-thumb {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

ol, ul {
	list-style: none;
}#error {	min-height: 400px;}#error > div {	margin-top: 150px;		text-align: center;}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:active, a:focus {
	outline: none; 
}

.comment-form-comment label {
	display: none;
}

.comment-form-comment textarea {
	width: 100%;
}

*:focus {
	outline: none;
}
/* ============== / RESET ============== */

/* ============== STANDARD SETTINGS ============== */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}

.menu-hidden {
	opacity: 0 !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0) !important;
	-khtml-opacity: 0 !important;
	-moz-opacity: 0 !important;
	visibility: hidden !important;
}



.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.easyPieChart {
    position: relative;
    text-align: center;
	width: 150px;
	height: 150px;
}

.chart.percentage.easyPieChart > span {
	font-size: 25px;
}

.chart-schortcode {
	text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart {
    display: inline-block;
    margin: 10px;
	width: 160px;
	height: 160px;
	line-height: 160px;
}

.percentage,
.label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.credits {
    padding-top: 0.5em;
    clear: both;
    color: #999;
}

.credits a {
    color: #333;
}

.dark {
    background: #333;
}

.dark .percentage-light,
.dark .label {
    text-align: center;
    color: #999;
    font-weight: 100;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}


.button {
  -webkit-box-shadow: inset 0 0 1px #000, inset 0 1px 0 1px rgba(255,255,255,0.2), 0 1px 1px -1px rgba(0, 0, 0, .5);
  -moz-box-shadow: inset 0 0 1px #000, inset 0 1px 0 1px rgba(255,255,255,0.2), 0 1px 1px -1px rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 1px #000, inset 0 1px 0 1px rgba(255,255,255,0.2), 0 1px 1px -1px rgba(0, 0, 0, .5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 2em;
  max-width: 200px;
  text-align: center;
  background-color: #5c5c5c;
  background-image: -moz-linear-gradient(top, #666666, #4d4d4d);
  background-image: -ms-linear-gradient(top, #666666, #4d4d4d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#4d4d4d));
  background-image: -webkit-linear-gradient(top, #666666, #4d4d4d);
  background-image: -o-linear-gradient(top, #666666, #4d4d4d);
  background-image: linear-gradient(top, #666666, #4d4d4d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#4d4d4d', GradientType=0);
  color: #ffffff;
  text-shadow: 0 1px 1px #333333;
}
.button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #616161;
  background-image: -moz-linear-gradient(top, #6b6b6b, #525252);
  background-image: -ms-linear-gradient(top, #6b6b6b, #525252);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b6b6b), to(#525252));
  background-image: -webkit-linear-gradient(top, #6b6b6b, #525252);
  background-image: -o-linear-gradient(top, #6b6b6b, #525252);
  background-image: linear-gradient(top, #6b6b6b, #525252);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6b', endColorstr='#525252', GradientType=0);
}
.button:active {
  background-color: #575757;
  background-image: -moz-linear-gradient(top, #616161, #474747);
  background-image: -ms-linear-gradient(top, #616161, #474747);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#616161), to(#474747));
  background-image: -webkit-linear-gradient(top, #616161, #474747);
  background-image: -o-linear-gradient(top, #616161, #474747);
  background-image: linear-gradient(top, #616161, #474747);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616161', endColorstr='#474747', GradientType=0);
  -webkit-transform: translate(0, 1px);
  -moz-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
.button:disabled {
  background-color: #dddddd;
  background-image: -moz-linear-gradient(top, #e7e7e7, #cdcdcd);
  background-image: -ms-linear-gradient(top, #e7e7e7, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #e7e7e7, #cdcdcd);
  background-image: -o-linear-gradient(top, #e7e7e7, #cdcdcd);
  background-image: linear-gradient(top, #e7e7e7, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#cdcdcd', GradientType=0);
  color: #939393;
  text-shadow: 0 1px 1px #fff;
}



.gap-1 {
	padding: 0 0;
}

.gap-2 {
	padding: 85px 0 0;
}

.tb {
   display: table;
   width: 100%;
   height: 100%;
   position: relative;
   table-layout: fixed;
}

.tb-cell {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

h1 {
	font-size: 33px;
	line-height: 62px;
}

h2 {
	font-size: 28px;
	line-height: 52px;
}

h3 {
	font-size: 24px;
	line-height: 34px;
}

h4 {
	font-size: 22px;
	line-height: 32px;
}

h5 {
	font-size: 20px;
	line-height: 28px;
	
}

h6 {
	font-size: 18px;
	line-height: 24px;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	color: #404040;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #404040;
}

p {
	margin: 0 0 20px 0;
}

.bg-1 {
	background-color: #f0f0f0;
}

#bg-fade {
	z-index: 9993;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	position: fixed;
	background: #fff;
	overflow: auto;
}

#window {
	z-index: 9997;
	display: none;
	width: 100%;
}

.video-bg {
		position: absolute;
		bottom: 0;
		right: 0;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: 1;
		overflow: hidden;
	}


/*.general-color, .contentbox-1 div, .contentbox-2 div, .button-1:hover, .featured .button-1, .icon-1:hover, #tweets-container li a, #portfolio-categories .active a, #portfolio-categories ul li a:hover, .post > header > h6:hover, .info-post-header a:hover, .comment-body a:hover, .logged-in-as a:hover, #cancel-comment-reply-link:hover, .post header a:hover, .widget ul li a:hover, #desktop-menu > ul > li:hover > a, #desktop-menu > ul > .current_menu_item > a,  #desktop-menu > ul > .current-menu-item > a, #mobile-menu ul li a:hover, #mobile-menu ul .current_menu_item > a, #mobile-menu ul .current-menu-item > a, .contentbox-3 div, .news-shortcode header h1:hover, .news-shortcode header h2:hover, .news-shortcode header h3:hover, .news-shortcode header h4:hover, .news-shortcode header h5:hover, .news-shortcode header h6:hover, .button-shortcode.white:hover, .button-shortcode, .end-post a:hover {*/
	/*color: #fc6d00 !important;*/
/*}*/

/*.general-bg, .contentbox-2:hover div, .button-2:hover, #post-nav li a:hover, .slideshow-post .rslides_nav:hover, .slideshow-portfolio .rslides_nav:hover, #blog-navi a:hover, #comment-form input[type="submit"]:hover, #commentform input[type="submit"]:hover, .quote:hover, .social-like:hover, .page-numbers span, #desktop-menu .sub-menu .current-menu-item, #desktop-menu .sub-menu > li:hover > a, .bar-graph .percent-layer, .featured ul li:first-child, .contact-info > div,  .button-shortcode.default:hover {*/
	/*background-color: #fc6d00 !important;*/
/*}*/

/*.general-border, .contentbox-2 div, .pricing-table .button-1:hover, .featured .button-1, #portfolio-categories .active a, .ajax-contact-form input[type="text"]:focus, .ajax-contact-form textarea:focus, .error-input, .text-edit blockquote, #comment-form textarea:focus, #comment-form input[type="text"]:focus, .sticky, #desktop-menu > ul > li:hover > a, #desktop-menu > ul > .current_menu_item > a, #desktop-menu > ul > .current-menu-item > a, .contentbox-3 div, .featured ul li, .pricing-table.featured, .contact-info > div,  .button-shortcode.default:hover {*/
	/*border-color: #fc6d00 !important;*/
/*}*/

/*.active-tab {*/
	/*border-top: 2px solid #fc6d00 !important;*/
/*}*/

/**::-moz-selection {*/
	/*color: #fff;*/
	/*background-color: #fc6d00 !important;*/
/*}*/

/*::selection {*/
	/*color: #fff;*/
	/*background-color: #fc6d00 !important;*/
/*}*/

.pattern {
	background: transparent url(assets/images/pattern.png);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
}

.pattern-style {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.pattern-1 {
	background-color: rgba(255, 255, 255, 0.90);
}

.button-1 {
	padding: 15px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}


.button-shortcode {
	padding: 10px 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: inline-block;
	margin: 15px;
	border: 1px solid;
	font-weight: 400;
	font-size: inherit;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

.button-shortcode.white:hover {
	background-color: #fff;
}

.button-shortcode:hover {
	color: #fff !important;
}



#home .button-1 {
	bottom: 70px;
	left: 50%;
	margin-left: -45px;
	text-align: center;
	position: absolute;
} 

#home .button-1 i {
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	font-size: 50px;
	margin: 0 0 14px;
	height: 50px;
	width: 50px;
} 

#home .button-1 span{
	padding: 0 !important;
	text-align: center;
	font-size:15px;
	color:#FFFFFF;
	display:block;
} 

.post header h5 a {
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-ms-transition: color 0.2s;
	color: inherit;
}

.end-post {
	border: 1px solid #ddd;
	padding: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top: 15px;
}

.end-post a {
	color: inherit;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.button-1 i:hover {
	background-color: #fff;
}

#post-nav li {
	display: inline-block;
}

#post-nav i {
	font-size: 20px;
}

#blog {
	margin-bottom: 60px;
}

#post-nav li a {
	display: block;
}

.button-2, #comment-form input[type="submit"], #post-nav li a, #commentform input[type="submit"], .page-numbers span {
	padding: 12px 30px;
	display: inline-block;
	background-color: #404040;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	border: none;
	cursor: pointer;
}



.button-2.read-more {
	padding: 6px 10px !important;
	margin-top: 10px;
}#post-nav li a, .page-numbers span {	padding: 8px 15px !important;	font-size: 15px !important;}

.slideshow-post .rslides_nav, #blog-navi a, .slideshow-portfolio .rslides_nav {
	background-color: #404040;
	color: #fff;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: background-color 0.2s, opacity 0.2s;
	-moz-transition: background-color 0.2s, opacity 0.2s;
	-webkit-transition: background-color 0.2s, opacity 0.2s;
	-ms-transition: background-color 0.2s, opacity 0.2s;
	display: block;
	position: absolute;
	top: 45%;
	z-index: 3;
	font-size: 16px;
}


.logged-in-as a, #cancel-comment-reply-link {
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.slideshow-post .rslides_nav, .slideshow-portfolio .rslides_nav {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.slideshow-post:hover .rslides_nav, .slideshow-portfolio:hover .rslides_nav {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

#blog-navi a {
	position: static;
	display: inline-block;
}

.slideshow-post .prev, .slideshow-portfolio .prev {
	left: 20px;
}

.slideshow-post .next, .slideshow-portfolio .next {
	right: 20px;
}

.icon-1 {
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	font-size: 13px;
	transition: color 0.2s, background 0.2s;
	-webkit-transition: color 0.2s, background 0.2s;
	-moz-transition: color 0.2s, background 0.2s;
	-ms-transition: color 0.2s, background 0.2s;
	cursor: pointer;
	margin: 5px;
	text-align: center;
	background-color: #444;
}

.icon-1:hover {
	background-color: #fff;
}

.icon-2 {
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 34px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 13px;
	transition: color 0.2s, background 0.2s;
	-webkit-transition: color 0.2s, background 0.2s;
	-moz-transition: color 0.2s, background 0.2s;
	-ms-transition: color 0.2s, background 0.2s;
	cursor: pointer;
	margin: 5px;
	text-align: center;
}

.icon-2:hover {
	background-color: #fff;
	color: #404040;
}

header.row {
	padding: 0 10px;
}


/* ============== / STANDARD SETTINGS ============== */

/* ======== EDITOR STYLES ======== */
.text-edit {
	line-height: 22px;
}

.comment-body .reply {
	position: absolute;
	top: 30px;
	right: 30px;
}

.text-edit blockquote, .comment-body blockquote {
	padding-left: 35px;
	border-left: 3px solid;
	margin: 35px 0;
	font-style: italic;
}

.text-edit ul, .comment-body ul {
	margin: 30px 30px;
}

.text-edit ul li, .comment-body ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-type: disc;
}

.text-edit ol, .comment-body ol {
	margin: 10px 20px;
	list-style: decimal;
}

.text-edit dl, .comment-body dl {
	margin: 20px 0;
}

.text-edit dl dd, .comment-body dl dd {
	margin-left: 20px;
	font-style: italic;
}

.text-edit strong, .comment-body strong {
	font-weight: 600;
}

.text-edit pre, .comment-body pre {
	word-wrap: break-word;
	padding: 15px;
	overflow: auto;
	background-color: #eee;
}

em {
	font-style: italic;
}

.text-edit q, .comment-body q {
	font-style: italic;
	padding-left: 20px;
}

.text-edit ol li ol, .comment-body  ol li ol {
	list-style: upper-alpha;
}

.wp-caption-text {
	font-size: 11px;
	width: 100%;
}

img.alignright {
	float: right;
	margin: 0 0 5px 5px;
}

img.alignleft {
	float: left;
	margin: 0 5px 5px 0;
}

img.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter {
	text-align: center;
}

.push-left {
	float: left;
}

.push-right {
	float: right;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
 
sup {
	top: -0.5em;
}
 
sub {
	bottom: -0.25em;
}

code {
	font-family: courier, monospace;
	white-space: nowrap;
	background-color: #F7F7F9;
	color: #DD1144;
	padding: 2px 4px;
	border: 1px solid #E1E1E8;
}

address {
	font-style: italic;
}

.text-edit ol li ol li ol, .comment-body ol li ol li ol {
	list-style: lower-alpha;
}

.wp-caption {
	max-width: 100% !important;
	text-align: center;
}

.text-edit table, .comment-body table {
	margin: 1em;
	border-collapse: collapse;
}

.text-edit td, .text-edit th, .comment-body td, .comment-body th {
	padding: .3em;
	border: 1px #ccc solid;
}

.clearfix, .clear {
	clear: both;
}

.clear {
	margin-bottom: 40px;
}


.rslides li:first-child {
	position: relative;
	display: block;
}

.rslides, .rslides_tabs {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}

.rslides_tabs li {
	display: inline-block;
}

.rslides_tabs {
	text-align: center;
}

.parallax {
	background-size: cover !important;
}

header .row h1, header.row h2, header .row h3, header .row h4, header .row h5, header .row h6  {
	letter-spacing: 4px;
}

/* ======== / EDITOR STYLES ======== */

/* ======== HOME ======== */
#home {
	width: 100%;
	height: 500px;
	color: #fff;
	position: relative;
	margin-top: 65px;
}

#home .tb {
	position: relative;
	z-index: 3;
}

#home h1, #home h6 {
	color: #fff;
}

#home h1 {
	letter-spacing: 4px;
}

#home h6 {
	letter-spacing: 2px;
}

#home h1 {
	font-size: 60px;
	margin-bottom: 50px;
	border:1px solid #fff;
	padding: 10px 30px 10px;
	text-align:center;
	display:inline-block;
	font-weight: 600; 
}

#home h6 {
	font-size: 14px;
	margin-bottom: 50px;
	font-weight: 600;
}

.slider-current {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
}

.bg-slider {
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
	position: absolute !important;
	z-index: 2 !important;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: opacity 500ms;
	-ms-transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	background-attachment: fixed;
}




/* ======== / HOME ======== */

/* ======== MAIN MENU ======== */

#company-info {
	background-color: #444;
	color: #fff;
}

.info-media {
	margin-top: 20px;
	margin-bottom: 20px;
}

.social-media {
	text-align: right;
}

#main-menu {
	position: fixed !important;
	top: 0 !important;
	background-color: #fff;
	border-bottom: 2px solid #f3f3f3;
	height: 65px;
	width: 100%;
	z-index: 9991;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	display: block !important;
	position: relative;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	visibility: visible;
}

.admin-bar #main-menu {
	top: 32px!important;
}

.main-menu-new {
	height: auto;
}

.main-menu-new .row {
	margin: 15px 0;
}

.main-menu-new #logo-container {
	height: auto;
	position: relative;
	top: 8px;
	z-index: 1;
}

@media only screen and (min-width : 768px) {
	.main-menu-new #logo-container {
		top: 3px;
	}
}

.sticky-wrapper {
	
}

#mobile-menu {
	position: absolute;
	top: 65px;
	background-color: #404040;
	width: 100%;
}

#mobile-menu ul li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #444;
	color: inherit;
}

#mobile-menu ul li a:hover {
	color: #fff;
}

#mobile-menu-container {
	display: none;
}

#mobile-menu-button {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 65px;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 5;
}

#logo-container {
	margin: 0 !important;
	position: absolute;
	height: 65px;
}
#logo-container h2 {
	font-weight: 400;
	font-size: 24px !important;
	letter-spacing: 2px;
	display: inline-block !important;		margin: 0 !important;
}

#logo-container h3 {
	font-size: 24px !important;
	color: #343434;
}

#desktop-menu > ul {
	text-align: right;
	position: relative;
}

#desktop-menu > ul > li {
	display: inline-block;
	position: relative;
}

#desktop-menu a.btn-reg {
	color: white !important;
}

#desktop-menu a.btn-phone:hover {
	color: #343434 !important;
	background-color: #ddd !important;
	border-color: transparent!important;
}

#login-menu ul {
	float: right;
}

#login-menu li {
	display: inline-block;
}

#login-menu a {
	display: block;
    height: 35px;
    line-height: 34px;
    text-align: center;
    padding: 0 15px;
    border-radius: 3px;
	font-size: 12px;
    font-style: normal;
    font-family: Open Sans, sans-serif;
}

#label-menu {
	position: absolute;
	right: 40px;
	text-align: right;
	color: #fff;
	font-size: 11px;
	background-color: #313131;
	padding: 7px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
}

#label-menu i {
	color: #313131;
	position: absolute;
	right: -6px;
	top: 10px;
	/*font-size: 9;*/
}

#desktop-menu ul > li .sub-menu {
	position: absolute;
	text-align: left;
	background-color: #404040;
	display: none;
}

#desktop-menu .sub-menu a {
	color: #fff;
}

#desktop-menu .sub-menu li {
	position: relative;
}

.sub-menu .sub-menu {
	left: 155px;
	top: 0;
}

#desktop-menu > ul > li .sub-menu > li > a {
	display: block;
	padding: 10px 15px;
	max-width: 155px;
	min-width: 155px;
	transition: color 0.2s, background 0.2s;
	-webkit-transition: color 0.2s, background 0.2s;
	-moz-transition: color 0.2s, background 0.2s;
	-ms-transition: color 0.2s, background 0.2s;
}

#desktop-menu {
	margin-top: 15px;
}

#desktop-menu ul > li:hover > .sub-menu {
	display: block;
}

#desktop-menu > ul > li > a {
	display: block;
	height: 35px;
	line-height: 34px;
	text-align: center;
	padding: 0 15px;
	color: #404040;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	font-size: 11px;
	border: 1px solid transparent;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#desktop-menu > ul > li:last-child {
	margin-right: 0;
}

#desktop-menu > ul > li {
	margin-right: 10px;
}


#menu-side {
	position: fixed; 
	right: 20px;
	top: 50%;
	z-index: 9992;
	left: auto;
	margin-top:-60px;
	background:#fff;
	padding: 17px 12px 10px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#menu-side li a {
	width: 6px;
	height: 6px;
	border: 1px solid #A1A1A1;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	display: block;
	text-indent: -9999px;
	margin-bottom: 8px;
}


#menu-side .current_menu_item > a {
	background-color: #A1A1A1;
}



/* ======== / MAIN MENU ======== */

/* ======== SHORTCODES ======== */
.pricing-table, .pricing-table .button-1 {
	border: 1px solid #dddddd;	
}

.featured ul li:first-child {
	color: #fff !important;
}

.news-shortcode {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		margin-bottom: 30px;
}

.news-shortcode header h1, .news-shortcode header h2, .news-shortcode header h3, .news-shortcode header h4, .news-shortcode header h5, .news-shortcode header h6 {
	margin: 20px 0;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.news-shortcode footer {
	padding: 10px 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ddd;
}

.news-shortcode a {
	color: inherit !important;
}

.bar-graph {
	position: relative;
	margin-bottom: 30px;
}

.bar-graph .main-layer {
	background-color:#ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 24px;
	position: relative;
	z-index: 1;
}

.bar-graph .percent-layer {
	height: 24px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.bar h6 {
	line-height: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}



.tabs {
	font-size: 13px;
}

.tabs > ul {
	position: relative;
	top: 1px;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.tabs > ul li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.tabs > ul li i {
	font-size: 16px;
}

.tabs > ul li a {
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	color: inherit !important;
}

.tabs > ul li i {
	margin: 0 5px;

}

.active-tab {
	background-color: #fff !important;
	border-left: 1px solid #eeeeee !important;
	border-right: 1px solid #eeeeee !important;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	font-weight: 600;
	border-left-color: #eee !important;
	border-right-color: #eee !important;
}

.tab-content {
	padding: 15px 20px;
	border: 1px solid #eee;
	clear: both;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.ajax-contact-form input[type="text"], .ajax-contact-form textarea {
	width: 100%;
	display: block;
	margin-bottom: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ddd;
	height: 50px;
	padding: 10px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.ajax-contact-form textarea {
	margin-bottom: 24px;
	height: 170px;
	max-width: 100%;
}


/* home contact block */

.icon-user{
	background: url(assets/images/icon-user.svg) no-repeat scroll center / 100%;
	width: 67px;
	height: 67px;
}

/*.contact-icon-user{
	border: none;
}
*/
.contact-info {
	text-align: center;
}

.contact-info .contact-icon {
	width: 68px;
	height: 68px;
	line-height: 68px;
	border: 1px solid;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 24px;
	margin: 0 auto 30px;
}

.contact-info p {
	margin-bottom: 0;
	font-size: 15px;
}

.contact-info h4 {
    font-size: 16px !important;
    color: #e72378;
    font-weight: bold;
    line-height: 1.4 !important;
}

.contact-info h4 a{
	color: #e72378;
}


.flex-grid{
	display: flex;
	text-align: center;
}

.flex-item{
	margin: 0 15px;
	width: 20%;
}

@media (max-width: 991px){	
	.flex-grid{
		display: inherit;
	}

	.flex-item{
		margin: 0 15px 20px;
		width: 28%;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 560px){
	.flex-item{
		width: 90%;
	}
}

/* ======================== */

.pricing-table {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.pricing-table .button-1 {
	color: inherit;
	transition: color 0.2s, border-color 0.2s;
	-moz-transition: color 0.2s, border-color 0.2s;
	-webkit-transition: color 0.2s, border-color 0.2s;
	-ms-transition: color 0.2s, border-color 0.2s;
	padding: 10px 20px;
}

.pricing-table ul {
	margin: 0 !important;	
}

.pricing-table h5 {
	margin-bottom: 0;
}

.times {
	font-size: 10px;
	margin-bottom: 10px;
}

.price {
	font-size: 26px;
	margin: 10px 0;
}

.pricing-table ul li {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 15px 10px !important;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.pricing-table ul li:first-child {
	border-width: 2px;
	font-size: 20px;
	background-color: #DDDDDD;
	border-bottom: none;
	font-weight: 300;
}

.pricing-table ul li:last-child {
	border-bottom: none;
	padding: 25px 10px !important;
}

.contentbox-1, .contentbox-3 {
	padding-left: 45px;
	position: relative;
	margin-bottom: 60px;
}

.contentbox-1 div {
	position: absolute;
	left: 0;
	font-size: 20px;
	padding-top: 3px;
}

.contentbox-3 div {
	width: 64px;
	height: 64px;
	border: 1px solid;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 64px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	left: 0;
}

.contentbox-3 {
	padding-left: 90px;
}

.contentbox-2 div {
	margin: 0 auto 30px;
	width: 64px;
	height: 64px;
	border: 1px solid;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 64px;
	text-align: center;
	font-size: 24px;
	transition: color 0.2s, background 0.2s;
	-webkit-transition: color 0.2s, background 0.2s;
	-moz-transition: color 0.2s, background 0.2s;
	-ms-transition: color 0.2s, background 0.2s;
}

.contentbox-2.square-style div {
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
} 

.contentbox-2.square-style {
	position: relative;
	margin-bottom: 30px;
}

.cloud-box {
	background-color: #313131;
	color: #fff;
	font-size: 12px;
	display: block;
	position: absolute;
	z-index: 5;
	display: none;
	max-width: 200px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	line-height: 22px;
}

.cloud-box-text {
	display: none;
}

.cloud-box p {
	padding: 10px 15px 0px 15px;
}

.end-cloud {
	font-size: 21px;
	color: #313131;
	position: absolute;
	bottom: -13px;
	left: 48%;
}

.contentbox-2:hover div {
	color: #fff !important;
}

.contentbox-2 {
	text-align: center;
}

.white, .contact-info > div, .chart-schortcode.white span {
	color: #fff !important;
}

.white h6, .white h5, .white h4, .white h3, .white h2, .white h1 {
	color: inherit !important;
}

.countdown i {
	font-size: 30px;
}

.count {
	display: block;
	font-size: 48px;
	margin: 40px 0;
}

.countdown h6 {
	font-size: 16px !important;
}

.countdown {
	text-align: center;
	padding: 25px;
}

.countdown.white {
	border-color: #fff !important;
}

.client {
	text-align: center;
	padding: 75px 25px;
}

.client.white {
	border-color: #fff !important;
}


.team-member {
	text-align: center;
	overflow: hidden;
}

.team-social {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 20px;
}

.team-social img {
	max-width: 300px;
	width: 100%;
}

.team-member .icon-1 {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.team-network {
	position: absolute;
	top: 42%;
	padding: 0 8px;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.team-social:hover .team-field {
	top: 0;
}

.team-field {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	transition: top 0.3s;
	-moz-transition: top 0.3s;
	-webkit-transition: top 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 2;
}

.team-member h1, .team-member h2, .team-member h3, .team-member h4, .team-member h5, .team-member h6 {
	margin: 0 0 15px 0;
}


.team-social img {
	-o-transition: all 500ms;
	-moz-transition: all 500ms;	
	-webkit-transition: all 500ms;	
	transition: all 500ms;
}

.team-social:hover img {
	-ms-transform:scale(1.5); /* IE 9 */
	-moz-transform:scale(1.5); /* Firefox */
	-webkit-transform:scale(1.5); /* Safari and Chrome */
	-o-transform:scale(1.5); /* Opera */
	transform:scale(1.5); /* Opera */
}

.team-member .info-team {
	display: inline-block;
	padding: 2px 20px;
	background-color: #444444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	transition: color 0.2s, background 0.2s;
	-webkit-transition: color 0.2s, background 0.2s;
	-moz-transition: color 0.2s, background 0.2s;
	-ms-transition: color 0.2s, background 0.2s;
}

.team-member .info-team:hover {
	color: #444444;
	background-color: transparent;
}

#twitter-plugin {
	text-align: center;
}

#twitter-plugin a {
	color: inherit;
}

#twitter-plugin ul {
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
}

#twitter-plugin ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.text-tweet {
	margin-bottom: 25px;
}

.date-tweet {
	font-size: 12px;
	font-weight: 600;
}

.sticky {
	padding: 30px;
	border: 1px solid;
}

.gallery-caption {
	margin: 0 0 8px;
	font-style: italic;
	font-family: arial;
}

.bypostauthor {
	width: 100%;
}


#twitter-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px solid;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 25px;
	margin: 0 auto 45px;
}

#twitter-plugin .rslides_nav {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border: 1px solid;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
	
}

#portfolio-categories {
	text-align: center;
	margin: 40px 10px 60px 10px;
}

#portfolio-categories ul {
	margin: 0 !important;
}

#window header.row {
	padding: 50px 0 40px;
}

#portfolio-categories ul li {
	display: inline-block;
	list-style: none;
	padding: 0 !important;
	margin: 0 12px 25px 0 !important;
	text-align: center;
}

#portfolio-categories ul li a {
	padding: 10px 20px !important;
	border: 2px solid transparent;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.isotope-item {
	width: 19.96%;
	background-color: #404040;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 2;
}

.isotope-item a {
	display: block;
	overflow: hidden;
}

/**** Isotope Filtering ****/

.isotope-item {
z-index: 2;
}

.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
 -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
   -o-transition-duration: 0.8s;
	  transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
 -moz-transition-property: height, width;
  -ms-transition-property: height, width;
   -o-transition-property: height, width;
	  transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
 -moz-transition-property:    -moz-transform, opacity;
  -ms-transition-property:     -ms-transform, opacity;
   -o-transition-property:      -o-transform, opacity;
	  transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
 -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
   -o-transition-duration: 0s;
	  transition-duration: 0s;
}


.portfolio-meta, .portfolio-editor-content {
	padding: 85px 0;
}

.portfolio-meta ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: none !important;
	padding-left: 0 !important;
}

.portfolio-meta ul {
	margin: 0 0 30px 0 !important;
}

.isotope-item:hover .info-work {
	top: 0;
}


.info-work {
	position: absolute;
	top: 0;
	z-index: 7;
	color: #fff;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
	transition: 0.3s all;
	-moz-transition: 0.3s all;
	-webkit-transition: 0.3s all;
	top: -100%;
}

.info-work .tb-cell {
	height: 100%;
}

.text-work {
	position: relative;
}

.portfolio-close {
	width: 60px;
	height: 60px;
	color: #404040;
	margin: auto;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	position: relative;
	top: -50px;
	font-size: 15px;
}

.info-work p {
	margin-bottom: 0;
	font-style: italic;
}

.info-work h5 {
	color: inherit;
	display: inline-block;
	padding: 6px 20px;
	border: 1px solid #fff;
	font-size: 16px !important;
}

.icon-work {
	color: #404040;
	font-size: 16px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #fff;
	margin: 0 auto 20px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.isotope-item:hover > a .icon-work {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.isotope-item > a img {
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	position: relative;
	z-index: 2;
}

#portfolio-container {
	overflow: hidden;
}

#fail-message, #success-message {
	display: none;
}

#portfolio-categories .active a {
	border-bottom: 2px solid;
}

.slogan {
	text-align: center;
}

.slogan h1, .slogan h2, .slogan h3, .slogan h4, .slogan h5, .slogan h6 {
	letter-spacing: 3px;
	margin-bottom: 0;
}

.slogan .button-shortcode {
	letter-spacing: 0 !important;
}

.text p {
    text-align:center;
    margin: 0 0 0 0;
}
.divider-1 {
	height: 1px;
	width: 85px;
	background-color: #ddd;
	margin: auto;
}

.divider-2, .divider-3 {
	height: 1px;
	width: 100%;
	background-color: #ddd;
	margin: 90px 0;
}

.divider-4 {
	height: 1px;
	width: 55px;
	background-color: #ddd;
	margin: 30px auto 40px;
}

.divider-3 {
	margin: 60px 0 !important;
}

.toggle {
	font-size: 13px;
	margin-bottom: 10px;
}

.toggle-title {
	height: 54px;
	font-size: 13px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: normal;
	font-style: normal;
}

.toggle-title-text {
	height: 54px;
	padding: 7px 60px 10px 55px;
	overflow: hidden;
}

.toggle-title-text i {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 10px;
}

.toggle-title-text h6 {
	font-size: 13px;
}

.toggle-arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.toggle-content {
	padding: 20px 0;
	border-top: none;
	display: none;
	line-height: 22px;
}

.alert {
	padding: 9px 28px 8px 20px;
	border: 1px solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	margin-bottom: 7px;
	font-size: 13px;
}

.close-alert {
	position: absolute;
	right: 15px;
	top: 12px;
	cursor: pointer;
	font-size: 12px;
}

.alert-1 {
	color: #c4a21b;
	border-color: #f5dc7d;
	background-color: #fcf7d9;
}

.alert-2 {
	color: #8fa442;
	border-color: #c2d288;
	background-color: #e3ebc6;
}

.alert-3 {
	color: #528da9;
	border-color: #9ac9df;
	background-color: #d8ecf5;
}

.alert-4 {
	color: #b3696c;
	border-color: #f7c7c9;
	background-color: #f9e5e6;
}

#reply-title {
	font-size: 20px;
}
/* ======== / SHORTCODES ======== */

/* ======== BLOG & PAGE ======== */


#head-page {
	padding: 90px 0 90px;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
}

#page-content,
.page-content {
	padding-bottom: 85px;
}

.post > header > h6:hover {
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.post #tags {
	margin-top: 30px;
}

.post > header .media {
	margin-bottom: 35px;
}

.page-links {
	margin: 15px 0;
	text-align: right;
}

.slideshow-post, .slideshow-portfolio {
	position: relative;
}

.post header {
	margin-bottom: 20px;
}

.info-post-header {
	font-size: 12px;
}

.info-post-header a {
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

#list-comments .comment-body {
	padding: 30px 30px 10px 110px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
	margin-bottom: 20px;
	min-height: 107px;
}

.comment-body a {
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.commentmetadata {
	margin-bottom: 10px;
}

#comment-form input[type="text"], #commentform input[type="text"] {
	width: 100%;
}

.field {
	width: 32.6%;
	float: left;
}

.margin-field {
	margin: 0 1% !important;
	position: relative;
}


#comment-form textarea, #commentform textarea {
	width: 100%;
	display: block;
	height: 175px;
	max-width: 100% !important;
	margin-top: 15px;
}

#comment-form textarea, #comment-form input[type="text"], #commentform textarea, #commentform input[type="text"] {
	display: block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #ddd;
	padding: 10px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

#comment-form input[type="text"], #commentform input[type="text"] {
	height: 50px;
}


#list-comments .children {
	border-left: 1px solid #ddd;
	padding-left: 50px;
}

#list-comments .avatar {
	position: absolute;
	left: 20px;
}

.info-post-header i {
	margin: 0 8px;
}

#blog-navi {
	margin-top: -50px;
}

.quote {
	background-color: #404040;
	padding: 45px;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	display: block;
}

.quote:hover .q-author {
	color: #fff;
}

.q-author {
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.quote h4 {
	color: #fff;
}

#author-post {
	border: 1px solid #ddd;
	padding: 20px 20px 10px 20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	min-height: 85px;
}


#author-post .avatar {
	margin: 0 30px 10px 0;
	float: left;
}

#author-post h5 {
	margin-bottom: 15px;
}

#social-post {
	margin-top: 50px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#social-post .social-field:first-child {
	width: 58% !important;
	text-align: left;
	padding: 15px 22px;
	left: 0;
}

.social-field {
	padding: 15px 0;
	float: left;
	width: 7%;
	text-align: center;
	position: relative;
	display: block;
	transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, background-color 0.2s;
	-ms-transition: color 0.2s, background-color 0.2s;
}

a.social-field:hover {
	color: #fff;
}

.social-fb:hover {
	background-color: #3C5B9B;
}

.social-twitter:hover {
	background-color: #2DAAE1;
}

.social-dribbble:hover {
	background-color: #F874A4;
}

.social-linkedin:hover {
	background-color: #0173B2;
}

.social-google:hover {
	background-color: #F63E28;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
}

.google-map {
	position: relative;
	height: 70px;
	transition: height 1s;
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	overflow: hidden;
}

#map-canvas {
	height: 500px;
}

.open-map {
	height: 500px !important;
}

.google-map iframe {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
}

.google-map .map-field {
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 70px;
	position: absolute;
	z-index: 3;
	cursor: pointer;
}

.google-map img, #map-canvas img {
	max-width: none !important;
}

.tooltip-1 {
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	background-color: #404040;
	position: absolute;
	top: -40px;
	left: -10px;
	z-index: 10;
	display: none;
	margin: auto;
	min-width: 80px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.tooltip-1 .fa-caret-down {
	color: #404040;
	position: absolute;
	font-size: 30px;
	bottom: -15px;
	left: 40%;
}

.social-field:hover .tooltip-1 {
	display: block;
}
/* ======== / BLOG ======== */


/* ======== FLEXIBLE CONTENT TEMPLATE ======== */
.page-template-page-template-flexible #mobile-menu-button {
	top: 0;
}

.primary-menu-wrapper {
	background-color: #5c5d5f;
}

.primary-menu {
	margin-top: 0;
}

.primary-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.primary-menu > ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}

.primary-menu  a {
	display: block;
	padding: 14px 15px;
	font-size: 16px;
	color: white;
}

.primary-menu a:hover,
.primary-menu > ul > li.current-menu-item > a,
.primary-menu > ul > li.current-page-parent > a{
	background-color: #dddddd;
	color: #5c5d5f;
	transition: 0.1s linear;
}

/* Sub menu */
.primary-menu .sub-menu {
	position: absolute;
	visibility: hidden;
	background-color: #5c5d5f;
	width: 220px;
}

.primary-menu > ul > li:hover > a {
	background-color: #dddddd;
	color: #5c5d5f;
}

.primary-menu li:hover .sub-menu {
	visibility: visible;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

	.primary-menu-wrapper {
		display: none;
	}
	.page-template-page-template-flexible .page-content > .container {
		width: 100%;
	}
	.flexible-content-block h1 {
		font-size: 38px !important;
		line-height: 90% !important;
	}
	.flexible-content-block h2 {
		font-size: 34px !important;
	}
	.flexible-content-block h3 {
		font-size: 20px;
		line-height: 1.75;
	}

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.page-template-page-template-flexible .page-content > .container {

	}
	.flexible-content-block h1 {
		font-size: 42px !important;
	}
	.flexible-content-block h2 {
		font-size: 38px !important;
	}
	.flexible-content-block h3 {
		font-size: 22px;
	}

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.primary-menu-wrapper {
		display: block;
	}

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	.page-template-page-template-flexible .page-content > .container {
		/*width: 990px;*/
	}
	.flexible-content-block h1 {
		font-size: 49px !important;
	}
	.flexible-content-block h2 {
		font-size: 49px !important;
	}
	.flexible-content-block h3 {
		font-size: 26px;
		line-height: 1.346153846;
	}

}

.flexible-content-block {
	clear: both;
	font-size: 20px;
	line-height: 1.6;
}

.flexible-content-block h1 {
	width: 100%;
	font-weight: bold;
	text-align: center;
	color: #5c5d5e;
	letter-spacing: -1px;
	margin: 60px 0;
	text-transform: uppercase;
}
.flexible-content-block h2 {
	width: 100%;
	font-weight: 100;
	text-align: center;
	color: #5c5d5e;
	margin: 50px 0 !important;
}
.flexible-content-block h3 {
	width: 100%;
	font-weight: bold;
	text-align: left;
	color: #5c5d5e;
	margin: 20px 0;
}

.flexible-content-block .heading-group {
	margin-bottom: 30px;
}

.flexible-content-block .heading-group h1,
.flexible-content-block .heading-group h2 {
	margin-bottom: 0!important;
}

.flexible-content-block p {
	font-size: inherit;
	/*color: #5c5d5f;*/
	line-height: inherit;
}

.flexible-content-block p a {
	color: #E72378;
	text-decoration: none !important;
	transition: 0.1s linear;
}
.flexible-content-block p a:hover {
	text-decoration: underline !important;
}

.flexible-content-block .alignleft {
	margin: 0 30px 30px 0;
}

.flexible-content-block .alignright {
	margin: 0 0 30px 30px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

	.flexible-content-block .two-col {
		float: left;
		width: 100%;
	}
	.flexible-content-block .two-col.right{
		float: left;
	}

	.flexible-content-block .three-col {
		float: left;
		width: 100%;
	}

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.flexible-content-block .two-col {
		float: left;
		width: 47%;
	}
	.flexible-content-block .two-col.right{
		float: right;
	}

	.flexible-content-block .three-col {
		float: left;
		width: 31.33%;
	}
	.flexible-content-block .three-col.left {
		margin: 0 1% 0 0;
	}
	.flexible-content-block .three-col.middle {
		margin: 0 1%;
	}
	.flexible-content-block .three-col.right {
		margin: 0 0 0 1%;
	}

}

.flexible-content-block .highlight-block {
	background-color: #5c5d5f;
	padding: 30px;
	color: white;
	text-align: center;
	-webkit-font-smoothing: antialiased;

}

.flexible-content-block .highlight-block p {
	margin: 0;
	color: inherit;
}

.flexible-content-block hr {
	border: solid #e0e0e0;
	border-width: 0 0 1px;
	height: 1px;
	background: transparent;
	color: transparent;
}

.highlight-block--feature {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.75;
}

.page-template-page-template-flexible #backtop-field {
	display: none;
}

.list-tick {
	margin-bottom: 20px;
}

.list-tick li {
	background: url('./assets/images/icon-tick.png') no-repeat 0 0;
	padding-left: 40px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.list-custom-ordered {
	margin-bottom: 20px;
}

.list-custom-ordered li {
	margin-bottom: 15px;
	counter-increment: step-counter;
	padding-left: 40px;
}

.list-custom-ordered li::before {
	content: counter(step-counter);
	margin-right: 12px;
	background-color: #e82679;
	color: white;
	font-weight: bold;
	padding: 2px 9px;
	border-radius: 50%;
	margin-left: -40px;
}

/* ======== / FLEXIBLE CONTENT TEMPLATE ======== */

/* =======  Consolidated Button Styles ========= */

/* Default button, grey */
.btn {
	display: inline-block;
	background: #ddd;
	border-radius: 3px;
	padding: 9px 15px;
	font-size: 12px;
	font-style: normal;
	font-family: Open Sans;
}

.btn:hover {
	background-color: #E72378;
	color: #fff;
}

/* Primary button, pink */
.btn-primary {
	background-color: #E72378;
	color: #fff;
}

.btn-primary:hover {
	background-color: #000;
	color: #fff;
}

/* Outline button */
.btn-outline {
	background-color: transparent;
	border: 1px solid #ddd;
}

.btn-outline:hover {
	background-color: #ddd;
	color: #404040;
}

/* Reversed out outline button */
.btn-outline-reverse,
.btn-outline-reverse:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

/* Large button */
.btn-lg {
	padding: 12px 20px;
	font-size: 16px;
}

/* Extra Large button */
.btn-xl {
	padding: 17px 22px;
	font-size: 26px;
}


/* =======  Documentation ======= */

.documentation {
	margin-top: 50px;
}

.documentation h2 {
	margin-bottom: 20px !important;
}
.documentation h3 {
	margin-bottom: 14px;
	margin-top: 30px;
	font-size: 27px;
}
.documentation tt {
	font-family: courier, monospace;
	white-space: nowrap;
	background-color: #F7F7F9;
	color: #DD1144;
	padding: 2px 4px;
	border: 1px solid #E1E1E8
}

.documentation pre {
	background-color: #F7F7F9;
	border: 1px solid #E1E1E8;
	margin-bottom: 20px;
	padding: 10px;
}

.documentation pre code {
	border: none;
}

.documentation .parameter-required {
	background-color: #DD1144;
	border-radius: 5px;
	color: white;
	padding: 2px 4px;
	font-weight: normal;
	font-size: 10px;
}

.documentation dl {
	line-height: 1.5;
}

.documentation dl dt {
	font-weight: 700;
}
.documentation dl dd {
	margin: 0 0 1.5em 1.5em;
	font-style: normal;
}


/* ======== New pricing table ========= */
.pricing-options {
	text-align: center;
}

.pricing-options__tier {
	border: 1px solid #dadada;
	margin-bottom: 20px;
}

.pricing-options__hd {
	display: block;
	padding: 30px 20px;
	text-align: center;
	background-color: #575757;
}

.pricing-options .pricing-options__title {
	color: #fff;
	margin: 0;
	text-align: center;
	font-weight: 300;
	font-size: 40px !important;
	line-height: 1;
}

.pricing-options__costings {
	padding: 30px 20px;
}

.pricing-options__costings .price {
	margin: 0;
	font-size: 55px;
	font-weight: 300;
	line-height: 1;
}

.pricing-options__costings .price .pricing-note {
	vertical-align: super;
	font-size: 32px;
	display: inline-block;
}

.pricing-options__costings .times {
	font-weight: 800;
	font-size: 30px;
	margin: 0;
}

.pricing-options__costings .times .pricing-note {
	font-family: sans-serif;
	display: inline-block;
	vertical-align: top;
}

.pricing-options__costings .times-label {
	line-height: 1;
	font-size: 14px;
	display: inline-block;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}

.pricing-options__costings .times-label strong {
	font-size: 20px;
}

.pricing-options__actions {
	padding: 20px;
}

.pricing-options__features {
	margin: 0!important;
}

.pricing-options__features li {
	display: block;
	padding: 20px;
	font-weight: bold;
	font-size: 18px;
}

.pricing-options__features li:nth-child(odd) {
	background-color: #f6f6f6;
}

.featured-tier-label {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0;
	line-height: 1!important;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
	.pricing-options {
		margin-top: 80px;
	}

	.pricing-options__tier.featured-tier {
		margin-top: -30px;
	}

	.pricing-options__tier {
		width: 25%;
		float: left;
	}
}

@media only screen and (min-width: 992px) {
	.pricing-optios__costings .price {
		font-size: 60px;
	}

	.pricing-options__costings .times {
		font-size: 42px;
	}
}

/* Variations */

.pricing-options__tier-bronze .pricing-options__hd {
	background-color: #c58612;
}

.pricing-options__tier-silver .pricing-options__hd {
	background-color: #8a9092;
}

.pricing-options__tier-gold .pricing-options__hd {
	background-color: #f9bf16;
}

/* ======== WIDGETS ======== */
.widget {
	margin-bottom: 50px;
}

.widget_text a {
	text-decoration: underline;
}

.widget > header {

}

.widget a {
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
}

.widget > header > h6 {
	background-color: #fff;
	display: inline-block;
	padding-right: 20px;
}

.short-line {
	width: 20px;
	height: 2px;
	background-color: #444;
	margin-bottom: 20px;
}

.widget ul {
	border: 1px solid #ddd;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.widget ul li {
	margin: 0 20px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.widget ul li:last-child {
	border-bottom: none !important;
}

.widget ul li:before {
	content: "\f105";
	font-size: 14px;
	font-family: FontAwesome;
	margin-right: 15px;
}

.widget_recent_entries ul li span {
	font-size: 10px;
	margin-left: 10px;
}

.widget_recent_entries ul li:last-child, .widget_categories ul li:last-child {
	border-bottom: none;
}

.search-widget {
	width: 100%;
	height: 45px;
	background-color: #fff;
	border: 1px solid #ddd;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0 55px 0 18px;
}

.widget_tag_cloud a, .post #tags a, #post-nav a {
	padding: 6px 10px;
	margin: 0 0 3px 0;
	color: #404040;
	font-size: 11px !important;
	border: 1px solid #404040;
	display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
}#post-nav > a {	display: inline-block;	width: 35px;	height: 35px;	line-height: 25px;	text-align: center;}



.widget_tag_cloud a:hover, .post #tags a:hover, #post-nav a:hover {
	color: #fff !important;
	background-color: #404040;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar a {
	color: #848484;
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding:8px;
}

#wp-calendar tbody td:hover {
	background: #fff;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

.widget_tag_cloud a:hover {
	color: #fff !important;
}

.search-widget input[type="submit"] {
	position: absolute;
	right: 10px;
	top: 6px;
	background-color: transparent;
	z-index: 2;
	border: none;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.search-widget input[type="text"] {
	width: 100%;
	margin-top: 12px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #b0b0b0;
	border: none;
}

.search-button {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 13px;
	z-index: 1;
	color: #444444;
}
/* ======== / WIDGETS ======== */

/* ======== FOOTER ======== */
#foot-page {
	background-color: #404040;
	color: #fff;
	text-align: center;
	padding: 60px 0 70px;
	position: relative;
}

#backtop-field {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#copyright {
	margin: 40px 0 20px;

}

#backtop {
	width: 45px;
	height: 45px;
	line-height: 42px;
	border: 1px solid #fff;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	margin: auto;
	font-size: 18px;
	cursor: pointer;
	background-color: #fff;
	color: #404040;
}

#foot-icons a {
	margin: 0 6px;
	font-size: 14px;
}

#foot-icons a i, #backtop {
	transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	-webkit-transition: color 0.2s, background-color 0.2s;
	-ms-transition: color 0.2s, background-color 0.2s;
}

/* ======== / FOOTER ======== */





/* ======== BULK SMS TEMPLATE ======== */

strong {
	font-weight: bold;
}

.grey-bg {
	background-color: #efefef;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

	#logo-container .img-responsive {
		width: 150px;
	}

	h1 {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	.bulk-sms-hero h2 {
		font-size: 20px !important;
	    line-height: 25px;
	    font-weight: bold;
	}
    .bulk-sms-h2 {
		font-size: 33px !important;
		font-weight: bold;
		text-align: center;
	}
	.bulk-sms-hero span {
		display: inline-block;
		padding: 5px 20px;
		border: solid 1px #343434;
		font-weight: 500;
		font-size: 20px;
		letter-spacing: 3px;
		color: #343434;
		text-transform: uppercase;
	}
	.bulk-sms-hero {
		min-height: 400px;
	}
	.bulk-sms-hero .info-block {
		position: relative;
	    width: 100%;
	    margin: 20px 0;
	    padding: 50px 33px;
		background-color: white;
		background-color: rgba(255,255,255,0.8);
	}
	.service-info-block span {
		font-size: 18px;
	}
	.bulk-sms-block li {
		margin-bottom: 50px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	#logo-container .img-responsive {
		width: 295px;
	}

	h1 {
		font-size: 30px !important;
		line-height: 75px !important;
	}
	.bulk-sms-hero h2 {
		font-size: 30px !important;
	    line-height: 75px;
	}
	.bulk-sms-h2 {
		font-size: 33px;
	}
	.bulk-sms-hero span {
		padding: 15px 30px;
		font-size: 20px;
		letter-spacing: 3px;
	}
	.bulk-sms-hero {
		height: 560px;
	}
	.bulk-sms-hero .info-block {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 330px;
		margin: 0;
	}
	.service-info-block span {
		font-size: 22px;
	}
	.bulk-sms-block li {
		margin-bottom: 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	h1 {
		font-size: 40px !important;
	}
	.bulk-sms-hero h2 {
		font-size: 40px !important;
	}
	.bulk-sms-h2 {
		font-size: 33px !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	h1 {
		font-size: 49px !important;
		line-height: 1.2 !important;
	}
	.bulk-sms-hero h2 {
		font-size: 49px !important;
	}
}

.bulk-sms-block {
	padding: 40px 0;
}

.bulk-sms-block h1 {
	margin: 20px;
}

.button-sign-lg {
	display: inline-block !important;
    position: relative;
    padding: 20px 30px;
    color: white;
    font-size: 30px;
}

.bulk-sms-hero {
	margin-top: 65px;
	background: url('assets/images/bulk-sms-hero.jpg') center no-repeat;
	background-size: auto 100%;
}

.bulk-sms-hero .container {
	position: relative;
	height: 100%;
}

.bulk-sms-hero .info-block h6 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 25px 0;
}

.bulk-sms-hero .info-block ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bulk-sms-hero .info-block li {
	margin: 0 0 20px 0;
	padding: 0 0 0 45px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 26px auto;
	font-size: 23px;
	font-weight: 300;
	color: black;
}
.bulk-sms-hero .info-block li.two-way {
	background-image: url('assets/images/icon-2waysms.png');
}
.bulk-sms-hero .info-block li.reporting {
	background-image: url('assets/images/icon-reporting.png');
}
.bulk-sms-hero .info-block li.personalised {
	background-image: url('assets/images/icon-personalised.png');
}
.bulk-sms-hero .info-block li.long-msg {
	background-image: url('assets/images/icon-longsms.png');
}

.bulk-sms-hero h1 {
	margin: 128px 0 0 !important;
	color: #5c5d5e;
}

.bulk-sms-hero h3{
	color: #5c5d5e;
}

.bulk-sms-hero .button-sign{
	margin-top: 35px !important;
}

.bulk-sms-fees ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

.bulk-sms-fees ul li {
	display: inline-block;
	margin: 0 45px 0 0;
	padding: 0 0 0 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 20px;
}

.bulk-sms-fees ul li:last-child {
	margin-right: 0;
}

.bulk-sms-fees ul li.setup-fees {
	background-image: url('assets/images/icon-upfrontfees.png');
}
.bulk-sms-fees ul li.monthly-fees {
	background-image: url('assets/images/icon-monthlyfees.png');
}
.bulk-sms-fees ul li.contract {
	background-image: url('assets/images/icon-contracts.png');
}

.service-info-block {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.service-info-block.easy-sending img {
	height: 115px;
}

.service-info-block li {
	display: inline-block;
	text-align: center;
}

.service-info-block li img {
	height: 115px;
	margin-bottom: 20px;
}

.service-info-block li h2 {
	margin-bottom: 20px;
}

.call-to-action-block {
	font-size: 30px;
}

.call-to-action-block strong {
	color: black;
}

.supported-brands {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.supported-brands li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.supported-brands img.telstra {
	width: 165px;
}
.supported-brands img.optus {
	width: 168px;
}
.supported-brands img.vodafone {
	width: 220px;
}
.supported-brands img.virginmobile {
	width: 120px;
}

#footer-signup-block {
	/*margin-top: 50px;*/
	text-align: center;
	background-color: #dddddd;
}

#footer-signup-block p {
	font-size: 26px !important;
	font-weight: bold;
	color: #5c5d5f;
	line-height: 70px;
	padding: 50px 0;
	margin: 0;
}

#footer-signup-block a.signup-button {
	display: inline-block;
	background-color: #E72378;
	height: 70px;
	padding: 0 25px;
	margin: 0 0 0 20px;
	font-weight: normal;
	color: white;
	border-radius: 3px;
}
#footer-signup-block a.signup-button:hover {
	background-color: black;
	transition: 0.1s linear;
}

.footer-new {
	padding: 0 0 70px 0 !important;
}

.footer-new a {
	color: white !important;
}

.footer-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-links li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footer-links li a {
	color: white !important;
	border-color: white !important;
}

.footer-call {
	font-size: 49px!important;
	color: #fff;
	font-weight: bold;
	margin: 30px 0;
}

.bulk-sms-block h2
{
    margin: 20px;
}

@media only screen and (min-width: 320px)
{
	h2
	{
	    font-size: 20px !important;
	    line-height: 25px !important;
	}
	
	h4 
	{
	    font-size: 20px !important;
	    line-height: 25px !important;
	}

	.bulk-sms-block h4
	{
	    margin: 20px;
	}
	
	.bulk-sms-hero h3
	{
	    font-size: 20px !important;
	    line-height: 25px;
	    font-weight: bold;
	}
	
	.bulk-sms-h2
	{
	    font-size: 33px !important;
	    font-weight: bold;
	    text-align: center;
	    color: #000;
	}
}


@media only screen and (min-width: 1200px)
{
	h2
	{
    	font-size: 49px !important;
	}

	h4
	{
    	font-size: 49px !important;
	}
	
	.bulk-sms-hero h3
	{
    	font-size: 49px !important;
	}
}


@media only screen and (min-width: 768px)
{
	h2
	{
	    font-size: 30px !important;
	    line-height: 75px !important;
	}
	
	h4
	{
	    font-size: 30px !important;
	    line-height: 75px !important;
	}
	
	.bulk-sms-hero h3
	{
	    font-size: 30px !important;
	    line-height: 75px;
	}
	
	.bulk-sms-h2
	{
    	font-size: 33px;
	}
	
	.one-twenty 
	{
		width: 20%; 
		float:left;
		padding: 0 15px;
	}
}



@media only screen and (min-width: 992px)
{
	.bulk-sms-hero h3
	{
    	font-size: 40px !important;
	}
	
	.bulk-sms-h2
	{
    	font-size: 33px !important;
	}
}

.service-info-block li span {
    margin-bottom: 20px;
}

#contact h5
{
    text-align: center;
    margin-bottom: 30px!important;
    font-size: 39px!important;
    line-height: 40px;
}


/* FORM */

.sf form{
	width: 400px;
	margin: 0 auto;
}

.sf form label{
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.sf form input, .sf form select{
	height: 40px;
	font-size: 14px;
}

.sf form input[type="submit"]{
	width: 100%;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 20px;
}

.sf form .g-recaptcha{
    width: 302px;
	margin: 0 auto;
}
