/*Make sure your selectors are very specific, you can accidentally overide builder css if you are not careful*/
/*Do not edit positioning, width, height in CSS, set that in the markup*/
/*CSS Changes, are somewhat permanent, user cannot change these, they can overide them via element inline style, but thats about it*/
.itares.default .circle{
    border: solid 5px #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    overflow: hidden;
}
* html .circle  { border-radius: 100%; }
* :first-child+html .circle  { border-radius: 100%; }
html>body .circle  { border-radius: 100%; }
/*  background  */
.itares.default {
    font-size: 15px;
}
.itares.default ul li,
.itares.default ol li {
  text-align: left;
  	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
line-height: 24px;
color:#606060;
}
.itares.default.pagebg {
	background-image: url('assets/itares-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.itares.default .content-bg {
	background-color: #fff;
}
.itares.default .deco-divider-line {
	background: url('assets/itares-deco-divider.png') 0 0 no-repeat;
}
.itares.default .divider-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.itares.default .big-divider-hor {
	background: url('assets/itares-h-line.png') 0 0 no-repeat;
}
.itares.default .short-divider-hor {
	background: url('assets/itares-h-line-short.png') top center no-repeat;
}
.itares.default h1,
.itares.default h2,
.itares.default h3,
.itares.default h4,
.itares.default h5,
.itares.default h6 {
	padding: 0;
	margin: 0;
}
.itares.default h1 {
	font-family: 'Great Vibes', cursive;
	font-size: 60px;
	line-height: 73px;
	color: #cc403d;
	opacity:1;
	text-align:left;
}
.itares.default h1 span {
	color: #606060;
}
.itares.default h2 {
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	color: #606060;
	text-transform: uppercase;
}
.itares.default h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	line-height:28px;
}
.itares.default h4.home-info {
	padding-bottom: 15px;
}
.itares.default h4.home-info-1 {
	padding-bottom: 0px;
	line-height: 30px;
}
.itares.default h4.home-gray {
	font-size: 28px;
	line-height: 40px;
}
.itares.default h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height:21px;
	display: block;
}
.itares.default h5.heading {
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
}
.itares.default h5.white-head {
	font-size: 16px;
	line-height:22px;
	text-transform: capitalize;
}
.itares.default h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height:24px;
}
.itares.default h6.heading-red {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	color: #cc403d;
	line-height:22px;
}
.itares.default p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
line-height: 24px;
color:#606060;
}
.itares.default p.copyright {
	font-size: 18px;
	line-height:21px;
}
.itares.default p.footer-info {
	font-size: 14px;
	line-height:18px;
}
.itares.default p.white-txt {
	font-size: 16px;
	line-height:22px;
}
.itares.default p.small {
	font-size: 15px;
	line-height:24px;
}
.itares.default p.reg-txt {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height:22px;
	font-weight: normal;
}
.itares.default p.choice-txt {
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	line-height: 26px;
	margin: 0;
}
.itares.default p.first-line {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	color: #cc403d;
	line-height:22px;
	font-weight: bold;
	display: block;
}
.itares.default p.second-line {
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	color: #606060;
	line-height:26px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
.itares.default p.third-line {
	font-family: 'Great Vibes', cursive;
	font-size: 28px;
	color: #cc403d;
	line-height:36px;
	font-weight: normal;
	display: block;
}
.itares.default p.fourth-line {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #606060;
	line-height:18px;
	font-weight: bold;
	display: block;
}
.itares.default .nav-bg{
	background: url('assets/itares-nav-bg.png') no-repeat;
}
/****************/
/* neo main nav */
/****************/
.itares.default .navigation-2-plugin .neo-asset-inner ul {
	font-family: Ubuntu, sans-serif;
}
.itares.default .navigation-2-plugin .neo-asset-inner > ul > li {
	background-color:transparent;
	margin-right: 20px;
	font-size: 21px;
}
.itares.default .navigation-2-plugin .neo-asset-inner > ul > li > a {
	color: #FFF;
}
.itares.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover {
	background-color:transparent;
	font-size: 21px;
}
.itares.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-hover > a {
	color: #e5be6a;
}
.itares.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active {
	background-color:transparent;
	font-size: 21px;
}
.itares.default .navigation-2-plugin .neo-asset-inner > ul > li.k-state-active > a {
	color: #e5be6a;
}
/***************/
/* neo sub nav */
/***************/
.itares.default .navigation-2-plugin.sub-nav-fixed-plugin ul ul > li {
width: 130px;
}
.itares.default .navigation-2-plugin ul ul > li {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #606060;
	font-size: 14px;
	margin-bottom:1px;
}
.itares.default .navigation-2-plugin ul ul > li > a {
	color: #FFF;
}
.itares.default .navigation-2-plugin ul ul > li.k-state-hover {
	background-color: #ad4f4d;
	font-size: 14px;
	border-bottom-color: #E5BE6A;
	margin-bottom:1px;
}
.itares.default .navigation-2-plugin ul ul > li.k-state-hover > a {
	color: #E5BE6A;
}
.itares.default .navigation-2-plugin ul ul > li.k-state-active {
	background-color: #ad4f4d;
	font-size: 14px;
	border-bottom-color: #E5BE6A;
	border-bottom-width: 1px;
	border-style:solid;
	margin-bottom:1px;
}
.itares.default .navigation-2-plugin ul ul > li.k-state-active > a {
	color: #E5BE6A;
} 
/****************/
/* END NEO NAV2 */
/****************/
/* header logo */
.itares.default .co-divider-left {
 background: url('assets/itares-co-name-line-left.png') top right no-repeat;
}
.itares.default .co-divider-right {
 background: url('assets/itares-co-name-line-right.png') top left no-repeat;
 }
.itares.default .alpha-bg {
	background: url('assets/itares-alpha-bg.png') 0 0 no-repeat;
}
.itares.default .sub-alpha-bg {
	background: url('assets/itares-alpha-bg.png') 0 0 no-repeat;
}
.itares.default .sub-banner {
	background: #ffffff;
}
.itares.default .main-banner {
	background: #ffffff;
}
.itares.default .third-col-txt {
	background: #ffffff;
}
.itares.default .big-red {
	background-color: #cc403d;
}
.itares.default .divider-hor-r {
	background: url('assets/itares-f-lines.png') top center no-repeat;
}
.itares.default .left-white {
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
}
.itares.default .right-red {
	background-color: #cc403d;
	border: 8px solid #ffffff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
}
.itares.default .map {
	border: 8px solid #ffffff;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.2);
}
.itares.default .form-bg {
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.2);
}
/* text styles */
.itares.default .home-info span,
.itares.default .sub-home-info span {
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	color: #fff;
	line-height:24px;
	text-align:center;
	display: block;
}
.itares.default .reservation span {
	font-family: 'Ubuntu', sans-serif;
	font-size: 24px;
	color: #fff;
	line-height:30px;
	text-align:center;
	display: block;
}
.itares.default .home-info p {
	padding: 8px 0;
	margin: 0;
}
.itares.default .sub-home-info p {
	padding: 6px 0;
	margin: 0;
}
/*form*/
.itares.default #FormHeading-id {
	display: none;
}
.itares.default div.form-plugin label {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #606060;
    text-transform: lowercase;
    text-transform: capitalize;
    padding-bottom: 2px;
}
.itares.default div.form-plugin table table label {
	font-weight: normal ;
}
.itares.default div.form-plugin input[type="text"],
.itares.default div.form-plugin textarea, .itares.default div.form-plugin select {
	border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	background-color: #ffffff ;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.2) ;
	-moz-box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.2) ;
	box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.2) ;
	border: 1px solid #c2c2c2 ;
	outline: none ;
	font-family: 'Ubuntu', sans-serif ;
	font-size: 14px ;
	color: #606060 ;
}
.itares.default div.form-plugin textarea {
}
.itares.default div.form-plugin .form-element-wrapper {
	display: block;
}
.itares.default div.form-plugin .form-element-wrapper#email-id,
.itares.default div.form-plugin .form-element-wrapper#phone-id {
	display: block !important;
}
.itares.default div.form-plugin .form-element-wrapper#email-id {
	margin-right: 12px;
}
.itares.default #subject-id input[type="text"] {

}
.itares.default div.form-plugin input[type="submit"] {
	font-family: 'Ubuntu', sans-serif ;
	font-size: 17px ;
	font-weight: bold;
	color: #ffffff;
	border: none ;
	background: #cc403d;
	border-radius: 5px 5px 5px 5px ;
	-webkit-border-radius: 5px 5px 5px 5px ;
	-webkit-box-shadow: 3px 3px 1px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 1px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 1px 0px rgba(50, 50, 50, 0.75);
	padding: 6px 15px;
	display: block;
}
/*form end*/
.itares.default p.left,
.itares.default h1.left,
.itares.default h2.left,
.itares.default h3.left,
.itares.default h4.left,
.itares.default h5.left,
.itares.default h6.left {
  text-align: left;
}
.itares.default p.center,
.itares.default h1.center,
.itares.default h2.center,
.itares.default h3.center,
.itares.default h4.center,
.itares.default h5.center,
.itares.default h6.center {
  text-align: center;
}
.itares.default p.right,
.itares.default h1.right,
.itares.default h2.right,
.itares.default h3.right,
.itares.default h4.right,
.itares.default h5.right,
.itares.default h6.right {
  text-align: right;
}
.itares.default p.bold,
.itares.default h1.bold,
.itares.default h2.bold,
.itares.default h3.bold,
.itares.default h4.bold,
.itares.default h5.bold,
.itares.default h6.bold {
  font-weight: 700;
}
.itares.default p.semibold,
.itares.default h1.semibold,
.itares.default h2.semibold,
.itares.default h3.semibold,
.itares.default h4.semibold,
.itares.default h5.semibold,
.itares.default h6.semibold {
  font-weight: 600;
}
.itares.default p.medium,
.itares.default h1.medium,
.itares.default h2.medium,
.itares.default h3.medium,
.itares.default h4.medium,
.itares.default h5.medium,
.itares.default h6.medium {
  font-weight: 500;
}
.itares.default p.normal,
.itares.default h1.normal,
.itares.default h2.normal,
.itares.default h3.normal,
.itares.default h4.normal,
.itares.default h5.normal,
.itares.default h6.normal {
  font-weight: 400;
}
.itares.default p.light,
.itares.default h1.light,
.itares.default h2.light,
.itares.default h3.light,
.itares.default h4.light,
.itares.default h5.light,
.itares.default h6.light {
  font-weight: 300;
}
.itares.default p.white,
.itares.default h1.white,
.itares.default h2.white,
.itares.default h3.white,
.itares.default h4.white,
.itares.default h5.white,
.itares.default h6.white {
  color: #ffffff;
}
.itares.default p.black,
.itares.default h1.black,
.itares.default h2.black,
.itares.default h3.black,
.itares.default h4.black,
.itares.default h5.black,
.itares.default h6.black {
  color: #000000;
}
.itares.default p.gray,
.itares.default h1.gray,
.itares.default h2.gray,
.itares.default h3.gray,
.itares.default h4.gray,
.itares.default h5.gray,
.itares.default h6.gray {
  color: #606060;
}
.itares.default p.red,
.itares.default h1.red,
.itares.default h2.red,
.itares.default h3.red,
.itares.default h4.red,
.itares.default h5.red,
.itares.default h6.red {
  color: #cc403d;
}
.itares.default p.txt-shadow,
.itares.default h1.txt-shadow,
.itares.default h2.txt-shadow,
.itares.default h3.txt-shadow,
.itares.default h4.txt-shadow,
.itares.default h5.txt-shadow,
.itares.default h6.txt-shadow {
  text-shadow: 0px 1px 1px rgba(50, 50, 50, 1);
}
.itares.default .about-rounded {
	border-radius:132px;
	border: 8px solid #ffffff;
-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	}
.itares.default .menu-rounded {
	border-radius:96px;
	border: 16px solid #ffffff;
-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	}	
			.itares.default .rounded {
	border-radius:56px;
	border: 8px solid #ffffff;

	}