@charset "utf-8";

@import url(animations.css);

/**
 * Eric Meyer's CSS Reset + Nicolas Gallagher's Clearfix
 * https://github.com/reefat/css-reset
 */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
}
 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
 
body {
	line-height: 1;
}
 
ol, ul {
	list-style: none;
}
 
blockquote, q {
	quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
 
.clearfix:after {
	clear: both;
}
 
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom: 1;
}

body {
	font-family: 'pfdintextcondpro-regular'!important;
	color:#585858;
	font-size:16px;
	background:#f0efeb;
	line-height:1.3;
}

a {
	color:#585858;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input,
button,
textarea,
select {
	font-family: 'pfdintextcondpro-regular'!important;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	border:1px solid #e1e1e1;
	font-size:14px;
	font-weight:300;
	padding:5px 10px;
	outline:none!important;
}

button,
input[type="submit"] {
	cursor:pointer;
	outline:none!important;
}

.clear {
	clear:both;
}

.wrapper {
	width:100%;
}

.container {
	width:1240px;
	margin:0 auto;
	min-width:320px;
}

.header {
	box-shadow:0px 0px 25px rgba(0,0,0,.5);
	-moz-box-shadow:0px 0px 25px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 25px rgba(0,0,0,.5);
	position:relative;
	z-index:3;
}

.header_top {
	padding:10px 0;
	background:#f5f5f5;
	text-align:right;
}

.social_links {
	display:inline-block;
	*display:inline;
	zoom:1;	
}

.social_links li {
	float:left;
	margin:0 8px;
}

.social_links li a {
	display:block;
	height:22px;
}

.social_links li a.facebook {
	background:url(fb@2x.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/fb@2x.png*/ no-repeat center;
	background-size:10px 21px;
	width:10px;
}

.social_links li a.twitter {
	background:url(tw@2x.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/tw@2x.png*/ no-repeat center;
	background-size:23px 18px;
	width:23px;
}

.social_links li a.instagram {
	background:url(is@2x.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/is@2x.png*/ no-repeat center;
	background-size:22px 22px;
	width:22px;
}

.social_links li a.pinterest {
	background:url(pi@2x.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/pi@2x.png*/ no-repeat center;
	background-size:17px 22px;
	width:17px;
}

.social_links li a.youtube {
	background:url(yt@2x.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/yt@2x.png*/ no-repeat center;
	background-size:21px 21px;
	width:21px;
}

.social_links li a.linkedin {
	background:url(in@2x.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/in@2x.png*/ no-repeat;

	background-size:21px 21px;
	width:21px;
}

.header_top_content {
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:left;
}

.header_menu {
	float:left;
	width:360px;
	margin:16px 0 0;
}

.header_menu ul {
	width:100%;
	display:inline-block;
}

.header_menu ul li {
	float:left;
	font-weight:300;
	margin:0 22px;
}

.header_social {
	float:left;
	width:210px;
	margin:16px 0 0;
}

.header_search {
	width:187px;
	float:left;
	margin:8px 20px 0;
}

.header_search input[type="text"] {
	width:165px;
}

.search_box {
	position:relative;
}

.header_search input[type="submit"] {
	background:url(search.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/icons/search.png*/ no-repeat;
	width:19px;
	height:18px;
	text-indent:-9999px;
	text-transform:uppercase;
	font-size:0px;
	position:absolute;
	z-index:2;
	right:6px;
	top:10px;
	border:none;
	outline:none!important;
	padding:0;
}

.chat_btn {
	width:83px;
	display:block;
	float:right;
	background:url(chat.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/icons/chat.png*/ no-repeat center top;
	text-align:center;
	font-size:12px;
	font-weight:300;
	padding:28px 0 0;
	line-height:1em;
	color:#585858!important;
}

.chat_btn span {
	display:block;
	color:#7d7d7d!important;
	font-size:10px;
}

.header_bottom {
	background:#FFF;
}

.logo {
	background:url(/Images/logo.jpg) no-repeat;
	background-size: 100%;
	width:237px;
	height:112px;
	display:block;
	float:left;
	/* margin:-5px 0 0 15px; */
}

.top_menu {
	max-width:793px;
	float:right;
	margin-right:10px;
	border-left:1px solid #e1e1e1;
	text-align:right;
}

.top_menu ul {
	display:inline-block;
	*display:inline;
	zoom:1;
}

.top_menu ul li {
	float:left;
	width:131px;
	border-right:1px solid #e1e1e1;
	height:110px;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
}

.top_menu ul li a {
	text-decoration:none!important;
	display:block;
	height:63px;
	padding:42px 10px 0;
	border-bottom:5px solid;
}

.top_menu > ul > li:hover:after,
.top_menu > ul > li.current-menu-item:after,
.top_menu > ul > li.current-page-ancestor:after {
	content:'';
	position:absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #FFF transparent;
	left:50%;
	margin-left:-12px;
	bottom:5px;
	z-index:10;
}

.top_menu ul li#menu-item-37 > a {
	border-color:#36b6ee;
}

.top_menu ul li#menu-item-37:hover:after,
.top_menu ul li#menu-item-37.current-menu-item:after,
.top_menu ul li#menu-item-37.current-page-ancestor:after {
	border-bottom-color:#36b6ee;
}

.top_menu ul li#menu-item-36 > a {
	border-color:#d4dc52;
}

.top_menu ul li#menu-item-36:hover:after,
.top_menu ul li#menu-item-36.current-menu-item:after,
.top_menu ul li#menu-item-36.current-page-ancestor:after {
	border-bottom-color:#d4dc52;
}

.top_menu ul li#menu-item-35 > a {
	border-color:#ef7b18;
	/*padding-top:35px;
	height:70px;*/
}

.top_menu ul li#menu-item-35:hover:after,
.top_menu ul li#menu-item-35.current-menu-item:after,
.top_menu ul li#menu-item-35.current-page-ancestor:after {
	border-bottom-color:#ef7b18;
}

.top_menu ul li#menu-item-34 > a {
	border-color:#d21f42;
}

.top_menu ul li#menu-item-34:hover:after,
.top_menu ul li#menu-item-34.current-menu-item:after,
.top_menu ul li#menu-item-34.current-page-ancestor:after {
	border-bottom-color:#d21f42;
}

.top_menu ul li#menu-item-33 > a {
	border-color:#7b2e7b;
}

.top_menu ul li#menu-item-33:hover:after,
.top_menu ul li#menu-item-33.current-menu-item:after,
.top_menu ul li#menu-item-33.current-page-ancestor:after {
	border-bottom-color:#7b2e7b;
}

.top_menu ul li#menu-item-32 > a {
	border-color:#edd00f;
}

.top_menu ul li#menu-item-32:hover:after,
.top_menu ul li#menu-item-32.current-menu-item:after,
.top_menu ul li#menu-item-32.current-page-ancestor:after {
	border-bottom-color:#edd00f;
}

.top_menu ul li#menu-item-32 > a {
	
}

.top_menu ul li ul {
	display:none;
	position:absolute;
	z-index:50;
	left:0px;
	width:528px;
	top:100%;
	background:#f0efeb;
	box-shadow:0px 15px 15px rgba(0,0,0,.3);
	-moz-box-shadow:0px 15px 15px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 15px 15px rgba(0,0,0,.3);
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	overflow:hidden;
}

.top_menu ul li ul li {
	width:50%;
	float:left;
	border:none;
	height:auto;
	text-align:left;
}

.top_menu ul li ul li:nth-child(2n+1) {
	clear:both;
}

.top_menu ul li ul li:nth-child(2n+1) > a {
	border-right:1px solid #dad6d2;
}

.top_menu ul li ul li a {
	height:auto!important;
	padding:15px 20px!important;
	border-bottom:1px solid #dad6d2;
}

.top_menu ul li ul li a:hover,
.top_menu ul li ul li.current-menu-item > a {
	background:#3db4e7;
	border-bottom-color:#3394be;
	color:#FFF;
}

.top_menu ul li#menu-item-36 ul li a:hover,
.top_menu ul li#menu-item-36 ul li.current-menu-item > a {
	background:#d4dc52;
	border-bottom-color:#bbc33f;
	color:#FFF;
}

.top_menu ul li#menu-item-35 ul li a:hover,
.top_menu ul li#menu-item-35 ul li.current-menu-item > a {
	background:#EF7B18;
	border-bottom-color:#c7630e;
	color:#FFF;
}


.top_menu ul li#menu-item-33 ul li a:hover,
.top_menu ul li#menu-item-33 ul li.current-menu-item > a {
	background:#7b2e7b;
	border-bottom-color:#6c1a6c;
	color:#FFF;
}

.top_menu ul li#menu-item-33 > ul {
	left:auto;
	right:0px;
}

.top_menu ul li:hover ul {
	display:block;
}

.homepage_slider {
	width:100%;
	position:relative;
	z-index:2;
}

.hs_main,
.hs_item {
	width:100%!important;
	height:334px;
	overflow:hidden;
}

.featured_image {
	max-height:347px;
	overflow:hidden;
}

.hs_main {
	z-index:5;
	text-align:center;
}

.hs_main_top {
	position:relative;
	width:100%;
	overflow:hidden;
}

.hs_item img {
	max-width:100%!important;
	height:auto!important;
	min-width:1400px;
	min-height:350px;
}

.hs_item .container {
	position:absolute;
	left:50%;
	margin-left:-620px;
	top:0px;
	height:100%;
	width:100%;
}

.hs_item .container .text {
	padding:58px 0 0 85px;
	font-size:72px;
	font-weight:600;
	color:#FFF;
	max-width:700px;
	line-height:1em;
	text-align:left;
	text-shadow:2px 2px 3px rgba(0,0,0,.4);
}

.hs_item .container .text p,
.hs_item .container .text strong {
	line-height:1em;
	margin:0;
}

.hs_item .container .text strong {
	text-transform:uppercase;
	font-weight:900;
}

.hs_nav {
	width:100%;
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-22px;
	z-index:6;
}

.hs_nav .container {
	position:relative;
	height:56px;
}

.hs_prev,
.hs_next {
	background-image:url(slider_arrows.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/slider_arrows.png*/;
	background-repeat:no-repeat;
	width:56px;
	height:56px;
	display:block;
	position:absolute;
	z-index:10;
	top:0px;
}

.hs_prev {
	left:0px;
	background-position:0px 0px;
}

.hs_next {
	right:0px;
	background-position:0px -56px;
}

.hs_tabs {
	border-top:10px solid #e8e7e1;
	box-shadow:0px 0px 25px rgba(0,0,0,.4);
	-moz-box-shadow:0px 0px 25px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 0px 25px rgba(0,0,0,.4);
}

.hs_tab {
	float:left;
	width:25%;
	font-size:36px;
	color:#585858;
	display:block;
	text-align:center;
	text-decoration:none!important;
	text-transform:uppercase;
	font-weight:600;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor:pointer;
	padding:20px 0;
}

.hs_tab h4 {
	font-weight:600;
	font-size:26px;
}

.hs_tab p {
	display:none;
}

.hs_tab.active {
	background:#d7d7d7;
}

.hs_tab.active h4 {
	text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(255,255,255,0.8);
}

.solutions_list {
	width:100%;
	display:inline-block;
	margin:0 0 30px;
}

.homepage_solutions {
	position:relative;
	z-index:1;
}

.solution_item {
	width:282px;
	float:left;
	background:#FFF;
	margin:0 0 34px 34px;
	border:1px solid #dadad6;
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,.2);
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,.2);
}

.solution_item:hover {
	
}

.solution_item.first {
	clear:both;
	margin-left:0px;
}

.solution_location {
	margin:0 0 5px;
}

.solution_subpages {
	width:100%;
	display:inline-block;
}

