@import url('https://fonts.googleapis.com/css?family=Raleway');

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;
	
	font-weight: 400; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	
	color: #777777;
}
.txt_transparent { color: #ffffff; }

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }
a { color: #428bca; }
/*
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
*/
.avp_clear {
	clear: both;
}
.height15 {
	height: 15px;
}
.height30 {
	height: 30px;
}

.avp-top-bar {
    height: 33px;
    background-color:#eeeeee;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 6000;
}

.avp-top-menu,
.pages-top-menu  {
    height:92px;
    background-color:#f8f8f8;
    z-index: 5000;
    width:100%;
	margin-top: 33px;
}

.avp-top-menu .navbar-toggle,
.pages-top-menu  .navbar-toggle {
    margin-top: 20px;
}
.nav.navbar-nav.navbar-right {
    margin-top: 24px;
}
@media only screen and (min-width: 767px) {
	.nav.navbar-nav.navbar-right.move-left {
		margin-left: 150px;
		float: none !important;
	}	
}
.avp-top-menu .navbar-brand,
.pages-top-menu  .navbar-brand {
    padding: 5px 0;
}

.avp-top-menu .navbar-brand  img,
.pages-top-menu .navbar-brand  img {	
	height: 82px;
	width: auto;
}


/* ------ Carousel ----- */
#avp-carousel.hs-section {
    background: url('/avid_img/avp_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 375px;	
}
#avp-carousel.aog-section {
    background: url('/avid_img/avp_aog_carousel_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 375px;
}
#avp-carousel.el-section {
    background: url('/avid_img/avp_el_carousel_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 375px;
}

#avp-carousel .carousel-caption {
    z-index: 10;
	min-height: 200px;
}

#avp-carousel .item {
    height: 375px;
	width: 100%;
}
#avp-carousel .carousel-inner > .item > img {
    position: absolute;
    /*min-width: 100%;
    height: auto;*/
	max-width: none;
	
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #avp-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }
	#avp-carousel .switch-btn-lg { display: block; }
	#avp-carousel .switch-btn { display: none; }
    #avp-carousel .carousel-caption {
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
	#avp-carousel .switch-btn-lg { display: none; }
	#avp-carousel .switch-btn { display: block; }
}

@media (max-width: 1024px) {
    #avp-carousel.hs-section {
        background: url('/avid_img/avp_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 375px;
    }
	#avp-carousel.aog-section {
        background: url('/avid_img/avp_aog_carousel_bg_s.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 375px;		
	}
	#avp-carousel.el-section {
        background: url('/avid_img/avp_el_carousel_bg_s.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 375px;		
	}
}

@media only screen and (min-width:586px) and  (max-width: 768px) {
    #avp-carousel,
	#avp-carousel .carousel-inner > .item > img,
	#avp-carousel .item ,
    #avp-carousel.hs-section,
	#avp-carousel.hs-section .carousel-inner > .item > img,
	#avp-carousel.hs-section .item,	
	#avp-carousel.aog-section,
	#avp-carousel.aog-section .carousel-inner > .item > img,
	#avp-carousel.aog-section .item ,
	#avp-carousel.el-section,
	#avp-carousel.el-section .carousel-inner > .item > img,
	#avp-carousel.el-section .item {
		height: 315px;
	}
}

@media only screen and (min-width:401px) and (max-width: 585px) {
    #avp-carousel,
	#avp-carousel .carousel-inner > .item > img,
	#avp-carousel .item,
    #avp-carousel.hs-section,
	#avp-carousel.hs-section .carousel-inner > .item > img,
	#avp-carousel.hs-section .item,	
    #avp-carousel.aog-section,
	#avp-carousel.aog-section .carousel-inner > .item > img,
	#avp-carousel.aog-section .item,
	#avp-carousel.el-section,
	#avp-carousel.el-section .carousel-inner > .item > img,
	#avp-carousel.el-section .item {
		height: 262px;
	}
}

@media only screen and (max-width: 400px) {
    #avp-carousel,
	#avp-carousel .carousel-inner > .item > img,
	#avp-carousel .item,
    #avp-carousel.hs-section,
	#avp-carousel.hs-section .carousel-inner > .item > img,
	#avp-carousel.hs-section .item,	
    #avp-carousel.aog-section,
	#avp-carousel.aog-section .carousel-inner > .item > img,
	#avp-carousel.aog-section .item,
	#avp-carousel.el-section,
	#avp-carousel.el-section .carousel-inner > .item > img,
	#avp-carousel.el-section .item {
		height: 225px;
	}
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogan ------ */
.avp-welcome {
	background-color: #0092d0;
	position: relative;
	display: block;
	height: auto;
	width: 100%;
}

.avp-slogan {
    font-family:  'Open Sans', sans-serif;
	font-weight: 300;
	margin: 7px 0px;
	color: white;
}
p.txt_slogan {
    font-size:16px; 
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	p.txt_slogan {
		font-size: 12px;
    }
}

.avp-service {
    margin-bottom: 0px;
    padding-top: 25px;
}

