.blue1a {
/*width:212px;*/
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a48c2e, endColorstr=#7d6813);
	background-image:-moz-linear-gradient(top, #a48c2e 0%, #7d6813 100%);
	background-image:-webkit-linear-gradient(top, #a48c2e 0%, #7d6813 100%);
	background-image:-ms-linear-gradient(top, #a48c2e 0%, #7d6813 100%);
	background-image:linear-gradient(top, #a48c2e 0%, #7d6813 100%);
	background-image:-o-linear-gradient(top, #a48c2e 0%, #7d6813 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a48c2e, endColorstr=#7d6813)";
	font-size:16px;
	color:#fff;
}

.GridAltRow {
		background-color:#e7f5f6;
}

.clean-gray{
    border:solid 3px #b3eae8;
    background:#ffffff;
    color:#222222;
    padding:0px;
}
.ModalBackgroud
{
    background-color:white;
    filter:alpha(opacity=70);
    opacity:0.7;
    z-index:50000;
}
.close 
{
    width: 30px;
    float: right;
    border: 2px solid green;
}


 

.tdtab 
{
    /*background: url("../img/slide-bg.jpg") repeat scroll 0 0 transparent;*/
    background: #b3eae8 ;  
    background: #6fbcba none repeat scroll 0 0;  
    font-family: Century Gothic;
    font-size:12px;
    color:#ffffff;
    white-space:nowrap;
    margin:15px;
    height:30px;
    border-left: 1px solid #58A447;
}

.tdtab a 
{
    background: url("../images/nav-bg.png") repeat scroll 0 0 transparent;
    font-family: Century Gothic;
    font-size:12px;
    font-weight:bolder;
    color:#FFFFFF;
    white-space:nowrap;
    margin:15px;
    height:30px;   
}
.divchild
{
    height:550px;
    overflow-x:hidden;
    overflow-y:scroll;
}
.divObjective
{   
    width: 200px;
    height: 100px;
    overflow-x:hidden;
    overflow-y:scroll;
}
.divObjectiveTree
{   
        width:900px;
    height:500px;
    overflow-x:scroll;
    overflow-y:scroll;
}


/* From New CSS */

                     

/*----- Searching for particular element? -----*/
/*Here is CSS structure...

1. TEMPLATE SETUP
1.1 General styles
1.2 Typography  
1.3 Spacers and divider
1.5 Button styles
1.6 Custom list styles


2. TEMPLATE STRUCTURE
2.1 Header / Header bottom section
2.2 Slider / content-top section
2.3 Commons / content Misc section
2.5 Pricing
2.6 Form

3. TEMPLATE COMPONENTS
3.1 Blockquote
3.2 Tabs
3.3 Menu

4. Media queries

5. Browser fixes
*/
/*============================================================*/
/*---------- 1. TEMPLATE SETUP ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 1.1 General styles -----*/
/*----------------------------------------*/
body {
	background:#fff;
}

body.loginpage
{
    background: url(../img/sitebg.jpg) no-repeat center center fixed #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




ul, ol {
	margin-bottom: 0;
}
.label, .badge {
	text-shadow: none !important;
	font-weight: 600;
}
video {
	width: 100% !important;
	height: auto !important;
}
iframe {
	border: none !important;
}
.color, .color-orange, .color-green, .color-dark {
	font-family: inherit;
	font-weight: inherit !important;
}


/*----------------------------------------*/
/*----- 1.2 Typography -----*/
/*----------------------------------------*/
@font-face {
    font-weight: normal;
    font-style: normal;

}
/*----- only font families are specified here -----*/
body, input[type="text"], input[type="password"], select, textarea, .submit, .mybtn, .ddsmoothmenu ul li a, .heading-styled {
	font-family:  sans-serif;
}
.first
{
    margin-left:0px;
}
td select
{
}
.wrapper
{
    background:#ffffff; 
    margin:0 auto;
    padding:0 20px;
border-top:10px solid #63ceca;
overflow:hidden;
}
h1, h2, h3, h4, h5, h6, .price-label, .pricing table thead th, .fr-icon {
	font-family: sans-serif;
}
.cursive {
	font-family: 'Bad Script', cursive;
}
/*----- font colors / weights / sizes -----*/
/*typography for -- buttons, menu, tabs, pricing, feature styles and forms -- in their respective sections*/

/*body*/
body {
	font-size: 14px;
	color: #677273;
	font-weight: normal;
	line-height: 1.6em;
}
.ie9 .class-with-gradient {
    filter: none;
}
.ticon
{
	filter: none;
    background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    width:16px;
    height:16px;
 border-radius:16px;
    color:#63ceca;
    padding:8px;
    font-size:20px;
    text-align:center;
    font-weight:bold;
    -webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
-o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0; 
}


.ticon:hover
{
    background:#63ceca;
    color:#fff;
}


/*links*/
a:link {
	color: #3498db;
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 300 !important;
}
a:visited {
	color: #3498db;
}
a:hover {
	color: #677273;
	text-decoration: none;
}
/*headings*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: 600;
	line-height: 1.4em;
}
.pplabel 
{
    /*font-family:Century Gothic;*/   
	font-size: 14px;
}


h1 {
	font-size: 44px;
	margin-bottom: 5px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, .heading-styled {
	color: #131415;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: 400;
}
/*cursive*/
.cursive {
	font-size: 20px;
	color: #131415;
	font-weight: 400;
	margin-bottom: 15px;
}
/*heading-styled*/
.heading-styled {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1em;
}
.heading-styled span {
	display: block;
	font-size: 12px;
	color: #3498db;
	font-weight: bold;
}
.heading-styled span a:link, .heading-styled span a:visited {
	display: block;
	font-size: 12px;
	color: #3498db;
}
.heading-styled span a:hover {
	color: #677273;
}
/*color classes*/
.color {
	color: #3498db !important;
}
.color-orange {
	color: #f05722 !important;
}
.color-green {
	color: #27ae60 !important;
}
.color-dark {
	color: #131415 !important;
}
/*size classes*/
.text-small {
	font-size: 12px;
}
.text-big {
	font-size: 20px;
}
/*----- Other typography -----*/
.team h6 {
	margin-bottom: 0;
}
.blogpost h4 {
	margin-bottom: 0;
}
#copyright {
	font-size: 12px;
}
#copyright a:link, #copyright a:visited {
	color: #677273;
}
#copyright a:hover {
	color: #3498db;
}


/*----------------------------------------*/
/*----- 1.3 Spacers and dividers -----*/
/*----------------------------------------*/
/*divider*/
.divider-line, .divider-line-narrow, .divider-line-var {
	background: #e5e9ea;
	width: 100%;
	height: 1px;
	margin: 40px auto;
	display: block;
	clear: both;
	position: relative;
}
.divider-line-narrow {
	margin: 20px 0;
}
.divider-line-var {
	margin: 0;
}
.divider-line .arrow-down, .divider-line-var .arrow-down {
	position: absolute;
	left: 50%;
	top: -27px;
	margin-left: -23px;
}
/*use suitable height spacer for vertical spacing*/
.spacer-10px, .spacer-20px, .spacer-40px {
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
}
.spacer-20px {
	height: 20px !important;
}
.spacer-40px {
	height: 40px !important;
}
/*----------------------------------------*/
/*----- 1.4 Image styles -----*/
/*----------------------------------------*/
.img-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.img-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.mythumb {
	margin-bottom: 20px;
}
/*----------------------------------------*/
/*----- 1.5 Button styles -----*/
/*----------------------------------------*/
.mybtn {
	background: #27ae60;
	padding: 8px 15px;
	margin: 10px 0;
	font-size: 14px;
	color: #fff !important;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	border: 1px solid #27ae60;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 14px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow: 0 14px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow: 0 14px 0 0 rgba(255, 255, 255, .12) inset;
}
.mediumbtn {
	padding: 13px 45px;
	-moz-box-shadow: 0 20px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow: 0 20px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow: 0 20px 0 0 rgba(255, 255, 255, .12) inset;
}
.bigbtn {
	padding: 18px 40px;
	-moz-box-shadow: 0 27px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow: 0 27px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow: 0 27px 0 0 rgba(255, 255, 255, .12) inset;
}
/*hovers*/
.mybtn:hover {
	-moz-box-shadow: 0 29px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow: 0 29px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow: 0 29px 0 0 rgba(255, 255, 255, .12) inset;
}
.mediumbtn:hover {
	-moz-box-shadow: 0 38px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow: 0 38px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow: 0 38px 0 0 rgba(255, 255, 255, .12) inset;
}
.bigbtn:hover {
	-moz-box-shadow: 0 48px 0 0 rgba(255, 255, 255, .12) inset;
	-webkit-box-shadow: 0 48px 0 0 rgba(255, 255, 255, .12) inset;
	box-shadow: 0 48px 0 0 rgba(255, 255, 255, .12) inset;
}
/*----------------------------------------*/
/*----- 1.6 Custom list styles  -----*/
/*----------------------------------------*/
.list-checkmark, .myunstyled, .inline-right, .inline-left, .blocked-links, .social, .pricing table ul {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.list-checkmark ul, .myunstyled ul {
	margin-top: 10px;
}
/*checkmark list*/
.list-checkmark li {
	background: url(../img/bullet-checkmark.png) no-repeat 0 5px;
	padding-left: 25px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}
/*myunstyled list*/
.myunstyled li {
	margin-bottom: 20px !important;
	display: block;
	overflow: hidden;
}
.submenu li {
	margin-bottom: 10px !important;
}
/*inline - left & right aligned list*/
.inline-right {
	float: right;
}
.inline-right li {
	margin-left: 20px;
	display: inline-block;
}
.inline-left {
	float: left;
}
.inline-left li {
	margin-right: 20px;
	display: inline-block;
}
.inline-right img, .inline-left img {
	margin-right: 7px;
	float: left;
}
/*inline links with colored background*/
.blocked-links li {
	margin: 0 3px 3px 0 !important;
	float: left;
}
.blocked-links li a:link {
	background: #bdc3c7;
	padding: 8px 15px;
	font-size: 13px;
	color: #fff;
	line-height: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}
.blocked-links li a:hover {
	background: #3498db;
	color: #fff;
}



/*============================================================*/
/*---------- 2. TEMPLATE STRUCTURE ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 2.1 Header / Header bottom section -----*/
/*----------------------------------------*/
#header {
	padding: 10px 0 0 0;
	/*border-bottom: 1px solid #e5e9ea;*/
}
/*----- header bottom -----*/
#header-bottom {
	padding: 0;
	border-bottom: 10px solid #63ceca;
}
#header-bottom .inline-right li {
	margin-left: 10px;
}
#header-bottom .inline-right img {
	margin: 0;
}
#header-bottom h4 {
	margin: 0;
}
#header-bottom .mybtn {
	margin-top: 7px;
	margin-bottom: 0;
}
/*----------------------------------------*/
/*----- 2.2 Slider / content-top section -----*/
/*----------------------------------------*/
#slider-wrapper {
	background-image:  url(../img/shadow.png), url(../img/slide-bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top;
}
/*----------------------------------------*/
/*----- 2.3 Commons  -----*/
/*----------------------------------------*/
#content-home, #content {
	/*background: url(../img/shadow.png) no-repeat center top;*/
	padding: 30px 0 40px 0;
}
#content-home {
	background: none;
	padding: 40px 0;
	border-top: 1px solid #e5e9ea;
}
/*----- sidebars -----*/
.sidebar-right {
	padding-left: 20px;
}
.sidebar-left {
	padding-right: 20px;
}
/*----- content-top -----*/
#content-top {
	padding-bottom: 30px;
	text-align: center;
}
#content-top p {
	margin: 0;
}
/*----- others -----*/
.pos-rel {
	position: relative;
}
.map {
	background: url(../img/preview/map.png) no-repeat center top;
	padding: 40px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e9ea;
}
.box {
	background: #f3f7f8;
	padding: 20px;
	border: 1px solid #e5e9ea;
}
.row-color {
	background: #f3f7f8;
	padding: 30px 0;
	border: 1px solid #e5e9ea;
	border-width: 1px 0 1px 0;
}
.number {
	background: #3498db;
	width: 26px;
	height: 26px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	float: left;
	margin-right: 10px;
}
/*----- feature styles -----*/
/*features with icons in circle*/
.icon-circle {
	background: #fff !important;
	width: 80px;
	height: 80px;
	border: 1px solid #bdc3c7;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}
.icon-circle img {
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}
.fr-icon-circle {
	text-align: center;
}
.fr-icon-circle img {
	margin-bottom: 10px;
}
/*features with icons*/
.fr-icon {
	font-size: 13px;
	color: #131415;
	line-height: 1.4em;
	font-weight: bold;
}
.fr-icon p {
	font-weight: normal;
	color: #677273;
	margin-top: 10px;
}
.fr-icon i, .fr-icon img {
	margin-right: 10px;
	color: #bdc3c7;
	font-size: 30px;
	line-height: 1em;
	float: left;
	margin-right: 10px;
}
.fr-support i {
	margin-top: -7px;
}
.fr-support p {
	font-weight: normal;
	color: #677273;
	margin-top: 20px;
}
.fr-icon a {
	font-weight: normal;
}
/*features with only icons to left*/
.fr-icon-left i, .fr-icon-left img {
	margin-right: 20px;
	margin-bottom: 95px;
	color: #bdc3c7;
	font-size: 32px;
	line-height: 1em;
	float: left;
}
/*features with images*/
.fr-img img {
	margin-bottom: 20px;
}
/*----- review-slider -----*/
.review-slider {
	margin-top: 20px !important;
}
.review-slider span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}
/*----- social -----*/
.social li {
	background: #bdc3c7;
	width: 26px;
	height: 26px;
	margin-right: 1px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	list-style-type: none;
	display: inline-block;
}
.social li:hover {
	background: #3498db;
}


