/*=============== welcome ==============*/
div.welcome_img {
	padding:4px;
	background:#eee;
	border:1px solid #e0e0e0;
}
div.welcome_img img {
	display: block;
	width:100%;
}



/*================ ourTeam ==================*/
div.ourTeam {
	margin:60px 0 0 0;
}

/* li */
div.ourTeam ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	display: block;
}
div.ourTeam ul li {
	margin-bottom:30px;
	text-align:center;
	border-bottom:1px solid #cecece;
	/* box shadow */
	-moz-box-shadow:inset 0 -1px 0 #fff;
	-webkit-box-shadow:inset 0 -1px 0 #fff;
	-o-box-shadow:inset 0 -1px 0 #fff;
	box-shadow:inset 0 -1px 0 #fff;
	/* transition */
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	width: 220px;
	float: left;
	display: block;
	margin-right: 20px;
}
div.ourTeam ul li:nth-child(2), div.ourTeam ul li:nth-child(4) {
	margin-right: 0;
}
div.ourTeam ul li div.img {
	position:relative;
	border:1px solid #e0e0e0;
	display: block;
	margin:0 0 14px 0;
	overflow: hidden;
	height:207px;
}
div.ourTeam ul li div.img div.offer_icon {
	position:absolute;
	top:0;
	left:0;
	width:86px;
	height:86px;
	display: block;
	z-index:200;
	background:url('../images/icons/offer_icon.png') no-repeat left top;
}
div.ourTeam ul li div.img img {
	border:none;
	width:100%;
	display:block;
}



/*========= ourTeam socials ============*/
div.ourTeam ul li  ul.socials {
	display: inline-block;
	overflow: visible;
	margin:0 auto 12px;
	width:auto;
	text-align: center;
}
div.ourTeam ul li ul.socials li {
	float:left;
	width:27px;
	height:27px;
	margin:0 3px;
	padding:0;
	border:none;
	box-shadow: none;
}
div.ourTeam ul li ul.socials li a {
	float:left;
	margin-left:3px;
	width:27px;
	height:27px;
	display: inline-block;
	background-color:#ccc;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border:1px solid #c4c4c4;
	font:0/0 a;
}
div.ourTeam ul li ul.socials li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* twitter */
div.ourTeam ul li ul.socials li a.twitter {
	background-image:url('../images/icons/so_twitter.png');
}
div.ourTeam ul li ul.socials li a.twitter:hover {
	background-color: #009fe3;
	border-color:#0591cd;
}
/* facebook */
div.ourTeam ul li ul.socials li a.facebook {
	background-image:url('../images/icons/so_face.png');
}
div.ourTeam ul li ul.socials li a.facebook:hover {
	background-color: #266aa8;
	border-color:#266aa8;
}
/* google plus */
div.ourTeam ul li ul.socials li a.googlep {
	background-image:url('../images/icons/so_google.png');
}
div.ourTeam ul li ul.socials li a.googlep:hover {
	background-color: #ff6633;
	border-color:#ff6633;
}
/* vimeo */
div.ourTeam ul li ul.socials li a.vimeo {
	background-image:url('../images/icons/so_vimeo.png');
}
div.ourTeam ul.socials li a.vimeo:hover {
	background-color: #af60a2;
	border-color:#af60a2;
}
/* skype */
div.ourTeam ul li ul.socials li a.skype {
	background-image:url('../images/icons/so_skype.png');
}
div.ourTeam ul li ul.socials li a.skype:hover {
	background-color: #00aff0;
	border-color:#00aff0;
}
/* linkedin */
div.ourTeam ul li ul.socials li a.linked {
	background-image:url('../images/icons/so_linked.png');
}
div.ourTeam ul li ul.socials li a.linked:hover {
	background-color: #009640;
	border-color:#009640;
}



/*===============Testimonial (clients say) style================*/
#testimonial {
	margin:60px 0 0 0;
}
#tab_outer ul {
	margin-bottom:14px;
}
#tab_outer ul li {
	display:inline-block;
	margin-right:0px;
	padding-bottom:7px;
}
#tab_outer ul li img {
	width:69px;
}
#tab_outer ul li.currentTestimonial {
	background:url('../images/icons/red_bottom_arrow.png') no-repeat center bottom;
}
#tab_outer ul li:last-child {
	margin:0;
}
#tab_outer ul li a {
	border:3px solid transparent;
	display:block;
}
#tab_outer ul li.currentTestimonial a {
	border:3px solid #ff6633;
	cursor:default;
}
#tab_outer ul li a img {
	border:1px solid #ddd;
	margin:0;
	padding:0;
	display:block;
}
#tab_outer div h6 {
	margin:0 0 6px 0;
}
#tab_outer div p {
	margin:0 0 6px 0;
	padding:0;
}
#tab_outer div span a {
	color:#ff6633;
	text-decoration: underline;
	font-weight: 600;
}
#tab_outer div span a:hover {
	text-decoration: none;
}