.avp-service-item {
    font-family:  'Open Sans', sans-serif;
    margin: 10px 0px 10px 0px;
    font-size: 20px;
}
.avp-service-item-img {
	display: block;
	margin: 20px 0 0;
	/*max-height: 150px;*/
	
	/*max-height: 380px;*/
	/*overflow: hidden;*/
	line-height: 0;
}
.avp-service-item-img img {
	display: block;    
	max-width: 150px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.avp-service.aog span.avp-service-item-header {
	color: #0092d0;
	line-height: 110%;
	display: block;
}
@media only screen and (min-width: 767px) {
	.avp-service.aog .avp-service-item {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.avp-service-item p {
    font-weight: 400; 
    text-align: justify !important;
    margin-top: 15px;
	margin-bottom: 0px;
    font-size: 14px;
    color: #777777;
}
.avp-service.aog .avp-service-item p {
	margin-top: 7px;
}
.avp-service-text p {
    font-weight: 400; 
    text-align: justify;
    margin-top: 0px;
	margin-bottom: 20px;
    font-size: 14px;
    color: #777777;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 5px;
    font-size: 12px;
    color: #3f4042;
	white-space: nowrap;
}
.subheader ul.list-inline {
	margin-right: 10px;
	margin-bottom: 0px;
}

/* This orange is avidplus blue */
.btn-orange {
    background-color: #0092D0;
    border-bottom:2px solid #1276B2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #1276B2;
    color:#ffffff;
}

.btn-orange2 {
    background-color: #ff7500;
    border-bottom:2px solid #cc5f00;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange2:hover, .btn-orange2:focus, .btn-orange2:active, .btn-orange2.active, .open .dropdown-toggle.btn-orange2 {
    background-color: #cc5f00;
    color:#ffffff;
}

.btn-orange3 {
    background-color: #ffa366;
    border-bottom:2px solid #ff751a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange3:hover, .btn-orange2:focus, .btn-orange2:active, .btn-orange2.active, .open .dropdown-toggle.btn-orange2 {
    background-color: #ff751a;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}
.btn-white {
    background-color: #ffffff;
    border-bottom: 2px solid #1276B2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #1276B2;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: #1276B2;
    color: #ffffff;	
}
.btn-gray {
    background-color: #ffffff;
    border-bottom: 2px solid #888888;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #0092D0;
}

.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
    background-color: #888888;
    color: #ffffff;	
}
.nav > li > a {
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #0092D0;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #0092D0;
    color:#fff;
}


.nav > li > a {
    color: #777777;
}
.navbar-default {
    background-color:#f8f8f8;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #0092D0;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

/* For dropdown menu */
ul.dropdown-menu > li > a {
	font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	color: #777777;
	padding-top: 9px;
	padding-bottom: 9px;
}
ul.dropdown-menu > li > a:hover,
ul.dropdown-menu > li > a:focus {
    background-color: #0092D0 !important;
    color:#fff !important;
}

/* Dropdown on hover */
@media (min-width:768px)
{
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;    
    }

    .nav .dropdown-menu {
        margin-top: 0;
    }
}


.avp-service-item-header {
    font-weight: bold;
	margin-top: 10px;
}

.avp-header-orange {
    background-color:#0092D0;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 39.5%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.avp-team {
    background: url('/avid_img/backgroundX.jpg'); 	
    font-family:  'Open Sans', sans-serif;
    min-height:590px;
    color:#ffffff;
	padding-top: 20px;
	padding-bottom: 40px;
    padding-top:20px;
	margin-bottom: -40px;	
}
.avp-who-we-are {
    background: url('/avid_img/background.jpg'); 
	background-repeat: no-repeat;
	background-position: center;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/avid_img/background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/avid_img/background.jpg', sizingMethod='scale')";		
    overflow-x: hidden;
	
    font-family:  'Open Sans', sans-serif;
    min-height:590px;
    color:#ffffff;
	padding-top: 20px;
	padding-bottom: 40px;
}

#avp-about {
	margin-top: 0px;
	padding-top: 0px;
}

.about_us {
    font-family:  'Open Sans', sans-serif;
    font-size:17px;
    color:#ffffff;
    margin-top:10px;
	margin-bottom:50px;
}
.about_us p {
	text-align: justify;
}

.avp-our-team {
	margin-top:40px;
	margin-bottom: -40px;
}

.avp-line-header {
    margin-top:100px;
    margin-bottom:80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

.member-thumb .thumb-overlay {
    /*background-color: rgba(220, 157, 102, 0.8);*/
    position: absolute;
    visibility: hidden;
    height: 40px;
    width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;

}

.team-inner {
    margin-top:10px;
	margin-bottom: 40px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:16px;
}
.team-inner-header a{
	color: orange;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:14px;
	margin-top: -10px;
}

.row_team {
    margin-left:-15px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.avp-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.avp-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #0092D0;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;
	
}

.avp-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}
.txt_orange2 {
    color: orange;
}
.txt_orange3 {
	color: #cb410b;
}

.txt_blue {
    color: #0092d0;
}
a .txt_blue, a.txt_blue, .txt_blue a {
    color: #428bca;
}
a:hover .txt_blue, a:hover.txt_blue, .txt_blue a:hover,
a:focus .txt_blue, a:focus.txt_blue, .txt_blue a:focus {
  color: #2a6496;
}
.txt_red {
    color: red;
}

.avp-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}
#blog-partner-news {
	margin: 40px 0px;
}
#avp-blog {
	margin-top: 0px;
}
#avp-blog .blog-top h4 {
	padding-left: 15px;
	text-align: left;
}
#avp-blog .blog-left {
	display: block;
	text-align: left;
}
#avp-blog .blog-left h4,
#avp-blog .blog-left h5 {
	margin-left: -15px;
}
#avp-blog .blog-left img {
	width: 140px;
	height: auto;
}
@media only screen and (max-width: 767px) {
	#avp-blog .blog-top h4 {
		padding-left: 0px;
		text-align: center;
	}
	#avp-blog .blog-left {
		text-align: center;
		margin-bottom: 70px;
	}
	#avp-blog .blog-left h4,
	#avp-blog .blog-left h5 {
		margin-left: 0px;
	}
	#avp-blog .blog-left img {
		margin: 0 auto 20px auto;
		max-width: 140px;
		width: 100%;
	}
	#avp-blog .blog-left {
		margin-top: 15px;
	}
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {
    font-size: 14px; 
    margin-top: 20px;
}

/* New BLOGS */
.blog-single img {
	width: 100%;
	height: auto;
	max-width: 333px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.blog-single img.img-float-left {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
@media only screen and (max-width: 767px) {
	.blog-single img.img-float-left {
		margin-right:auto;
		float:none;
	}	
}
.blog-single h3 {
	margin-top: 10px;
}
.blog-single h2 {
	margin-top: 10px;
}
.blog-single p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: justify;
}
.blog-single .first-blog {
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.shadow {
    position:absolute;
    top:160px;
    width:100%;
    height:40px;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(white));
    background: -webkit-linear-gradient(transparent, white);
    background: -o-linear-gradient(transparent, white);
    background: -moz-linear-gradient(transparent, white);
    background: linear-gradient(rgba(255,255,255,0), white);
}

/* Table Blog */
.table-blog {
	font-size: 13px;
	margin-top: 20px;
}
.table-blog thead tr {
	background-color: #0092d0;
	color: white;
}
.table-blog thead tr th {
	font-weight: 400;
}

/* Share blogs zone */
.share-blog {
	position: relative;
	width: 100%;
	height: auto;
	display: inline;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.share-blog-likes {
	float: left;
	display: inline;
}
.share-blog-likes .share-social {
	float: left;
}
.share-blog-likes .share-social .btn {
	margin-top: 3px;
	margin-right: 10px;
}
.share-blog-response {
	display: none;
	clear: both;
	font-size: 12px;	
}
.share-blog-response p {
	color: #cc0000;	
}
.share-blog-icons {
	float: right;
	display: inline;
}
.share-blog-icons .share-social {
	float: right;
}
.share-blog-icons .share-social img {
	width: 40px;
	height: 40px;
	padding: 5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.share-blog-icons .share-social img:hover {
	/* Theoretically for IE 8 & 9 (more valid) */
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
  
	/* Modern Browsers */
	opacity: 1;
}
.share-blog-icons .share-social p.social-separator,
.share-blog-likes .share-social p.social-separator {
	color: #d5d5d5;
	font-size: 30px;
	font-weight: lighter;
	margin-top: -5px;
}
.share-blog-icons .share-social p.share-text,
.share-blog-likes .share-social.likes-text p {
	color: #a5a5a5;
	font-size: 14px;
	padding-top: 10px;
}

@media only screen and (max-width: 450px) {
	.share-blog-icons {
		clear: both;
	}
}
/*
@media only screen and (max-width: 330px) {
	.share-blog-icons .share-social p.social-separator,
	.share-blog-icons .share-social:last-child {
		display: none;
	}
}*/

/* end Share blogs zone */

/*-- Blog Modal forms --*/
.modal-dialog.modal-blog {
	margin-top: 122px;
}

#blogModal .modal-dialog.modal-blog {
	/*background: url('/avid_img/contact_us.jpg');*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
#blogModal .modal-dialog.modal-blog .modal-content {
	background-color: transparent;
	/*filter: alpha(opacity=50);
	opacity: 0.5;*/
}
.blog-share-modal {
	padding-left: 10px;
	padding-right: 10px;
}
.modal-blog .modal-body .message-item h3 {
	font-size: 20px;
}	
.modal-blog .modal-header {
	background-color: #ff7500;
}
.modal-blog h4.modal-title {
	color: #ffffff;
}
#blogModal {
	margin-top: 50px;
}

.compulsory p {
	font-size: 11px;
	color: #cc0000;
}
.blog-share-modal .form-group {
	margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
	.modal-dialog.modal-blog {
		margin-top: 67px;
	}		
	.modal-blog .modal-footer {
		display: none;
	}
	.modal-blog .modal-body .message-item {
		margin-bottom: 5px;
		padding: 8px 0;
	}
	.modal-blog .modal-body .message-item h3  {
		font-size: 16px;
	}
	.blog-share-modal .form-group {
		margin-bottom: 5px;
	}
}	
/*-- End Blog Modal forms --*/


	
.blog-single-others-header {
  margin: 0px 0px 0px 15px;
}
.blog-single-others {
	margin: 40px 0px 15px;
}
#news-posts .blog-single-others {
  background-color: #eeeeee;
  padding-bottom: 25px;
}
.blog-single-others a {
	color: #777777;
}
.blog-single-others a:hover {
	color: #428bca; /*#0092d0;*/
	text-decoration:none;
}
.blog-single-others  img {
	float: left;
    width: 125px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}