#slider-wrapper-var {
	background-image: url(../img/shadow.png), url(../img/slide-bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top;
}
#slider-wrapper-var {
	padding: 40px 0;
}
#slider-wrapper-var h1 {
	font-size: 38px;
	line-height: 1.1em
}
#slider-wrapper-var .list-checkmark {
	margin-top: 20px;
}
#slider-wrapper-var .list-checkmark li {
	margin-bottom: 20px !important;
}
.flex-text-padding {
	padding-top: 60px;
}
/*-- twitter feed --*/
.tweet_list, .tweet_list li {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tweet_time {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
/*----------------------------------------*/
/*----- 2.4 footer and copyright section -----*/
/*----------------------------------------*/
#footer {
	background: #f3f7f8;
	padding: 30px 0;
	border-top: 1px solid #e5e9ea;
}
/*-- payment --*/
.payment li {
	margin-right: 1px;
}
.payment img {
	margin: 0;
}
/*----- copyright -----*/
#copyright {
	background: #ecf0f1;
	padding: 15px 0;
	border-top: 3px solid #dfe6eb;
}
#copyright p {
	float: right;
	margin-bottom: 0;
}
/*----------------------------------------*/
/*----- 2.5 Pricing -----*/
/*----------------------------------------*/
.pricing-wrapper {
	padding-top: 50px;
}
.pricing {
	background: #fff;
	border: 2px solid #dfe6eb;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition:all .4s ease-in-out;
 -o-transition:all .4s ease-in-out;
 -ms-transition:all .4s ease-in-out;
 transition: all .4s ease-in-out;
}
.pricing:hover {
	border: 2px solid #3498db;
}
.pricing table {
	width: 100%;
	text-align: center;
}
.pricing table thead th {
	width: auto;
	padding: 60px 20px 20px 20px;
	font-size: 22px;
	color: #131415;
	font-weight: 600;
	text-align: center;
}
.pricing table tbody td {
	width: auto;
	padding: 0 20px;
	font-size: 12px;
}
.pricing table tfoot td {
	padding: 20px;
	text-align: center;
}
.pricing table ul {
	display: block;
}
.pricing table ul li {
	background: #ecf0f1;
	padding: 10px 15px;
	margin-bottom: 1px;
	font-size: 13px;
	color: #677273;
	text-align: left;
}
/*price label*/
.pricing table .label-wrapper {
	position: relative;
}
.price-label {
	background: #3498db;
	width: 70px;
	height: 48px;
	padding: 21px 10px;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	position: absolute;
	top: -110px;
	left: 50%;
	margin-left: -49px;
	border: 4px solid #fff;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
.price-label span {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	display: block;
}
/*pricing button*/
.pricing .mybtn {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}
.hosting-list li {
	font-size: 13px;
}
.hosting-list i, .hosting-list img {
	margin-right: 20px;
	color: #bdc3c7;
	font-size: 14px;
}
.hosting-list li .tooltip-arrow {
	display: none;
}


/*----------------------------------------*/
/*----- 2.6 Forms -----*/
/*----------------------------------------*/
form {
	margin: 0;
	padding: 0;
}
form p {
	margin-bottom: 20px !important;
}
/*errors*/
label.error {
	font-size: 11px;
	color: red;
	line-height: 1.6em;
	font-weight: normal;
}
input.error, textarea.error, password.error {
	border-color: #C00 !important;
	box-shadow: none;
}
/*label and inputs*/
#loginform label {
	width: 100%;
	font-size: 12px;
	float:left;
	text-transform:uppercase;
	font-weight:bold;	
}