/*============= brands =============*/
div.brands {
	margin:60px 0 0 0;
}

div.brands ul {
	overflow: hidden;
	width: 100%;
	display: block;
}
div.brands ul li {
	text-align: center;
	width: 170px;
	float: left;
	display: block;
	margin-right: 20px;
	background: #fff;
	display: block;
	min-height: 90px;
	border: 1px solid #CCCCCC;	/*vertical-align: middle;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
}
div.brands ul li a {
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}
div.brands ul li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/*================ styleing deffrent tage for user =================*/
ul.user_def_ul,
ol.user_def_ol {
	padding:12px 0;
	margin:0;
}
ul.user_def_ul li,
ol.user_def_ol li {
	padding-left:26px;
	background:url('../images/icons/arrow_right.png') no-repeat 10px 9px;
	margin-bottom:5px;
	text-transform: capitalize;
	font-weight: 600;
}

ul.user_def_ul_nested,
ol.user_def_ol_nested {
	margin:6px 0;
}
ul.user_def_ul_nested li,
ol.user_def_ol_nested li {
	background:url('../images/icons/double_arrow.png') no-repeat 6px 9px;
}

b {
	font-weight: 700;
	color: #F60;
	font-size: 14px;
}

i {
	font-style: italic;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	div.ourTeam ul li {
		width:172px;
	}
	div.ourTeam ul li div.img {
		display: block  !important;
		height:159px !important;
	}

	#tab_outer ul li img {
		width:52px;
	}

	/* brands */
	div.brands ul li {
		width:132px;
		height:90px;
		display: block;
	}
	div.brands ul li a {
		display: block;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	div.welcome_img {
		margin-bottom: 30px;
	}


	div.ourTeam ul li {
		width:200px;
	}
	div.ourTeam ul li div.img {
		display: block  !important;
		height:159px !important;
	}


	div.brands ul li {
		width:124px;
		height:90px;
		display: block;
	}
	div.brands ul li a {
		display: block;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	div.welcome_img {
		margin-bottom: 30px;
	}


	div.ourTeam ul li {
		width:300px;
	}
	div.ourTeam ul li div.img {
		display: block  !important;
		height:259px !important;
	}

	#tab_outer ul li img {
		width:47px;
	}


	div.brands ul li {
		width:138px;
		height:100px;
		display: block;
	}
	div.brands ul li a {
		display: block;
	}
}

.affPackages {
	clear: both;
	margin: 0px;
	padding: 10px;
}


#affPackages ul {
	text-align: right;
	font-weight: bold;
	list-style-type: none;
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#affPackages .package li {
	text-align: center;
}
.affPackages h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
.affpackages h2 :first-letter {
	color: #000 !important;
 } 

.affPackages h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #FFF;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 0px;
}
.affPackages h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FFF;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 0px;
	padding-top: 0px;
}


.affInfo {
	clear: both;
	margin: 0px;
	padding: 10px;
}
.affInfo h2 {
	color: #F60;
	font-size: 18px;
}
.affInfo h5 {
	color: #F60;
	font-size: 42px;
}

.affInfo ul {
}
.affInfo li {
	padding-top: 10px;
	padding-bottom: 10px;
}
#affPackages tr th {
	font-size: 24px;
	padding-bottom: 20px;
}
.monthlyOffer {
	clear: both;
	margin: 0px;
	padding: 10px;
}
.monthlyOffer h6 {
	font-size: 72px;
	color: #F00;
	margin: 0px;
	padding: 0px;
}
.monthlyOffer h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	font-style: italic;
}
.affpackages-top {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 22px;
}

img.left {
	float:left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.right {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.affMenu {
	height: 37px;
	margin-bottom: 15px;
	color: #FFF;
	clear: both;
}

.affMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.affMenu li {
	list-style-type: none;
	border-bottom: 1px solid #000000;
	float: left;
	display: block;
	height: 37px;
	width: 220px;
	line-height: 37px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-image: url(../images/fitquoteMenu/fitquote-affmenu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.affMenu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}


.affMenu ul li a:hover {
	color: #F60;
	background-color: #000;
	display: block;
	height: 37px;
	width: 200px;
	font-size: 11px;
}
.affMenuPage {
	height: 37px;
	margin-bottom: 15px;
	color: #FFF;
	clear: both;
}
.affMenuPage ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-decoration: none;
}
.affMenuPage li {
	list-style-type: none;
	border-bottom: 1px solid #000000;
	float: left;
	display: block;
	height: 37px;
	width: 160px;
	line-height: 37px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-image: url(../images/fitquoteMenu/fitquote-affmenu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 12px;
}
.affMenuPage li a {
	color: #FFF;
	text-decoration: none;
}
.affMenuPage li a:hover {
	color: #FFF;
	text-decoration: underline;
}