.blog-single-others-text {
	float: left;
}
.blog-single-others h5 {
	margin: 5px 0px 20px;
}
.blog-single-others h6 {
	margin: 5px 0px;
}
@media (max-width: 767px) {
	.blog-single h2,
	.blog-single h3,
	.blog-single h5,
	.blog-single h6	{
		text-align: center;
	}
	.blog-single img {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 991px) {
	.blog-single-others {
		/*margin: 0px 0px 15px -15px;*/
	}
	.blog-single-others-header {
		margin: 40px 0px 0px 0px;
	}
}

#avp-contact {
	/*border-top: 1px solid #cccccc;*/
	font-size:14px;
	/*margin-bottom: 40px;*/
}
#contact-us {
	background: url('/avid_img/contact_us.jpg'); 
	background-repeat: no-repeat;	
	background-attachment: scroll;
	background-position: center;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/avid_img/contact_us.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/avid_img/contact_us.jpg', sizingMethod='scale')";	
	
    overflow-x: hidden;
    /*margin:0;
    min-height: 300px;*/
	padding-top: 20px;
	padding-bottom: 60px;
	font-size:14px;
	margin-bottom: -40px;
}
#contact-us form {
	padding-right: 15px;
	padding-left: 15px;
}
.avp-contact-map {
	margin-top: 25px;
    margin-bottom: 15px;
    height: 478px;

}
.contact-form-header {
	margin-top: 5px;
	margin-bottom: 20px;
	color: #222222;
}
.contact-form-header h4 {
	line-height: 22px;
}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

/**** Testimonials ****/
.twitter_user {
	color: #FFFF33; 
	font-size: 14px;
	float: right;
}
.avp-tweets .twitter_user {
	color: #0092d0;
}
.avp-tweets {
    /*min-height:200px;*/
    font-family:  'Open Sans', sans-serif;
    font-size:16px;
}
.avp-tweets .tweet_txt {
	border-left:2px solid #0092d0;
	min-height:80px;
	text-align: justify;
}
.avp-tweets .row.testimonial,
.community .row.testimonial {
	margin-bottom: 80px;
}
/**** Intervention in the community ****/
.community {
    background: url('/avid_img/community.png'); 
	background-repeat: no-repeat;	
	background-attachment: fixed; /* not work in IOS, see below */
	background-position: center;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/avid_img/community.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/avid_img/community.png', sizingMethod='scale')";	
	
    overflow-x: hidden;
    margin:0;
    min-height: 300px;
	padding-top: 40px;
	padding-bottom: 40px;
	
	background-color: #8996a0;
    font-family:  'Open Sans', sans-serif;
    font-size:16px;
    color:#ffffff;
    padding-top:20px;
	
	margin-bottom: -40px;	
}
@media (max-width: 1024px) {
	.community {
		background-image: url("/avid_img/community.png");
		background-attachment: scroll; /* Fallback for IOS */
	}
}
.community .tweet_txt {
	border-left:2px solid #ffffff;
	min-height:80px;
	text-align: justify;
}



.avp-partners {
	margin-top: 30px;
	margin-bottom: 40px;
	height: auto;
}
.avp-partners .avp-partner-item {
	display: inline;
    margin-bottom: 15px;
	margin-top: 15px;
}
.avp-partners-single {
	margin: 15px 30px;
	height: 110px;
	display: block;
}
.avp-partners-single img {
	margin: 0px auto;
	height: 100%;
	max-height: 110px;
	width: auto;
}
.avp-partners-single h4 {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.avp-partners-single {
		margin-bottom: 80px;
	}
}	

.avp-partner-item img {
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
	width: 100%;
	height: auto;
}
@media (min-width:768px) and (max-width:1200px){
.avp-partner-item img {
	padding: 0 15px;
}
}
@media (max-width:768px) {
.avp-partner-item img {
	padding: 20px 15px;
	max-width: 250px;
}
}

.avp-footer {
	/*border-top: 2px solid #cccccc; */
	margin-top: 40px;
	background-color: #eeeeee;	
	font-size: 14px;
	color:#333333;
}

.footer_container {
	margin-top:15px;
	margin-bottom:15px;
}

.footer_bottom_content {
	margin: 10px auto 30px;
	font-size: 14px;
	color:#333333;
	text-align: center;
}