label
{
    display: inline !important;
}

input[type="checkbox"]{
margin: 0;
pad

input[type="text"], input[type="password"], select, textarea {
	background-color: #ffffff;
	padding: 5px 2%;
	margin-bottom: 0;
	font-size: 14px;
	color: #677273;
	line-height: 18px;
	display: inline-block;
	border: 1px solid #bdc3c7;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
	box-shadow: none;
}
r linear 0.2s;
	box-shadow: none;
}
#txtPassword, #txtUser_Name {
	background-color: #ecf282;
	width: 95.5%;
	height: 30px;
	padding: 5px 2%;
	margin-bottom: 0;
	font-size: 14px;
	color: #677273;
	line-height: 18px;
	display: inline-block;
	border: 1px solid #bdc3c7;
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: bor
textarea {
}

	box-shadow: none;
}
textarea {
}
.floatr
{
    float:right;
}
select {
	padding-left: 0;
	line-height: 38px;
	text-indent: 4px;
	color: #677273 !important;
	font-weight: normal;
	border-radius:30px;
background: transparent;

color: #969696;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	box-shadow: none;
	border-color: rgba(82, 168, 236, 0.8) !important;
	opacity: 1 !important;
}
::-webkit-input-placeholder {
color: #ccc9c6 !important;
 opacity: 1;
}
:-moz-placeholder {
color: #ccc9c6 !important;
opacity: 1;
}
::-moz-placeholder {
color: #ccc9c6 !important;
opacity: 1;
}
:-ms-input-placeholder {
color: #ccc9c6 !important;
opacity: 1;
}
/*submit button*/
.submit {
background: rgb(225,240,37); /* Old browsers */
background: -moz-linear-gradient(top, rgba(225,240,37,1) 0%, rgba(190,202,34,1) 9%, rgba(225,240,37,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,240,37,1)), color-stop(9%,rgba(190,202,34,1)), color-stop(100%,rgba(225,240,37,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(225,240,37,1) 0%,rgba(190,202,34,1) 9%,rgba(225,240,37,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(225,240,37,1) 0%,rgba(190,202,34,1) 9%,rgba(225,240,37,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(225,240,37,1) 0%,rgba(190,202,34,1) 9%,rgba(225,240,37,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(225,240,37,1) 0%,rgba(190,202,34,1) 9%,rgba(225,240,37,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f025', endColorstr='#e1f025',GradientType=0 ); /* IE6-9 */
	width: auto !important;
	height: 43px;
	padding: 0 30px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000 !important;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	border: 0px solid #27ae60;
	cursor: pointer;
	display: inline-block;	
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 5px 3px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 5px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform:uppercase;
}

.insidebuttons {
background: rgb(99,206,202); /* Old browsers */
background: -moz-linear-gradient(top, rgba(99,206,202,1) 0%, rgba(99,206,202,1) 9%, rgba(99,206,202,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,206,202,1)), color-stop(9%,rgba(99,206,202,1)), color-stop(100%,rgba(99,206,202,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(99,206,202,1) 0%,rgba(99,206,202,1) 9%,rgba(99,206,202,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(99,206,202,1) 0%,rgba(99,206,202,1) 9%,rgba(99,206,202,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(99,206,202,1) 0%,rgba(99,206,202,1) 9%,rgba(99,206,202,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(99,206,202,1) 0%,rgba(99,206,202,1) 9%,rgba(99,206,202,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f025', endColorstr='#e1f025',GradientType=0 ); /* IE6-9 */
	width: auto !important;
	height: 23px;
	padding: 0 30px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff !important;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	border: 0px solid #27ae60;
	cursor: pointer;
	display: inline-block;	
	border-radius: 0px;
	-webkit-box-shadow: 0px 5px 3px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 5px 3px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 5px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform:uppercase;
}
.antispam {
	display:none;
}
/*----- domainform specific -----*/
#domainform input {
	float: left;
	width: 50%;
	margin-right: 4px;
}
#domainform .submit {
	width: 18%;
	padding: 0 4%;
	height: 52px;
	float: left;
}
#domainform select {
	width: 12%;
	height: 52px;
	padding-left: 0;
	line-height: 52px;
	text-indent: 4px;
	float: left;
	margin-right: 4px;
	font-weight: bold;
}
/*----- signup form specific -----*/
.first-field {
	width: 48%;
	float: left;
}
.second-field {
	width: 48%;
	float: left;
	margin-left: 4%;
}
#signupform .submit {
	margin-top: 10px;
}
.check-error {
	position: relative;
}
.check-error label.error {
	position: absolute;
	top: 8px;
	left: 20px;
}
.first-field input[type="text"], .first-field input[type="password"], .first-field textarea, .second-field input[type="text"], .second-field input[type="password"], .second-field textarea {
	text-align: left;
	font-weight: normal;
}
/*----- header serch form -----*/
.search-header {
	float: right;
	margin: 0 0 0 20px;
	position: relative;
	right: 0;
	top: 0;
}
.search-header form {
	float: left;
}
.search-header input {
	width: 120px;
	height: 26px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 12px;
	background: url(../img/icons/icon-search.png) no-repeat right #fff;
	-webkit-transition: width 0.3s, background-color 0.3s;
	-moz-transition: width 0.3s, background-color 0.3s;
	-o-transition: width 0.3s, background-color 0.3s;
	-ms-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	cursor: pointer;
	border: 1px solid #bdc3c7;
}
.search-header input:focus {
	background-color: #fff;
	width: 170px;
	color: #bdc3c7;
	cursor: text;
}
.search-header ::-webkit-input-placeholder {
color: #bdc3c7 !important;
opacity: 1;
}
.search-header :-moz-placeholder {
color: #bdc3c7 !important;
opacity: 1;
}
.search-header ::-moz-placeholder {
color: #bdc3c7 !important;
opacity: 1;
}
.search-header :-ms-input-placeholder {
color: #bdc3c7 !important;
opacity: 1;
}
/*----- login form specific -----*/
.login-box {	
	width: auto !important;
	padding: 30px;
	margin: 0 auto !important;
	border: 5px solid #ffffff;
	border-radius:10px;
background: rgb(138,218,215); /* Old browsers */
background: -moz-linear-gradient(top, rgba(138,218,215,1) 0%, rgba(254,255,255,1) 41%, rgba(254,255,255,1) 86%, rgba(241,250,250,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,218,215,1)), color-stop(41%,rgba(254,255,255,1)), color-stop(86%,rgba(254,255,255,1)), color-stop(99%,rgba(241,250,250,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(138,218,215,1) 0%,rgba(254,255,255,1) 41%,rgba(254,255,255,1) 86%,rgba(241,250,250,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(138,218,215,1) 0%,rgba(254,255,255,1) 41%,rgba(254,255,255,1) 86%,rgba(241,250,250,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(138,218,215,1) 0%,rgba(254,255,255,1) 41%,rgba(254,255,255,1) 86%,rgba(241,250,250,1) 99%); /* IE10+ */
background: linear-gradient(to bottom, rgba(138,218,215,1) 0%,rgba(254,255,255,1) 41%,rgba(254,255,255,1) 86%,rgba(241,250,250,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8adad7', endColorstr='#f1fafa',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}




/*============================================================*/
/*---------- 3. TEMPLATE COMPONENTS ----------*/
/*============================================================*/

/*----- 3.1 Tabs -----*/
.nav-tabs {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	border-bottom: 1px solid #e5e3e1;
}
.nav-tabs > li > a {
	background: #fff;
	border: 1px solid #e5e3e1;
}
.nav-tabs > li > a:hover {
	color: #403e3d;
	border: 1px solid #e5e3e1;
	border-bottom-color: transparent;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	background-color: #fff;
	border-bottom-color: transparent;
}
.nav-tabs > .active > a:focus {
	color: #403e3d;
}
.nav-tabs i {
	margin-right: 5px;
}
.tab-content {
	padding: 10px;
	border: 1px solid #e5e3e1;
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
/*----- 3.1 Blockquote -----*/
blockquote {
	padding: 7px 0 10px 15px;
	margin: 0 20px 10px 0;
	border-left: 2px solid #509fb9;
}
blockquote p {
	font-size: 24px;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 0;
	padding: 0;
}
blockquote.pull-right {
	border-right: 2px solid #509fb9;
	margin: 0 0 10px 20px;
}
/*----- 3.4 accordion -----*/
.accordion-group {
	border: 1px solid #e5e9ea;
}
.accordion-inner {
	border-top: 1px solid #e5e9ea;
}
.accordion-heading {
	background: #f3f7f8;
}
/*----- 3.3 Menu / Navigation -----*/
.ddsmoothmenu {
	margin-top: 9px;
	width: auto;
	display: block;
	float: left;
}
/*ul*/
.ddsmoothmenu ul {
	background: transparent;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:100;
	float: left;
}

.facebook
{
    background-image: url('https://www.sizzledcore.com/wp-content/themes/SizzledCore-7.0/images/facebook.png');
    background-repeat: no-repeat;
    background-position: 50% 10px;
}

.ddsmoothmenu ul li ul {
	background: #63ceca;
	margin-left: -15px;
	position: absolute;
	right: auto !important;
	left:auto !important;
	float: none;
	display: none;
	overflow: visible;
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .2);*/
}

.ddsmoothmenu ul li ul li ul {
	margin-left:200px;
	margin-top: -1px;
	top: 0;
}
/*li*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
    
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	box-shadow: none !important;
}
.ddsmoothmenu ul li ul li:first-child a {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.ddsmoothmenu ul li ul li:last-child a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border-bottom: 0;
}
/*a*/
.ddsmoothmenu ul li a {
	padding: 10px 10px 10px 10px;

margin: 0 3px;

font-size: 14px;
	color: #63ceca;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	outline: none;
	display: block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.31s ease;
	transition: all 0.3s ease;
	border-radius:20px 20px 0px 0px;
}
.ddsmoothmenu ul li ul li a 
{
    border-radius:0px !important;
}
.ddsmoothmenu ul li a:visited {
	color: #63ceca;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
	color: #000000;
	background:#63ceca;
	border-radius:13px 13px 0px 0px;
}
.ddsmoothmenu ul li ul li a {
	width: 170px; /*width of sub menus*/
	padding: 15px;
	margin: 0;
	font-size: 13px !important;
	color: #fff !important;
	line-height: 1em;
	font-weight: 400;
	border: 0;
	text-transform: none;
	display: block;
	background: #63ceca;
}
.ddsmoothmenu ul li li a:hover, .ddsmoothmenu ul li li a.selected {
	background: #e1e457;
	color: #000 !important;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	color: #000;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
}
/* CSS classes applied to down and right arrow images */
.downarrowclass {
	margin-left: 6px;
}
.rightarrowclass {
	display: none;
}
/*Menu select for responsive*/
.ddsmoothmenu select {
	background: #222;
	width: 100%;
	height: auto;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 13px;
	color: #fff !important;
	border: 1px solid #222;
	outline: none;
	display: none;
	cursor: pointer !important;
}

/* Kumar .....*/
.ddsmoothmenu li:hover > ul {
    position:absolute;
	display:block;
}

.ddsmoothmenu ul ul {
    position:absolute;
    display:none;
    
}
.ddsmoothmenu li:hover li {
	float: none;
}

.ddsmoothmenu li:hover a {
	background: transparent;
}

.ddsmoothmenu li:hover li a:hover {
	background: #63ceca;
}

.ddsmoothmenu ul ul ul {
    left: 100%;
    top: 0;
}

.ddsmoothmenu li ul li {
    border-top: 0;
}

.ddsmoothmenu li ul {
    display:none;
}
/* Kumar .....*/

/*----------------------------------------*/
/*----- 2.7 Filterable -----*/
/*----------------------------------------*/
.filter_nav {
	margin: 0;
}
.filter_nav li {
	list-style-type: none;
	float: left;
}
.filter_nav li a:link {
	background: #3498db;
	padding: 8px 15px;
	margin: 0 20px 20px 0;
	font-size: 12px;
	color: #fff !important;
	font-weight: 600;
	line-height: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
}
.filter_nav li a:hover {
	background: #bdc3c7 !important;
	color: #fff;
}
.filter-content img {
	width: 100%;
}
.item {
	margin-bottom: 30px;
}
/*folio-thumb*/
.folio-thumb {
	position: relative;
	overflow: visible;
	height: auto;
	border: 1px solid #dfe6eb;
}
.folio-thumb .zoom, .folio-thumb .video-play {
	background: url(../img/icons/zoom.png) 0 0 no-repeat transparent;
	width: 40px;
	height: 40px;
	position:absolute;
	outline: none;
	display: none;
	z-index: 99;
	opacity: 1;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	opacity: 1;
}
.folio-thumb .video-play {
	background: url(../img/icons/video.png) 0 0 no-repeat transparent;
}
.folio-thumb .zoom:hover, .folio-thumb .video-play {
	opacity: 0.7;
}
.img-overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0.5;
}



/*============================================================*/
/*---------- 4. MEDIA QUERIES  ----------*/
/*============================================================*/
/*----------------------------------------*/
/*----- 4.1 Mobile (Portrait) -----*/
/*----------------------------------------*/
@media only screen and (max-width: 767px) {
body {
padding: 0;
}
.container {
margin-left: 20px;
margin-right: 20px;
}
.sidebar-right {
 padding-left: 0;
 margin-bottom: 10px;
}
.sidebar-left {
 padding-right: 0;
 margin-bottom: 10px;
}
h1 {
font-size: 30px;
}
blockquote p {
font-size: 18px;
}
/*menu*/
.ddsmoothmenu ul {
display: none;
}
#dropusemain ul {
display: block;
}
.ddsmoothmenu {
 float: none;
 margin: 0;
}
.ddsmoothmenu select {
width: 100% !important;
 float: none;
display: block;
margin-bottom: 20px;
}
/*header*/
#header {
text-align: center;
}
.search-header {
display: none;
}
.social {
text-align: center;
width: 100%;
margin-top: 20px;
}
#header-bottom .mybtn {
 display: none;
}
#header-bottom .inline-right {
float: left;
}
#header-bottom .inline-right li {
margin-left: 0;
}
/*footer & copyright*/
#footer .social {
text-align: left;
}
#copyright {
text-align: center;
}
#copyright ul {
float: none;
}
#copyright p {
float: none;
margin-top: 10px;
}
#copyright .inline-left li {
 margin-left: 10px;
 margin-right: 10px;
 display: inline-block;
}
/*domain form*/
#domainform input {
 float: none;
 width: 90%;
 display: block;
 margin-bottom: 10px;
}
#domainform select {
 width: 95%;
 float: none;
 display: block;
 margin-bottom: 10px;
}
#domainform .submit {
 width: 90%;
 float: none;
}
/*others*/
.team img {
display: block !important;
margin: 0 0 10px 0;
float: none;
}
.team .text-right {
text-align: left !important;
}
.pricing {
margin-bottom: 60px;
}
.fr-icon div {
margin-bottom: 10px;
}
.blogpost .social {
text-align: left;
margin-bottom: 10px;
}
.first-field {
 width: 100% !important;
 float: none;
 display: block;
}
.second-field {
 width: 100% !important;
 float: none;
 margin: 0 !important;
 display: block;
}
#slider-wrapper-var {
background: #f3f7f8;
background-image: none;
}
#slider-wrapper-var h1 {
 font-size: 30px;
}
}

