@font-face {
	font-family: OpenSans-Regular;
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-Light;
	src: url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-Semibold;
	src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-Bold;
	src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-BoldItalic;
	src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-ExtraBold;
	src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-CondLight;
	src: url('../fonts/OpenSans-CondLight.ttf') format('truetype');
}
@font-face {
	font-family: OpenSans-CondBold;
	src: url('../fonts/OpenSans-CondBold.ttf') format('truetype');
}
.pad{
	padding: 2% 0;
}
.intro{
	background: #f1f8fd;
	border: 1px solid #d8e5f0;
	padding: 13px 15px 2px;
	margin-bottom: 30px;
}
.intro h1{
	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 10px;
	color: #444444;
	font-family: OpenSans-Semibold, Arial;
}
.intro p{
	font: 14px/24px OpenSans-Regular, Arial;
	color: #444;
}
.btn{
	text-transform: uppercase;
	background: #337ab7;
	border: none;
	border-radius: 5px;
	font: normal 15px OpenSans-Semibold, Arial;
	padding: 12px 18px;
}
.btn-lg{
	padding: 14px 20px;
}
.btn-sm{
	font-size: 14px;
	padding: 6px 12px;
}
.glyphicon{
	font-size: 20px;
	font-weight: bold;
}
.info th{
	background: #e6e6e6;
	padding: 14px 16px;
	color: #222222;
	font: normal 18px/18px OpenSans-Semibold, Arial;
}
.info td{
	padding: 17px; 16px;
	font: normal 15px/25px OpenSans-Regular, Arial;
}
.mb40{
	margin-bottom: 40px;
}
.myicon{
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
.myicon-edit {
	background: url(../images/edit-icon.png);
	width: 13px;
	height: 13px;
	margin: 0px -1px -1px 2px;
	position: relative;
}
.myicon-plus{
	background: url(../images/plus-icon.png);	
	width: 16px;
	height: 16px;
	margin: 0px -6px -2px 6px;
	position: relative;
}
.myicon-back {
	width: 16px;
	height: 16px;
	background: url(../images/back-icon.png);
	margin: 0px -6px -2px 6px;
	position: relative;
}
.myicon-del {
	width: 13px;
	height: 13px;
	background: url(../images/close-icon.png);
	margin: 0px -8px -1px 4px;
	position: relative;
}
.myicon-save{
	width: 16px;
	height: 14px;
	position: relative;
	background: url(../images/save-icon.png);	
	margin: 0px -8px -1px 4px;
}
.myicon-ex {
	width: 6px;
	height: 16px;
	position: relative;
	background: url(../images/ex-icon.png);
	margin: 0px -3px -3px 1px;
}
.info tr td{
	padding-bottom: 60px;
	position: relative;
}
.info tr td .btn{
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.info tr:nth-child(even) td{
	background: #f7f7f7;
}
.form-custom{
	padding-bottom: 60px;
}
.top-buffer60{
	margin-top: 60px;
}
.form-custom.form-horizontal .control-label{
	text-align: left;
}
.form-custom .control-label.double-line{
	line-height: 15px;
	padding-top: 2px;
}
.form-custom label{
	font-weight: normal;
	font-family: OpenSans-Semibold, Arial;
	font-size: 14px;
	position: relative;
	color: #222;
}
.edit-budget label.control-label{
	font-size: 22px;
	padding-top: 0px;
}
.edit-budget .monthly-budget.form-control {
	width: 80px;
	height: 50px;
	font-size: 22px;
	margin-top: -8px;
	margin-left: -27px;
}
.package-group{
	margin-top: 25px;
}
 
.form-custom .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
.form-custom .form-control::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
.form-custom .form-control:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
.form-custom .form-control:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}
.form-custom label em {
	font-size: 18px;
	position: absolute;
	margin-top: -1px;
	display: inline-block;
	font-style: normal;
	margin-left: 3px;

}
.form-custom .form-control {
	border-radius: 3px;
	color: #444444;
	font-family: OpenSans-Regular, Arial;
	height: 35px;
	border:1px solid #c5c5c5;
    background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f5f5f5, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f5f5f5, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f5f5f5, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f5f5f5, #fff); /* Standard syntax */
}
.form-custom .form-control:focus{
	border: 1px solid #66afe9;
	box-shadow: none;
	background: #fff;
}
.form-custom .form-group{
	margin-bottom: 11px;
}
.btn-black{
	background: #454343;
}
.top-buffer30{
	margin-top: 30px;
}
.title-head h2{
	font-size: 24px;
	font-family: normal OpenSans-Semibold, Arial;
	color: #222222;
}
.btn-gray{
	background: #5e706f;
}
.left-buffer{
	margin-left: 30px;
}
.control-actions .btn{
	margin-right: 10px;
}
.sub-head{
	margin-bottom: 35px;
	font:normal 23px OpenSans-ExtraBold, Arial;
}
.key-title{
	font:normal 18px OpenSans-ExtraBold, Arial;
	margin: auto;
}
.alt-key, .alt-key a{
	color:#e00000;
	font-size: 13px;
	text-decoration: none;
}
.slider-amount{
	text-align: center;
}
.slider-amount .amount {
	float: none;
	margin-right: -3px;
	display: inline-block;
	border: none;
	width: 33px;
	font: normal 14px OpenSans-Regular, Arial;
	text-align: center;
}
.edit-budget .slider-amount .amount-text {
	font: normal 14px OpenSans-Regular, Arial;
	vertical-align: top;
}
.slider-wrap{
	padding-top: 10px;
	margin-bottom: 20px;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 23px;
	border:1px solid #556463;
	border-radius: 2px;
	cursor: default;
	background: #667877; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#829392, #5e706f); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#829392, #5e706f); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#829392, #5e706f); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#829392, #5e706f); /* Standard syntax */
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider-horizontal .ui-slider-handle{
	margin-top: -3px;
	margin-left: -5px;
}
.ui-slider-horizontal{
	height: 11px;
	border:1px solid #c5c5c5;
	border-radius: 10px;
	background: #ebebeb; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#ebebeb, #fff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ebebeb, #fff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ebebeb, #fff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ebebeb, #fff); /* Standard syntax */
}
.top-buffer20{
	margin-top: 20px;
}
.cur {
	position: relative;
	margin-left: 0px;
	display: inline-block;
	vertical-align: middle;
}
.keyword-info.info{
	margin-top: 50px;
}
.keyword-info.info tr td{
	padding-bottom: 20px;
}
.keyword-info.info p{
	margin: 0;
}
.keyword-info.info tr td{
	vertical-align: middle;
}
.keyword-info.info tr td .btn{
	position: relative;
	bottom: auto;
	left: auto;
}
.btn-actions .btn{
	margin: 5px 0 5px 8px;
}
.form-group .adjust{
	left: 5px;
	position: relative;
}
.custom-form .form-control.ml0{
	margin-left: 0px;
}
.total-budget {
	line-height: 40px;
	font: italic 15px OpenSans-Semibold, Arial;
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}
.keyword-top-buffer{
	margin-top: 76px;
}
.pad{
	padding: 2%;
}
.keyword-form{
	padding-left: 116px;
	position: relative;
	margin-top: -5px;
}
.form-control.search-field {
	height: 50px;
	width: 457px;
	display: inline-block;
	margin: 5px auto;
	margin-right: 10px;
	vertical-align: top;
}
.keyword-form .btn{
	margin: 5px;
}
.keyword-list{
	margin-top: 25px;
}
.keyword-list h4{	
	font: normal 22px OpenSans-Semibold, Arial;
}
.form-keywords{
	padding-bottom: 0px;
}
.keyword-list a{
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
	background: #454343;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
}
.keyword-list .alt-key a{
	background: #e83737;

}
.options {
	position: absolute;
	left: 15px;
	top: -5px;
}
.warning-msg,.note-msg{
	font: normal 14px OpenSans-Bold, Arial;
	display: inline-block;
	position: absolute;
	top: -54px;
	border: 1px solid #fc6868;
	background: #feebeb;
	padding: 10px;
}
.warning-msg span,.note-msg span{
	color: #e83737;
}
.warning-msg {
	position: absolute;
	background: #feebeb;
	border: 1px solid #fc6868;
}
.note-msg{
	max-width: 386px;
	position: relative;
	display: block;
	top: auto;
	font: normal 19px OpenSans-Regular, Arial;
}
.warning-msg:after, .warning-msg:before {
	top: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.warning-msg:after {
	border-color: rgba(254, 235, 235, 0);
	border-top-color: #feebeb;
	border-width: 5px;
	margin-left: -5px;
}
.warning-msg:before {
	border-color: rgba(252, 104, 104, 0);
	border-top-color: #fc6868;
	border-width: 6px;
	margin-left: -6px;
}
.intro.intro-fixed{
	width: 230px;
	margin: 0 auto;
}
.calibrate.top-buffer{
	margin-top: 20px;
}
.image-box{
	width: 386px;
}
.image-box img{
	max-width: 100%;
}
.img-caption{
	font: normal 22px OpenSans-Semibold, Arial;
	margin: 20px 0 30px 0;
}
.skip-box{
	max-width: 396px;
	position: relative;
	text-align: center;
	padding-top: 50px;
}
.sad-box, .smile-box{
	position: absolute;
	z-index: 2;
}
.sad-box {
	left: -140px;
	top: 0px;
}
.smile-box {
	right: -205px;
	top: -40px;
}

/*.warning-msg.noarrow{
	position: relative;
	top: auto;
	left: auto;
}
.warning-msg.noarrow:after,.warning-msg.noarrow:before{
	content: '';
	opacity: 0;
	display: none;
}*/
@media screen and (max-width: 1140px) {
	
	.intro.intro-fixed{
		margin: 0px;
	}
}

@media screen and (max-width: 850px) {
	.form-control.search-field{
		width: 50%;
	}
	.intro.intro-fixed{
		margin: 0px;
	}
}
@media screen and (max-width: 768px) {
	.keyword-list a{
		margin: 5px 1px;
	}
	.pad{
		padding: 2%;
	}
	.form-control.search-field{
		width: 100%;
		margin-bottom: 15px;
	}
	.top-margin-sm{
		margin-top: 30px;
	}
	.top-buffer60{
		margin-top: 30px;
	}
	.edit-budget .monthly-budget.form-control{
		margin-top: 0px;
		margin-left: 15px;
	}
	.form-group .adjust{
		left: 0px;
	}
	.intro.intro-fixed{
		margin: 0 auto;
	}
	.keyword-info th,.keyword-info td{
		display: block;
		width: 50%;
		float: left;		
	}
	.keyword-info th:nth-child(3),
	.keyword-info td:nth-child(3){
		width: 100%;
		display: block;
		float: none;
	}
	.info tr:nth-child(even) td{
		background: transparent;
	}
	.info tr td:last-child{
		border-bottom: 1px solid #a1a1a1;
	}
	.image-box{
		max-width: 100%;
	}	
	.baseline-box img{
		max-width: 100%;
	}
	.sad-box,.smile-box{
		width: 120px;
	}
	.skip-box {
		max-width: 500px;
		padding-top: 36px;
	}
	.sad-box {
		left: auto;
		top: 5px;
	}
	.smile-box {
		right: 0px;
		top: 1px;
	}
	.baseline-box{
		margin-top: 20px;
	}
	.intro.intro-fixed{
		margin: 0px 0 30px 0;
		width: 100%;
	}

}

@media screen and (max-width: 420px) {
	.keyword-top-buffer{
		margin-top: 30px;
	}
	.options {
		position: relative;
		left: 0px;
		top: -10px;
	}
	.keyword-form{
		padding-left: 0px;
	}
	.warning-msg {
		position: relative;
		background: #feebeb;
		top: -10px;
	}
	.baseline-box img{
		max-width: 100%;
	}
	.sad-box,.smile-box{
		width: 50px;
	}
	.skip-box {
		max-width: 260px;
		padding-top: 0;
	}	
}