.social-icon-fb {
    background: url('/avid_img/facebook_round.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
a:hover .social-icon-fb {
    background: url('/avid_img/facebook_round_over.png') no-repeat;
}
.social-icon-fb.tiny.header {
	display: inline-block;
}
.social-icon-fb.tiny,
a:hover .social-icon-fb.tiny {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;	
    width: 21px;
    height: 21px;
}
.social-icon-fb.mid,
a:hover .social-icon-fb.mid {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;	
    width: 30px;
    height: 30px;
}

.social-icon-rss {
    background: url('/images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('/images/social-icon-rss-over.png') no-repeat;
}

.social-icon-profile {
    background: url('/avid_img/social-icon-profile.jpg') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-profile {
    background: url('/avid_img/social-icon-profile-over.jpg') no-repeat;
}

.social-icon-email {
    background: url('/avid_img/social-icon-email.jpg') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-email {
    background: url('/avid_img/social-icon-email-over.jpg') no-repeat;
}

.social-icon-twitter {
    background: url('/images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('/images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('/avid_img/linkedin_round.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
a:hover .social-icon-linkedin {
    background: url('/avid_img/linkedin_round_over.png') no-repeat;
}
.social-icon-linkedin.tiny.header {
	display: inline-block;
}
.social-icon-linkedin.tiny,
a:hover .social-icon-linkedin.tiny {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;	
    width: 21px;
    height: 21px;
}
.social-icon-linkedin.mid,
a:hover .social-icon-linkedin.mid {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;	
    width: 30px;
    height: 30px;
}
.member-thumb .social-icon-linkedin {
    background: url('/images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
.member-thumb a:hover .social-icon-linkedin {
    background: url('/images/social-icon-linkedin-over.png') no-repeat;
}


.social-icon-dribbble {
    background: url('/images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('/images/social-icon-dribbble-over.png') no-repeat;
}

ul.avp-project-gallery  li  a img:hover {
    border: 3px solid #0092D0;
}

.avp-gallery-category a {
	color: #eeeeee;
}

.avp-gallery-category a.active {
	color:#e67e22; 
	text-decoration:none;
}

.avp-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;	
}

.avp-gallery-category a:hover {
	color:#e67e22; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}
.avp-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.avp-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.avp-project-gallery li img {
  cursor: pointer;
}


.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .avp-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .avp-project-gallery {
        margin-left: -70px;
    }

    .avp-service-item-header {
    }

    .avp-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
	
}


@media (max-width:991px) {
    .team-inner {
        margin-top: 5px;
        margin-bottom: 20px;
    }
	
    .avp-btn-read-more {
        margin-bottom :40px; 
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 0;
    }
    .avp-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .avp-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 0; 
       
    }
    .avp-btn-read-more {
        margin-bottom :40px; 
    }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
        padding-left: 0; 

    }
	.avp-service-item-header {
		font-size: 16px;
	}
	.avp-header-orange {
		min-width: 0px;
	}
	#email-extenso {
		display: none;
	}
	
}
@media (max-width: 300px) {
	#phone-extenso {
		display: none;
	}
	
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 0; 
        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}

.pr-10 { padding-right: 10px }
.pr-30 { padding-right: 30px }
.pr-110 { padding-right: 110px }

.section-spacing {
	height: 40px;
}

/* BULLETS INDENTATION: lg use with fa-lg */
.indent-level1-lg p { margin-left: 32px;}
.indent-level1-lg i { margin-left: -32px;}
.indent-level1 p { margin-left: 32px;}
.indent-level1 i { margin-left: -27px;}
.indent-level2-lg p { margin-left: 72px;}
.indent-level2-lg i { margin-left: -32px;}
.indent-level2 p { margin-left: 62px;}
.indent-level2 i { margin-left: -23px;}

.some-line-spacing {	
  margin-bottom: 60px;
}

.avp-team-header {
	width: 100%;
	height: 25px;
	margin-bottom: -20px;
    background-color: #BED8E8;
}

#avp-portfolio .container {
	background-color: #2d2d2d;
}

/* PAGES */
.pages-header {
    font-family:  'Open Sans', sans-serif;
	width: 100%;
	height: auto;
    background-color: #BED8E8;
}

.header-bottom-line {
	margin-top: -10px;
	margin-bottom: 10px;
	height: 15px;
	width: 100%;
    background-color: #BED8E8;	
}

/****************** SERVICES *******************/
.training-item {	
  margin-bottom: 40px;
}
.training-item img {
    width: 100%;
	height: auto;
	padding-top: 15px;
}
.training-item.services img {
	display: block;
	margin-right: auto;
	margin-left: auto;
    max-width: 350px;
	padding-top: 0px;
}

@media (min-width:585px) and (max-width:767px) {
.training-item.services img {
    max-width: 250px;
}
}
@media  (min-width:380px) and  ( max-width: 585px) {
.training-item.services img  {
    max-width: 200px;
}	
}	
@media (max-width: 380px) {
.training-item.services img  {
    max-width: 150px;
}	
}
.training-item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: justify;
}
/* Hide form initially */
.services-contact-button {
	display: none;
}
.services-contact-button form {
	margin: 0px 15px 10px;
}	

/***************** MODAL FORMS *******************/
p a.services-contact-modal.bottom {
	margin-top: 25px;
}
.modal-dialog.modal-services {
	margin-top: 122px;
}

/* right button */
p a.services-contact-modal.right.btn {
	font-size: 12px;
	white-space: normal;
}
p a.services-contact-modal.right span {
	font-size: 30px;
}
.services-contact-right {
	position: fixed;
	top: 50%;
	width: 75px;
	height: auto;
	right: 0px;
	overflow: hidden;
	z-index: 20;
	display: none;
}

#myModal .modal-dialog.modal-services {
	background: url('/avid_img/contact_us.jpg');	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
#myModal .modal-dialog.modal-services .modal-content {
	background-color: transparent;
	/*filter: alpha(opacity=50);
	opacity: 0.5;*/
}
.services-contact-button-modal {
	padding-left: 10px;
	padding-right: 10px;
}
.modal-services .modal-body .message-item {

}
.modal-services .modal-body .message-item h3 {
	font-size: 20px;
}	
.modal-services .modal-header {
	background-color: #0092D0;
}
.modal-services h4.modal-title {
	color: #ffffff;
}
.modal-header .close {
	font-size: 40px;
	margin-top: -10px;
	font-weight: lighter;
	color: #ffffff;
}
#myModal {
	margin-top: 50px;
}
#page {
	display: block;
	position: absolute;
	overflow: hidden;
	height: auto;
	bottom: 0px;
}
.services-contact-button-modal textarea {
	height: 130px;
}
.compulsory p {
	font-size: 11px;
	color: #cc0000;
}
.services-contact-button-modal .form-group {
	margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
	.modal-dialog.modal-services {
		margin-top: 67px;
	}		
	.modal-services .modal-footer {
		display: none;
	}
	.modal-services .modal-body .message-item {
		margin-bottom: 5px;
		padding: 8px 0;
	}
	.modal-services .modal-body .message-item h3  {
		font-size: 16px;
	}
	.services-contact-button-modal textarea {
		height: 90px;
	}
	.services-contact-button-modal .form-group {
		margin-bottom: 5px;
	}
}	
/*-- End Services and Modal forms --*/


/* PROFILES */
.profile-item {
  margin-bottom: 20px;
}
.profile-item img {
    width: 100%;
	height: auto;
}
@media (max-width: 768px) {
.profile-item img  {
	width: 200px;
}	
}
.profile-item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: justify;
}
/*-- End Profiles --*/


/*-- OTHER Services --*/
.other-services {
    margin-bottom: 0px;
    margin-top: 40px;
	
	padding-top: 80px;
	border-top: 1px solid #cccccc;	
}

.other-services-item {
    font-family:  'Open Sans', sans-serif;
    font-size: 20px;
	background-color: #BED8E8;
	border-bottom: 5px solid white;
	margin-bottom: 20px;
}
.other-services-item:hover {
	background-color: #FFD39B;
}

.other-services-item img {
	padding: 15px 30px;
	display: block;
	max-width: 500px;
	max-height: 337px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:991px) and (max-width:1200px) {
.other-services-item img  {
  padding: 10px 20px;
}
}	
@media (min-width:768px) and (max-width:991px) {
.other-services-item img  {
  padding: 10px 10px;
}
}
@media (min-width:585px) and (max-width:767px) {
.other-services-item img  {
  padding: 15px 40px;
}
}
@media  (min-width:380px) and  ( max-width: 585px) {
.other-services-item img  {
  padding: 25px 20px;
}	
}	
@media (max-width: 380px) {
.other-services-item img  {
  padding: 5px 5px;
}	
}
/*-- End Other Services --*/

/* NEWS POSTS */
.news-item {	
  color: #777777;
}
.news-item img {
    width: 100%;
	height: auto;
}
@media (max-width: 768px) {
.news-item img {
    max-width: 180px;
}	
}

.news-item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: justify;  
}
#news-posts .panel-collapse {
	margin-left: -7px;
}
.avp-news-text p {
    font-weight: 400; 
    text-align: center;
    margin-top: 0px;
	margin-bottom: 20px;
    font-size: 16px;
    color: #777777;
}
/*-- End News --*/

/*-- Useful Links --*/
.useful-links {
	margin-top: 10px;
	margin-bottom: 30px;
}
/*-- FREE RESOURCES --*/
.resources p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.resources img {
	width: 150px;
	height: auto;
	float: left;
}
.resources-page {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #efefef;
}
.resources-page .btn {
	margin-bottom: 5px;
}
.resources-page .panel-heading img {
	float: left;
	margin-top: -5px;
	margin-right: 20px;
	width: 80px;
	height: auto;
}
.resources-page .panel-heading h2 {
	padding-left: 100px;
}
.resources-page .panel-heading h4 {
	padding-left: 100px;
}
/*-- End Free Resources --*/

/*-- USEFUL LINKS --*/
.links-item {
	height: 200px;
	padding: 5px 20px;
	margin-bottom: 15px;
	background-color: #f5f5dc;
}
@media (min-width: 1200px) {
.links-item {
	height: 200px;
}	
}
@media (min-width:992px) and  (max-width: 1199px) {
.links-item {
	height: 150px;
}	
}
@media (min-width:768px) and  (max-width: 991px) {
.links-item {
	height: 200px;
}	
}
@media (max-width: 767px) {
.links-item {
	height: auto;
	min-height: 120px;
}	
}

.links-item img {
	float: left;
	margin-top: 15px;
	width: 80px;
	height: auto;
}
.links-item h3 {
	padding-left: 100px;	
}
.links-item h5 {
	padding-left: 100px;	
}
/*-- End Useful Links --*/

/*-- LATEST NEWS --*/
.latest-news-item {
	padding: 5px 20px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
.latest-news .training-item img {
    width: 250px;
	height: auto;
}
}
.latest-news-item img {
	float: left;
	margin-top: 15px;
	width: 80px;
	height: auto;
}
.latest-news-item h4 {
	padding-left: 100px;
	line-height: 130%;
	color: #777777;
	font-weight: 400;
}
.latest-news-item h5 {
	padding-left: 100px;	
}
.latest-news-item h6 {
	padding-left: 100px;	
}
/*-- End Latest News --*/