/*----------------------------------------*/
/*----- 4.2 Mobile (Landscape) -----*/
/*----------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*All are same as Portrait*/
}

/*----------------------------------------*/
/*----- 4.3 Tablet / ipad  -----*/
/*----------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
.ddsmoothmenu ul li a {
padding: 7px 10px 10px 10px;

font-size: 13px;

}
.sidebar-right {
 padding-left: 0;
}
.sidebar-left {
 padding-right: 0;
}
.heading-styled {
 font-size: 18px;
}
h1 {
font-size: 32px;
}
#domainform input {
float: left;
width: 43%;
margin-right: 4px;
}
#domainform select {
width: 19%;
}
.pricing table thead th {
 font-size: 20px;
}
.pricing table img {
width: 100%;
}
.team img {
display: block !important;
margin: 0 0 10px 0;
float: none;
}
.team .text-right {
text-align: left !important;
}
.fr-icon-left i, .fr-icon-left img {
 margin-bottom: 120px;
}
#slider-wrapper-var h1 {
 font-size: 30px;
}
}



/*============================================================*/
/*---------- 5. BROWSER FIXES ----------*/
/*============================================================*/
/*safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#domainform select {
width: 12%;
height: 52px !important;
padding-left: 0;
line-height: 46px !important;
text-indent: 4px;
float: left;
margin-right: 4px;
}
#signupform select {
 height: 52px !important;
padding-left: 0;
line-height: 46px !important;
text-indent: 4px;
}
}
/*IE8*/
@media \0screen {
.ddsmoothmenu ul li ul li a {
	background: #eee;
}
}
/*------------------Inner Table Styling ------------------*/
td.innerrow
{
    background:#e1e457;
    padding-bottom:10px;
    padding-top:10px;
}
td.width{
	width:5%;
	}

