﻿
/*======================================================
    Buttons
======================================================*/

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,.btn:focus {
    color: #555;
    text-decoration: none;
}

.btn:active,.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #555;
    background-color: #fff;
    background-repeat: repeat-x;
    border-color: #ebebeb #e0e0e0 #c2c2c2 #e0e0e0;
    background-image: linear-gradient(to bottom,#fff 0,#ebebeb 100%);
    outline: none;
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    color: #555;
    background-color: #ebebeb;
    border-color: #c2c2c2;
}

.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #e0e0e0;
}

.btn-default:hover,.btn-default:focus {
    color: #555;
    background-repeat: repeat-x;
    border-color: #e0e0e0 #d6d6d6 #b3b3b3 #d6d6d6;
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e0e0e0 100%);
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-repeat: repeat-x;
    border-color: #a8a8a8 #c2c2c2 #d6d6d6 #c2c2c2;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    background-image: linear-gradient(to bottom,#e6e6e6 0,#f5f5f5 100%);
}


.btn-primary {
    color: #fff;
    background-color: #F90; /*MSS Orange*/
    background-repeat: repeat-x;
    /*border-color: #1d76c3 #1b6cb2 #134b7c #1b6cb2;*/
    border-color: #F90; /* F60 - MSS Deep Orange*/
    background-image: linear-gradient(to bottom,#F90 0,#F90 100%);
    outline: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #F90;
    border-color: #F90;
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background-image: none;
}

/*.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #2081d5;
    border-color: #1b6cb2;
}*/

.btn-primary:hover,.btn-primary:focus {
    color: #fff;
    background-repeat: repeat-x;
    border-color: #F90; /*MSS Orange*/
    background-image: linear-gradient(to bottom,#F90 0,#F90 100%);
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background-repeat: repeat-x;
    border-color: #0c3050 #134b7c #1861a0 #134b7c;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    background-image: linear-gradient(to bottom,#1966a9 0,#1d76c3 100%);
}

/*.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #2081d5;
    border-color: #1b6cb2;
}*/

.btn-warning {
    color: #fff;
    background-color: #f08200;
    background-repeat: repeat-x;
    border-color: #dc7700 #c76c00 #8a4b00 #c76c00;
    background-image: linear-gradient(to bottom,#f08200 0,#c76c00 100%);
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #c76c00;
    border-color: #8a4b00;
}

.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f08200;
    border-color: #c76c00;
}

.btn-warning:hover,.btn-warning:focus {
    color: #fff;
    background-repeat: repeat-x;
    border-color: #c76c00 #b36100 #6b3a00 #b36100;
    background-image: linear-gradient(to bottom,#dc7700 0,#b36100 100%);
}

.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    background-repeat: repeat-x;
    border-color: #572f00 #8a4b00 #b36100 #8a4b00;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    background-image: linear-gradient(to bottom,#bd6600 0,#dc7700 100%);
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f08200;
    border-color: #c76c00;
}

.btn-danger {
    color: #fff;
    background-color: #de090b;
    background-repeat: repeat-x;
    border-color: #ca080a #b70709 #7c0506 #b70709;
    background-image: linear-gradient(to bottom,#de090b 0,#b70709 100%);
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #b70709;
    border-color: #7c0506;
}

.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #de090b;
    border-color: #b70709;
}

.btn-danger:hover,.btn-danger:focus {
    color: #fff;
    background-repeat: repeat-x;
    border-color: #b70709 #a30708 #5f0405 #a30708;
    background-image: linear-gradient(to bottom,#ca080a 0,#a30708 100%);
}

.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    background-repeat: repeat-x;
    border-color: #4b0304 #7c0506 #a30708 #7c0506;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    background-image: linear-gradient(to bottom,#ad0709 0,#ca080a 100%);
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #de090b;
    border-color: #b70709;
}

.btn-success {
    color: #fff;
    background-color: #5d9c22;
    background-repeat: repeat-x;
    border-color: #538b1e #497b1b #2b4810 #497b1b;
    background-image: linear-gradient(to bottom,#5d9c22 0,#497b1b 100%);
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #497b1b;
    border-color: #2b4810;
}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5d9c22;
    border-color: #497b1b;
}

.btn-success:hover,.btn-success:focus {
    color: #fff;
    background-repeat: repeat-x;
    border-color: #497b1b #3f6a17 #1c2f0a #3f6a17;
    background-image: linear-gradient(to bottom,#538b1e 0,#3f6a17 100%);
}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background-repeat: repeat-x;
    border-color: #121e07 #2b4810 #3f6a17 #2b4810;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    background-image: linear-gradient(to bottom,#447219 0,#538b1e 100%);
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5d9c22;
    border-color: #497b1b;
}

.btn-info {
    color: #fff;
    background-color: #5aa2d3;
    background-repeat: repeat-x;
    border-color: #4a99cf #3a90ca #2a6e9d #3a90ca;
    background-image: linear-gradient(to bottom,#5aa2d3 0,#3a90ca 100%);
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #3a90ca;
    border-color: #2a6e9d;
}

.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #5aa2d3;
    border-color: #3a90ca;
}

.btn-info:hover,.btn-info:focus {
    color: #fff;
    background-repeat: repeat-x;
    border-color: #3a90ca #3285bd #235d85 #3285bd;
    background-image: linear-gradient(to bottom,#4a99cf 0,#3285bd 100%);
}

.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    background-repeat: repeat-x;
    border-color: #1f5275 #2a6e9d #3285bd #2a6e9d;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25) inset;
    background-image: linear-gradient(to bottom,#358bc5 0,#4a99cf 100%);
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #5aa2d3;
    border-color: #3a90ca;
}

.btn-link {
    font-weight: normal;
    color: #2081d5;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
    color: #165992;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #878787;
    text-decoration: none;
}

.btn-lg {
    padding: 9px 16px;
    padding-bottom:8px;
    font-size: 18px;
    line-height: 1.33;
    /*border-radius: 6px;*/
}

.btn-sm,.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 9px;
}

.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 6px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%;
}





/*circle buttons*/

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  outline: none !important;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  outline: none;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
  outline: none;
}


/*======================================================
    End Buttons
======================================================*/



/*======================================================
    Social Icons
======================================================*/
.socialbar {
	width: 100%;
	min-height: 40px;
	background-color: #FFFFFF;
	padding: 0;
	font-size: 0;
	z-index: 999;
}

.socialbar:after {
	clear: left;
	content: " ";
}

.socialbar_transparent {
	width: 100%;
	min-height: 40px;
	padding: 0;
	font-size: 0;
	z-index: 999;
}

.socialbar_transparent:after {
	clear: left;
	content: " ";
}

.borderless .ss li { border: none; }
.borderless .ss li:first-child { border: none; }