.message-item {	
  text-align: left;
  margin-bottom: 20px;
  padding: 20px 0;
  background-color: #ffffff;
}
.message-item p {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.message-form {
	display: none;
	position: absolute;
	/*left: 50%-175px;*/
	z-index: 500;
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 10px;
	height: 250px;
	bottom: -250px;
	border: 2px solid gray;
}
.message-form p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.privacy-policy-text {
	margin-top: 20px;
}
.privacy-policy-text p {
	font-size: 15px;
	font-weight: 400;
	text-align: justify;
}
.privacy-policy-link a {
	color: #e67e22;
	font-weight: 400;
	font-size: 14px;
}

/**** MAIN PAGE NEWS AND CAREERS ****/
#avp-careers {
	background-color: #ebebe0;
    border-top: 1px solid #cccccc;	
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 60px;
}

.careers img {
	width: 100%;
	height: auto;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}
.careers p {
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	padding-top: 5px;
	text-align: justify;
}
.careers h1 {
	font-size: 40px;
	margin-top: 0px;
}
.careers h4 {
	color: #777777;
	margin-top: 10px;
}
#last-news-home {
	margin-top: 0px;
	display: block;
}
#last-news-home .last-news {
	display: inline-block;
}
#last-news-home .last-news-header {
	padding-left: 100px;
}
#last-news-home .last-news .last-news-img  {
	margin-top: 10px;
	float: left;
}
#last-news-home .last-news .last-news-img img {
	width: 80px;
	height: auto;
}
#last-news-home .last-news .last-news-text {
	text-align: left;
	padding-left: 100px;
}
@media only screen and (max-width: 992px) {
	#last-news-home {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 767px) {
	#last-news-home {
		text-align: center;
		margin: 40px auto 0;
	}
	#last-news-home .last-news {
		max-width: 360px;
	}
	#last-news-home .last-news-header {
		padding-left: 0px;
		text-align: center;
	}
}	

.last-news h1 {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, Futura, "Trebuchet MS", "AppleGothic", sans-serif;
	font-size: 62px;
	padding: 20px 12px;
	text-align: center;
	color: gray;
}
.last-news .btn {
	margin-bottom: 25px;
	margin-left: 20px;
	margin-top: -20px;
}
@media (max-width: 768px) {
	.last-news h1 {
		text-align: left;
		padding-left: 20px;
	}
}
.last-news .latest-news-item h4 {
	padding-left: 0px;
	line-height: 130%;
	font-size: 14px;
	font-weight: 400;
	margin: -35px 0px 5px 0px;
}
.last-news .latest-news-item h5 {
	padding-left: 0px;	
	margin: 0px 0px 30px 0px;
}

/* SEARCH NEWS */
.search-box-top {
	margin: 5px 0px 25px 120px;
	width: 350px;
	height: 50px;
}
.input-group .input-group-addon {
     line-height: 1!important;
 }
 .input-group.searchtop {
   width: 350px !important;
}
.img-nav {
	text-align: left;
	padding: 10px 0px 40px 120px;
}
.img-nav .btn {
	background-color: #e7e5e4;
	border-color: #CCA9B4;
}
.img-nav a:focus {
	color: #0092D0;
	border-color: #CCA9B4;
}
.img-nav a:hover {
	color: #0092D0;
	border-color: #CCA9B4;
}
.img-nav a:active {
	color: #0092D0;
	border-color: #CCA9B4;
}
@media (max-width: 536px) {
	.search-box-top {
		margin: 5px 20px 25px 0px;
		width: 100%;
	}
	.input-group.searchtop {
		width: 100% !important;
	}
	.img-nav {
		padding: 10px 20px 40px 0px;
	}	
}
.insert-news {
	background-color: #eeeeee;
	padding: 40px 45px;
	margin-top: 15px;
	margin-bottom: 40px;
}

/****************** QUIZZES ******************/
.insert-quiz,
.insert-questions {
	background-color: #eeeeee;
	padding: 20px 20px;
	margin-top: 0px;
}
@media (min-width: 992px) {
	.insert-questions {
		padding: 20px 20px 40px 40px;
		border-left: 15px solid white;
		margin-left: -22px;
	}
}
@media (max-width: 991px) {
	.insert-questions {
		border-top: 1px solid #bbbbbb;
		padding-top: 30px;
	}
	.insert-quiz {
		margin-bottom: 15px;
	}
}
.insert-quiz button,
.insert-questions button {
	margin-bottom: 8px;
}
.insert-questions form .form-group {
	margin-bottom: 5px;
}
.insert-questions form .form-group label {
	text-align: right;
	padding-top:8px;
	margin-right: -15px;
}
.insert-questions form .form-group label.left {
	text-align: left;
}
.insert-quiz form .form-group img,
.insert-questions form .form-group img {
	padding-bottom:10px;
	height:100px;
	width:auto;
}
.insert-quiz #form2 .change-message,
.insert-questions #form3 .change-message {
    display: none;
}
.insert-quiz #form2 .quiz-buttons,
.insert-questions #form3 .question-buttons {
    display: block;
}
.all-question-buttons {
	display: block;
}
.all-question-buttons-disabled {
	display: none;
}
.quiz-list-cms {
	margin-bottom: 40px;
	padding: 15px;
	border: 2px solid #ff0000;
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
.quiz-list-cms img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
.quiz-list-cms.active  {
  border: 2px solid #ebebe0;
}
.quiz-list-cms  h4 {
  min-height: 65px;
}
.quiz-list-cms  input.quizActivated {
	width: 20px;
	height: 20px;
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;	
}
.quiz-list-cms  label {
    display: block;
    /*padding-left: 35px;
    text-indent: -25px;*/
}

.quiz-list-cms-line {
	padding: 15px 15px 10px;
	border: 2px solid #ff0000;
	margin: 5px 15px;
	clear: both;
}
.quiz-list-cms-line .quiz-list-cms-line-container {
	display: inline-block;
}
.quiz-list-cms-line.active  {
  border: 2px solid #ebebe0;
}
.quiz-list-cms-line .quiz-list-cms-line-container img {
	float: left;
	width: 100%;
	max-width: 120px;
	height: auto;
	margin-right: 10px;
}
@media (max-width: 600px) {
	.quiz-list-cms-line .quiz-list-cms-line-container img {
		display: none;
	}
}
.quiz-list-cms-line .quiz-list-cms-line-container .text-line {
	float: left;
}
.quiz-list-cms-line .quiz-list-cms-line-container .text-line  p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 10px;
}
.quiz-list-cms-line .quiz-list-cms-line-container .text-line  p span {
  color: #666666;
  font-size: 12px;
}
.quiz-list-cms-line .quiz-list-cms-line-container .text-line  input.quizActivated {
	width: 20px;
	height: 20px;
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;	
}
.quiz-list-cms-line .quiz-list-cms-line-container .text-line  label {
    display: block;
    /*padding-left: 35px;
    text-indent: -25px;*/
}

.quiz-unit .btn {
	margin: 10px 10px 6px 0px;
}