.ibox{
	width:100%;
	height:auto;
	}
	.ibox h2{
		color:#815ca4;
		margin:0px !important;
	}
	.ibox hr{
		color:#60351d;
	height:1px;
	margin-top:4px !important;
	margin-bottom:4px !important;
	margin-left:3px !important;
	background: #60341d; /* Old browsers */
background: -moz-linear-gradient(left,  #60341d -1%, #60341d 0%, #ffffff 98%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(-1%,#60341d), color-stop(0%,#60341d), color-stop(98%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #60341d -1%,#60341d 0%,#ffffff 98%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #60341d -1%,#60341d 0%,#ffffff 98%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #60341d -1%,#60341d 0%,#ffffff 98%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #60341d -1%,#60341d 0%,#ffffff 98%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60341d', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

		}
		.icontent{
			color:#6a6a6a;
			font-size:14px;
			text-align:justify;
			line-height:155%;
			width:100%;
			height: auto;

overflow: hidden;
			
			}
			.icontent div {margin-bottom:6px;}
.innerbox{
	margin:0 auto; 
	border-left:1px solid #d2c8c2; 
		border-right:1px solid #d2c8c2; 
	padding:10px; 
	float:none; 
	color:#000000;
	}

/*------------------Inner Table Styling Ends ----------------*/
th
{   background:#b3eae8;
    padding:10px;
    text-transform:uppercase;
    text-align:left;
}

th
{   background:#b3eae8;
    padding:10px;
    text-transform:uppercase;
    text-align:left;
}

td.rowone
{
    background:#b3eae8;
   
    padding:10px;
}


td.odd
{
    background:#e7f5f6;
    padding:10px;
	color: purple;
font-weight: bold;
}
td.even
{
    background:#fff;
    padding:10px;
	color: purple;
font-weight: bold;
}
td .accordion-group
{
    border:none;
}
td .accordion-heading
{
    background:none;
}
td .accordion-toggle
{
    background:url(../img/acc-plus.png) no-repeat;
    padding-left: 35px !important;
    -webkit-transition: background-image 0.2s ease-in-out;
-moz-transition: background-image 0.2s ease-in-out;
-ms-transition: background-image 0.2s ease-in-out;
-o-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
}
td .accordion-toggle.minus
{
    background:url(../img/acc-min.png) no-repeat !important;
    -webkit-transition: background-image 0.2s ease-in-out;
-moz-transition: background-image 0.2s ease-in-out;
-ms-transition: background-image 0.2s ease-in-out;
-o-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
}

td .accordion-heading .accordion-toggle
{
    padding:5px 0;
}
/*-------------Footer Styling-------------*/
.fborder{
	margin:0 auto; border:1px solid #d2c8c2; padding:10px; border-radius:0px 0px 5px 5px; float:none; text-align:right; color:#000000;}
/*----------------Footer Styling Ends -----------*/

/*------------ Sidebar Styling -----------------*/

.sidebar .accordion-heading
{
    background:#e1e557;
    text-transform:uppercase;
    color:#063337 !important;
}

.accordion-heading .accordion-toggle
{
    color:#063337 !important;
    font-weight:normal;
}
.sidebar .accordion-inner
{
    padding:0;
}
.sidebar .accordion-inner ul
{
    width:100%;
    margin:0;
    background:#67cfcb;
    list-style: none !important;
}

.sidebar .accordion-inner ul li 
{
    line-height:150%;
    width:80%;
    margin:0 auto;
    background: url(../img/bullet-list.png) no-repeat #67cfcb;
    padding:10px 10px 10px 20px;

  border-bottom:1px solid #333;
  list-style: none !important;
}

.sidebar .accordion-inner ul li a
{
    background:#67cfcb;
    color:#063337;
    line-height:150%;
    padding:0;
    width:100%;
    
}

.sidebar .accordion-inner ul li a:hover
{
    color:#fff;
}

.accordion-inner ul li a
{
    color:#063337;
}
   
.styled-select {

   height: 34px;

   overflow: hidden;

   background: url(../img/new_arrow.png) no-repeat right #F9F9F9;

   border: 0px solid #ccc;

color: #969696;

border: 1px solid #d8d8d8;

-moz-box-shadow: inset 2px 2px 4px 1px rgba(0, 0, 0, 0.10);

-webkit-box-shadow: inset 2px 2px 4px 1px rgba(0, 0, 0, 0.10);

box-shadow: inset 2px 2px 4px 1px rgba(0, 0, 0, 0.10);

border-radius:30px;

}

.styled-select select {

   background: transparent;

   width: 115%;

   padding: 5px;

   border: 0;

   /*font-size: 16px;*/

   line-height: 1;

   height: 34px;

   -webkit-appearance: none;

}



div.sellabel

{

    float:left;

    display:table-column;

    vertical-align:middle;

    margin-right:10px;

    padding-top:0px;

}

.year-main select {

   background: transparent !important;

   width: 100% !important;

   padding: 5px;

   border: 0;

 /*  font-size: 16px;*/

   line-height: 1;
   padding-top:2px;

   height: 25px !important;

   -webkit-appearance: none;

}



.select-main select {

   /*  font-size: 16px;*/

   border-style: none;
    border-color: inherit;
    border-width: 0;
    background: !important;
    line-height: 1;
    padding-top:2px;
    width: 100% !important;

    -webkit-appearance: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}


 /*  custom radio button*/
.css-label input[type=radio] 
{
    display:none !important;
}

.css-label input[type=radio], .css-label label {
	padding-left:20px;
	height:30px; 
	display:inline-block;
	line-height:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;

}

.css-label input[type=radio]:checked, .css-label label {

}

.css-label label {
	background-image:url('../img/acc-min.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-size:auto 100%;
}

/*  custom checkbox */

/*
.css-checkbox input[type=checkbox]
 {
	display:none !important;
 }

.css-checkbox input[type=checkbox], .css-checkbox label {
	padding-left:20px;
	height:30px; 
	display:inline-block;
	line-height:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;

}

.css-checkbox label {
	background-repeat:no-repeat;
	background-image:url('../img/iuncheckbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-size:auto 100%;
	
}

input[type=checkbox]:checked, .css-checkbox label {
background-repeat:no-repeat;
	background-image:url('../img/icheckbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-size:auto 100%;
}

input[type=checkbox]:unchecked, .css-checkbox label {
background-repeat:no-repeat;
	background-image:url('../img/iuncheckbox.png');
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-size:auto 100%;
}



s-checkbox input[type=checkbox]
 {
	display:none !important;
 }

						input[type=checkbox].css-checkbox + label.css-label2 {
							padding-left:55px;
							height:50px; 
							display:inline-block;
							line-height:50px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:50px;
							vertical-align:middle;
							cursor:pointer;

						}

						input[type=checkbox].css-checkbox:checked + label.css-label2 {
							background-position: 0 -50px;
						}
						
						*/
td
{
    min-width:20px;
}


#smoothmenu li a
{
    font-weight:bold !important;
}