.borderless li { border: none; }
.borderless li:first-child { border: none; }

 
.sssquare { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
.sscircle { overflow: visible !important; }
.sscircle li { border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; background-color: #FFF;
-webkit-box-shadow:0 2px rgba(0,0,0,0.3); 
    -moz-box-shadow: 0 2px rgba(0,0,0,0.3); 
    box-shadow:0 2px rgba(0,0,0,0.3); 
    
    margin-right: 5px !important;
	
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color all 0.2s linear;
	-ms-transition: background-color all 0.2s linear;
	transition: background-color all 0.2s linear; }

.sscircle li:active, .sscircle li a:active { border-radius: 100% !important; -moz-border-radius: 100% !important; -webkit-border-radius: 100% !important; }


 
.ss {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.ss li:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ss li:first-child {
	border-left: 1px solid rgba(0,0,0,0.2);
}

.ss li a {
	display: block;
	text-indent: -9999;
	height: 40px;
	width: 40px;
}

.ss li a:active {
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
}

 
.ss li.digg { background-position: 0 0; }
.ss li.digg:hover { background-position: 0 -40px; }
.ss li.dribbble { background-position: 0 -80px; }
.ss li.dribbble:hover { background-position: 0 -120px; }
.ss li.facebook { background-position: 0 -160px; }
.ss li.facebook:hover { background-position: 0 -200px; }
.ss li.flickr { background-position: 0 -240px; }
.ss li.flickr:hover { background-position: 0 -280px; }
.ss li.forrst { background-position: 0 -320px; }
.ss li.forrst:hover { background-position: 0 -360px; }
.ss li.googleplus { background-position: 0 -400px; }
.ss li.googleplus:hover { background-position: 0 -440px; }
.ss li.html5 { background-position: 0 -480px; }
.ss li.html5:hover { background-position: 0 -520px; }
.ss li.icloud { background-position: 0 -560px; }
.ss li.icloud:hover { background-position: 0 -600px; }
.ss li.lastfm { background-position: 0 -640px; }
.ss li.lastfm:hover { background-position: 0 -680px; }
.ss li.linkedin { background-position: 0 -720px; }
.ss li.linkedin:hover { background-position: 0 -760px; }
.ss li.myspace { background-position: 0 -800px; }
.ss li.myspace:hover { background-position: 0 -840px; }
.ss li.paypal { background-position: 0 -880px; }
.ss li.paypal:hover { background-position: 0 -920px; }
.ss li.picasa { background-position: 0 -960px; }
.ss li.picasa:hover { background-position: 0 -1000px; }
.ss li.pinterest { background-position: 0 -1040px; }
.ss li.pinterest:hover { background-position: 0 -1080px; }
.ss li.reddit { background-position: 0 -1120px; }
.ss li.reddit:hover { background-position: 0 -1160px; }
.ss li.rss { background-position: 0 -1200px; }
.ss li.rss:hover { background-position: 0 -1240px; }
.ss li.skype { background-position: 0 -1280px; }
.ss li.skype:hover { background-position: 0 -1320px; }
.ss li.stumbleupon { background-position: 0 -1360px; }
.ss li.stumbleupon:hover { background-position: 0 -1400px; }
.ss li.tumblr { background-position: 0 -1440px; }
.ss li.tumblr:hover { background-position: 0 -1480px; }
.ss li.twitter { background-position: 0 -1520px; }
.ss li.twitter:hover { background-position: 0 -1560px; }
.ss li.vimeo { background-position: 0 -1600px; }
.ss li.vimeo:hover { background-position: 0 -1640px; }
.ss li.wordpress { background-position: 0 -1680px; }
.ss li.wordpress:hover { background-position: 0 -1720px; }
.ss li.yahoo { background-position: 0 -1760px; }
.ss li.yahoo:hover { background-position: 0 -1800px; }
.ss li.youtube { background-position: 0 -1840px; }
.ss li.youtube:hover { background-position: 0 -1880px; }

.ss li.github { background-position: 0 -1920px; }
.ss li.github:hover { background-position: 0 -1960px; }
.ss li.behance { background-position: 0 -2000px; }
.ss li.behance:hover { background-position: 0 -2040px; }
.ss li.yelp { background-position: 0 -2080px; }
.ss li.yelp:hover { background-position: 0 -2120px; }
.ss li.mail { background-position: 0 -2160px; }
.ss li.mail:hover { background-position: 0 -2200px; }
.ss li.instagram { background-position: 0 -2240px; }
.ss li.instagram:hover { background-position: 0 -2280px; }
.ss li.foursquare { background-position: 0 -2320px; }
.ss li.foursquare:hover { background-position: 0 -2360px; }
.ss li.zerply { background-position: 0 -2400px; }
.ss li.zerply:hover { background-position: 0 -2440px; }



 
.socialbar_mini {
	height: 30px;
	overflow: hidden;
	width: 100%;
	padding: 0;
	z-index: 999;
}

.borderless .ssm li { border: none; }
.borderless .ssm li:first-child { border: none; }

.ssm { width: auto; margin: 0; padding: 0; text-align: center; overflow: hidden; font-size: 0; }
.ssm li:hover {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.ssm li:first-child { border-left: 1px solid rgba(0,0,0,0.2); }
.ssm li a { display: block; text-indent: -9999; height: 30px; width: 30px; }
.ssm li a:active { box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.3); }

.ssm li.digg { background-position: 0 0; }
.ssm li.digg:hover { background-position: 0 -30px; }
.ssm li.dribbble { background-position: 0 -60px; }
.ssm li.dribbble:hover { background-position: 0 -90px; }
.ssm li.facebook { background-position: 0 -120px; }
.ssm li.facebook:hover { background-position: 0 -150px; }
.ssm li.flickr { background-position: 0 -180px; }
.ssm li.flickr:hover { background-position: 0 -210px; }
.ssm li.forrst { background-position: 0 -240px; }
.ssm li.forrst:hover { background-position: 0 -270px; }
.ssm li.googleplus { background-position: 0 -300px; }
.ssm li.googleplus:hover { background-position: 0 -330px; }
.ssm li.html5 { background-position: 0 -360px; }
.ssm li.html5:hover { background-position: 0 -390px; }
.ssm li.icloud { background-position: 0 -420px; }
.ssm li.icloud:hover { background-position: 0 -450px; }
.ssm li.lastfm { background-position: 0 -480px; }
.ssm li.lastfm:hover { background-position: 0 -510px; }
.ssm li.linkedin { background-position: 0 -540px; }
.ssm li.linkedin:hover { background-position: 0 -570px; }
.ssm li.myspace { background-position: 0 -600px; }
.ssm li.myspace:hover { background-position: 0 -630px; }
.ssm li.paypal { background-position: 0 -660px; }
.ssm li.paypal:hover { background-position: 0 -690px; }
.ssm li.picasa { background-position: 0 -720px; }
.ssm li.picasa:hover { background-position: 0 -750px; }
.ssm li.pinterest { background-position: 0 -780px; }
.ssm li.pinterest:hover { background-position: 0 -810px; }
.ssm li.reddit { background-position: 0 -840px; }
.ssm li.reddit:hover { background-position: 0 -870px; }
.ssm li.rss { background-position: 0 -900px; }
.ssm li.rss:hover { background-position: 0 -930px; }
.ssm li.skype { background-position: 0 -960px; }
.ssm li.skype:hover { background-position: 0 -990px; }
.ssm li.stumbleupon { background-position: 0 -1020px; }
.ssm li.stumbleupon:hover { background-position: 0 -1050px; }
.ssm li.tumblr { background-position: 0 -1080px; }
.ssm li.tumblr:hover { background-position: 0 -1110px; }
.ssm li.twitter { background-position: 0 -1140px; }
.ssm li.twitter:hover { background-position: 0 -1170px; }
.ssm li.vimeo { background-position: 0 -1200px; }
.ssm li.vimeo:hover { background-position: 0 -1230px; }
.ssm li.wordpress { background-position: 0 -1260px; }
.ssm li.wordpress:hover { background-position: 0 -1290px; }
.ssm li.yahoo { background-position: 0 -1320px; }
.ssm li.yahoo:hover { background-position: 0 -1350px; }
.ssm li.youtube { background-position: 0 -1380px; }
.ssm li.youtube:hover { background-position: 0 -1410px; }

.ssm li.github { background-position: 0 -1440px; }
.ssm li.github:hover { background-position: 0 -1470px; }
.ssm li.behance { background-position: 0 -1500px; }
.ssm li.behance:hover { background-position: 0 -1530px; }
.ssm li.yelp { background-position: 0 -1560px; }
.ssm li.yelp:hover { background-position: 0 -1590px; }
.ssm li.mail { background-position: 0 -1620px; }
.ssm li.mail:hover { background-position: 0 -1650px; }
.ssm li.instagram { background-position: 0 -1680px; }
.ssm li.instagram:hover { background-position: 0 -1710px; }
.ssm li.foursquare { background-position: 0 -1740px; }
.ssm li.foursquare:hover { background-position: 0 -1770px; }
.ssm li.zerply { background-position: 0 -1800px; }
.ssm li.zerply:hover { background-position: 0 -1830px; }
/*======================================================
    End Social Icons
======================================================*/


/*======================================================
    Clients
======================================================*/

.clients-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

    .clients-grid li {
        float: left;
        border-bottom: 1px dashed #ddd;
        border-right: 1px dashed #ddd;
        height: auto;
    }

    .clients-grid.row3 li {
        width: 365px;
    }

    .clients-grid.row4 li {
        width: 275px;
    }

    .clients-grid.row5 li {
        width: 220px;
    }

    .clients-grid.row6 li {
        width: 185px;
    }

    .clients-grid li.last {
        border-right: none;
    }

    .clients-grid li.last-row {
        border-bottom: none;
    }

    .clients-grid img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        -moz-transition: all 0.14s ease 0s;
        -webkit-transition: all 0.14s ease 0s;
        -o-transition: all 0.14s ease 0s;
        transition: all 0.14s ease 0s;
        opacity: 0.7;
        filter: alpha(opacity=50);
    }

        .clients-grid img:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }


/*======================================================
    End Clients
======================================================*/