.quiz-test-main {
	/*background: url('/quiz/quiz-background-00.jpg');
	background-repeat: no-repeat;	
	background-attachment: scroll;
	background-position: center;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/quiz/quiz-background-00.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/quiz/quiz-background-00.jpg', sizingMethod='scale')";
	*/
	padding-bottom: 40px;
}
.quiz-page-text-top {
	text-align: center;
	color: white;
	margin-bottom: 0px;
	margin-top: -15px;
	background-color: rgba(0, 0, 0, 0.4); /*#ebebe0;*/
	padding: 15px 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 600px;	
}
.quiz-page-text-top p {
	font-size: 14px;
	text-align: left;
	padding-left: 20%;
}
.quiz-page-text-bottom {
	text-align: center;
	color: white;
	margin-top: 0px;
	background-color: rgba(0, 0, 0, 0.4); /*#ebebe0;*/
	padding: 15px 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 600px;	
}
.quiz-page-text-bottom h4 {
	font-size: 14px;	
	padding-bottom: 15px;
}
.quiz-test {
	background-color: rgba(235, 235, 224, 0.8); /*#ebebe0;*/
	padding: 20px 45px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 600px;
	position: relative;
}
.quiz-test .quiz-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
	min-height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.quiz-test .quiz-content .quiz-image img {
	width: 100%;
	height: auto;
}
.quiz-test .quiz-content .quiz-image {
	overflow: hidden;
}
div.overlay {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
    opacity: 0.6;
    background-color: black;
    position: absolute;
    left: 0;
	top: 0px;
	height: 100%;
	width: 100%;
}
.quiz-test .quiz-title {
	text-align: center;
	min-height: 50px;
	display : flex;
	align-items : center;
}
.quiz-test .quiz-title h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	padding: 0px 10px;
	font-size: 22px;
	line-height: 23px;
}
.quiz-test .quiz-content .quiz-subtitle {
	position: absolute;
	top: 40px;
	left: 20px;
	text-align: justify;
	color: white;
	font-size: 14px;
	margin-right: 20px;
}
.quiz-test .quiz-content .quiz-answers {
	position: absolute;
	top: 18px;
	left: 20px;
	text-align: left;
	color: white;
	font-size: 14px;
	width: 100%;
	height: auto;
	padding-right: 40px;
}
.quiz-test .quiz-content .quiz-answers .quiz-answer-unit {
	height: 45px;
	width: 100%;
	background-color: rgba(255,255,255,0.35);
	/*background-color: white;*/
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
    opacity: 0.8;*/
	margin-bottom: 10px;
	position: relative;
}
.quiz-test .quiz-content .quiz-answers .quiz-answer-unit.right {
	background-color: rgba(0,200,0,0.2);
}
.quiz-test .quiz-content .quiz-answers .quiz-answer-unit a.quiz-respond {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}
.quiz-test .quiz-content .quiz-answers .quiz-answer-unit a.quiz-respond:hover {
	background-color: rgba(0,146,208,0.25);
}
.quiz-test .quiz-content .quiz-answers .quiz-answer-unit .quiz-answer-bar {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 20;
}
.quiz-test .quiz-content .quiz-answers .quiz-answer-unit .quiz-answer-text {
	padding: 0px;
	color: white;
	margin-bottom: 0px;
	position: absolute;
	font-size: 16px;
	top: 10px;
	left: 10px;
	z-index: 30;
}
.quiz-test .quiz-content .quiz-answers .quiz-answer-unit .quiz-answer-percent {
	padding: 0px;
	color: white;
	margin-bottom: 0px;
	position: absolute;
	font-size: 16px;
	top: 10px;
	right: 10px;
	z-index: 40;
}
.quiz-test .quiz-content .quiz-play-button {
	position: absolute;
	bottom: 20px;
	left: 50%;
}
.quiz-test .quiz-content .quiz-play-button .btn-container {
	position: relative;
	left: -50%;
	background-color: white;
	padding: 7px;
}
.quiz-test .quiz-footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
	min-height: 30px;
}
.quiz-test .question-number {
	position: absolute;
	bottom: 20px;
	left: 5px;
}
.quiz-test .question-number p {
	margin-bottom: 0px;
	font-size: 14px; 
}
.quiz-test .respond-right {
	position: absolute;
	bottom: 20px;
	left: 45px;
	font-size: 14px;
}
.quiz-test .respond-wrong {
	position: absolute;
	bottom: 20px;
	left: 85px;
	font-size: 14px;
}
.quiz-test .respond-right i {
	color: green;
	padding-left: 10px;
}
.quiz-test .respond-wrong i {
	color: red;
	padding-left: 5px;
}
.quiz-test .respond-right .answers-right {
	display: inline;
}
.quiz-test .respond-wrong .answers-wrong {
	display: inline;
}
.quiz-test .quiz-content .score-text {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 100%;
}
.quiz-test .quiz-content .score-text p {
	margin-left: -50%;
	margin-right: 50%;
	text-align: center;
	color: white;
	font-size: 30px;
}
.quiz-test .quiz-content .quiz-circle {
	position: absolute;
	top: 70px;
	left: 50%;
	color: white;	
}
.quiz-test .quiz-content .quiz-circle .quiz-circle-inner {
	position: relative;
    margin-left: -50%;
    margin-right: 50%;
}
.quiz-test .quiz-content .quiz-circle .circles .circle p {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}
.quiz-test .quiz-content .quiz-circle .circles .circle strong {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  color: #0092d0;
}
.quiz-test .quiz-share {
	position: absolute;
	bottom: 20px;
	right: 5px;
}
.quiz-test .quiz-share i {
	padding-left: 9px;
	color: #0092d0;
}
.quiz-test .quiz-share .quiz-liked,
.quiz-test .quiz-share .quiz-nolike {
	display: none;
}
.quiz-test .quiz-share .quiz-liked.liked,
.quiz-test .quiz-share .quiz-nolike.nolike {
	display: inline-block;
}
.quiz-test .quiz-share i.liked {
	color: red;
}
.quiz-test .quiz-share a i.nolike {
	color: #0092d0;
}
.quiz-test .quiz-share a:hover i.nolike {
	color: red;
}
.quiz-test .quiz-share a.quiz-facebook i {
	padding-left: 9px;
	color: #0092d0;
}
.quiz-test .quiz-share a:hover.quiz-facebook i {
	color: #e67e22;
}
.quiz-test .question-link {
	position: absolute;
	bottom: 17px;
	left: 50%;
}
.quiz-test .question-link a {
	position: relative;
	left: -50%;
	font-size: 12px;
}
/* OTHER QUIZZES */
.quiz-others {
	margin: 40px 0px 15px;
}
.quiz-others a {
	color: #777777;
}
.quiz-others a:hover {
	color: #0092d0;
	text-decoration:none;
}
.quiz-others figure {
	overflow: hidden;
}
.quiz-others  figure img {
	/*float: left;*/
    width: 100%;
	height: auto;
	margin: 0px;

	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.quiz-others figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.quiz-others-text {
	/*float: left;*/
}
.quiz-others h5 {
	margin: 5px 0px 20px;
}
.quiz-others h6 {
	margin: 5px 0px;
}

/* SLIDESHOW */
* {box-sizing:border-box}

/* Slideshow container */
/*.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
*/
.slideshow-container .mySlides {
    display: none;
}

/* Next & previous buttons */
.slideshow-container .prev,
.slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #0092d0;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.slideshow-container .prev {
  left: 0;
}
/* Position the "next button" to the right */
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
	color: white;
	background-color: #0092d0; /*rgba(0,0,0,0.8);*/
}

/* Caption text */
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slideshow-container .dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container .active-dot,
.slideshow-container .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade2 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-name: fade;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@-webkit-keyframes fade {
  0% {opacity: 0} 
  100% {opacity: 1}
}

@keyframes fade {
  0% {opacity: 0} 
  100% {opacity: 1}
}

/* PROGRESS BAR */
.progress {
    height: 45px;
	margin-bottom: 0px;
	background-color: rgba(255,255,255,0.0);
	border-radius: 0px;
	/*
    background-color: #0092d0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
    opacity: 0.5;
	*/
}
.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
	width: 0%;
	background-color: rgba(200,200,200,0.8);
}
.progress.active .progress-bar.right {
	background-color: rgba(0,200,0,0.8);
}
.progress.active .progress-bar.wrong {
	background-color: rgba(200,0,0,0.8);
}