.solution_subpages a {
	display:block;
	width:32px;
	height:32px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#585858;
	float:left;
	margin:0 2px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.solution_subpages a:hover {
	background-color:#ef7b18;
}

.solution_item .text {
	padding:45px 25px 10px;
	position:relative;
}

h3.solution_title {
	position:absolute;
	z-index:10;
	left:-3px;
	top:-35px;
	background:#585858;
	color:#FFF;
	font-size:18px;
	font-weight:600;
	width:245px;
	box-shadow:0px 0px 10px rgba(0,0,0,.5);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.5);
	min-height:66px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.solution_item:hover h3.solution_title {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

h3.solution_title a {
	color:#FFF;
	text-decoration:none!important;
	display:block;
	padding:10px 15px;
}

.solution_item:hover h3.solution_title {
	background: #ef7b18;
	background: -moz-linear-gradient(top, #ef7b18 0%, #d36d16 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7b18), color-stop(100%,#d36d16));
	background: -webkit-linear-gradient(top, #ef7b18 0%,#d36d16 100%);
	background: -o-linear-gradient(top, #ef7b18 0%,#d36d16 100%);
	background: -ms-linear-gradient(top, #ef7b18 0%,#d36d16 100%);
	background: linear-gradient(to bottom, #ef7b18 0%,#d36d16 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7b18', endColorstr='#d36d16',GradientType=0 );
}

.homepage_solutions_text {
	padding:40px 0 30px 10px;
}

.homepage_solutions_text h2 {
	font-size:40px;
	font-weight:700;
	text-transform:uppercase;
	/* color: #c5c5c5; */
}

/*body.home .homepage_solutions_text h2 {
	font-size:60px;
}*/

.homepage_signup {
	background:#6a6969;
	color:#FFF;
	text-align:center;
	padding:18px 0;
}

.floating_div {
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:left;
}

.homepage_signup p {
	font-size:20px;
	margin:12px 55px 0 0;
}

.newsletter_form {
	float:left;
	width:330px;
	box-shadow:0px 0px 10px rgba(0,0,0,.4);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.4);
	white-space:nowrap;
	margin-top: 20px;
    margin-left: 15px;
}

.newsletter_form .form-container {
	width:100%;
	display:inline-block;
}

.newsletter_form input[type="text"],
.newsletter_form input[type="email"] {
	background:#FFF;
	width:203px;
	float:left;
	border:none;
	margin:0;
	padding:14px 18px;
	height:22px;
}

.newsletter_form input[type="submit"] {
	float:left;
	width:91px;
	border:none;
	color:#FFF;
	text-shadow:0px 0px 1px rgba(0,0,0,.5);
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	margin:0;
	height:50px;
	background: #81cef0;
	background: -moz-linear-gradient(top, #81cef0 0%, #3db4e8 2%, #3db4e8 2%, #379ecb 2%, #379ecb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81cef0), color-stop(2%,#3db4e8), color-stop(2%,#3db4e8), color-stop(2%,#379ecb), color-stop(100%,#379ecb));
	background: -webkit-linear-gradient(top, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
	background: -o-linear-gradient(top, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
	background: -ms-linear-gradient(top, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
	background: linear-gradient(to bottom, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81cef0', endColorstr='#379ecb',GradientType=0 );
}

.homepage_blog {
	background:#4e4e4e;
	color:#FFF;
	width:100%;
	overflow:hidden;
}

.homepage_blog_nav {
	float:left;
	width:300px;
	position:relative;
	z-index:2;
}

.hbn_item {
	padding-left:120px;
	margin-left:-120px;
	position:relative;
	cursor:pointer;
	z-index:1;
	padding-top:13px;
	padding-bottom:13px;
}

.hbn_item.even {
	background:#3b3f43;
}

.hbn_item.active {
	box-shadow:2px 5px 10px rgba(0,0,0,.4);
	-moz-box-shadow:2px 5px 10px rgba(0,0,0,.4);
	-webkit-box-shadow:2px 5px 10px rgba(0,0,0,.4);
	z-index:2;
}

.hbn_item h3 {
	font-size:20px;
	font-weight:600;
	margin:0 0 4px;
position:relative;
z-index:1001;
}

#bottom-blog0.hbn_item h3 {
	color:#36b6ee;
}

#bottom-blog1.hbn_item h3 {
	color:#ffc149;
}

#bottom-blog2.hbn_item h3 {
	color:#dbe35e;
}

#bottom-blog3.hbn_item h3 {
	color:#36b6ee;
}

#bottom-blog4.hbn_item h3 {
	color:#ffc149;
}

.hbn_item p {
	font-size:16px;
	font-weight:300;
position:relative;
z-index:1001;
}

.hbn_item.active:after {
	content:"";
	width:140px;
	z-index:1000;
	height:100%;
	position:absolute;
	-ms-transform: skew(30deg); /* IE 9 */
	-webkit-transform: skew(30deg); /* Chrome, Safari, Opera */
	transform: skew(30deg);
	right:-90px;
	top:0px;
	background:#4e4e4e;
}

.hbn_item.even.active:after {
	background:#3b3f43;
}

.homepage_blog_main {
	float:right;
	width:1040px;
	margin-right:-100px;
	position:relative;
	z-index:1;
}

.prefooter {
	background:#f5f5f5;
	padding:40px 0;
}

.prefooter ul li {
	margin:0 0 8px;
}

.footer_menus {
	width:915px;
	float:right;
	/*border-right:1px solid #e1e1e1;*/
}

.footer_menu {
	float:left; 
	width:25%;
}

.footer_menu h3,
.footer_menu ul {
	padding-left:10px;
}

.prefooter h3 {
	color:#585858;
	font-size:16px;
	font-weight:600;
	margin:0 0 25px;
}

.footer_follow {
	width:144px;
	float:right;
}

.footer_follow ul li a {
	padding-left:30px;
}

.footer_follow ul li a.twitter {
	background:url(tw2.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/tw2.png*/ no-repeat left center;
}

.footer_follow ul li a.facebook {
	background:url(fb2.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/fb2.png*/ no-repeat 2px center;
}

.footer_follow ul li a.youtube {
	background:url(yt2.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/yt2.png*/ no-repeat left center;
}

.footer_follow ul li a.pinterest {
	background:url(pi2.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/pi2.png*/ no-repeat left center;
}

.footer_follow ul li a.linkedin {
	background:url(in2.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/in2.png*/ no-repeat left center;
}

.footer_follow ul li a.instagram {
	background:url(is2.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/is2.png*/ no-repeat left center;
}

.review .yelp img{
	width: 100px;
	margin-top: -10px;	
}

.footer {
	background:#777B7F;
	color:#FFF;
	padding:20px 0;
	font-size:13px;
	font-weight:300;
}

.footer_bottom_menu {
	float:left;
	width:160px;
}

.footer_bottom_menu_2 {
	float:left;
	width:265px;
}



.footer_bottom_menu ul {
	display:inline-block;
	*display:inline;
	zoom:1;
}

.footer_bottom_menu ul li {
	font-size:13px;
	font-weight:300;
	float:left;
	margin:0 10px;
}

.footer_bottom_menu ul li a {
	color:#FFF;
}

.footer_text {
	width:325px;
	float:left;
	text-align:center;
}

.footer_text .image {
	margin:0 0 10px;
}

.footer_certifications {
	width:480px;
	float:right;
	text-align:center;
}

.footer_certifications img {
	margin:0 5px;
	max-height:85px;
}
.sgp-img {
	height: 52px;
    width: 180px;
}

.fsc-img {
	 max-height: 90px;
}

.mcs-img {
	height: 90px;
}

.ul-img {
	height: 90px;
}

.image img {
	max-width:100%;
	height:auto!important;
}

.mobile_menu_content {
	display:none;
}

.hs_pag_nav {
	display:none;
}

.mobile_r,
.tablet_r {
	display:none!important;
}

/* ========================== PAGE =========================== */
.page_title {
	background:#f0efeb;
	padding:40px 0;
	box-shadow:0px 0px 25px rgba(0,0,0,.4);
	-moz-box-shadow:0px 0px 25px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 0px 25px rgba(0,0,0,.4);
	position:relative;
	z-index:3;
}

.page_title h1,
.page_title h2 {
	font-size:60px;
	font-weight:700;
	text-transform:uppercase;
	color: #c5c5c5;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-font-smoothing:antialiased;
	padding-left:35px;
	margin:0;
}

.page_title h1,
.single-project .page_title h2 {
	font-size:48px;
}

.page_content,
.page-2cols-left {
	background:#FFF;
	position:relative;
	z-index:1;
}

.subpage_title {
	background:#FFF;
	border-bottom:1px solid #e1e1e1;
	padding:45px 0;
	position:relative;
	z-index:1;
}

.subpage_title h1 {
	padding-left:300px;
	color:#585858;
	font-size:30px;
	font-weight:600;
	margin:0;
	text-transform:uppercase;
}

.page_submenu {
	width:248px;
	float:left;
	margin-right:80px;
}

.page_submenu ul {
	padding:0;
	margin:0;
}

.page_submenu ul li {
	text-transform:uppercase;
	list-style:none;
	padding:0;
	margin:0 0 2px;
}

.page_submenu ul li a {
	display:block;
	background:#f0efeb;
	color:#585858;
	padding:10px 10px 10px 35px;
	position:relative;
}

.page_submenu ul li a:before {
	width:1000px;
	position:absolute;
	height:100%;
	right:100%;
	top:0px;
	z-index:10;
	content:'';
	background:#f0efeb;
}

.page_submenu ul li.active a {
	color:#FFF;
	background:#36b6ee;
}

.page_submenu ul li.active a:before {
	background:#36b6ee;
}

.page_main_col {
	width:496px;
	float:left;
	padding:50px 0;
}

.page_main_col .image {
	margin:0 0 40px;
}

.print_page {
	width:100%;
	display:inline-block;
	margin:0 0 40px;
}

.print_page a {
	width:93px;
	height:34px;
	line-height:34px;
	text-decoration:none!important;
	background:#3db4e8;
	font-size:13px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	float:right!important;
	padding:0!important;
}

.print_page a:hover {
	background:#28a1d6;
}

.print_page a span {
	display:none!important;
}

.page_main_col .text p {
	margin:0 0 20px;
	text-indent:30px;
}

.page_main_col .text h2,
.page_main_col .text h3,
.page_main_col .text h4,
.page_main_col .text h5 {
	margin:0 0 20px;
}

.page_main_col .text ul,
.page_main_col .text ol {
	margin:0 0 20px 40px;
}

.page_main_col .text ul li {
	list-style:disc outside;
}

.page_main_col .text ol li {
	list-style:decimal outside;
}

.sidebar {
	width:314px;
	float:right;
	padding:50px 0;
}

.widget {
	width:270px;
	margin:75px auto 0;
	background:#FFF;
	border:1px solid #d9d9d9;
	box-shadow:0px 2px 15px rgba(0,0,0,.3);
	-moz-box-shadow:0px 2px 15px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 2px 15px rgba(0,0,0,.3);
}

.widget:first-child {
	margin-top:0px;
}

h4.widget-title, .widget-container h2.widgettitle {
	border-bottom:1px solid #e1e1e1;
	text-align:center;
	font-size:22px;
	font-weight:400;
	padding:11px 0;
}

.widget .chat_btn {
	float:none;
	margin:0 auto;
}

.textwidget {
	padding:20px 0;
}

.textwidget p {
	margin:15px 0;
	font-size:14px;
}

.textwidget p a {
	color:#3db4e8;
}

.featured_image {
	border-bottom:9px solid #3db4e8;
	text-align:center;
}

.service_subpages {
	background:#FFF;
	position:relative;
	z-index:2;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
}

.featured_image img {
	min-width:1216px;
	min-height:347px;
}

.page-template-template_solutions_1-php .page_title,
.page-template-template_solutions_2-php .page_title {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.service_subpages ul {
	width:100%;
	display:inline-block;
	margin:0;
	padding:0;
}

.service_subpages ul li {
	/*width:16.6%;*/
	float:left;
	list-style:none;
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-weight:600;
    padding-top:8px;
}

.service_subpages ul li a {
	display:table;
	*display:block;
	padding:8px 20px 8px 20px;
	height:40px;
}

.service_subpages ul li em {
	display:block;
	float:left;
	margin:0px 8px 0 0;
}

.service_subpages ul li span {
	display:table-cell;
	vertical-align:middle;
}

.service_subpages ul li.active a {
	background:#3db4e8;
	color:#FFF;
	text-decoration:none!important;
	cursor:default;
}

.service_subpages ul li.active img {
}

.service_subpages ul li img {
}

.solution_description {
	background:#FFF;
	border-bottom:1px solid #e1e1e1;
}

.solution_description .text {
	width:580px;
	float:left;
	font-size:18px;
}

.solution_description .page_main_col {
	float:none;
	width:auto;
	padding-left:25px;
	padding-right:25px;
}

.solution_gallery {
	float:right;
	width:450px;
}

.solution_gallery_nav {
	background:#2e2d2d;
	position:relative;
	padding:7px 0;
	text-align:center;
}

.solution_gallery_pag {
	display:inline-block;
	*display:inline;
	zoom:1;
}

.solution_gallery_pag span {
	width:14px;
	height:14px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:#FFF;
	text-indent:-9999px;
	text-transform:uppercase;
	font-size:0px;
	float:left;
	margin:0 3px;
	cursor:pointer;
}

.solution_gallery_pag span.cycle-pager-active {
	background:#3db4e8;
}

.sgn_prev {
	display:block;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 8px 7.5px 0;
	border-color: transparent #ffffff transparent transparent;
	left:15px;
	top:50%;
	margin-top:-7.5px;
	z-index:5;
}

.sgn_next {
	display:block;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent transparent transparent #ffffff;
	right:15px;
	top:50%;
	margin-top:-7.5px;
	z-index:5;
}

.solution_childs_list {
	background:#f5f5f5;
	border-bottom:1px solid #e1e1e1;
}

.solutions_list_child {
	width:875px;
	float:left;
	padding:50px 0;
}

.solutions_child_item {
	width:100%;
	display:inline-block;
	border-top:1px solid #e1e1e1;
	padding:50px 0 0;
	margin:50px 0 0;
}

.solutions_child_item.first {
	border:none;
	padding-top:0px;
	margin-top:0px;
}

.solutions_child_item .image {
	float:left;
	width:383px;
	margin:0 0 0 30px;
}

.solutions_child_item .text {
	padding-left:460px;
}

.solutions_child_item .text h2 {
	color:#6fc6f1;
	font-size:24px;
	font-weight:700;
	margin:0 0 15px;
	text-transform:uppercase;
}

.solutions_child_item .text h2 a {
	color:#6fc6f1;
}

.solutions_child_item .text .page_excerpt {
	text-indent:30px;
	margin:0 0 15px;
}

a.read_more_btn {
	display:block;
	width:93px;
	height:34px;
	line-height:34px;
	text-decoration:none!important;
	background:#3db4e8;
	font-size:13px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
}

a.read_more_btn:hover {
	background:#28a1d6;
}

.solutions_child_item.inverted .image {
	float:right;
}

.solutions_child_item.inverted .text {
	padding-left:30px;
	width:400px;
}

.main_content {
	position:relative;
	z-index:2;
}

.solution_single_desc {
	background:#FFF;
	border-bottom:1px solid #e1e1e1;
	padding:35px 0 25px;
	text-align:center;
}

.solution_single_desc h2 {
	font-size:32px;
	color:#3db4e8;
	font-weight:600;
	margin:0 0 10px;
}

.solution_single_desc p {
	font-size:24px;
	margin:0 0 10px;
}

.service_blocks {
	background:#FFF;
	padding:45px 0;
}

.service_block {
	width:352px;
	float:left;
	margin-left:92px;
}

.service_block.first {
	margin-left:0px;
}

.service_block .image {
	margin:0 0 45px;
}

.service_block .text h2 {
	font-size:30px;
	font-weight:400;
	color:#6fc6f1;
	margin:0 0 15px;
	text-transform:uppercase;
}

.service_block .text p {
	text-indent:30px;
	margin:0 0 12px;
}

.download_pdf_link {
	text-align:right;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}

.download_pdf_link a {
	color:#ef7b18;
}

.service_gallery {
	padding:20px 0;
}

.service_gallery_carousel {
	position:relative;
	padding:0 44px;
}

.ppc_prev,
.ppc_next {
	background-image:url(gallery_arrows.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/gallery_arrows.png*/;
	background-repeat:no-repeat;
	display:block;
	width:43px;
	height:43px;
	position:absolute;
	z-index:5;
	top:50%;
	margin-top:-22px;
}

.ppc_prev {
	left:0px;
	background-position:0px 0px;
}

.ppc_next {
	right:0px;
	background-position:0px -43px;
}

.service_gallery_carousel_main {
	z-index:4;
}

.service_gallery_carousel_main a {
	margin:0 9px;
}

.solution_video_section {
	background:#FFF;
	padding:40px 0;
}

.solution_bullets_left {
	width:300px;
	float:left;
	padding-left:10px;
}

.solution_video_embed {
	width:496px;
	float:left;
	margin-left:30px;
}

.solution_bullets_right {
	width:300px;
	float:right;
	padding-right:10px;
}

.solution_bullets_left h3,
.solution_bullets_right h3 {
	font-size:30px;
	font-weight:400;
	color:#6fc6f1;
	text-transform:uppercase;
	margin:0 0 25px;
}

.solution_bullets_left ul li,
.solution_bullets_right ul li {
	position:relative;
	padding-left:35px;
	font-size:18px;
	margin:0 0 10px;
}

.solution_bullets_left ul li:before,
.solution_bullets_right ul li:before {
	content:'';
	width:14px;
	height:14px;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:#3db4e8;
	position:absolute;
	z-index:3;
	left:2px;
	top:5px;
}

.bullet_dropdown h4 {
	font-size:24px;
	font-weight:400;
	color:#6fc6f1;
	text-transform:uppercase;
	margin:0 0 10px;
	padding:0 0 0 30px;
	position:relative;
	cursor:pointer;
}

.bullet_dropdown h4:before {
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #3db5e8;
	position:absolute;
	z-index:3;
	left:2px;
	top:6px;
}

.bullet_dropdown.opened h4:before {
	border-width: 10px 9px 0 9px;
	border-color: #3db5e8 transparent transparent transparent;
	left:2px;
	top:12px;
}

.bullet_dropdown .bullet_list_content {
	display:none;
}

.bullet_dropdown ul {
	padding-left:33px;
}

.bullet_dropdown ul li {
	font-size:14px;
}

.bullet_dropdown ul li:before {
	top:3px;
}

.ad_banner {
	height:274px;
	background:#e7e5df;
	background-repeat:no-repeat;
	background-position:center;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}

.back_to_top {
	color:#585858;
	text-transform:uppercase;
	font-size:12px;
	font-weight:300;
	width:55px;
	position:absolute;
	right:22%;
	text-align:center;
	top:54%;
	z-index:10;
}

.back_to_top span {
	position:relative;
}

.back_to_top span:before {
	width:52px;
	height:52px;
	content:'';
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:url(white_transparent.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/white_transparent.png*/ repeat;
	border:3px solid #585858;
	display:block;
	position:absolute;
	bottom:105%;
	left:-5px;
	z-index:2;
}

.back_to_top span:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 12px 11px;
	border-color: transparent transparent #585858 transparent;
	position:absolute;
	z-index:3;
	top:-37px;
	left:13px;
}

.blog_slider_main,
.blog_slider_item {
	width:845px;
	height:320px;
	margin:0 auto;
	z-index:2;
}

.bs_prev,
.bs_next {
	display:block;
	width:56px;
	height:56px;
	position:absolute;
	z-index:5;
	top:50%;
	margin-top:-28px;
	background-image:url(blog_arrows.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/blog_arrows.png*/;
	background-repeat:no-repeat;
}

.bs_prev {
	left:0px;
	background-position:0px 0px;
}

.bs_next {
	right:0px;
	background-position:0px -56px;
}

.blog_slider {
	position:relative;
}

.blog_module {
	padding:50px 0;
	background:#f5f5f5;
}

.blog_slider_item .image {
	float:left;
	width:412px;
}

.blog_slider_item .text {
	padding:20px 0 0 465px;
}

.blog_slider_item .text p.blog_time {
	font-size:18px;
	font-style:italic;
	margin:0 0 15px;
}

.blog_slider_item .text h2 {
	font-size:30px;
	color:#6fc6f1;
	font-weight:700;
	margin:0 0 15px;
}

.blog_slider_item .text h2 a {
	color:#6fc6f1;
}

.blog_slider_item .text p {
	margin:0 0 25px;
}

.blog_slider_pag_container {
	padding:30px 0 0;
	text-align:center;
}

.bs_pag {
	display:inline-block;
	*display:inline;
	zoom:1;
}

.bs_pag span {
	width:14px;
	height:14px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:#585858;
	text-indent:-9999px;
	text-transform:uppercase;
	font-size:0px;
	float:left;
	margin:0 3px;
	cursor:pointer;
}

.bs_pag span.cycle-pager-active {
	background:#3db4e8;
}

.page-template-template_projects-php .featured_image,
.single-project .featured_image {
	border-color:#ef7b18;
}

.a-left {
	float:left;
}

.projects_dropdown {
	background:#FFF;
	float:right;
	margin:11px 10px 0 0;
	position:relative;
}

.projects_dropdown ul {
	display:none;
	position:absolute;
	z-index:10;
	top:100%;
	left:0px;
	width:100%;
	padding:0;
	margin:0;
	box-shadow:0px 8px 15px rgba(0,0,0,.3);
	-moz-box-shadow:0px 8px 15px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 8px 15px rgba(0,0,0,.3);
	background:#FFF;
	border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	overflow:hidden;
}

.projects_dropdown ul li {
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}

.projects_dropdown ul li a {
	color:#969696;
	display:block;
	border-bottom:1px solid #e4e1e0;
	padding:18px 15px;
}

.projects_dropdown ul li a:hover {
	background:#ef7b18;
	border-color:#b45d13;
	color:#FFF;
	text-decoration:none;
}

.projects_dropdown_selected {
	font-size:16px;
	color:#585858;
	font-weight:700;
	text-transform:uppercase;
	width:250px;
	line-height:40px;
	padding:0 15px;
	cursor:pointer;
	box-shadow:0px 0px 15px rgba(0,0,0,.3);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,.3);
	position:relative;
	z-index:11;
}

.projects_dropdown_selected:after {
	content:'';
	position:absolute;
	z-index:10;
	right:15px;
	top:50%;
	margin-top:-6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #585858 transparent transparent transparent;
}

.page-2cols {
	padding:25px 0;
}

.page-2cols .page_main_col {
	width:892px;
	padding-left:15px;
}

.page-2cols .sidebar {
	width:290px;
}

.gallery_item {
	float:left;
	width:274px;
	position:relative;
	margin:0 0 35px 35px;
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,.2);
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,.2);
}

.gallery_item.first {
	margin-left:0px;
	clear:both;
}

.gallery_item .image {
	margin:0!important;
}

.gallery_item:hover {
	box-shadow:0px 0px 15px rgba(0,0,0,.4);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,.4);
}

.gallery_item:hover h3.gallery_item_title {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.gallery_item h3.gallery_item_title {
	position:absolute;
	z-index:10;
	left:-2px;
	bottom:-1px;
	width:236px;
	font-size:18px;
	color:#FFF;
	font-weight:600;
	background:#585858;
	box-shadow:0px 0px 10px rgba(0,0,0,.5);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.5);
	white-space:normal;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.gallery_item h3.gallery_item_title a {
	color:#FFF;
	display:block;
	padding:6px 25px;
	text-decoration:none!important;
}

.gallery_item:hover h3.gallery_item_title {
	background: #ef7b18;
	background: -moz-linear-gradient(top, #ef7b18 0%, #d36d16 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef7b18), color-stop(100%,#d36d16));
	background: -webkit-linear-gradient(top, #ef7b18 0%,#d36d16 100%);
	background: -o-linear-gradient(top, #ef7b18 0%,#d36d16 100%);
	background: -ms-linear-gradient(top, #ef7b18 0%,#d36d16 100%);
	background: linear-gradient(to bottom, #ef7b18 0%,#d36d16 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7b18', endColorstr='#d36d16',GradientType=0 );
}

.gallery_overlay {
	position:absolute;
	width:100%;
	z-index:5;
	left:0px;
	top:0px;
	height:100%;
	background:url(white_transparent.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/white_transparent.png*/ repeat;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	overflow:hidden;
}

.gallery_item:hover .gallery_overlay {
	opacity:1;
	filter:alpha(opacity=100);
}

.gallery_overlay_inner {
	padding:20px;
}

.gallery_overlay p.gallery_date {
	font-size:14px;
	color:#ef7b18;
	font-weight:600;
	font-style:italic;
	margin:0 0 20px;
}

.gallery_overlay p {
	font-size:14px;
	white-space:normal;
}

.widget.client_list_widget {
	background:none;
	border:none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.widget.client_list_widget h4.widget-title {
	text-align:left;
	padding:0 0 5px 15px;
	margin:0 0 5px;
	text-transform:uppercase;
	font-size:24px;
	font-weight:600;
}

.widget.client_list_widget ul li {
	list-style:none;
	margin:0 0 3px;
	padding:0 0 0 15px;
}

.widget.client_list_widget .textwidget {
	padding:0;
}

.wp-pagenavi {
	clear:both;
	text-align:center;
	font-size:13px;
	text-transform:uppercase;
}

.wp-pagenavi a,
.wp-pagenavi span.pages {
	margin:0 10px;
	float:left;
	line-height:22px;
}

.wp-pagenavi a.nextpostslink {
	text-indent:-9999px;
	text-transform:uppercase;
	font-size:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 12px;
	border-color: transparent transparent transparent #585858;
}

.wp-pagenavi a.previouspostslink {
	text-indent:-9999px;
	text-transform:uppercase;
	font-size:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 12px 11px 0;
	border-color: transparent #585858 transparent transparent;
}

.wp-pagenavi-inner {
	display:inline-block;
	*display:inline;
	zoom:1;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend,
.wp-pagenavi .page,
.wp-pagenavi .current {
	display:none!important;
}

.back_navigation {
	width:100%;
	display:inline-block;
	padding:15px 0;
}

.back_navigation a {
	margin:0 10px;
	float:left;
	line-height:22px;
	font-size:13px;
	text-transform:uppercase;
}

.back_to_projects_btn {
	float:right;
	position:relative;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	margin:20px 30px 0 0;
}

.back_to_projects_btn:before {
	content:'';
	position:absolute;
	left:-30px;
	top:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 12px 11px 0;
	border-color: transparent #585858 transparent transparent;
}

.single_project_page_title {
	padding:40px 0 40px 85px;
}

.single_project_page_title h1 {
	font-size:36px;
	font-weight:600;
	color:#ef7b18;
	margin:0;
}

.single_project_page_title p {
	font-size:18px;
	font-weight:600;
	font-style:italic;
	color:#ef7b18;
}

.single_project_gallery {
	padding:0 85px;
}

.spg_slider {
	position:relative;
	box-shadow:0px 0px 15px rgba(0,0,0,.4);
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,.4);
}

.sp-slide-inner {
	position:relative;
}

.sp-slide-inner p {
	position:absolute;
	left:0px;
	bottom:0px;
	margin:0;
	background:rgba(255,255,255,.8);
	padding:5px 10px;
	margin:0;
}

.spg_slider_main {
	z-index:3;
}

.spg_slider_main .cycle-slide {
	width:100%;
	text-align:center;
}

.spg_prev,
.spg_next {
	position:absolute;
	top:50%;
	z-index:5;
	margin-top:-26.5px;
}

.spg_prev {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.5px 29px 26.5px 0;
	border-color: transparent #585858 transparent transparent;
	left:-85px;
}

.spg_next {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.5px 0 26.5px 29px;
	border-color: transparent transparent transparent #585858;
	right:-85px;
}

.spg_thumbs {
	width:100%;
	display:inline-block;
	padding:30px 0;
}

.spg_thumbs a {
	float:left;
	margin-right:16px;
	border:1px solid transparent;
}

.spg_thumbs a.active {
	border-color:#ef7b18;
}

.single_project_content {
	padding:0 120px;
}

.single_project_body {
	float:left;
	width:700px;
}

.single_project_body p {
	margin:0 0 15px;
	text-indent:30px;
}

.single_project_bullets {
	float:right;
	width:215px;
}

.single_project_bullets ul li {
	position:relative;
	padding-left:35px;
	font-size:16px;
	margin:0 0 10px;
	font-style:italic;
	text-transform:uppercase;
	text-decoration:underline;
}

.single_project_bullets ul li:before {
	content:'';
	width:14px;
	height:14px;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:#ef7b18;
	position:absolute;
	z-index:3;
	left:2px;
	top:5px;
}

.single_project_buttons {
	padding:35px 85px;
}

a.back_btn {
	float:left;
	position:relative;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	padding-left:30px;
}

a.back_btn:before {
	content:'';
	position:absolute;
	left:0px;
	top:-2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 12px 11px 0;
	border-color: transparent #585858 transparent transparent;
}

#single-nav-right {
	float:right;
}

#single-nav-right a {
	display:block;
	position:relative;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	padding-right:30px;
}

#single-nav-right a:after {
	content:'';
	position:absolute;
	right:0;
	top:-2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 12px;
	border-color: transparent transparent transparent #585858;
}

.opc_carousel {
	width:892px;
	margin:0 auto;
}

.gallery_item_inner {
	position:relative;
}

.opc_carousel .gallery_item {
	float:none;
	margin:15px 16px;
}

.other_projects_carousel {
	position:relative;
	padding:20px 0;
}

.opc_prev,
.opc_next {
	display:block;
	background:url(gallery_arrows.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/gallery_arrows.png*/ no-repeat;
	width:43px;
	height:43px;
	position:absolute;
	z-index:10;
	top:50%;
	margin-top:-26px;
}

.opc_prev {
	left:0px;
	background-position:0px 0px;
}

.opc_next {
	right:0px;
	background-position:0px -43px;
}

.single_project_bottom {
	padding:50px 0;
}

.single_project_bottom h3 {
	font-size:24px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 20px;
	padding:0 0 5px 15px;
	border-bottom:1px solid #e1e1e1;
}

.single_project_bottom_cats {
	float:left;
	margin-left:30px;
	width:778px;
	border-right:1px solid #e1e1e1;
	padding-right:80px;
}

.single_project_bottom_cats ul {
	width:100%;
	display:inline-block;
}

.single_project_bottom_cats ul li {
	float:left;
	width:31%;
	margin:0 0 8px 15px;
}

.single_project_bottom_cats ul li a:hover {
	text-decoration:none;
	color:#36b6ee;
}

.relatedposts {
	float:right;
	width:268px;
}

.relatedposts ul {
	padding-left:15px;
}

.relatedposts ul li {
	margin:0 0 8px;
}

.career_item {
	border-bottom:1px solid #e5e5e5;
}

.career_body {
	display:none;
}

.page-template-template-careers-php .page_submenu {
	margin:0;
}

.page-template-template-careers-php .page_main_col {
	width:660px;
}

.career_item {
	padding:0 60px;
}

.career_title {
	position:relative;
	padding:15px 0;
}

.career_item .career_title h2 {
	font-size:24px;
	color:#36b6ee;
	font-weight:700;
	margin:0;
}

.career_item .career_title p {
	text-indent:0;
	margin:0;
}

.careers_arrow {
	display:block;
	background:url(career_arrow.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/career_arrow.png*/;
	width:47px;
	height:46px;
	position:absolute;
	right:-58px;
	top:17px;
}

.page-template-template_my_duggal-php .hs_tabs {
	border-color:#d4dc52;
}

.page-template-template_my_duggal-php .hs_tabs .hs_tab {
	position:relative;
}

.page-template-template_my_duggal-php .hs_tabs .hs_tab.active:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #d5dc52 transparent;
	position:absolute;
	z-index:10;
	top:-30px;
	left:50%;
	margin-left:-10px;
}

/*.page-template-template_my_duggal-php .hs_item .container .text {
	font-size:36px;
	background:url(images/black76.png) repeat;
	padding:20px 30px;
	max-width:635px;
	margin:175px 0 0 85px;
}*/

.duggal_top_solutions {
	padding-left:10px;
}

.duggal_top_solution {
	float:left;
	width:358px;
	margin:0 24px;
}

.duggal_top_solution .solution_item {
	width:auto;
	float:none;
	margin:0;
}

.duggal_top_solution .solution_item .image img {
	width:100%!important;
}

.duggal_top_solution .solution_item .text {
	padding:0;
}

.duggal_top_solution .solution_item .text h3.solution_title {
	bottom:100%;
	top:auto;
}

.duggal_solutions {
	padding:40px 0;
}

.duggal_solutions h1 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #C5C5C5;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-font-smoothing: antialiased;
	margin: 0 0 40px 28px;
}

.duggal_subpages {
	padding:10px 8px;
}

.duggal_subpages ul li {
	list-style:none;
	clear:both;
	margin:0 0 10px;
	width:100%;
	display:inline-block;
	line-height:32px;
}

.duggal_subpages ul li a span {
	display:block;
	width:32px;
	height:32px;
	background-color:#d4dc52;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin:0 10px 0 0;
}

.duggal_other_solutions {
	padding:25px 160px;
}

.duggal_solution_row .image {
	width:50%;
	float:left;	
}

.duggal_solution_row .text {
	width:50%;
	float:right;
}

.duggal_solution_row .text .text_inner {
	padding:50px 60px;
}

.duggal_solution_row .text p {
	margin:0 0 10px;
	text-indent:30px;
}

.duggal_solution_row .text h3 {
	text-transform:uppercase;
	font-size:30px;
	font-weight:600;
	margin:0 0 30px;
	color:#d4dc52;
}

.duggal_solution_row .text ul li {
	position:relative;
	padding-left:35px;
	font-size:16px;
	margin:0 0 5px;
}

.duggal_solution_row .text ul li:before {
	content:'';
	width:14px;
	height:14px;
	display:block;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:#d4dc52;
	position:absolute;
	z-index:3;
	left:2px;
	top:3px;
}

.duggal_solution_row.odd {
	background:#585858;
	color:#FFF;
}

.duggal_solution_row.even {
	background:#d7daab;
}

.duggal_solution_row.even .text {
	float:left;
}

.duggal_solution_row.even .text h3 {
	color:#FFF;
}

.duggal_solution_row.even .text ul li:before {
	background:#585858;
}

.duggal_solution_row.even .image {
	float:right;
}

.duggal_solution_row .text .download_pdf_link {
	text-align:left;
}

.related_projects {
	background:#f0efeb;
	padding:80px 0;
}

.related_projects h3.related_projects_title {
	text-align:center;
	font-size:36px;
	font-weight:600;
	margin:0 0 40px;
}

.rpc-main .gallery_item {
	float:none;
	margin:10px 17px;
}

.rpc-main {
	margin:0 auto;
	width:924px;
	z-index:2;
}

.gallery_item_inner {
	position:relative;
}

.rpc-main .gallery_overlay p.gallery_date {
	color:#999f3b;
}

.rpc-main .gallery_item:hover h3.gallery_item_title {
	background:#d4dc52;
}

.related-project-carousel {
	position:relative;
}

.rpc_prev {
	position:absolute;
	z-index:7;
	top:50%;
	margin-top:-11px;
	left:105px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 12px 11px 0;
	border-color: transparent #020202 transparent transparent;
}

.rpc_next {
	position:absolute;
	z-index:7;
	top:50%;
	margin-top:-11px;
	right:105px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 12px;
	border-color: transparent transparent transparent #020202;
}

.rpc_left_gradient {
	position:absolute;
	z-index:6;
	width:145px;
	height:100%;
	top:0px;
	left:158px;
	background: -moz-linear-gradient(left, rgba(240,239,235,1) 0%, rgba(240,239,235,1) 20%, rgba(240,239,235,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,239,235,1)), color-stop(20%,rgba(240,239,235,1)), color-stop(100%,rgba(240,239,235,0)));
	background: -webkit-linear-gradient(left, rgba(240,239,235,1) 0%,rgba(240,239,235,1) 20%,rgba(240,239,235,0) 100%);
	background: -o-linear-gradient(left, rgba(240,239,235,1) 0%,rgba(240,239,235,1) 20%,rgba(240,239,235,0) 100%);
	background: -ms-linear-gradient(left, rgba(240,239,235,1) 0%,rgba(240,239,235,1) 20%,rgba(240,239,235,0) 100%);
	background: linear-gradient(to right, rgba(240,239,235,1) 0%,rgba(240,239,235,1) 20%,rgba(240,239,235,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0efeb', endColorstr='#00f0efeb',GradientType=1 );
}

.rpc_right_gradient {
	position:absolute;
	z-index:6;
	width:145px;
	height:100%;
	top:0px;
	right:158px;
	background: -moz-linear-gradient(left, rgba(240,239,235,0) 0%, rgba(240,239,235,0) 1%, rgba(240,239,235,1) 80%, rgba(240,239,235,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,239,235,0)), color-stop(1%,rgba(240,239,235,0)), color-stop(80%,rgba(240,239,235,1)), color-stop(100%,rgba(240,239,235,1)));
	background: -webkit-linear-gradient(left, rgba(240,239,235,0) 0%,rgba(240,239,235,0) 1%,rgba(240,239,235,1) 80%,rgba(240,239,235,1) 100%);
	background: -o-linear-gradient(left, rgba(240,239,235,0) 0%,rgba(240,239,235,0) 1%,rgba(240,239,235,1) 80%,rgba(240,239,235,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,239,235,0) 0%,rgba(240,239,235,0) 1%,rgba(240,239,235,1) 80%,rgba(240,239,235,1) 100%);
	background: linear-gradient(to right, rgba(240,239,235,0) 0%,rgba(240,239,235,0) 1%,rgba(240,239,235,1) 80%,rgba(240,239,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0efeb', endColorstr='#f0efeb',GradientType=1 );
}

.featured_article_widget_content .text,
.featured_project_widget_content .text {
	background:#6fc6f1;
	color:#FFF;
	padding:10px 15px;
}

.featured_article_widget_content .text p,
.featured_project_widget_content .text p {
	color:#585858;
	font-size:12px;
	font-style:italic;
	margin:0;
}

.featured_article_widget_content .text h2,
.featured_project_widget_content .text h2 {
	font-size:23px;
}

.widget_read_more a {
	display:block;
	text-align:center;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#36b6ee;
	padding:15px 0;
}

.widget_read_more a span {
	background:url(arrow-right.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/arrow-right.png*/ no-repeat right center;
	padding:4px 15px 4px 0;
}

.featured_project_widget_content .text {
	background:#ef7b18;
}

.featured_project_widget_content .widget_read_more a {
	color:#ef7b18;
}

.timeline_first_image {
	background:url(05.jpg)/*tpa=http://duggal.com/wp-content/themes/duggal/images/timeline/05.jpg*/ no-repeat center;
	height:215px;
	text-align:center;
}

.timeline_first_image .image {
	padding:70px 0 35px;
}

.timeline_first_image p {
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
	color:#FFF;
}

.timeline_last_image {
	background:url(04-2.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/timeline/04.png*/ no-repeat center;
	height:230px;
	padding:90px 0 0;
	color:#FFF;
	text-align:center;
}

.timeline_last_image h2 {
	text-transform:uppercase;
	font-size:46px;
	text-shadow:2px 2px 4px rgba(0,0,0,.5);
	letter-spacing:5px;
}

.timeline_last_image p {
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
}

.timeline_icon_container {
	cursor:pointer;
	padding:7px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border:5px solid #dfdfde;
	width:57px;
	height:57px;
	float:right;
	
}

.timeline_icon {
	width:57px;
	height:57px;
	background-color:#ef7b18;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-repeat:no-repeat;
	background-position:center;
	box-shadow:2px 2px 4px rgba(0,0,0,.2);
	-moz-box-shadow:2px 2px 4px rgba(0,0,0,.2);
	-webkit-box-shadow:2px 2px 4px rgba(0,0,0,.2);
}

.date_separator {
	width:88px;
	height:41px;
	line-height:41px;
	color:#FFF;
	font-size:23px;
	font-weight:700;
	text-align:center;
	border-top:2px solid #f0efeb;
	border-bottom:2px solid #f0efeb;
	background: #4abdf0;
	background: -moz-linear-gradient(top, #4abdf0 0%, #31a4d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4abdf0), color-stop(100%,#31a4d7));
	background: -webkit-linear-gradient(top, #4abdf0 0%,#31a4d7 100%);
	background: -o-linear-gradient(top, #4abdf0 0%,#31a4d7 100%);
	background: -ms-linear-gradient(top, #4abdf0 0%,#31a4d7 100%);
	background: linear-gradient(to bottom, #4abdf0 0%,#31a4d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abdf0', endColorstr='#31a4d7',GradientType=0 );
	margin:15px auto;
	box-shadow:0px 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,.2);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,.2);
	clear:both;
}

.timeline_content {
	background:url(timeline_line.jpg)/*tpa=http://duggal.com/wp-content/themes/duggal/images/timeline_line.jpg*/ repeat-y center top;
	width:100%;
	display:inline-block;
	margin:80px 0;
	position:relative;
	z-index:1;
}

.timeline_event {
	width:50%;
	float:left;
	position:relative;
	margin:40px 0 15px;
}

.timeline_event:before {
	width:126px;
	content:'';
	height:9px;
	background:#dfdfde;
	position:absolute;
	z-index:10;
	right:0;
	top:38px;
}

.timeline_event .before_circle {
	right:-13.5px;
	top:29px;
	position:absolute;
	z-index:11;
	display:block;
	background:#dfdfde;
	width:13px;
	height:13px;
	padding:7px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

.timeline_event .before_circle em {
	display:block;
	width:13px;
	height:13px;
	background:#FFF;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	box-shadow:1px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow:1px 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,.3);
}

.timeline_event.odd {
	float:right;
	margin-top:80px;
}

.date_separator + .timeline_event {
	margin-top:15px;
}

.timeline_event_content {
	width:360px;
	float:right;
	padding:0 126px 0 0;
	position:relative;
}

.timeline_event.odd .timeline_event_content {
	float:left;
	padding:0 0 0 126px;
}

.timeline_event.odd:before {
	right:auto;
	left:0px;
}

.timeline_event.odd .before_circle {
	right:auto;
	left:-13.5px;
}

.timeline_event.odd .timeline_icon_container {
	float:left;
}

.timeline_short_desc {
	width:265px;
	text-align:right;
	float:left;
	min-height:81px;
	display:table;
	font-size:14px;
}

.timeline_event.odd .timeline_short_desc {
	text-align:left;
	margin-left:10px;
}

.timeline_short_desc p {
	display:table-cell;
	vertical-align:middle;
}

.timeline_short_desc strong {
	font-weight:600;
}

.timeline_years {
	width:80px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
}

.timeline_years ul {
	padding:0;
	margin:0;
	border-top:1px solid #e1e1e1;
}

.timeline_years ul li {
	list-style:none;
	text-align:center;
	font-size:24px;
	font-weight:700;
	border-bottom:1px solid #e1e1e1;
}

.timeline_years ul li a {
	text-decoration:none!important;
}

.timeline_years ul li a:hover,
.timeline_years ul li a.active {
	color:#36b6ee;
}

.timeline_page > .container {
	position:relative;
}

.fixed_timeline_years {
	position:fixed;
	top:100px;
	left:auto;
}

.close_timeline_popup {
	display:block;
	background:url(close_popup.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/close_popup.png*/ no-repeat;
	width:48px;
	height:49px;
	position:absolute;
	z-index:10;
	top:-24px;
	right:-24px;
}

.timeline_popup {
	background:#FFF;
	border:7px solid #f0efeb;
	box-shadow:0px 3px 4px rgba(0,0,0,.2);
	-moz-box-shadow:0px 3px 4px rgba(0,0,0,.2);
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,.2);
	position:absolute;
	z-index:11;
	width:452px;
	top:-40px;
	left:95px;
	display:none;
}

.timeline_popup_content {
	position:relative;
}

.timeline_event.even .timeline_popup {
	left:auto;
	right:95px;
}

.timeline_popup .text {
	padding:10px 15px;
}

.timeline_popup .text h3 {
	font-size:30px;
	font-weight:400;
	font-style:italic;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:1em;
}

.timeline_popup .text h4 {
	font-size:50px;
	font-weight:700;
	line-height:1em;
	margin:0 0 3px;
}

.timeline_popup .text p {
	font-size:18px;
	margin:0;
}

.timeline_popup.rounded .image {
	float:left;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	overflow:hidden;
	border:5px solid #f0efeb;
}

.timeline_popup.rounded .timeline_popup_content {
	padding:15px;
}

.timeline_popup.rounded .text {
	padding-left:175px;
}

.testimonial_item {
	border-bottom:1px solid #e3e3e3;
	width:100%;
	display:inline-block;
	clear:both;
	padding:40px 0;
}

.testimonial_item .image {
	width:196px;
	text-align:center;
	float:left;
	margin:0!important;
}

.testimonial_item .text {
	padding-left:200px;
}

.testimonial_item .text p {
	text-indent:0px;
	margin:0;
}

.testimonial_title {
	margin:0 0 20px;
}

.testimonial_title h2 {
	font-size:20px;
	font-weight:700;
	margin:0!important;
}

.magazines-container{
  margin-top:100px;
}

.magazine{
  width:22%;
  float:left;
  padding-right: 1%;
  padding-left: 1%;
  text-align: center;
}

.magazine a.btn.btn-view{
  width: 149px;
  max-width: 100%;
  font-size: 23px;
  padding: 10px 0;
  background-color: #515151;
}

.magazines-container h2{
  margin-bottom:35px;
  position: relative;
  left:-15px;
  font-size: 34px;
  text-transform: uppercase;
}

.magazine-cover img{
  max-width: 100%;
  width: 215px;
  height:auto !important;
  margin-bottom: 20px;
}

.magazine-title{
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
}

.no-border{
  border:none !important;
}

a.btn.btn-view{
  display:inline-block;
  /*float:left;
  margin-right:11px;*/
  /*width:49px;*/
  line-height:34px;
  color:#FFF;
  text-transform:uppercase;
  font-weight:700;
  font-size:13px;
  background:#515151;
  text-align:center;
  width:193px;
  /*height:74px;*/
  font-size: 27px;
}

.timeline_widget {
	border:4px solid #d4d4d4;
	background:url(timeline_bg.jpg)/*tpa=http://duggal.com/wp-content/themes/duggal/images/timeline_bg.jpg*/ no-repeat center;
	height:380px;
}

.timeline_widget_content {
	padding:140px 0 0;
}

.timeline_widget_content p {
	text-transform:uppercase;
	font-size:24px;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 10px;
	line-height:1.1em;
}

.timeline_widget_content a {
	display:block;
	width:157px;
	height:32px;
	line-height:32px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
	background: #f0882f;
	background: -moz-linear-gradient(top, #f0882f 0%, #d86f16 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0882f), color-stop(100%,#d86f16));
	background: -webkit-linear-gradient(top, #f0882f 0%,#d86f16 100%);
	background: -o-linear-gradient(top, #f0882f 0%,#d86f16 100%);
	background: -ms-linear-gradient(top, #f0882f 0%,#d86f16 100%);
	background: linear-gradient(to bottom, #f0882f 0%,#d86f16 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0882f', endColorstr='#d86f16',GradientType=0 );
	box-shadow:0px 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,.3);
	text-decoration:none!important;
}

.page-template-template_locations-php .page_main_col {
	width:726px;
}

.location_col {
	width:50%;
	float:left;
	margin:0 0 40px;
}

.location_col.first {
	clear:both;
}

.locations_intro {
	margin:0 0 20px;
}

.location_col h2 {
	font-size:28px;
	/* text-transform:uppercase; */
	color:#36b6ee;
	margin:0 0 15px;
}

.location_col .image {
	margin:0px!important;
}

.location_desc {
	padding:15px 0;
}

.location_desc h3 {
	font-size:20px;
	color:#36b6ee;
	margin:0;
}

.location_desc p {
	margin:0 0 20px;
}

.infobox_inner {
	background:#FFF;
	border:7px solid #f0efeb;
	box-shadow:0px 3px 4px rgba(0,0,0,.6);
	-moz-box-shadow:0px 3px 4px rgba(0,0,0,.6);
	-webkit-box-shadow:0px 3px 4px rgba(0,0,0,.6);
}

.infoBox > img {
	position: absolute!important;
	z-index: 20;
	top: -15px;
	right: -18px;
}

.infobox_inner .text {
	padding:10px 15px;
}

.infobox_inner .text h4 {
	font-size:24px;
	font-weight:700;
	line-height:1em;
	margin:0 0 3px;
}

.infobox_inner .text p {
	font-size:14px;
	margin:0;
}

.acf-map {
	width: 100%;
	height: 600px;
	position:relative;
	z-index:1;
}

.full_map {
	position:relative;
}

.map_circle {
	background:#36a9dc;
	width:250px;
	height:170px;
	padding:80px 0 0;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-size:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	box-shadow:0px 2px 15px rgba(0,0,0,.5);
	-moz-box-shadow:0px 2px 15px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 2px 15px rgba(0,0,0,.5);
	position:absolute;
	z-index:2;
	top:-180px;
	left:50%;
	margin-left:-125px;
	line-height:1em;
	display:none!important;
}

.acf-map {
	/*margin-top:190px;*/
}

.blog_header {
	background:#6b6b6b;
	color:#FFF;
	padding:28px 0;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.blog_header h3 {
	font-size:36px;
	text-transform:uppercase;
	font-weight:600;
	float:left;
	margin:2px 0 0 15px;
}

.blog_header ul {
	float:right;
	border-right:1px solid #929292;
	width:660px;
	margin-right:10px;
}

.blog_header ul li {
	float:left;
	display:table;
	min-height:56px;
	vertical-align:middle;
	font-size:16px;
	font-weight:600;
	width:101px;
	padding:0 15px;
	border-left:1px solid #929292;
	text-align:center;
	text-transform:uppercase;
}

.blog_header ul li a {
	color:#FFF;
	display:table-cell;
	vertical-align:middle;
}

.blog_intro {
	padding:35px 12px;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
}

.blog_intro h3 {
	color:#3db4e8;
	font-size:18px;
	font-weight:600;
	padding:10px 0 15px;
}

.blog_intro p {
	width: 75%;
	font-size:14px;
	font-weight:600;
}

.single-post .homepage_signup {
	background:#f5f5f5;
	color:#585858;
}

.page-template-template_blog-php .newsletter_form,
.single-post .newsletter_form {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.blog_intro .container {
	position:relative;
}

.page-template-template_blog-php .homepage_signup,
body.category .homepage_signup {
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
	padding:5px;
}

.page-template-template_blog-php .homepage_signup .newsletter_form,
body.category .homepage_signup .newsletter_form {
	width:220px;
}

.page-template-template_blog-php .homepage_signup .newsletter_form input[type="submit"],
body.category .homepage_signup .newsletter_form input[type="submit"] {
	height:30px;
	width:66px;
	font-size:12px;
}

.page-template-template_blog-php .newsletter_form input[type="text"],
.page-template-template_blog-php .newsletter_form input[type="email"],
body.category .homepage_signup .newsletter_form input[type="text"],
body.category .homepage_signup .newsletter_form input[type="email"] {
	width:135px;
	padding:4px 9px;
}

.page-template-template_blog-php .homepage_signup p,
body.category .homepage_signup p {
	font-size:12px;
	margin:7px 20px 0 5px;
}

.single-post .newsletter_form input[type="text"],
.single-post .newsletter_form input[type="email"] {
	border:1px solid #d8d8d8;
	border-right:none;
	width:202px;
	padding:13px 18px;
}

.blog_list_articles {
	background:#585858;
}

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2.5s;
	-moz-animation-duration: 2.5s;
	-ms-animation-duration: 2.5s;
	-o-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.blog_list_articles:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.blog_article .post-header,
.blog_article .post-more,
.blog_article img {
	position: absolute;
	top: 0;
	left: 0;
}

.blog_article {
	width: 25%;
	padding-top: 25%;
	float: left;
	background: #3db4e8;
	overflow: hidden;
	position: relative;
	color: #FFF;
}

.blog_article.featured {
	width:75%;
	background:#f0efeb;
	color:#585858;
}

.blog_article.featured a {
	color:#585858;
}

.blog_article.has-image:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #585858;
	z-index: 99;
	opacity: 0;
	filter: alpha(opacity=@opacity * 100);
	-webkit-transform: translateZ(0);
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.blog_article.has-image:hover:before {
	opacity: 0.6;
	filter: alpha(opacity=@opacity * 100);
}

.blog_article.has-image img {
	width: 100%;
	height: auto;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.blog_article.has-image .post-header,
.blog_article.has-image .post-more {
	-webkit-transform: translateX(-2000px);
	-moz-transform: translateX(-2000px);
	-o-transform: translateX(-2000px);
	transform: translateX(-2000px);
}

.blog_article .post-header {
	top: 2.618em;
	left: 2.618em;
	right: 2.618em;
}

.blog_article .post-header,
.blog_article .post-more {
	z-index: 999;
}

.blog_article .post-more {
	top: auto;
	bottom: 2.618em;
	left: 2.618em;
	right: 2.618em;
}

.post-date {
	font-size:14px;
	margin:0 0 3px;
}

.blog_article a {
	color:#FFF;
}

.blog_article h2,
.blog_article .wp-polls > p,
.blog_article .wp-polls-form > p {
	font-size:24px;
	letter-spacing:1px;
	text-align:left!important;
	margin:0 0 10px;
}

.post-date:before {
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	speak: none;
	width: 1.387em;
	display: inline-block;
	line-height: 1;
	content: "\f017";
}

.post-more .categories:before {
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	speak: none;
	width: 1.387em;
	display: inline-block;
	line-height: 1;
	content: "\f07b";
}

p.read_more_featured {
	text-align:right;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
}

.featured_post_excerpt {
	text-indent:30px;
	margin:0 0 15px;
}

.wp-polls-ul {
	margin:0!important;
}

.wp-polls-ul li {
	font-size:14px;
	font-style:italic;
	margin:0 0 10px;
	cursor:pointer;
}

.wp-polls-ul li label {
	cursor:pointer;
	position:relative;
	padding:5px 0 5px 30px;
	display:block;
}

.wp-polls-ul li input {
	position:absolute;
	left:-9999px;
}

.wp-polls-ul li label:before {
	content:'';
	width:18px;
	height:18px;
	border:2px solid #FFF;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	display:block;
	position:absolute;
	left:0px;
	top:3px;
	z-index:2;
}

.pollpie {
	position:absolute;
    width:22px;
    height:22px;
	z-index:10;
	left:0px;
	top:3px;
}

.wp-polls-ans ul li {
	position:relative;
	padding:5px 0 5px 30px;
	font-style:italic;
	font-size:14px;
	margin:0 0 10px;
}

.view_more_link {
	clear:both;
}

.view_more_link.loading a span {
	background:url(ajax-loader.gif)/*tpa=http://duggal.com/wp-content/themes/duggal/images/ajax-loader.gif*/ no-repeat left center;
	padding:10px 40px;
}

.view_more_link a {
	display:block;
	background:#f0efeb;
	text-align:center;
	text-transform:uppercase;
	padding:30px 0;
	font-size:18px;
	font-weight:700;
}

.single_post_content .image_container {
	position:relative;
}

.single_post_content .image_container .image {
	text-align:center;
}

.single_post_content .image_container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #585858;
	z-index: 2;
	opacity: 0.75;
	filter: alpha(opacity=@opacity * 100);
}

.single_article_image_title {
	width:850px;
	left:50%;
	margin-left:-425px;
	position:absolute;
	top:0;
	height:100%;
	z-index:3;
	color:#FFF;
}

.single_article_image_title .post-header {
	padding:45px 0 0;
}

.single_article_image_title .post-more {
	position:absolute;
	bottom:30px;
}

.single_article_image_title h2 {
	font-size:24px;
	letter-spacing:1px;
	text-align:left!important;
	margin:0 0 10px;
}

.single_article_image_title a {
	color:#FFF;
}

.single_post_content .text_body {
	max-width:850px;
	margin:0 auto;
	padding:60px 0 20px;
}

.single_post_content_title h1 {
	font-size:36px;
	font-weight:700;
	margin:0;
	text-transform:uppercase;
}

.single_post_info {
	width:100%;
	display:inline-block;
	margin:0 0 40px;
}

.single_post_info .post-date {
	float:left;
}

.single_post_info .post-more {
	color:#3db4e8;
	float:left;
	margin-left:60px;
	font-size:14px;
}

.single_post_info .post-more a {
	color:#3db4e8;
}

.single_post_content_body p {
	margin:0 0 20px;
}

.single_post_content_body ul,
.single_post_content_body ol {
	margin:0 0 20px 30px;
}

.single_post_content_body ul li {
	list-style:disc outside;
}

.single_post_content_body ol li {
	list-style:decimal outside;
}

p.contact_us_static_link {
	font-size:24px;
	font-weight:600;
}

p.contact_us_static_link a {
	color:#3db4e8;
	font-weight:700;
	text-decoration:underline;
}

.single_post_content_container {
	background:#f0efeb;
}

.single_share_article {
	text-align:right;
}

.single_share_article_inner {
	display:inline-block;
	*display:inline;
	zoom:1;
}

.single_share_article_inner .addthis_toolbox > span {
	text-transform:uppercase;
	float:left;
	font-size:18px;
	font-weight:700;
	margin-right:10px;
	line-height:26px;
}

.single_share_article_inner .addthis_32x32_style .at15t_twitter {
	width:23px!important;
	height:22px!important;
	background:url(tw.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/tw.png*/ no-repeat center!important;
}

.single_share_article_inner .addthis_32x32_style .at15t_linkedin {
	width:23px!important;
	height:22px!important;
	background:url(in.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/in.png*/ no-repeat center!important;
}

.single_share_article_inner .addthis_32x32_style .at15t_facebook {
	width:23px!important;
	height:22px!important;
	background:url(fb.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/social/fb.png*/ no-repeat center!important;
}

.comments_container {
	padding:30px 0;
}

#comments .cf {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #e1e1e1;
	padding:0 0 15px;
	margin:0 0 15px;
}

#comments .cf h2 {
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
	float:left;
}

#comments .cf .comment-form-actions {
	float:right;
}

#comments .cf .comment-form-actions a {
	position:relative;
	background:none;
	border:none;
	cursor:pointer;
	font-size:18px;
	font-weight:700;
	float:right;
	text-transform:uppercase;
	padding:3px 0 3px 10px;
	margin:4px 0 0;
}

#comments .cf .comment-form-actions a:before {
	background:url(right-arrow.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/right-arrow.png*/ no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:-30px;
	top:0px;
	content:'';
}

.other_articles .view_more_link {
	display:none!important;
}

.other_articles {
	background:#f5f5f5;
}

.other_articles h2.other_articles_title {
	font-size:36px;
	text-transform:uppercase;
	font-weight:700;
	padding:25px 0;
}

.comment-list > li {
	border-bottom:1px solid #e1e1e1;
	padding:0 0 15px;
	margin:0 0 15px;
}

.comment-list > li ul.children {
	margin:0 0 0 60px;
}

.comment-list > li ul.children li {
	border-top:1px solid #e1e1e1;
	padding:15px 0 0;
	margin:15px 0 0;
}

p.comment-awaiting-moderation {
	margin:10px 0!important;
	background:#fffcde;
	border:1px solid #f1ecc6;
	padding:5px;
	font-size:12px;
}

a.comment-metadata {
	color:#3db4e8;
	display:block;
	font-size:14px;
	margin: 0 0 0 70px;
}

a.comment-metadata:before {

	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	speak: none;
	width: 1.387em;
	display: inline-block;
	line-height: 1;
	content: "\f017";
}

.comment-content {
	padding:10px 25px;
}

.comment-actions {
	width:100%;
	display:inline-block;
}

.comment-actions .reply a {
	float:left;
	background:url(reply.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/reply.png*/ no-repeat left center;
	line-height:26px;
	font-size:18px;
	color:#3db4e8;
	text-transform:uppercase;
	font-weight:700;
	padding:2px 0 2px 32px;
}

footer.comment-meta {
	margin:0 0 10px;
}

.comment-author {
	font-size:20px;
	letter-spacing:1px;
	font-weight:700;
}

h3#reply-title {
	font-size:24px;
}

#commentform p {
	margin:0 0 10px;
}

#commentform label {
	display:block;
	margin:0 0 2px;
}

#commentform input[type="submit"] {
	border:none;
	color:#FFF;
	text-shadow:0px 0px 1px rgba(0,0,0,.5);
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	margin:0;
	padding:5px 15px;
	background: #81cef0;
	background: -moz-linear-gradient(top, #81cef0 0%, #3db4e8 2%, #3db4e8 2%, #379ecb 2%, #379ecb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81cef0), color-stop(2%,#3db4e8), color-stop(2%,#3db4e8), color-stop(2%,#379ecb), color-stop(100%,#379ecb));
	background: -webkit-linear-gradient(top, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
	background: -o-linear-gradient(top, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
	background: -ms-linear-gradient(top, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
	background: linear-gradient(to bottom, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81cef0', endColorstr='#379ecb',GradientType=0 );
}

.page-template-template_history-php .page_submenu {
	margin-right:26px;
}

.page-template-template_history-php .page_main_col {
	padding-top:26px;
	width:633px;
}

.page-template-template_history-php .page_main_col .text {
	padding-right:20px;
}

.page-template-template_history-php .page_main_col .text p {
	text-indent:0px;
}

.page-template-template_history-php .sidebar {
	width:333px;
	padding-top:26px;
}

.page-template-template_history-php .timeline_widget {
	height:400px;
	border:none;
}

.search-results .featured_image {
	border-color:#585858;
}

.page-2cols-left .sidebar {
	float:left;
}

.page-2cols-left .page_main_col {
	width:862px;
	float:right;
}

.search_form {
	margin:0 0 50px;
}

.search_form h3 {
	font-size:30px;
	font-weight:600;
	margin:0 0 10px;
}

.search_form form {
	width:100%;
	display:inline-block;
}

.search_form form input[type="text"] {
	width:700px;
	float:left;
	margin:0;
	background-image:url(search.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/icons/search.png*/;
	background-position:99% center;
	background-repeat:no-repeat;
}

.search_form form input[type="submit"] {
	background:#3db4e8;
	color:#FFF;
	width:122px;
	float:right;
	border:none;
	font-size:18px;
	font-weight:700;
	margin:0;
	padding:3px 10px;
}

.search_results_title {
	padding:0 0 15px;
	margin:0;
	border-bottom:1px solid #e1e1e1;
}

.search_results_title h3 {
	font-size:22px;
	font-weight:700;
	margin:0;
}

.search_results_title p {
	font-size:14px;
	margin:0;
}

.search_result_item {
	padding:0 15px;
	margin:25px 0;
}

.search_result_item h2 {
	font-size:18px;
	font-weight:600;
	margin:0;
}

.search_result_item h2 a {
	text-decoration:underline;
}

.search_result_item p {
}

.search_results_content .wp-pagenavi {
	border-top:1px solid #e1e1e1;
	padding:25px 0 0;
}

.event_item {
	border-bottom:1px solid #e1e1e1;
	padding:15px 35px;
}

.event_title p {
	margin:0!important;
}

.event_item p {
	text-indent:0px!important;
}

.event_item h2 {
	font-size:20px;
	margin:0 0 10px!important;
}

.event_item .event_title h2 {
	cursor:pointer;
}

.event_item .event_title h2:hover {
	color:#36b6ee;
}

.event_item .image,
h2.event_date,
.event_description {
	display:none;
}

.event_item.active .image {
	display:block;
	text-align:center;
	margin:0 0 15px!important;
}

.event_item.active h2.event_date {
	display:block;
	text-align:center;
	font-size:24px;
	margin:0 0 20px!important;
}

.event_item.active h2.event_date span {
	color:#36b6ee;
}

.event_item.active .event_title h2 {
	text-align:center;
	font-size:30px;
	font-weight:600;
}

.event_item.active .event_title p {
	display:none;
}

.event_item.active .event_description {
	display:block;
	text-align:center;
}

.widget_latest_tweets_widget {
	border:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	width:auto;
	margin:35px 0 0;
}

.widget_latest_tweets_widget h4.widget-title {
	border:none;
	padding-top:0px;
	font-size:24px;
	font-weight:700;
	text-align:left;
}

.widget_latest_tweets_widget h4.widget-title i {
	color:#36b6ee;
}

.latest-tweets {
	background:#f0efeb;
	border:1px solid #e1e1e1;
	padding:15px;
}

.latest-tweets ul li {
	margin-top:18px;
	background:#FFF;
	padding:15px;
	border-left:1px solid #e1e0dc;
	border-right:1px solid #e1e0dc;
	border-bottom:1px solid #c3c3bf;
	font-size:14px;
}

.latest-tweets ul li a {
	color:#36b6ee;
}

.latest-tweets ul li:first-child {
	margin-top:0px;
}

p.tweet-text {
	margin:0 0 10px;
}

.latest-tweets ul li p.tweet-details a {
	font-size:12px;
	color:#585858;
	font-weight:700;
}

.press_filters {
	margin:0 0 60px;
	padding:0 80px;
}

.press_year_filter {
	float:left;
}

.press_year_filter select {
	border: 1px solid #E1E1E1;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	outline: none!important;
	margin:0;
	width:105px;
}

.press_search {
	float:right;
	width:196px;
}

.press_search form {
	position:relative;
}

.press_search input[type="text"] {
	padding-right:30px;
	width:154px;
}

.press_search input[type="submit"] {
	background:url(search.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/icons/search.png*/ no-repeat;
	width:19px;
	height:18px;
	text-indent:-9999px;
	text-transform:uppercase;
	font-size:0px;
	position:absolute;
	z-index:2;
	right:6px;
	top:10px;
	border:none;
	outline:none!important;
	padding:0;
}

.page-template-template_press-php .page_submenu,
.tax-years .page_submenu {
	margin:0;
}

.page-template-template_press-php .page_main_col,
.tax-years .page_main_col {
	width:659px;
}

.tax-years .sidebar {
	width:333px;
}

.page-template-template_history-php .sidebar {
	width:310px;
}

.press_item {
	border-bottom:1px solid #e1e1e1;
	padding:10px 5px;
}

.press_content {
	display:none;
	padding:15px 10px 0 113px;
}

.press_content .image {
	text-align:center;
	margin:0!important;
}

.press_thumbnail {
	width:91px;
	float:left;
	margin:0!important;
	min-height:2px;
}

.press_title {
	float:left;
	margin-left:22px;
	width:360px;
}

.press_title p {
	font-size:14px;
	margin:0!important;
	text-indent:0!important;
}

.press_title h2 {
	font-size:20px;
	margin:0!important;
}

.press_buttons {
	width:165px;
	float:right;
	padding:17px 0 0;
}

.press_items {
	border-top:1px solid #e1e1e1;
}

.press_buttons a {
	display:block;
	float:left;
	margin-right:11px;
	width:49px;
	line-height:34px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:700;
	font-size:13px;
	background:#3db4e8;
	text-align:center;
}

.press_buttons a.active {
	background:#585858;
}

.press_items .wp-pagenavi {
	padding:50px 0 0;
}

.widget-container{
  width:100%;
}

.widget-featured{
  width:50%;
  float:left;
}

.widget.widget-left{
  float:left;
}
.widget.widget-right{
  float:right;
}

.page-template-template_glossary-php .page_main_col,
.tax-filters .page_main_col {
	width:900px;
}

.page-template-template_glossary-php .subpage_title h1 {
	padding-left:90px;
}

.gloassary_search {
	width:266px;
}

.gloassary_search form {
	position:relative;
}

.gloassary_search input[type="text"] {
	padding-right:30px;
	width:154px;
	width:224px;
}

.gloassary_search input[type="submit"] {
	background:url(search.png)/*tpa=http://duggal.com/wp-content/themes/duggal/images/icons/search.png*/ no-repeat;
	width:19px;
	height:18px;
	text-indent:-9999px;
	text-transform:uppercase;
	font-size:0px;
	position:absolute;
	z-index:2;
	right:6px;
	top:10px;
	border:none;
	outline:none!important;
	padding:0;
}

.glossary_letters {
	margin:40px 0;
}

.glossary_letters ul li {
	display:inline-block;
	*display:inline;
	font-size:24px;
	margin:0 5px;
}

.glossary_letters ul li a.active {
	color:#36b6ee;
	text-decoration:underline;
}

.glossary_item {
	margin:0 0 25px;
}

.glossary_items {
	padding:0 5px;
}

.glossary_items h2 {
	font-size:24px;
}

.glossary_item h3 {
	font-size:16px;
	margin:0!important;
}

.glossary_item a {
	color:#a2dbf7;
}

.glossary_item p {
	margin:0!important;
	text-indent:0px!important;
}

.page-template-template_bios-php .page_main_col {
	width:912px;
}

.page-template-template_bios-php .page_submenu {
	margin:0;
}

.page-template-template_bios-php .page_left_sidebar {
	float:left;
	width:328px;
}

.page-template-template_bios-php .widget {
	margin-left:10px;
}

.bios_member {
	width:204px;
	height:204px;
	overflow:hidden;
	box-shadow:1px 0px 5px rgba(0,0,0,.3);
	-moz-box-shadow:1px 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow:1px 0px 5px rgba(0,0,0,.3);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
	float:left;
	margin:10px;
}

.bios_member .image {
	margin:0!important;
}

.member_hidden {
	position:absolute;
	z-index:10;
	left:0px;
	top:100%;
	width:100%;
	height:100%;
	background:#f18830;
	color:#FFF;
}

.member_hidden_content {
	position:relative;
	height:204px;
}

.member_info {
	background:#FFF;
	width:100%;
	left:0px;
	bottom:0px;
	position:absolute;
	z-index:2;
}

.member_info p {
	color:#f18830;
	font-size:10px;
	text-transform:uppercase;
	margin:0!important;
	text-indent:0px!important;
	padding-left:44px;
}

.member_info h3 {
	color:#585858;
	font-weight:700;
	font-size:14px;
	margin:0!important;
	text-transform:uppercase;
	padding-left:44px;
}

.member_info_content {
	position:relative;
	padding:5px 0;
}

/*
.member_info_content:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #f18730 transparent transparent transparent;
	position:absolute;
	left:10px;
	top:0px;
	content:'';
}
*/

.member_desc {
	padding:10px;
}

.member_desc p {
	font-size:12px;
	margin:0!important;
}

.bios_quote {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align:center;
	color:#FFF;
	display:table;
	font-size:18px;
	font-weight:700;
}

.bios_quote_content {
	display:table-cell;
	vertical-align:middle;
	padding:0 30px;
}

.bios_member.featured {
	background:#585858;
	width:420px;
	height:auto!important;
	padding:8px;
	float:right;
	margin-right:18px;
}

.bios_member.featured .image {
	background:#FFF;
}

.bios_member.featured .member_hidden_content {
	height:auto!important;
}

.bios_member.featured .member_info {
	background:#585858;
	position:static;
}

.bios_member.featured .member_desc {
	display:none;
}

.bios_member.featured .member_hidden {
	position:static;
}

.bios_member.featured .member_info_content:before {
	display:none;
}

.bios_member.featured .member_info p {
	font-size:12px;
	color:#36b6ee;
}

.bios_member.featured .member_info h3 {
	color:#FFF;
	font-size:18px;
}

.bios_member.featured .member_info_content {
	padding:20px 0;
	min-height:48px;
}

.bios_widget {
	margin-top:75px;
}

.bios_widget:first-child {
	margin-top:0px;
}

.bios_widget_content .bios_member {
	float:none!important;
	margin:20px 30px;
}

.bios_widget_title {
	border-bottom:1px solid #e1e1e1;
	padding:0 0 10px;
	margin:0 0 15px;
}

.bios_widget_title h3 {
	float:left;
	font-size:30px;
	margin-left:15px;
}

.bios_widget_title a {
	font-size:18px;
	float:right;
	text-transform:uppercase;
	font-weight:700;
	color:#FFF;
	background:#f18830;
	padding:5px 15px;
	display:none;
}

.page-template-template_resources-php .page_submenu {
	margin-right:35px;
}

.page-template-template_resources-php .page_main_col {
	width:920px;
}

.page-template-template_resources-php .sidebar {
	width:333px;
}

.page-template-template_resources-php .press_title {
	margin-left:0px;
	width:400px;
}

.page-template-template_resources-php .press_search {
	float:left;
}

.page-template-template_resources-php .press_filters {
	padding:0;
}

.page-template-template_resources-php .press_buttons {
	width:145px;
	padding:6px 0 0;
}

.resource_items{
  margin-top:100px;
}

.resource_item .image{
  width: 300px;
  text-align: center;
  float:left;
}

.resource_item .image img{
  /*border: 1px solid #cbccca;*/
  /*float:left;*/
}

.resource_item a.btn-pdf{
  margin-left:25px;
}

.resource_item h2{
  font-size: 30px;
}

.resource_item .text{
  width: 600px;
  float: right;
  margin-bottom:60px;
}

.resource_item a.btn.btn-view{
  height:74px;
  line-height: 74px;
}

.page_main_col .text .resource_item p{
  text-indent: 0;
  font-size: 23px;
  line-height: 38px;
}

.video_item {
	border-bottom:1px solid #e1e1e1;
	padding:0 0 15px;
	margin:0 0 25px;
}

.video_item h2 {
	font-size:30px;
	font-weight:600;
}

.magazine_item {
	width:100%;
	display:inline-block;
	margin:0 0 30px;
}

.magazine_item .images {
	float:left;
	width:266px;
}

.magazine_item .images a {
	float:left;
	margin-left:6px;
}

.magazine_item .images a:first-child {
	margin-left:0px;
}

.magazine_text {
	padding-left:290px;
}

.magazine_text p {
	color:#3db4e8;
	font-size:24px;
	font-weight:700;
	margin:0!important;
	text-indent:0!important;
}

.magazine_text h2 {
	font-size:30px;
	font-weight:600;
	margin:0!important;
	text-transform:uppercase;
}

.magazines_filters {
	width:80px;
	float:right;
	margin:50px 30px 0 0;
}

.magazines_filters ul {
	padding:0;
	margin:0;
	border-top:1px solid #e1e1e1;
}

.magazines_filters ul li {
	list-style:none;
	text-align:center;
	font-size:24px;
	font-weight:700;
	border-bottom:1px solid #e1e1e1;
}

.magazines_filters ul li a {
	text-decoration:none!important;
}

.magazines_filters ul li a:hover,
.magazines_filters ul li a.active {
	color:#36b6ee;
}

.duggal-gallery{
  width:23%;
  float:left;
}

ul.sitemap-menu {
	padding-left:80px;
}

ul.sitemap-menu li a {
	color:#36b6ee;
	position:relative;
}

ul.sitemap-menu li ul {
	padding-left:38px;
}

ul.sitemap-menu li.menu-item-has-children > a:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #585858 transparent transparent transparent;
	position:absolute;
	z-index:10;
	left:-22px;
	top:9px;
}

.single_post_content_body a {
	color:#3db4e8;
}

.gform_wrapper {
	max-width: 100% !important;
}

body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
	padding:0 0 10px;
}

h3.gform_title {
	text-transform:uppercase;
	font-size:30px!important;
}

.gform_body,
.gform_description {
	padding-left:25px;
}

body .gform_wrapper .top_label .gfield_label {
	font-size:14px;
	text-transform:uppercase;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
	background:#3db4e8;
	color:#FFF;
	text-transform:uppercase;
	border:none;
	font-size:14px!important;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
	font-weight:700;
	margin:0 0 0 25px;
	padding:6px 15px;
}

.gform_wrapper input[type="file"] {
	background:#FFF;
	border:1px solid #e1e1e1;
	cursor:pointer;
}

#gform_12 ul li.gfield {
  width: 100% !important;
}

#gform_12 .ginput_complex span.name_first {
  float: none !important;
  width: 100% !important;
  padding-right: 0px;
}

#gform_12 .ginput_complex span.name_last {
  float: none !important;
  width: 100% !important;
}

#gform_12 .ginput_container input.large {
  width: 100% !important;
  clear: both !important;
}

#gform_12 .ginput_complex label {
  visibility: hidden !important;
}

.prettyradio a,
.prettycheckbox a {
	display:block;
	width:27px;
	height:27px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:#dfdfde;
	position:relative;
	float:left;
	margin-right:10px;
}

.prettyradio a:before,
.prettycheckbox a:before {
	display:block;
	width:13px;
	height:13px;
	background:#FFF;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	box-shadow:1px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow:1px 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,.3);
	content:'';
	position:absolute;
	z-index:10;
	top:50%;
	margin-top:-6.5px;
	left:50%;
	margin-left:-6.5px;
}

.prettyradio a.checked:before,
.prettycheckbox a.checked:before {
	background:#585858;
}

.prettyradio label,
.prettycheckbox label {
	text-transform:uppercase;
	font-size:14px!important;
	font-weight:700;
	padding:3px 0 0!important;
	margin:0!important;
}

ul.gfield_radio {
	width:100%;
	display:inline-block;
}

ul.gfield_radio > li {
	float:left;
	margin-left:15px;
	min-width:90px;
}

ul.gfield_radio > li:first-child {
	margin-left:0px;
}


.press-releases-widget {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
	width:auto;
}

.press-releases-widget h4.widget-title {
	border:none;
	padding-top:0px;
	font-size:24px;
	font-weight:700;
	text-align:left;
}

.press-releases-widget .textwidget {
	background:#f0efeb;
	border:1px solid #e1e1e1;
	padding:15px;
}

.page_main_col .widget-container .image{
  margin:0 !important;
}

.press-releases-widget .textwidget p {
	margin:18px 0 0;
	background:#FFF;
	padding:15px;
	border-left:1px solid #e1e0dc;
	border-right:1px solid #e1e0dc;
	border-bottom:1px solid #c3c3bf;
	font-size:14px;
}

.press-releases-widget .textwidget p a {
	color:#36b6ee;
}

.press-releases-widget .textwidget p:first-child {
	margin-top:0px;
}

.page-template-template_faq-php .page_left_sidebar {
	float:left;
	width:314px;
	padding-top:102px;
}

.page-template-template_faq-php .page_main_col {
	width:862px;
	float:right;
}

.upload_button_styled {
	float: right;
    width: 195px;
    border: none;
    color: #FFF;
    text-shadow: 0px 0px 1px rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    background: #81cef0;
    background: -moz-linear-gradient(top, #81cef0 0%, #3db4e8 2%, #3db4e8 2%, #379ecb 2%, #379ecb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81cef0), color-stop(2%,#3db4e8), color-stop(2%,#3db4e8), color-stop(2%,#379ecb), color-stop(100%,#379ecb));
    background: -webkit-linear-gradient(top, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
    background: -o-linear-gradient(top, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
    background: -ms-linear-gradient(top, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
    background: linear-gradient(to bottom, #81cef0 0%,#3db4e8 2%,#3db4e8 2%,#379ecb 2%,#379ecb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81cef0', endColorstr='#379ecb',GradientType=0 );
    margin-right: 0px;
}

.search_filters_widget {
	padding:60px 10px 0;
	clear:both;
}

.search_filters_widget p,
.search_filters_widget h4 {
	font-size:22px;
	font-weight:700;
	margin:0 0 20px;
	padding-left:37px;
}

.search_filters_widget ul li {
	margin:0 0 20px;
}

.search_filters_widget ul li label {
	font-size:18px!important;
	cursor:pointer;
	text-transform:none;
}

.search_filters_widget ul li label span {
	font-size:14px;
	font-weight:400;
}

.faq_results {
	margin:0 0 25px;
	width:100%;
	display:inline-block;
}

.faq_results > h3 {
	border-bottom:1px solid #e1e1e1;
	padding:10px 25px;
	font-size:22px;
	margin:0!important;
}

.faq_results.featured {
	background:#f5f5f5;
}

.zilla-likes {
	float:right;
	text-align:center;
	position:relative;
}

.zilla-likes:before {

	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	speak: none;
	width: 1.387em;
	display: inline-block;
	line-height: 1;
	content: "\f004";
	font-size:24px;
	color:#FFF;
	text-decoration:none!important;
	position:absolute;
	z-index:1;
	top:0px;
	left:-11px;
}

.zilla-likes.active:before {
	color:#F00;
}

.zilla-likes-count {
	position:relative;
	z-index:2;
	font-size:12px;
	display:none;
}

.gallery_image.large {
	clear:both;
}

.gallery_image {
	margin:0 0 20px;
}

.gallery_image.small {
	float:left;
	width:50%;
}

.lpPoweredBy,
#live-person {
	display: none;
}

.page-id-24 .print_page {
	display:none;
}

.video-item {
	margin:0 0 35px;
	width:100%!important;
}

.video-item p {
	margin:0 0 10px;
}

.video-item iframe {
	margin:0 0 10px;
}

.video_prev {
	display:block;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 8px 7.5px 0;
	border-color: transparent #333333 transparent transparent;
	left:-15px;
	top:148px;
	margin-top:-7.5px;
	z-index:5;
}

.video_next {
	display:block;
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent transparent transparent #333333;
	right:-15px;
	top:148px;
	margin-top:-7.5px;
	z-index:5;
}

.solution_video_embed {
	position:relative;
}

.video-description {
	background:#FFF;
}

.video-description img {
	width:100%!important;
	height:auto!important;
}

.my_duggal_top_title {
	position:relative;
	width:100%;
	display:inline-block;
	margin:0 0 35px;
}

.my_duggal_intro {
	padding:10px 0 10px 28px;
}

.my_duggal_top_title h1 {
	margin-bottom:10px;
}

.my_duggal_intro p {
	margin:0 0 8px;
}

.my_duggal_top_left {
	float:left;
	width:590px;
}

.my_duggal_top_right {
	float:right;
	margin:0 37px 0 40px;
	width:570px;
}

.my_duggal_top_right img {
	max-width:100%;
	height:auto!important;
}

/* ==== NEW ==== */
.blog-search {
	padding:35px 0 0;
}

.blog-search .header_search {
	float:right;
	margin:0;
}

h3.blog-search-title {
	padding:30px 0;
	font-weight:normal;
}

.uploadthingy {
	width: 400px;
	margin: 40px auto;
}

@media (min-width: 855px) {
  /* GRAVITY FORM START */
	.gform_title {
		margin-left: 23px !important;
	}
	.gform_wrapper ul li.gfield {
	    clear: none !important;
	}
	.gfield {
		float: left;
		margin-bottom: 20px;
	}
	.c_name_input {
		width: 100%
	}
	.c_email_input {
		width: 47.5%;
		margin-right: 20px;
	}
	.c_email_input input {
		width: 100% !important;
	}
	.c_age_input, .c_location_input {
		width: 23%;
	}
	.c_age_input .gfield_select {
		width: 75% !important;
	}
	.c_location_input div span {
		width: 100% !important;
	}
	.c_website_input, .c_twitter_input, .c_instagram_input {
		width: 30%;
		margin-right: 27px;
	}
	.c_website_input .ginput_container input, .c_twitter_input .ginput_container input, .c_instagram_input .ginput_container input {
		width: 100% !important;
	}
	.c_file_input, .c_photograph_input, .c_description_input, .c_student_input {
		width: 100%;
	}
	/* GRAVITY FORM END */
}
   div.location_col{
	text-align:center !important;
}
@media (max-width: 855px) {
	.c_location_input div span {
		width: 50% !important;
	}
	.c_age_input select.gfield_select {
		width: 50% !important;
	}

}
#footerDiv div{
		min-width:120px;
		padding-bottom:2px;
	}
	iframe{
		width:100% !important;
	}
@media (max-width: 1100px) {
	#footerDiv{
		padding-left:0px !important;
		padding-right:0px !important;
	}
    .container{
		padding-left:0px !important;
		padding-right:0px !important;
	}
}
@media (max-width: 480px) {
	.c_location_input div span {
		width: 100% !important;
	}
}