/*======================================================
    Video Background (if required)
======================================================*/

.container-video {
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@media (max-width: 767px) {
    .container-video {
        height: 100%;
    }
}


.parallax-info {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 50 !important;
    background-color: rgba(0, 0, 0, 0.39);
}

.p-video-title {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 300;
    height: auto;
    letter-spacing: 0px;
    margin: 333px auto auto;
    opacity: 0.9;
    text-align: center;
    text-transform: uppercase;
}

.vk-video-mask {
    background: url("../img/core/ov-pt.png") repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .video-container iframe, .video-container object, .video-container embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: -50px;
        width: 100%;
    }

.container-player {
    width: 100%;
}

/*======================================================
   End Video Background
======================================================*/




/** 18. vk-dividers
 **************************************************************** **/

.vk-divider {
	border: 0;
	margin: 60px 0;
	height: 4px;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	text-align: center;
	position: relative;
	clear: both;
}
	.vk-divider.half-margins {
		margin:30px 0;
	}

.vk-divider .fa {
	background: #FFF; /* same as background color */
	text-align: center;
	display: inline-block;
	height: 30px; line-height: 30px;
	text-align: center;
	width: 35px;
	font-size: 13px;

	position: absolute;
	top: -15px; left: 50%;
	margin: 0 auto 0 -25px;

	-webkit-border-radius:50px;
	   -moz-border-radius:50px;
			border-radius:50px;
}

.vk-divider.dark .fa {
	color: #333;
}

.vk-divider.white .fa { /* for white background color OR white rounded icon */
	background: #fff;
	color: #333;
}

li.vk-divider {
	margin:6px;
}




section.featured.footer.shortcodes div.feature-box.secundary h4 {
    text-transform: none;
    /*color: rgb(255, 255, 255);*/
    letter-spacing: 0px;
}

section.featured.footer.shortcodes {
    margin: 30px 0 -25px;
}

    section.featured.footer.shortcodes div.feature-box.secundary p {
        color: rgb(80, 80, 80);
    }


/*======================================================
    Carousel
======================================================*/
	.owl-carousel {
		margin-bottom:10px;
	}

.own-full-width .thumb-info img {
    border-radius: 0px !important;
}

.own-full-width .thumb-info {
    border-radius: 0px !important;
}

    .owl-carousel.own-full-width {
        margin-bottom:0px !important;
    }

	.owl-theme .owl-controls .owl-buttons div {
		opacity:1; color:#333;
		filter: Alpha(Opacity=100);
		background:#fff; border:#eee 1px solid;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
				border-radius: 3px;
	}
	.owl-theme .owl-controls .owl-buttons div:hover {
		background:#F5F7F7;
	}

	.controlls-over .owl-controls {
		position:absolute;
		top:50%; 
        left:0; 
        right:0; 
        bottom:0;
		margin-top:-20px;
	}
	.controlls-over .owl-controls .owl-prev {
		float:left;
	}
	.controlls-over .owl-controls .owl-next {
		float:right;
	}
	.controlls-over .owl-pagination {
		position:absolute;
		bottom:5px; left:0; right:0;
	}
	.owl-theme.controlls-over .owl-controls .owl-page {
		background:rgba(0,0,0,0.3);

	}
	.owl-theme.controlls-over .owl-controls .owl-page:first-child {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.owl-theme.controlls-over .owl-controls .owl-page:last-child {
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.owl-theme.controlls-over .owl-controls .owl-page span {
		background:#fff;
	}

	/* top text caption */
	.owl-carousel .owl-item div {
		/*position:relative;*/
	}
	.owl-carousel .owl-caption {
		padding:10px;
		position:absolute !important;
		left:0; top:0; right:0;
		margin-top:0; max-width:100%;
		background:rgba(0,0,0,0.3);
		display:block; color:#fff;
	}

	.owl-carousel .owl-caption p {
		color:#fff;
		font-size:13px;
		line-height:20px;
		padding:0; margin:0;
	}
	.owl-carousel .owl-caption h1,
	.owl-carousel .owl-caption h1 a,
	.owl-carousel .owl-caption h2,
	.owl-carousel .owl-caption h2 a,
	.owl-carousel .owl-caption h3,
	.owl-carousel .owl-caption h3 a {
		color:#fff;
		font-size:21px;
		line-height:21px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.owl-carousel .owl-caption a {
		color:#fff;
		font-weight:bold;
	}

    
.owl-theme.controlls-over.vk-style .owl-buttons div{
    padding: 10px 8px;
    padding-top: 11px;
    opacity: 0.5;
    margin-left: 0px;
    margin-right: 0px;
}

.owl-theme.vk-style .owl-controls .owl-buttons div {
    border-radius: 0px;
}

.owl-theme.controlls-over.vk-style .owl-controls .owl-prev {
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}

.owl-theme.controlls-over.vk-style .owl-controls .owl-next {
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
}
 /*======================================================
    End Carousel
======================================================*/


/*======================================================
    Tags
======================================================*/
.tags-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .tags-list li {
        border: 1px solid #C5C5C5;
        background: #FFF;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 2px;
        padding-bottom: 2px;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #636363;
        font-size: 12px;
        border-radius: 1px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .tags-list li:hover {
            background: #C5C5C5;
            cursor: pointer;
        }

        .tags-list li i.fa {
            display:none;
        }

footer .tags-list li {
    border: 1px solid #3D3D3D;
    background: #202020;
    padding-top: 1px;
    padding-bottom: 1px;
}

    footer .tags-list li:hover {
        background: #424242;
        cursor: pointer;
    }

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

 

.tags-list li a {
    color: #5F5F5F;
    margin-left: 4px;
    margin-right: 4px;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 13px;
    /*font-weight:600;*/
}

    .tags-list li a:hover {
        color: #5F5F5F;
    }

.tags-list:before, .wp-theme-1 .tags-list:after {
    display: table;
    content: "";
}

.tags-list:after {
    clear: both;
}

.tags-list:before, .tags-list:after {
    display: table;
    content: "";
}

.tags {
    margin-top: 30px;
    margin-bottom: 30px;
}
/*======================================================
    End Tags
======================================================*/



/*======================================================
    Tagline Boxes
======================================================*/
.reading-box-container {
    position: relative;
    z-index: 1;
}

.reading-box {
    position: relative;
    padding: 28px 28px 27px 31px;
    border-left: 6px solid #F60; /*MSS Deep Orange*/
    background: #f2efef;
    background-color: #ffffff !important;
    border-width: 1px;
    margin-bottom: 50px;
    display: table;
    border-radius: 2px;
    width: 100%;
}

.tagline-shadow:before, .tagline-shadow:after {
    opacity: 0.7;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    position: absolute;
    content: '';
    z-index: -1;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.tagline-shadow:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.reading-box.left-color {
    border-color: #e5e4e4!important;
    border-left-width: 6px !important;
    border-left-color: #F60!important; /*MSS Deep Orange*/
    border-style: solid;
}

.reading-box.top-color {
    border-color: #e5e4e4!important;
    border-top-width: 3px !important;
    border-left-color: #F60!important; /*MSS Deep Orange*/
    border-style: solid;
}

.reading-box h2 {
    font-size: 2em;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.highlight {
	color: #F60; /*MSS Deep Orange*/
}

.reading-box p {
    margin: 0 0 10px;
}

.reading-box .btn-lg {
    float: right;
}

/*MSS Home page*/

.reading-box .btn-lg-mss {
    float: none;
}
/*======================================================
    End Tagline Boxes
======================================================*/



/*======================================================
    Pricing Tables
======================================================*/
.pricing-table {
    margin: 30px 0 40px;
    text-align: left
}

.pricing-offer-grid {
    width: 17%;
    display: inline-block;
    vertical-align: top
}

.pricing-offer-grid p {
    margin-bottom: 0
}

.pricing-offer-grid .offers ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.pricing-offer-grid .offers ul li {
    margin: 0 10px 0 0;
    line-height: 16px;
    padding: 15px 0;
    display: block;
    width: auto;
    font-size: 14px;
    border-bottom: 1px dotted #ccc
}

.no-pricing-offer .pricing-cols {
    width: 100%!important
}

.pricing-cols {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 82%;
    list-style: none;
    text-align: center
}

.pricing-cols li {
    padding: 0;
    margin: 0 1px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 300px
}

.pricing-cols li.pricing-col {
    position: relative;
    z-index: 10;
    overflow: hidden
}

.pricing-cols li.featured-plan {
    margin: -24px -3px 0 -3px;
    z-index: 20
}

.pricing-cols li.featured-plan .pricing-plan {
    padding: 27px 0
}

.pricing-cols li.featured-plan .pricing-button {
    padding: 22px 0
}


.pricing-cols li.six-table {
    width: 16.5%
}

.pricing-cols li.four-table {
    width: 24.5%
}

.pricing-cols li.three-table {
    width: 32.5%
}

.pricing-cols li.two-table {
    width: 49.5%
}

.pricing-cols li.one-table {
    width: 100%
}

.pricing-cols .pricing-heading {
    position: relative
}

.pricing-cols .pricing-plan {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 15px 0;
    display: block
}

.pricing-cols .pricing-price {
    height: 120px;
    display: table;
    width: 100%
}

.pricing-cols .pricing-price sub,.pricing-cols .pricing-price sup {
    font-size: 24px;
    padding: 0 5px
}

.pricing-cols .pricing-price sub {
    vertical-align: middle
}

.pricing-cols .pricing-price span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 20
}

.pricing-cols .pricing-features ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20
}

.pricing-cols .pricing-features ul li {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0;
    display: block;
    margin: 0;
    width: auto
}

.pricing-cols .pricing-features ul li .mk-icon-ok {
    color: #26cca4
}

.pricing-cols .pricing-features ul li .mk-icon-remove {
    color: #e74a4a
}

.pricing-cols .pricing-features ul li .mk-icon-star {
    color: #26cca4;
    margin-left: 3px
}

.pricing-cols .pricing-features ul li .mk-icon-star.empty {
    color: #b0b0b0
}

.pricing-cols .pricing-features .rating-star {
    line-height: 12px;
    margin: 0 auto;
    font-size: 16px;
    color: #7d7c78
}

.pricing-cols .pricing-button {
    padding: 20px 0;
    border-top: 0
}

.pricing-cols .pricing-button a {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    padding: 9px 25px
}

.multicolor.pricing-table {
}

.multicolor.pricing-table .pricing-offer-grid {
    padding-top: 166px
}

.multicolor.pricing-table .no-pricing-offer .pricing-cols {
    width: 100%!important
}

.multicolor.pricing-table .pricing-cols {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

.multicolor.pricing-table .pricing-cols li {
    padding: 0;
    margin: 0 -1px;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.multicolor.pricing-table .pricing-cols li.pricing-col {
    position: relative;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.multicolor.pricing-table .pricing-cols li.featured-plan {
    margin: -24px -3px 0 -3px;
    z-index: 20;
    -webkit-box-shadow: 0 0 35px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 35px 2px rgba(0,0,0,.2);
    box-shadow: 0 0 35px 2px rgba(0,0,0,.2)
}

.multicolor.pricing-table .pricing-cols li.featured-plan .pricing-plan {
    padding: 27px 0
}

.multicolor.pricing-table .pricing-cols li.featured-plan .pricing-button {
    padding: 22px 0
}

.multicolor.pricing-table .pricing-cols .pricing-heading {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2)
}

.multicolor.pricing-table .pricing-cols .pricing-heading .premium-ribbon {
    background-color: #ffd565;
    color: #7b683c;
    width: 120px;
    line-height: 12px;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 0;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    left: -33px;
    top: 16px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 0 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 0 0 rgba(0,0,0,.1)
}

.multicolor.pricing-table .pricing-cols .pricing-plan {
    color: #fff;
    font-weight: lighter;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 15px 0;
    background-color: rgba(0,0,0,.2);
    display: block;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3)
}

.multicolor.pricing-table .pricing-cols .pricing-price {
    border-top: 1px solid rgba(255,255,255,.2);
    height: 120px;
    display: table;
    width: 100%
}

.multicolor.pricing-table .pricing-cols .pricing-price sub,.multicolor.pricing-table .pricing-cols .pricing-price sup {
    font-size: 24px;
    padding: 0 5px;
    font-weight: 400
}

.multicolor.pricing-table .pricing-cols .pricing-price sub {
    vertical-align: middle;
    font-size: 16px;
}

/*MSS Specific Used for Event Title*/

.multicolor.pricing-table .pricing-cols .pricing-price p {
    vertical-align: middle;
    font-size: 14px;
	color: #FFF;
}

.multicolor.pricing-table .pricing-cols .pricing-price span {
    font-size: 65px;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}

.multicolor.pricing-table .pricing-cols .pricing-features ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8
}

.multicolor.pricing-table .pricing-cols .pricing-features ul li {
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0;
    display: block;
    margin: 0;
    width: auto;
    background-color: #f6f6f6
}

.multicolor.pricing-table .pricing-cols .pricing-features ul li:nth-child(odd) {
    background-color: #eee
}

.multicolor.pricing-table .pricing-cols .pricing-features ul li i:before {
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3)
}

.multicolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-ok {
    color: #26cca4
}

.multicolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-remove {
    color: #e74a4a
}

.multicolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-star {
    color: #26cca4;
    margin-left: 3px
}

.multicolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-star.empty {
    color: #b0b0b0
}

.multicolor.pricing-table .pricing-cols .pricing-features .rating-star {
    line-height: 12px;
    margin: 0 auto;
    font-size: 16px;
    color: #7d7c78
}

.multicolor.pricing-table .pricing-cols .pricing-button {
    padding: 20px 0;
    background-color: #F90;
    border: 1px solid #F60;
    border-top: 0
}

.multicolor.pricing-table .pricing-cols .pricing-button a {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    padding: 8px 25px
}

.monocolor.pricing-table {
}

.monocolor.pricing-table .pricing-offer-grid {
    padding-top: 178px
}

.monocolor.pricing-table .pricing-offer-grid .offers ul {
    border-right: 0
}

.monocolor.pricing-table .pricing-offer-grid .offers ul li {
    padding: 13px 0
}

.monocolor.pricing-table .no-pricing-offer .pricing-cols {
    width: 100%!important
}

.pricing-table .fa {
    color:7D2670;
}

.monocolor.pricing-table .pricing-cols .pricing-col.featured-plan {
border: 1px solid #F60;
}

.monocolor.pricing-table .pricing-cols li {
    padding: 0;
    margin: 0 -2px;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.monocolor.pricing-table .pricing-cols li.pricing-col {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border: 1px solid #ddd;
    border-left: 0;
    background-color: #fff
}

.monocolor.pricing-table .pricing-cols li.pricing-col:first-child {
    border-left: 1px solid #ddd
}

.monocolor.pricing-table .pricing-cols li.featured-plan {
    margin: -20px -3px 0 -3px;
    z-index: 20;
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
}

.monocolor.pricing-table .pricing-cols li.featured-plan .pricing-button {
    padding: 35px 0
}

.monocolor.pricing-table .pricing-cols .pricing-heading {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd
}

.monocolor.pricing-table .pricing-cols .pricing-plan {
    color: #666;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 20px 0;
    background-color: #efefef;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-top: 23px;
}

.monocolor.pricing-table .pricing-cols .pricing-price {
    height: 120px;
    display: table;
    width: 100%
}

.monocolor.pricing-table .pricing-cols .pricing-price sub,.monocolor.pricing-table .pricing-cols .pricing-price sup {
    font-size: 24px;
    padding: 0 5px
}

.monocolor.pricing-table .pricing-cols .pricing-price sub {
    display: block;
    margin: 30px 0 0 20px;
    text-align: center;
    font-size: 16px;
    color: #666
}

.monocolor.pricing-table .pricing-cols .pricing-price span {
    font-size: 70px;
    font-weight: lighter
}

.monocolor.pricing-table .pricing-cols .pricing-features ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 20
}

.monocolor.pricing-table .pricing-cols .pricing-features ul li {
    font-size: 13px;
    line-height: 16px;
    padding: 13px 0;
    margin: 0 10px;
    display: block;
    width: auto;
    background-color: #fff;
    border-bottom: 1px dotted #ddd
}

.monocolor.pricing-table .pricing-cols .pricing-features ul li:last-child {
    border: 0
}

.monocolor.pricing-table .pricing-cols .pricing-features ul li i:before {
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3)
}

.monocolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-ok {
    color: #26cca4
}

.monocolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-remove {
    color: #e74a4a
}

.monocolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-star {
    color: #26cca4;
    margin-left: 3px
}

.monocolor.pricing-table .pricing-cols .pricing-features ul li .mk-icon-star.empty {
    color: #b0b0b0
}

.monocolor.pricing-table .pricing-cols .pricing-features .rating-star {
    line-height: 12px;
    margin: 0 auto;
    font-size: 16px;
    color: #7d7c78
}

.monocolor.pricing-table .pricing-cols .pricing-button {
    padding: 15px 0;
    border-top: 0;
    border-top: 1px solid #ddd;
    background-color: #f6f6f6
}

.monocolor.pricing-table .pricing-cols .pricing-button a {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    padding: 7px 25px
}

@media handheld,only screen and (max-width: 960px) {
    .pricing-offer-grid {
        display:none
    }

    .pricing-cols {
        width: 100%!important
    }
}

@media handheld,only screen and (max-width: 700px) {
    .pricing-cols .pricing-col {
        width:100%!important;
        margin-bottom: 20px!important
    }

    .pricing-cols li {
        max-width: 100%!important
    }

    .monocolor.pricing-table .pricing-col {
        border-left: 1px solid #ddd!important
    }

    .monocolor.pricing-table .pricing-cols li.featured-plan {
        margin: 0 0 20px!important;
        border: 1px solid #ff7b00!important
    }
}
/*======================================================
    End Pricing Tables
======================================================*/



/*======================================================
    Home Blog Posts
======================================================*/
.homeposts {
    margin-top: 10px;
    margin-bottom: 20px;
}

.homepostholder .postinfo span:first-child {
    margin-left: 0px;
}

.homepostholder .postinfo span {
    margin-left: 10px;
}

.homepostholder {
    display: table;
    width: 100%;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    /*padding-top: 14px;*/
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: flat;
    -moz-transform: flat;
    -ms-transform: flat;
    -o-transform: flat;
    transform: flat;
    -webkit-transform-style: flat;
    transform-style: flat;
    margin: 10px;
    padding-right: 10px;
}

.homepostimage {
    float: left;
    width: 20%;
    max-width: 70px;
    vertical-align: top;
    position: relative;
    margin-top: 10px;
}

    .homepostimage .date {
        z-index: 10;
        position: absolute;
        left: 0px;
        width: 75%;
        max-width: 50px;
        height: 75%;
        max-height: 50px;
        padding: 10px;
        padding-top: 0;
        text-align: center;
        margin-top: 5px;
        margin-left: 8px;
        margin-bottom: 15px;
    }

        .homepostimage .date .day {
            font-size: 30px;
            font-weight: 700;
            color: #555;
            line-height: 35px;
        }

        .homepostimage .date .month {
            font-size: 13px;
            font-weight: 600;
            color: #555;
            line-height: 15px;
            margin-top: 1px;
        }

    .homepostimage img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        max-width: 100%;
    }

.homepost {
    float: left;
    width: 80%;
    padding-top: 0;
}

.posticon {
    float: left;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -14px;
    text-align: center;
    color: #555;
    font-size: 26px;
}

.posticonbg {
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* Hovers for Non-Image Posts */
.homepostimage a:hover img {
    position: relative;
    z-index: 1;
}

.homepostimage a img {
    border: 1px solid #13c0df;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.homepostimage a .posticon {
    color: #13c0df;
    position: absolute;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.homepostimage a .posticonbg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    float: left;
    opacity: 0;
    background-color: #13c0df;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.25) rotate(-30deg);
    -moz-transform: scale(0.25) rotate(-30deg);
    -ms-transform: scale(0.25) rotate(-30deg);
    -o-transform: scale(0.25) rotate(-30deg);
    transform: scale(0.25) rotate(-30deg);
}

.homepostimage a:hover .posticonbg {
    opacity: 1;
    -webkit-transform: scale(1.01) rotate(0deg);
    -moz-transform: scale(1.01) rotate(0deg);
    -ms-transform: scale(1.01) rotate(0deg);
    -o-transform: scale(1.01) rotate(0deg);
    transform: scale(1.01) rotate(0deg);
}

.homepostimage a:hover .posticon {
    color: #fff;
    text-shadow: rgba(0,0,0,0.03) 1px 1px, rgba(0,0,0,0.03) 2px 2px, rgba(0,0,0,0.03) 3px 3px, rgba(0,0,0,0.02) 4px 4px, rgba(0,0,0,0.02) 5px 5px, rgba(0,0,0,0.02) 6px 6px, rgba(0,0,0,0.01) 7px 7px, rgba(0,0,0,0.01) 8px 8px, rgba(0,0,0,0.01) 9px 9px;
}

/* Hovers for Image Posts */
.homepostimage a.withimage .posticon {
    color: #fff;
}

.homepostimage a.withimage img {
    position: relative;
    z-index: 1;
    border: 0;
}

.homepostimage a.withimage .posticonbg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    float: left;
    opacity: 0;
    background-color: #F60; /*MSS Deep Orange*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.25) rotate(-30deg);
    -moz-transform: scale(0.25) rotate(-30deg);
    -ms-transform: scale(0.25) rotate(-30deg);
    -o-transform: scale(0.25) rotate(-30deg);
    transform: scale(0.25) rotate(-30deg);
}

.homepostimage a.withimage:hover .posticonbg {
    opacity: 1;
    -webkit-transform: scale(1.01) rotate(0deg);
    -moz-transform: scale(1.01) rotate(0deg);
    -ms-transform: scale(1.01) rotate(0deg);
    -o-transform: scale(1.01) rotate(0deg);
    transform: scale(1.01) rotate(0deg);
}

.homepostimage a.withimage:hover img {
}

.homepost h4,
.homepost h4 a {
    float: left;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
    margin-top: 1px;
    width: 100%;
    font-weight: 600;
    text-decoration: none;
}

.homepost .post {
    float: right;
    width: 100%;
}

.homepost .post .read-more{
    margin-left:30px;
    color:#F60; /*MSS Deep Orange*/
}

.homepost .post .post-line{
    display: table;
margin-left: 30px;
border-bottom: 1px solid rgb(235, 235, 235);
width: 90%;
margin-bottom: 10px;
}

.homepost .postbody {
    float: left;
    padding-left: 30px;

        margin-bottom:15px;
}

.homepost .posttext {
    float: left;
}

.homepost .postinfo {
    margin-top: 0px;
    margin-bottom: 15px;
}

.contentarea {
    float: left;
}

.homepostholder .readmorelink {
    margin-top: 10px;
    float: left;
    font-weight: 400;
    color: #111;
}

    .homepostholder .readmorelink:hover, .homepostholder .readmorelink:visited:hover {
        color: #13c0df;
    }

.homepostholder.totheright .readmorelink {
    float: right;
}

.totheright .post,
.totheright .posttext,
.totheright .postinfo {
    text-align: right;
}

.totheright .postbody {
    text-align: right;
    padding-left: 0;
    padding-right: 40px;
}

.totheright .postinfo .categories,
.totheright .postinfo .comments {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.totheright .homepostimage,
.totheright .homepost {
    float: right;
}

.totheright .date {
    left: 0px;
    right: auto;
}

.homepost .postinfo .categories a,
.homepost .postinfo .comments a,
.homepost .postinfo .categories a:visited,
.homepost .postinfo .comments a:visited {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
}

    .homepost .postinfo a:hover,
    .homepost .postinfo .categories a:visited:hover,
    .homepost .postinfo .comments a:visited:hover {
        color: #13c0df;
    }
/*======================================================
    End Home Blog Posts
======================================================*/



/*======================================================
    Notification Boxes
======================================================*/
.colored_box,
.vk-notify {
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
       -moz-box-shadow:0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
            box-shadow:0 1px 2px rgba(0,0,0,0.15), 0 0 2px rgba(0,0,0,0.05);
            border-radius: 3px;
}

.vk-notify {
	color: #333;
	padding: 20px 20px 20px 60px;
	margin: 0 0 20px 0;
}

.vk-notify p {
	position: relative;
    margin: 7px 0 10px 0px;
}

.vk-notify p a {
	font-weight: bold;	
}

.vk-notify p:before {
	position:absolute;
	left: -37px;
	/* top: 36%; */
	font-size:20px;
}

.message-green {
    border-left: 1px solid #c6d881;
    border-right: 1px solid #c6d881;
    border-top: 1px solid #d0e289;
    border-bottom: 1px solid #b8cb71;
    background-color: #dde6ba;
    background-image: -o-linear-gradient(top, #e6efc2, #d9e2b7);
    }

.message-green p:before {
	content:"\f046";
    font-family: FontAwesome;
    color: #66B500;
}
 
.message-green a {
	color: #66B500;
    text-decoration: underline;
}

.message-red {
    border-left: 1px solid #f1c8ca;
    border-right: 1px solid #f1c8ca;
    border-top: 1px solid #f7d5d6;
    border-bottom: 1px solid #f2b5b8;
    background-image: -o-linear-gradient(top, #fbe2e3, #eeccce);
}

.message-red p:before {
	content:"\f00d";
    font-family: FontAwesome;
    color: #CB2A19;
}

.message-red a {
    color: #CB2A19;
    text-decoration: underline;
}

.message-blue {
    border-left: 1px solid #a6d4f4;
    border-right: 1px solid #a6d4f4;
    border-top: 1px solid #b8e1fd;
    border-bottom: 1px solid #9ed1f5;
    background-image: -o-linear-gradient(top, #e0f4ff, #d4e6f0);
}

.message-blue p:before {
	content:"\f0eb";
    color: #0092F5;
    font-family: FontAwesome;
}

.message-blue a {
    color: #0092F5;
    text-decoration: underline;
}

.message-yellow {
    border-left: 1px solid #f4d96c;
    border-right: 1px solid #f4d96c;
    border-top: 1px solid #f7dc72;
    border-bottom: 1px solid #eace61;
    background-image: -o-linear-gradient(top, #ffffb9, #f0efae);
}

.message-yellow p:before {
	content:"\f06a";
    color: #A58100;
    font-family: FontAwesome;
}
 
.message-yellow a {
    color: #A58100;
    text-decoration: underline;

}

/*MSS Search Box Form*/

.message-mss {
    border-left: 1px solid #F60;
    border-right: 1px solid #F60;
    border-top: 1px solid #F60;
    border-bottom: 1px solid #F60;
    background-image: -o-linear-gradient(top, #ffffb9, #f0efae);
}
	
.message-mss a {
   color: #F90;
   text-decoration: underline;
}
	
/*======================================================
    End Notification Boxes
======================================================*/



/*======================================================
    Toggle-Accordion
======================================================*/

    .naccordion ul li, .naccordion.toggle {
        margin-bottom: 5px;
        background-color: #F8F8F8;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        border-radius: 3px;
        border-top:1px solid #F1F1F1;
    }


    .naccordion > ul {
        margin-left: -20px;
}

.naccordion ul li li, .naccordion.toggle li{
	border:none;
}
.naccordion > ul > li{
	height:auto;
	overflow:hidden;
}
.naccordion .accordion-title{
	cursor:pointer;
	display:block;
	position:relative;
	outline:none;
	min-height:20px;
	color:#F90; /*MSS Orange*/
	line-height: normal;
	font-weight:600;
	padding:10px 20px;
	/*background-color:#f7f7f7;*/
}
.naccordion .accordion-title:hover,
.naccordion .accordion-title.active{
	background-color:#f4f4f4;
    /*color:black;*/
}
.naccordion .accordion-title .accordion-icon{
	float:right;
}
.naccordion .accordion-title .accordion-icon:after{
	position:absolute;
	content:'\f0dc';
	font-family:FontAwesome;
	font-size:18px;
	color:#ccc;
	top:50%;
	right:20px;
	margin-top:-9px;
	font-style:normal;
	font-weight:normal;
}
.naccordion .accordion-title:hover .accordion-icon:after{
	color:#c0c0c0;
}
.naccordion .accordion-title.active,
.naccordion .accordion-title.active .accordion-icon:after{
	color:#0099e6;
}
.naccordion  .accordion-content {
	border-top:1px solid #e9e9e9;
	padding: 20px  20px 10px;
	color:#666;
}
.naccordion .toggle-content{
	padding:20px;
}





/*======================================================
    Dividers
======================================================*/
.ntitle-sep-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    height: 6px;
}

.ntitle-sep {
    border-color: #e0dede !important;
    display: block;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    width: 100%;
    position: relative;
    height: 6px;
}

.ntitle {
    margin: 0 0 31px;
    overflow: hidden;
    display: table;
}

    .ntitle h1, .ntitle h2, .ntitle h3, .ntitle h4, .ntitle h5, .ntitle h6 {
        display: table-cell;
        white-space: pre;
    }


    .ntitle h6, .ntitle h5, .ntitle h4, .ntitle h3, .ntitle h2 {
        float: left;
        padding: 0 8px 0 0 !important;
        margin: 0 !important;
    }

    .ntitle h2, .ntitle h1 {
        float: left;
        padding: 0 10px 0 0 !important;
        margin: -5px 0 0 0 !important;
    }


.nseparator-shadow {
    background: transparent url(../img/core/sep-shadow.png) no-repeat top center;
    height: 9px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}



.main a i.fa {
    margin-right:5px;
}

.ndivider {margin-top: 55px; margin-bottom: 0px; width: 100%; clear: both; display: block; overflow: hidden; position: relative; }

    .ndivider .fa {
        margin-right:10px;
    }


.ndivider-h1 .ndivider-border { height: 3.9em; }
.ndivider-h2 .ndivider-border { height: 3em; }
.ndivider-h3 .ndivider-border { height: 1.9em; }
.ndivider-h4 .ndivider-border { height: 2em; }
.ndivider-h5 .ndivider-border { height: 1em; }
.ndivider-h6 .ndivider-border { height: 1em; }

.ndivider-h1 h1,
.ndivider-h2 h2,
.ndivider-h3 h3,
.ndivider-h4 h4,
.ndivider-h5 h5,
.ndivider-h6 h6 { float: left;}

.ndivider-h3 h3 {
    text-transform:none;
    color: #919191;
    font-weight:300;
    /*margin-bottom:25px;*/
    font-size:1.7em;
}

.ndivider-h4 h4 {
    text-transform:none;
    color: #919191;
    font-weight:300;
    margin-bottom:20px;
}

.ndivider-border { position: relative; overflow: hidden; }

.ndivider-h5 .ndivider-line{
    top:65% !important;
}

/*Line style divider*/
.ndivider-line
{
    display: block;
    width: 95%;
    margin-left: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    position: relative;
    top: 50%;
    border-color: #e1e1e1;
}
/*End Line style divider*/


.nhr {
    clear: both;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: relative;
    margin: 30px 0;
    float: left;
    border-color: #e1e1e1;
    color: #e1e1e1;
}

.nhr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
}

.nhr-shadow .nhr-inner {
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
}


/*Hr small*/
.nhr-small {
    height: 20px;
    line-height: 20px;
    margin: 30px 0 30px 0;
    float: none;
}

.nhr-small .nhr-inner {
    width: 30%;
    left: 49%;
    margin-left: -14%;
}

.nhr-small.nhr-left .nhr-inner {
    left: 0%;
    margin-left: 0%;
}

.nhr-tall.nhr-left .nhr-inner {
    left: 0%;
    margin-left: 0%;
}

.nhr-small.nhr-right .nhr-inner {
    left: auto;
    right: 0;
    margin-left: 0%;
}

.nhr-small .nhr-inner-style-circle {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.nhr-small.nhr-left .nhr-inner-style-circle {
    left: 5px;
}

.nhr-small.nhr-right .nhr-inner-style-circle {
    left: auto;
    right: 0;
}

.nhr-small .nhr-inner-style-circle, .nhr-small .nhr-inner {
    background-color: #fcfcfc;
}

.nhr-small .nhr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.nhr-small.nhr-left .nhr-inner-style {
    left: 5px;
}

.nhr-small.nhr-right .nhr-inner-style {
    left: auto;
    right: 0;
}

.nhr-small .nhr-inner-style, .nhr-small .nhr-inner {
    background-color: #FFFFFF;
}

div .nhr-small .nhr-inner-style:before {
    content: '\f005';
    font-family: 'FontAwesome';
    font-size: 13px;
	color: #F60; /*MSS Deep Orange*/
}

.nhr-small .nhr-inner-style {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -18px;
    line-height: 33px;
    text-align: center;
    border: none;
    z-index:100;
}
/*End Hr small*/


/*Hr Short*/
.nhr-short {
    height: 20px;
    line-height: 20px;
    margin: 30px 0 30px 0;
    float: none;
}

    .nhr-short.small-margin {
         margin: 10px 0 20px 0 !important;
    }

.nhr-short .nhr-inner {
    width: 52%;
    left: 38%;
    margin-left: -14%;
}

.nhr-short.nhr-left .nhr-inner {
    left: 0%;
    margin-left: 0%;
}

.nhr-tall.nhr-left .nhr-inner {
    left: 0%;
    margin-left: 0%;
}

.nhr-short.nhr-right .nhr-inner {
    left: auto;
    right: 0;
    margin-left: 0%;
}


.nhr-short .nhr-inner-style-circle {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.nhr-short.nhr-left .nhr-inner-style-circle {
    left: 5px;
}

.nhr-tall.nhr-left .nhr-inner-style-circle {
    left: 5px;
}

.nhr-short.nhr-right .nhr-inner-style-circle {
    left: auto;
    right: 0;
}

.nhr-short .nhr-inner-style-circle, .nhr-short .nhr-inner {
    background-color: #fcfcfc;
}


.nhr-short .nhr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.nhr-short.nhr-left .nhr-inner-style {
    left: 5px;
}

.nhr-short.nhr-right .nhr-inner-style {
    left: auto;
    right: 0;
}

.nhr-short .nhr-inner-style, .nhr-short .nhr-inner {
    background-color: #FFFFFF;
}

div .nhr-short .nhr-inner-style:before {
    content: '\f005';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #F60; /*MSS Deep Orange*/
}

.nhr-short .nhr-inner-style {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -18px;
    line-height: 33px;
    text-align: center;
    border: none;
    z-index:100;
}
/*End Hr Short*/


.nhr-tall .nhr-inner {
    width: 90%;
    left: 15%;
    margin-left: -10%;
}

.nhr-tall {
    height: 20px;
    line-height: 20px;
    /*margin: 70px 0;*/
    margin-top:50px;
    margin-bottom:50px;
    float: none;
}

.nhr-tall .nhr-inner-style-circle {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.nhr-tall .nhr-inner-style-circle, .nhr-tall .nhr-inner {
    background-color: #fcfcfc;
}


.nhr-tall .nhr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.nhr-tall .nhr-inner-style, .nhr-tall .nhr-inner {
    background-color: #fcfcfc;
}

div .nhr-tall .nhr-inner-style:before {
    content: '\f005';
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #F60; /*MSS Deep Orange*/
}

.nhr-tall .nhr-inner-style {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    line-height: 33px;
    text-align: center;
    border: none;
    z-index: 100;
}

.ndivider-shadow {
    background-image: url("../img/core/dividers/divider-shadow.png");
    border-bottom: none;
    margin: 40px 0 20px 0;
    height: 20px;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.ndivider-stripe-1 {
    background-image: url("../img/core/dividers/divider-stripe1.png");
    border-bottom: none;
    height: 10px;
    margin: 40px 0 20px 0;
}

.ndivider-stripe-2 {
    background-image: url("../img/core/dividers/divider-stripe2.png");
    border-bottom: none;
    height: 10px;
    margin: 40px 0 20px 0;
}

.ndivider-stripe-3 {
    background-image: url("../img/core/dividers/divider-stripe3.png");
    border-bottom: none;
    height: 10px;
    margin: 40px 0 20px 0;
}

.ndivider-stripe-4 {
    background-image: url("../img/core/dividers/divider-stripe4.png");
    border-bottom: none;
    height: 10px;
    margin: 40px 0 20px 0;
}
/*======================================================
    End Dividers
======================================================*/



.qot-week { clear: both;  margin-top: 50px; padding-bottom: 40px; position: relative; text-align: center; border-top: 1px solid #e5e5e5; }
	.qot-week .qot-pic { position: relative; margin: 0 auto; margin-top: 7px; height: 40px; width: 74px; }
	.qot-week .qot-pic:before { content: '\201C'; border-top: 2px solid #c4c4c4; border-radius: 50%; font-size: 62px; color: #555; font-weight: bold; background: #fff; padding: 3px 20px; margin-top: 20px; font-family: Georgia, Times, serif }
	.qot-week h6.qot-title { text-transform: uppercase; margin: 8px 0; color: #999; display: block; clear: both; font-size: 10px; font-weight: bold; }
	.qot-week blockquote, .qot-week blockquote cite, .qot-week blockquote cite small { display:inline; padding: 0; margin: 0; font-style: normal; border-left: 0 }
	.qot-week blockquote:before { content: ''; content: none; }
	.qot-week h3 { font-family: "Roboto Slab"; font-size: 23px; color: rgb(94, 94, 94);}
	.qot-week h3:before { content: '\201C'; }
	.qot-week h3:after { content: '\201D'; }
	.qot-week h3:before, .qot-week h3:after { font-family: Times, serif; font-size: 30px; margin: 0 10px; font-weight: bold; }
	.qot-week cite { display: block; font-weight: 400; margin-top: 20px; font-family: "Roboto", Arial, Helvetica, sans-serif; font-size: 17px; color: #494949; margin-bottom: 8px; }
	.qot-week cite:before { content: '\2014\0020'; }
	.column .qot-week, .columns .qot-week { margin-left: 0; margin-right: 0; }
    .qot-week blockquote small:before { content: ' ';}



/****************************
vk-Testimonials
****************************/

.vk-testimonial-image img {
    border-radius: 50%;
}

.vk-testimonial-row {
    border-radius: 5px;
}

    .vk-testimonial-row .vk-testimonial-col {
        padding-top: 25px;
        padding-bottom: 10px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        background: #f8f8f8;
    }

    .vk-testimonial-row .vk-testimonial-description {
        font-size: 13px;
        line-height: 22px;
    }

    .vk-testimonial-row .vk-testimonial-name {
        text-transform: none;
        color: #444;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .vk-testimonial-row .vk-testimonial-subtitle {
        font-style: italic;
        font-size: 13px;
    }

    .vk-testimonial-row .vk-testimonial-content {
        margin-top: 10px;
    }

        .vk-testimonial-row .vk-testimonial-content a {
            color: #F90; /*MSS Orange*/
            font-size: 13px;
        }



/*======================================================
    End Testimonial
======================================================*/








/*======================================================
    Icon Boxes
======================================================*/
.boxed-style {
    margin-bottom: 25px;
}

.nbox-icon.boxed-style .icon-box-boxed.left {
    margin-left: 30px;
    padding: 30px 30px 30px 60px;
    text-align: left;
}

.nbox-icon.boxed-style a {
    text-decoration: none;
    color:#4D4D4D;
    
}

.nbox-icon.boxed-style .icon-box-readmore{
    /*color:#2A9DEA;*/
    /*font-size: 14px;*/
    font-weight: 600
}

.nbox-icon.boxed-style .icon-box-readmore:hover{
    color:#F90; /*MSS Orange*/
}


.nbox-icon.boxed-style p {
    /*font-size: 14px;*/
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    line-height: 22px;
}


.nbox-icon.boxed-style h4 {
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}


.nbox-icon.boxed-style .icon-box-boxed {
    position: relative;
    z-index: 10;
    border: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nicon-caret-right:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding: 2px 5px;
    vertical-align: middle;
}

.nbox-icon.boxed-style .icon-box-boxed.left .nmain-ico {
    top: 50%;
    left: -32px;
    margin-top: -34px;
    border: 1px solid #c16f60;
    background-color: #c16f60;
    color: #ffffff;
}

.nbox-icon.boxed-style .nmain-ico {
    position: absolute;
    z-index: 20;
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 61px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.nbox-icon .icon-box-boxed .nmain-ico {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.nbox-icon.boxed-style .icon-box-boxed.top .nmain-ico {
    top: -31px;
    left: 50%;
    margin-left: -32px;
    border: 1px solid #1AB0D4;
    background-color: #F60; /*MSS Deep Orange*/
    color: #FFFFFF;
}

.nbox-icon.boxed-style .icon-box-boxed.top {
    margin-top: 35px;
    /*padding: 70px 30px 30px;*/
    padding: 48px 20px 30px;
}


/*======================================================
    End Icon Boxes
======================================================*/



/*======================================================
    Special Socials
======================================================*/
div .social-container .social-hover:after {
    content: '\f099';
    font-family: 'FontAwesome';
}

div .social-container-facebook .social-hover:after {
    content: '\f09a';
    font-family: 'FontAwesome';
}

.avia-social-buttons {
    display: block;
    clear: both;
    position: relative;
    padding: 8px;
    border-radius: 50px;
    background: #fcfcfc;
    margin-bottom: -47px;
    margin-left: auto;
    top: -85px;
    text-align: center;
    margin-right: auto;
    /*width: 468px;*/
    width: 41%;
    box-shadow: 0 -1px 2px rgb(255, 255, 255), inset 0 1px 2px rgba(0, 0, 0, .2), inset 0 .25rem 1rem rgba(0, 0, 0, .1) !important;
}

.social-container .social-inner {
    position: relative;
    z-index: 10;
}

.social-container .fb_iframe_widget>span {
    overflow: hidden;
}

.social-c-1, .social-c-1 .social-shadow, .social-c-1 .social-overlay, .social-c-1 .social-hover {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.social-c-2, .social-c-2 .social-shadow, .social-c-2 .social-overlay, .social-c-2 .social-hover {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.social-container
{
    display: inline-block;
    /*width: 222px;*/
    width: 49%;
    height: 40px;
    line-height: 48px;
    background: #f8f8f8;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    perspective: 300px;
    box-shadow: 0 -1px 2px rgb(255, 255, 255), inset 0 1px 2px rgba(0, 0, 0, .2), inset 0 .25rem 1rem rgba(0, 0, 0, .1) !important;
    margin: 0px;
    position: relative;
}

    .social-container .social-hover
    {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10000;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
        background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
        background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 100%);
    }

.social-container-twitter .social-hover {
    background-color: #46d4fe;
    border: 1px
solid rgb(33, 173, 214);
}

.social-container-facebook .social-hover {
    background-color: #37589b;
    border: 1px
solid rgb(31, 63, 128);
}

.csstransforms3d  .social-container:hover .social-hover {
    -webkit-transform: rotateX(-120deg);
    -moz-transform: rotateX(-120deg);
    -ms-transform: rotateX(-120deg);
    -o-transform: rotateX(-120deg);
    transform: rotateX(-120deg);
    border-top-width: 4px;
}

.no-csstransforms3d  .social-container:hover .social-hover {
    opacity: 0;
    top: -25px;
}

.csstransforms3d .social-container .social-shadow, .social-container .social-hover, .social-container .social-overlay
{
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}

.csstransforms3d .social-container .social-shadow {
    top: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    height: 3.5rem;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
    z-index: 10;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
}

.csstransforms3d .social-container:hover .social-shadow {
    opacity: 1;
    -ms-transform: rotateX(45deg) scale(.95);
    -o-transform: rotateX(45deg) scale(.95);
    -moz-transform: rotateX(45deg) scale(.95);
    -webkit-transform: rotateX(45deg) scale(.95);
    transform: rotateX(45deg) scale(.95);
}

.social-container .social-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 10;
    opacity: 0.5;
}

.social-container:hover .social-overlay {
    opacity: 0;
}

.social-container .social-hover:after
{
    color: #fff;
    position: relative;
    top: -4px;
    -webkit-text-shadow: 0 2px 4px rgba(0,0,0,.2);
    text-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.social-inner
a {
    text-decoration: none;
    font-size: 12px;
    position: relative;
    top: -5px;
    color: #555;
    font-weight: bold;
}

/*======================================================
   End Special Socials
======================================================*/





/*======================================================
    Testimonials
======================================================*/

.pi-img-round, .pi-img-round img, 
.pi-img-round .pi-img-shadow-inner:after, 
.pi-img-round .pi-img-border, 
.pi-img-round .pi-img-border-double {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

/*only for one corner, use this variable several time for other corners*/

.pi-testimonial-author-name {
    color: #666;
}
 

.pi-testimonial {
  margin-bottom: 20px;
  margin-right: 10px; /*Testimonial Fix to separate boxes*/
}
.pi-testimonial-content {
  position: relative;
  padding: 22px 28px 5px;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 15px;
  line-height: 1.5em;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pi-testimonial-content:after {
  content: '';
  display: block;
  width: 23px;
  height: 16px;
  position: absolute;
  left: 20px;
  bottom: -16px;
}
.pi-testimonial-author-with-photo .pi-testimonial-content:after {
  left: 64px;
}
.pi-testimonial-content.pi-testimonial-content-big {
  font-size: 17px;
}
.pi-testimonial-content.pi-testimonial-content-bigger {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 300;
}
.pi-testimonial-content.pi-testimonial-content-quotes {
  padding-left: 46px;
}
.pi-testimonial-content.pi-testimonial-content-quotes:before {
  display: block;
  /*font-family: FontAwesome;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "\201D";
  /*content: "\201C";*/
  font-size: 55px;
  position: absolute;
  top: 40px;
  font-style: normal;
  left: 15px;
}
.pi-testimonial-author-with-icon .pi-testimonial-author div {
  margin-left: 30px;
}
.pi-testimonial-author-with-photo .pi-testimonial-author div {
  padding: 7px 0 0 88px;
}
.pi-testimonial-author .pi-testimonial-author-photo {
  height: 70px;
  float: left;
  margin-right: 20px;
}
.pi-testimonial-author .pi-testimonial-author-photo img {
  max-height: 70px;
}
.pi-testimonial-author .pi-icon-man,
.pi-testimonial-author .pi-icon-woman {
  width: 15px;
  height: 18px;
  float: left;
  margin-top: 2px;
}
.pi-testimonial-author:before,
.pi-testimonial-author:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pi-testimonial-author:after {
  clear: both;
}
.pi-testimonials-big {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
  font-style: italic;
  margin-bottom: 15px;
}
.pi-testimonials-name {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-style: italic;
}
.pi-quote-left {
  margin-right: 10px;
}
.pi-quote-right {
  margin-left: 13px;
}

.pi-section-white .pi-testimonial-content,
.pi-section-grey .pi-testimonial-content,
.pi-section-base .pi-testimonial-content,
.pi-section-dark .pi-testimonial-content,
.pi-section-parallax .pi-testimonial-content {
  background: #F60; /*MSS Deep Orange*/
  color: #555C63;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  border-color: #e5eaea;
}

.pi-section-white .pi-testimonial-content:after,
.pi-section-grey .pi-testimonial-content:after,
.pi-section-base .pi-testimonial-content:after,
.pi-section-dark .pi-testimonial-content:after,
.pi-section-parallax .pi-testimonial-content:after {
  background: url(../img/core/triangle-testimonials.png) no-repeat 50% 0;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-content-quotes:before {
  color: #DADADA;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-white,
.pi-section-grey .pi-testimonial-content.pi-testimonial-white,
.pi-section-base .pi-testimonial-content.pi-testimonial-white,
.pi-section-dark .pi-testimonial-content.pi-testimonial-white,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-white {
  background: #ffffff;
  color: #555c63;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-white:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-white:after {
  background: url(../img/core/triangle-testimonials-white.png) no-repeat 50% 0;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-white.pi-testimonial-content-quotes:before {
  color: #d6dfdf;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-base,
.pi-section-grey .pi-testimonial-content.pi-testimonial-base,
.pi-section-base .pi-testimonial-content.pi-testimonial-base,
.pi-section-dark .pi-testimonial-content.pi-testimonial-base,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-base {
  background: #F60 !important; /*MSS Deep Orange*/
  color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  border-color: #F60 !important; /*MSS Deep Orange*/
}
.pi-section-white .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-base:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-base:after {
  background: url(../img/core/triangle-testimonials-base.png) no-repeat 50% 0;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-base.pi-testimonial-content-quotes:before {
  color: #F5F5F5;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-dark,
.pi-section-grey .pi-testimonial-content.pi-testimonial-dark,
.pi-section-base .pi-testimonial-content.pi-testimonial-dark,
.pi-section-dark .pi-testimonial-content.pi-testimonial-dark,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark {
  background: #2a3037;
  color: #bfc7cc;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: #32383f;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-grey .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-base .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-dark .pi-testimonial-content.pi-testimonial-dark:after,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark:after {
  background: url(../img/core/triangle-testimonials-dark.png) no-repeat 50% 0;
}
.pi-section-white .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-grey .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-base .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-dark .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before,
.pi-section-parallax .pi-testimonial-content.pi-testimonial-dark.pi-testimonial-content-quotes:before {
  color: #4e565e;
}



.pi-testimonial-fw .pi-testimonial-fw-author-company {
    font-style: italic;
}

.pi-testimonial-fw .pi-testimonial-fw-author-name {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.pi-testimonial-fw .pi-testimonial-fw-content-quotes {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 300;
}

.pi-testimonial-fw .pi-testimonial-fw-author-photo {
    margin-bottom: 20px;
    position: relative;
}

.pi-testimonial-fw-star {
    color: #F90; /*MSS Orange*/
}
/*======================================================
    End testimonials
======================================================*/

.pt-5 {
    padding-top: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}