/* SCALE CHECKBOX*/
.check-del {
  margin-left: 20px;
}
.check-del input[type=checkbox] {
/* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

@media (max-width: 600px) {
	.quiz-test {
		padding: 20px 0px;
	}
	.quiz-page-text-top,
	.quiz-page-text-bottom,
	.quiz-test .quiz-content .quiz-image img {
		width: auto;
		height: 100%;	
	}
	.quiz-page-text-top {
		margin-top: 0px;
	}
	.quiz-page-text-top p {
		padding-left: 10px;
	}	
	.quiz-test .quiz-title h3 {
		min-height: 100%;
	}
	.slideshow-container .prev,
	.slideshow-container .next {
		top: auto;
		bottom: 0px;
		padding: 8px 16px;
	}
	.quiz-test .quiz-footer {
		min-height: 50px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: -5px;
	}
	.quiz-test .question-link {
		bottom: 0px;
	}
	.quiz-test .question-number,
	.quiz-test .respond-right, 
	.quiz-test .respond-wrong,
	.quiz-test .quiz-share {	
		bottom: 45px;
	}
}

/* DREAMLEADER LETTER EFFECT */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(http://fonts.googleapis.com/css?family=Squada+One);
#dreaml {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 70px;  /* 150 original */
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: #EDEDED 3px 2px 0;
  position: relative;
}
#dreaml:after {
  content:"portfolio";  /* igual ao texto a escrever */
  position: absolute;
  left: 5px;  /* 8 original */
  top: 5px;  /* 32 original */
}
#dreaml:after {
  /*background: url(http://subtlepatterns.com/patterns/crossed_stripes.png) repeat;*/
  background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, #555 25%, #555 50%, transparent 50%, transparent 75%, #555 75%);
  background-size: 4px 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -5;
  display: block;
  text-shadow: none;
}

h1.huge_warning {
	font-size: 64px;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1.big_warning { 
	font-size: 40px;
	line-height: 100%; 
	margin-top: 7px;
	margin-bottom: 7px;	
}
@media (max-width: 1200px) {
	h1.huge_warning { font-size: 52px; }
	h1.big_warning { font-size: 33px; }
}
@media (max-width: 992px) {
	h1.huge_warning { font-size: 44px; }
	h1.big_warning { font-size: 30px; }
}
@media (max-width: 768px) {
	h1.huge_warning { font-size: 38px; }	
	h1.big_warning { font-size: 26px; }
}
@media (max-width: 585px) {
	h1.huge_warning { font-size: 30px; }	
	h1.big_warning { font-size: 22px; }
}
@media (max-width: 400px) {
	h1.huge_warning { font-size: 22px; }	
	h1.big_warning { font-size: 16px; }
}

/* New header for sections */
.pages-header2 {
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, Futura, "Trebuchet MS", "AppleGothic", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  padding: 20px 20px;
  text-align: center;
  background-color: #BED8E8;	
  color: #909090;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
.header-top-line2 {
	margin-top: 0px;
	margin-bottom: 2px;
	height: 1px;
	width: 100%;
    background-color: #bbbbbb;	
}
.header-bottom-line2 {
	margin-top: 2px;
	margin-bottom: 10px;
	height: 1px;
	width: 100%;
    background-color: #BED8E8;	
}

#avp-blog .training-item,
.latest-news .training-item,
#news-posts .training-item {
	text-align: left;
}



h1.insetshadow-no-background {
  color: white;
  background-color: transparent;
  letter-spacing: .1em;
  text-shadow: -1px -1px 1px #303436, 2px 2px 1px #9AA9B5;
}

.masterclass-content img {
	margin-top: 35px;
	width: auto;
	height: 60px;
}

.section-heading {
  position: relative;
  text-align: center;
  color: #007db3; /*#0092d0;*/
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: uppercase; 
  font-size: 50px;
  font-weight: 300;
  line-height: 56px;
}
.section-heading.contraste {
	color: #00b3ff;
	font-weight: 400;
}
.section-heading.forte {
	color: #005980;
	font-weight: 400;
}
.section-heading.claro {
	color: #ffffff;
}
@media only screen and (min-width:586px) and  (max-width: 992px) {
    .section-heading {
      margin-top: 30px;
	  margin-bottom: 30px;
	  font-size: 42px;
	  line-height: 46px;
} }	
@media only screen and (max-width: 585px) {
    .section-heading {
      margin-top: 20px;
	  margin-bottom: 20px;
	  font-size: 32px;
	  line-height: 34px;
} }
.section-heading::after {
  content: '';
  width: 32px;
  height: 1px;
  background-color: #1abaff;
  position: absolute;
  left: -webkit-calc(50% - 16px);
  left: calc(50% - 16px);
  bottom: 0; 
}
.section-heading.contraste::after {
	background-color: #99e0ff;
}
.section-heading.forte::after {
	background-color: #007db3;
}
.section-heading.claro::after {
	background-color: #ffffff;
}

/*-- Disable active color on dropdown services menu --*/
a.dropdown-toggle.touch {
	color: #777777 !important;
	background-color: #f8f8f8 !important;
}

.no-button a {
	color: #0092D0;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}
.no-button a:hover {
	color: #007db3;
	font-weight: 700;
	text-decoration: none;	
}

#header-phone img:hover,
#header-email img:hover {
	background-color: #ffffff;
}

#contact-us #phone img:hover,
#contact-us #email img:hover {
	background-color: #cccccc;
}
#contact-us #email a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	#contact-us .contact-box {
		background-color: #ffffff;
		border:1px solid #cccccc;
		padding: 5px 5px 2px;
		margin-bottom: 5px;
	}
	#contact-us .list-inline {
		display: none;
	}
	.contact_right {
		padding-top: 30px;
		padding-left: 15px;
	}
}


/***** LINKS AND RESOURCES *****/
.links-resources .panel {
	margin-bottom: 30px;
}
.links-resources .panel-collapse {
	margin-top: -30px;
	margin-bottom: 30px;
}
.links-resources .panel-heading {
	height: 240px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.links-resources .panel-heading p {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;	
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	line-height: 200%;
}
.links-resources .panel-heading img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	width: 100%;
	height: auto;
	padding-top: 10px;
}	
.links-resources .panel-body {
	background-color: #dddddd;
	border-bottom: thin solid #dddddd;
	border-left: thin solid #dddddd;
	border-right: thin solid #dddddd;
}
.links-resources .panel-body p:first-child {
	border-top: none;
}
.links-resources .panel-body p {
	font-size: 14px;
	border-top: thin solid #ffffff;
	padding-top: 5px;
}

/* Separator div with pattern */
.separator {
  width: 100%;
  display: block;
  position: relative;
}

.separator::after {
  content: "";
  background-image:url('/avid_img/fake-brick.png');
  background-repeat:repeat;

  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

/**** EMPLOYMENT LAW SECTION ****/
.el-services {
	margin-left: 40px;
	margin-right: 40px;
}
@media only screen and (max-width: 767px) {
	.el-services {
		margin-left: 10px;
		margin-right: 10px;
	}
}
.el-services p {
	font-size: 14px;
	text-align: justify;
}
.el-services .el-services-block {
    width: 100%;
    height: auto;
	margin-top:15px;
    display: inline-block;
}
.el-services .indent-level1-lg {
	margin-left: 20px;
}
.el-services .el-services-block .rachel-carousel {
	width: 50%;
	height: auto;
	float: left;
}
.el-services .el-services-block .el-services-block-text {
	width: 50%;
	float: left;
	padding-left: 20px;
}
.el-services .rachel p {
	text-align: center;
}
.el-services .rachel img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    height: auto;
    padding: 20px 10px 0px;
}
.el-services .rachel a:hover img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
    .el-services .el-services-block { 
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
		display: flex;
		
		-webkit-flex-flow: column;
		flex-flow: column;
	}
    .el-services .el-services-block .el-services-block-text { 
		-webkit-box-ordinal-group: 1;  
		-moz-box-ordinal-group: 1;     
		-ms-flex-order: 1;     
		-webkit-order: 1;
		order: 1;
		width: 100%;	
		padding-left: 0px;
	}
    .el-services .el-services-block .rachel-carousel { 
		-webkit-box-ordinal-group: 2;  
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;     
		-webkit-order: 2;	
		order: 2;
		width: 100%;
		max-width: 350px;
		margin-top: 15px;
	}
}

.avp-associations {
    background: url('/avid_img/backgroundX.jpg'); 	
    font-family:  'Open Sans', sans-serif;
    color:#ffffff;
	padding-top: 20px;
	padding-bottom: 40px;
    padding-top:20px;
	margin-bottom: -40px;	
}
.avp-associations img {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-bottom: 15px;
}
.avp-associations .container .row div {
	padding-top: 25px;
	padding-bottom: 40px;
}

/***** CAROUSEL FADE ****/
.carousel.fade { opacity: 1; }
.carousel.fade .item { 
	transition: opacity ease-out 0.7s; left: 0; opacity: 0; /* hide all slides */ 
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
} 
.carousel.fade .item:first-child { top: auto; opacity: 1; /* show first slide */ position: relative; }
.carousel.fade .item.active { opacity: 1; }



/********* HEAD IMG ROW *************/
.safeplus .row.head_img_row {
    background-image: url('/avid_img/safeplus_narrow.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 350px;
}
.copsel .row.head_img_row {
    background-image: url('/avid_img/audit_narrow.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 350px;
}
.fleet-saver .row.head_img_row {
    background-image: url('/avid_img/fleet_saver_narrow.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 350px;
}
.row.head_img_row .text_img_row {
	background-color: rgba(245,245,240,0.93);
	margin-top: 220px;
}
.text_img_row .training-item {
	margin: 50px 30px 60px;
}
@media screen and (max-width: 767px) {
	.text_img_row .training-item {
		padding: 30px 5px;
	}
}
@media screen and (max-width: 480px) {
	.text_img_row .training-item {
		padding: 20px 0px;
		margin: 15px 10px;
	}	
	.row.head_img_row {
		background-size: auto 300px;
	}
}



/************* LANDING PAGE ******************/
.landing-page {
	background-color: #eeeeee;
    padding-top: 30px;
    padding-bottom: 30px;
	color: white;
}
.landing-page a {
	color: white;
}
.landing-page .container .row {
	margin: 0px !important;
}
.landing-page .row-01 {
	overflow: hidden;
	height: 350px;
	padding: 0px;
}
.landing-page .row-02 {
	overflow: hidden;
	height: 175px;
	padding: 0px;
}
.landing-page .row-01.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.landing-page img {
	height: 100%;
	width: auto;
}
.landing-page div.overlay {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
    opacity: 0.6;
}
.landing-page .back-gray div.overlay  {
    background-color: #333333;
}
.landing-page .back-light-gray div.overlay  {
    background-color: #666666;
}
.landing-page .back-blue div.overlay  {
    background-color: #0092d0;
}
.landing-page .img-width img {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.landing-page .back-white {
	background-color: #ffffff;
}
.landing-page .back-blue {
	background-color: #0092d0;
}
.landing-page .back-gray {
	background-color: #333333;
}
.landing-page .back-light-gray {
	background-color: #666666;
}
.above-img {
	position: absolute;
	width: 100%;
	top: 0px;
}
.landing-txt {
	font-size: 14px;
    padding: 15px 15px 0px 15px;
}
.landing-mid-txt {
	font-size: 18px;
    padding: 15px 15px 0px 15px;
    line-height: 20px;
    font-weight: 600;	
}
.landing-header-txt {
	font-size: 24px;
    padding: 15px 15px 0px 15px;
    line-height: 28px;
    font-weight: 600;
}
.bottom-space {
	padding-bottom: 15px;
}
.landing-page a.cor {
	font-size: 16px;
	color: #ff7500;
}
.landing-page .back-blue a.cor {
	color: #ffcc00;
}
.landing-page a:hover,
.landing-page .back-blue a:hover {
	color: white;
	text-decoration: none;
}
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; 
  border-top: 20px solid #f00;
}
.arrow-horizontal {
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;  
}
.arrow-horizontal.left-gray {
  border-right: 30px solid #333333;
  right: 0;	
}
.arrow-horizontal.left-light-gray {
  border-right: 30px solid #666666;
  right: 0;	
}
.arrow-horizontal.left-blue {
  border-right: 30px solid #0092d0;
  right: 0;	
}
.arrow-horizontal.right-gray {
  border-left: 30px solid #333333;
  left: 0;	
}
.landing-page .service-img img {
	max-width: 120px;
	height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.landing-txt.service-description {
		display: none;
	}
	.landing-page .service-img img {
		max-width: 90%;
	}	
	.landing-page .img-width {
		margin-left: -50%;
	}	
	.landing-page .img-width img {
		height: 100%;
		width: auto;
		margin-right: 50%;
	}
	.landing-page .row-02 {
		height: 225px;
	}
}
@media screen and (max-width: 767px) {
	.landing-page .row-01.principal {
		height: auto;
		padding-bottom: 35px;
	}
	.landing-page .row-01.principal .arrow-horizontal {
		display: none;
	}
	.landing-page .principal img {
		height: auto;
		width: 100%;
		min-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.landing-page .row-02.sq-shop { top: 175px; }
	.landing-page .row-02.sq-contrib1 { right: 50%; }
	.landing-page .row-02.sq-contrib2 { left: 50%; top: -175px; }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
	.landing-page .service-img img {
		max-width: 180px;
	}	
}
@media screen and (max-width: 500px) {
	.landing-page .img-width {
		margin-left: -50%;
	}	
	.landing-page .img-width img {
		height: 100%;
		width: auto;
		margin-left: 20%;
		min-width: 100%;
	}
	.landing-page .row-02 {
		height: 225px;
	}
	.landing-page .row-02 .arrow-horizontal {
		display: none;
	}	
	.landing-page .container,
	.landing-page	{
		padding: 0px;
	}
	.row-01.landing-services {
		display: none;
	}
	.landing-page .row-02.sq-shop { top: 225px; }
	.landing-page .row-02.sq-contrib2 { top: -225px; }	
}

.landing-page.strong-blue {
	background-color: #004766;
}
.landing-page.avid-blue {
	background-color: #0092d0;
	padding-top: 0px;
}
.landing-page.avid-blue .back-blue div.overlay  {
    background-color: #006b99;
}
.landing-page.avid-blue .back-blue {
	background-color: #006b99;
}
.landing-page.avid-blue .back-blue.landing-services {
	background-color: #cf6d17;
}


/*submenu test*/
.dropdown-submenu { position: relative }
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	background-color: #dddddd !important;
}
.dropdown-submenu>.dropdown-menu > li > a{
	color: #2a6496;
}
.dropdown-submenu:hover>.dropdown-menu { display: block }
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 3px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after { border-left-color: #fff }
.dropdown-submenu.pull-left { float: none }
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

/************ AVID NEWS ****************/
.avidnews {
	min-height: 150px;
	width: 100%;
	height: auto;
	background: url('/avid_img/avid_news_bg.jpg') no-repeat center center scroll; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.avidnews .avidnews-all-photos {
	text-align: center;
}
.avidnews .avidnews-photo {
	display: inline-block;
	text-align: right;	
	padding-top: 50px;
	padding-bottom: 50px;
}
.avidnews .avidnews-photo a img {
	padding: 2px;
	border: solid 1px #ddd;
}
.avidnews .avidnews-photo a img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	border-color: #777;
}
.avidnews .avidnews-text {
	font-size: 16px;
	line-height: 19px;
	padding-top: 150px;
}
.avidnews .avidnews-text p {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 3px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 10px;	
}
.avidnews .avidnews-text a {
	color: #0092d0;
	text-decoration: none;
}
.avidnews .avidnews-text a:hover {
	color: #ff7500;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.avidnews .avidnews-photo img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 991px) {
	.avidnews .avidnews-photo + .avidnews-photo {
		padding-top: 15px;
	}	
}
@media screen and (max-width: 1199px) {
	.avidnews .avidnews-photo {
		text-align: center;
		padding-bottom: 15px;
	}	
	.avidnews .avidnews-text {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 30px;
	}	
}


