/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: 400;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 700;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    display: block;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.marg_last {
    margin-right: 0 !important;
}

/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*----------------------------------------------------------------------------------*/
html {
	
}

body {
    color: #b1b1b1;
    font-family: Arial, Verdana, Tahoma;
    font-size: 12px;
		webkit-font-smoothing: antialiased;
}

.flt_Lt {
    float: left;
    display: inline;
}

.flt_Rt {
    float: right;
    display: inline;
}

@font-face {
    font-family: 'GothamLightRegular';
    src: url('gotham-light.eot');
    src: url('gotham-light.eot') format('embedded-opentype'),
         url('gotham-light.woff') format('woff'),
         url('gotham-light.ttf') format('truetype'),
         url('gotham-light.svg#GothamLightRegular') format('svg');
}

@font-face {
    font-family: 'BebasRegular';
    src: url('bebas.eot');
    src: url('bebas.eot') format('embedded-opentype'),
         url('bebas.woff') format('woff'),
         url('bebas.ttf') format('truetype'),
         url('bebas.svg#BebasRegular') format('svg');
}

@font-face {
    font-family: 'GothamBookRegular';
    src: url('gotham_book.eot');
    src: url('gotham_book.eot') format('embedded-opentype'),
         url('gotham_book.woff') format('woff'),
         url('gotham_book.ttf') format('truetype'),
         url('gotham_book.svg#GothamBookRegular') format('svg');
}


/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/
.wrapper {
    margin: 0 auto;
    min-width: 1000px;
}

.social_top {
    position: fixed;
    top: 161px;
    left: 0;
    width: 55px;
    z-index: 9999;
}

.social_top a {
    height: 55px;
    display: inline-block;
    width: 55px;
    background: url(../Images/social_icons.png) no-repeat left top;
}

.social_top a.mail {
    background-position: 0 0;
}

.social_top a.call {
    background-position: 0 -60px;
}

.social_top a.twittr {
    background-position: 0 -119px;
}

.social_top a.site {
    background-position: 0 -182px;
}

.container {
    width: 968px;
    margin: 0 auto;
    position: relative;
}

header {
	background: #d0d1d3 url("../Images/bg-header.png") bottom left repeat-x;
	border-bottom: 5px solid #363636;
    padding: 69px 0 40px 0;
}

.head_text {
	float: right;
	width: 667px;
}

.head_text p {
    font-family: "GothamLightRegular", Helvetica, Verdana, sans-serif;
    font-size: 26px;
    color: #fff;
    text-align: right;
    line-height: 33px;
}

/*-------------------------------------------*/
/* ------------------ HEADER HERE -------------------*/
#logo {
    height: 158px;
    float: left;
}

/* ---------------------------------------------------------*/
/* ------------------------ MIAN CONTENT HERE --------------*/
.banner {
	background: #fff url("../Images/bg-banner.png") top left repeat-x;
    margin: 0;
    padding: 50px 0;
}

.left_banr_sec {
    width: 238px;
    padding: 0 0 0 59px;
    float: left;
}

.right_banr_sec {
    float: right;
    width: 600px;
    padding-right: 38px;
}

.right_banr_sec p {
    font-size: 26px;
    color: #000;
    font-family: "GothamLightRegular", Helvetica, Verdana, sans-serif;
    line-height: 28px;
}

.right_banr_sec p span {
    font-weight: 700;
}

.slider {
    background: url(../Images/slider_bg.png) no-repeat 31px top;
    height: 674px;
}

.left_3d {
    float: left;
    width: 320px;
    padding: 71px 0 0;
    margin: 0 74px 0 0;
}

.process3d p.lines_bg {
    font-family: 'Ultra', serif;
    width: 314px;
    font-size: 17.36px;
    color: #fff;
    float: left;
    padding-top: 40px;
}

.process3d p.lines_bg { display:inline-block; float:left; }

.process3d p.lines_bg span {
    width: 61px;
    border-top: 2px solid #fff;
    height: 2px;
    float: left;
    margin: 10px 8px 0 0;
    display: inline-block;
}

.process3d p.lines_bg span.right {
	margin-right:0;
	margin-left:8px;
}

.process3d p.lines_bg span.one {
    width: 61px;
    border-top: 2px solid #fff;
    height: 2px;
    float: right;
    margin-left: 51px;
    display: inline-block;
}

.process3d p {
    font-family: GothamBookRegular;
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}

.process3d h1 {
    font-size: 45px;
    font-weight: 400px;
    color: #f26b3c;
    padding: 5px 0 11px;
    float: left;
    font-family: 'Ultra';
    text-shadow: 2px 2px 0 #fff;
    margin-bottom: 10px;
}

.process3d .process_intro h1 {
    font-size: 63.52px;
    font-weight: 700px;
    font-family: BebasRegular;
    text-shadow: none;
    margin-bottom: 0;
}

.process3d .process_deeper h1 {
    margin-bottom: 20px;
}

.process3d ul {
    float: left;
    display: inline-block;
}

.process3d ul li {
    float: left;
    padding: 0 5px;
}

.process3d ul li p {
    width: 261px;
    float: left;
}

.process3d ul li.process_longer {
	text-align: center;
}

.process3d ul li.process_longer .paras {
	margin: 0 auto;
	text-align: left;
	width: 782px;
}

.process3d ul li.process_broader {
	text-align: center;
}

.process3d ul li.process_broader .paras {
	margin: 0 auto;
	text-align: left;
	width: 782px;
}

.process3d ul li.process_deeper .paras {
	padding-left: 70px;
}

.process3d ul li.process_deeper .paras .para1 {
	width: 290px;
}

.process3d ul li p.para1 {
    padding-bottom: 18px;
    float: left;
    font-size: 14px;
    line-height: 18px;
}

.process3d ul li p.para2 {
    font-size: 14px;
    line-height: 17px;
    width: 233px;
	margin-right: 41px;
}

.process3d ul li img.slide1 {
    float: right;
    margin-right: 157px;
    margin-top: 8px;
}

.process3d ul li img.slide2 {
    float: right;
    margin-right: 70px;
    margin-top: 77px;
}

.process3d ul li img.slide3 {
    margin: 49px auto 0;
}

.process3d ul li img.slide4 {
    margin: 0 auto 35px;
}

.process3d ul li p.long_para {
	height: 257px;
	width: 314px;
	font-size: 18px;
	line-height: 22px;
}

.right_3d {
    float: left;
    padding: 49px 0 0;
}

.slider	img {
    font-family: "GothamLightRegular", Helvetica, Verdana, sans-serif;
}

.para_blk {
    width: 302px;
    float: left;
    margin-right: 29px;
    margin-top: 20px;
}

.para_blk.last_blk {
    margin-right: 0;
}

.process3d p span {
    float: left;
    border-top: 2px solid #fff;
    height: 2px;
    float: left;
    margin: 10px 9px 0 0;
    width: 77px;
}

.process3d p span.right { margin-right:0; margin-left:9px; }

.process3d p strong {
	display:block;
	float:left;
}

.process3d p {
    font-family: GothamBookRegular;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.process3d p.head {
    font-family: BebasRegular;
    font-size: 22.24px;
    color: #ff753b;
    text-transform: uppercase;
    padding-bottom: 10px;
    /*
	background: url(../Images/p_right_line.jpg) no-repeat 172px 8px;
	*/
    padding-left: 3px;
}

.process3d p span.one {
    float: right;
    border-top: 2px solid #fff;
    height: 2px;
    float: right;
    margin: 10px 13px 0 0;
    width: 77px;
}

.process3d {
    background: #343440;
    border-bottom: 13px solid #807f91;
    padding: 30px 0;
    position: relative;
}

.blocks1 {
	background: #fafcfb url("../Images/bg-blocks1.png") bottom left repeat-x;
    padding: 30px 0;
}

.creative {
    width: 295px;
    float: left;
    margin-right: 35px;
}

.creative p {
    font-size: 14px;
    color: #000;
    font-family: "GothamLightRegular", Helvetica, Verdana, sans-serif;
    border-top: 8px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    font-family: GothamBookRegular;
}

.blocks2 {
	background: #f0f0f2;
    height: 450px;
    padding: 30px 0;
}

.block3 a.tour {
    position: absolute;
    height: 36px;
    width: 116px;
    right: 108px;
    top: 100px;
}

.communication {
    width: 460px;
    float: left;
    margin-right: 39px;
}

.main_img {
    position: relative;
    width: 456px;
    height: 310px;
    margin-bottom: 12px;
}

.communication a.show img {
    position: absolute;
    bottom: 16px;
    right: 15px;
    border: none !important;
}

.main_img img {
    border: 15px solid #fff;
    position: relative;
}

.communication p {
    font-size: 14px;
    color: #000;
    font-family: GothamBookRegular;
    border-top: 8px solid #000;
    border-bottom: 2px solid #000;
    padding: 17px 0 22px;
}

.block3 {
    padding: 45px 0 0;
}

h3 {
    font-family: 'Ultra', serif;
    font-size: 48px;
    color: #feffff;
    padding-bottom: 28px;
}

.block3 h3,.block5 h3 {
    color: #f06c3b;
}

.block5 h3 {
    margin-top: 20px;
}

.block3 p {
    font-size: 21px;
    color: #000;
    font-family: GothamBookRegular;
    line-height: 24px;
    margin-bottom: 39px;
}

.slider3_img1 {
    position: relative;
    width: 925px;
    height: 536px;
}

.slider1 a.tour {
    position: absolute;
    right: 96px;
    top: 99px;
}

.block4 {
	background: #f36c3d;
	border-bottom: 10px solid #734432;
	padding: 45px 0;
	position: relative;
}

.block4	h3 {
    padding: 0 0 40px;
}


#eco-slider-options {
    text-align: center;
}

#eco-slider-options a {
    display: inline-block;
	margin: 0 10px;
}



.block5 ul {
    float: left;
    display: inline-block;
}

.block5 ul li {
    float: left;
    display: inline-block;
}

.block5 ul.popup_blk li {
    width: 312px;
    height: 271px;
    position: relative;
    margin-right: 14px;
    margin-bottom: 9px;
}

.block5 ul.popup_blk li p {
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    text-transform: uppercase;
    color: #000;
    border-top: 5px solid #000;
    border-bottom: 3px solid #000;
    padding: 5px 0;
    font-family: BebasRegular;
}

.block5 ul.popup_blk li p span {
    color: #a1a1a3;
    display: inline-block;
}

.block5 ul.popup_blk li a {
    display: inline-block;
}

.block5	ul li img.main {
    border: 9px solid #fff;
    margin-bottom: 13px;
    position: relative;
    display: block;
}

.block5	ul li a.show {
    position: absolute;
    top: 163px;
    right: 19px;
}

.ct_blk {
	width: 415px;
	float: left;
	margin-right: 0px;
	margin-left: 50px;
}

.ct_blk p {
    font-size: 15.3px;
    color: #000;
    font-family: GothamBookRegular;
}

.block5 {
	background: #e6e7e9 url("../Images/bg-block5.png") left top repeat-x;
    padding: 30px 0;
}

.clients {
    margin-bottom: 30px;
    margin-right: 8px;
}

.clients a {
	float: left;
    width: 170px;
    height: 72px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.clients a img {
    margin: auto;
    display: block;
}

.clients {
    padding-left: 20px;
}

.bod_upgrade {	
	background: #e4edd8 url("../Images/bg-bod_upgrade.jpg") left top repeat-x;
	padding: 50px 0;
}

.bod_upgrade h4 {
    font-size: 38.29px;
    font-family: 'Ultra', serif;
    color: #333340;
    margin: 0;
}

/* ---------------------------------------------------------*/
/* ------------------ POPUP HERE --------------------------*/
#pop_up,#pop_up3,#pop_up4 {
    width: 924px;
    height: 400px;
    background: #fff;
    padding: 27px 0 27px 35px;
    float: left;
    display: none;
}

#pop_up .left_pop {
    width: 370px;
    float: left;
    background: url(../Images/pop_img.jpg) no-repeat left top;
    height: 410px;
    padding: 10px 0 0 20px;
}

#pop_up3 .left_pop {
    width: 370px;
    float: left;
    background: url(../Images/pop_img2.jpg) no-repeat left top;
    height: 410px;
    padding: 10px 0 0 20px;
}

.right_pop {
    float: left;
    width: 495px;
}

.right_pop p.head {
    font-size: 22.84px;
    color: #000;
    font-family: GothamBookRegular;
    padding: 0;
}

.left_pop p.main_head {
    font-size: 42.27px;
    color: #fff;
    font-family: 'Ultra', serif;
    padding-bottom: 7px;
}

.left_pop p {
    font-size: 15px;
    color: #fff;
    font-family: GothamBookRegular;
}

.right_pop p {
    font-size: 13.32px;
    color: #000;
    font-family: GothamBookRegular;
    padding-bottom: 7px;
}

#pop_up1 {
    float: left;
    width: 906px;
    background: #F16C3C;
    padding: 27px 0 80px 27px;
    height: 398px;
}

.dots {
	background: url("../Images/dots.png") 50% 50% repeat-x;
	height: 13px;
	overflow: hidden;
	padding: 25px 0;
}

.dots1 {background-color: #f0f0f2;}

.left_pop1 {
    float: left;
    width: 371px;
    padding: 42px 0 0 38px;
}

.right_pop1 {
    float: left;
}

.right_right_pop p.top {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: GothamBookRegular;
    line-height: 14px;
}

.right_right_pop p.top strong {
    font-weight: 700;
}

.right_right_pop p.top1 {
    padding-top: 20px;
}

.right_right_pop {
    float: left;
    width: 172px;
    margin-top: 45px;
}

.right_right_pop p {
	font-size: 14px;
	color: #fff;
	font-family: GothamBookRegular;
	padding-bottom: 3px;
	line-height: normal;
}

.right_right_pop p.name {
    padding-bottom: 20px;
}

.right_left_pop {
    float: left;
    width: 225px;
    margin-right: 76px;
    margin-top: 45px;
}

.right_left_pop	p {
    font-size: 18px;
    color: #fff;
    font-family: GothamBookRegular;
}

.case_studies {
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#case_studies1,#case_studies2 {
	float: left;
	width: 960px;
	height: 541px;
	background: #fff;
}

#case_studies3,#case_studies4 {
	float: left;
	width: 960px;
	height: 541px;
	background: #fff;
}

#case_studies5,#case_studies6 {
	float: left;
	width: 960px;
	height: 541px;
	background: #fff;
}

.case_left {
    float: left;
    width: 609px;
}

#case_studies1 h5,#case_studies2 h5 {
    font-size: 32.44px;
    color: #014035;
    font-family: BebasRegular;
    padding-bottom: 7px;
}

#case_studies3 h5,#case_studies4 h5 {
    font-size: 32.44px;
    color: #014035;
    font-family: BebasRegular;
    padding-bottom: 7px;
}

#case_studies5 h5,#case_studies6 h5 {
    font-size: 32.44px;
    color: #014035;
    font-family: BebasRegular;
    padding-bottom: 7px;
}

#case_studies1 p,#case_studies2 p {
    padding-right: 40px;
    overflow: auto;
    height: 431px;
    font-size: 14.95px;
    color: #000;
    font-family: GothamBookRegular;
    line-height: 21px;
}

#case_studies3 p,#case_studies4 p {
     padding-right: 40px;
    overflow: auto;
    height: 442px;
    font-size: 14.95px;
    color: #000;
    font-family: GothamBookRegular;
    line-height: 21px;
}

#case_studies5 p,#case_studies6 p {
     padding-right: 40px;
    overflow: auto;
    height: 442px;
    font-size: 14.95px;
    color: #000;
    font-family: GothamBookRegular;
    line-height: 21px;
}

.case_right {
    float: right;
	width: 320px;
	padding-top: 30px;
}

.mobile_serv {
    width: 960px;
    float: left;
    background: #fff;
    padding-bottom: 40px;
}

.mobile_serv h3 {
    color: #F16C3C;
    padding-bottom: 34px;
}

.mobile_serv img {
    display: block;
    margin: 0 auto;
}

.contact_us {
    width: 798px;
    background: #333340;
    padding: 32px 18px 69px 27px;
    float: left;
    display: none;
}

.contact_us	h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 286px;
    font-size: 47px;
    padding-bottom: 0;
    margin-bottom: 11px;
}

.left_ctnct {
    width: 286px;
    float: left;
    margin-right: 38px;
}

.right_cntct {
    float: left;
    margin: 11px 0 0;
}

.contact_us p {
    float: left;
    padding: 3px 0;
    font-size: 14px;
    color: #F16C3C;
    font-family: GothamBookRegular;
    width: 165px;
}

.contact_us p span {
    color: #fff;
    font-family: GothamBookRegular;
}

.left_ctnct input {
    color: #fff;
    font-size: 14px;
    background: #ABABBA;
    border: none;
    outline: none;
    padding: 6px 0 5px 10px;
    width: 271px;
    margin-bottom: 10px;
    font-family: Arial, Verdana, Tahoma;
}

.right_cntct textarea {
    float: right;
    width: 398px;
    height: 201px;
    background: #ABABBA;
    padding-left: 20px;
    border-bottom: 2px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    font-family: Arial, Verdana, Tahoma;
}

.right_cntct a, .right_cntct input.submit {
    color: #fff;
    font-size: 15px;
    font-family: GothamBookRegular;
    background: url(../Images/send_bg.jpg) repeat-x top left;
    display: inline-block;
    padding: 10px 15px;
    float: right;
    margin-top: 12px;
}

.right_cntct input.submit {
	border:none;
	text-transform:uppercase;
}

.process3d .bx-controls-direction a.bx-prev {
    position: absolute;
    top: 50%;
    left: -70px;
    background: url(../Images/prev_slide.png) no-repeat left top;
    line-height: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
}

.process3d .bx-controls-direction a.bx-next {
    position: absolute;
    top: 50%;
    right: -70px;
    background: url(../Images/next_slide.png) no-repeat right top;
    line-height: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
}

.slider2 {
    width: 100% !important;
}

.slider2 .bx-controls-direction a.bx-next {
    right: -31px;
}

#pop_up1 .bx-controls-direction a.bx-prev {
    left: -30px !important;
}

.hiden_cls {
	position: relative;
}

.close {
	background: url("../Images/close.png");
	display: block;
	width: 31px;
	height: 31px;
	text-indent: -12345px;
	position: absolute;
	top: -10px;
	right: -10px;
}

.next {
	background: url("../Images/next_slide.png");
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -12345px;
	position: absolute;
	bottom: 20px;
	left: 560px;
}

.prev {
	background: url("../Images/prev_slide.png");
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -12345px;
	position: absolute;
	bottom: 20px;
	left: 520px;
}

.process3d .bx-pager-item {
    display: none;
}

.slider2 .bx-pager-item {
    display: none;
}

.slider2 {
    width: 960px !important;
    height: 400px;
    background: #F16C3C;
    position: relative;
}

.slider2 .bx-controls-direction a.bx-next {
    position: absolute;
    background: url(../Images/slide2_next.png) no-repeat right top;
    width: 55px;
    height: 55px;
    right: -54px;
    top: 160px;
    font-size: 0;
    line-height: 0;
}

.slider2 .bx-controls-direction a.bx-prev {
    position: absolute;
    left: -53px !important;
    background: url(../Images/slide2_prev.png) no-repeat left top;
    width: 55px;
    height: 55px;
    top: 160px;
    font-size: 0;
    line-height: 0;
}

.block3 .bx-controls-direction a.bx-next {
    position: absolute;
    width: 55px;
    height: 55px;
    right: -54px;
    background: url(../Images/slide3_next.png) no-repeat left top;
    top: 50%;
    font-size: 0;
    line-height: 0;
}


.block4 .bx-controls-direction a.bx-prev {
     position: absolute;
    width: 54px;
    height: 53px;
    left: -54px;
    background: url(../Images/button_prev.png) no-repeat left top;
    top: 213px;
    font-size: 0;
    line-height: 0;
}

.block4 .bx-controls-direction a.bx-next {
    position: absolute;
    width: 54px;
    height: 53px;
    right: -54px;
    background: url(../Images/button_next.png) no-repeat left top;
    top: 213px;
    font-size: 0;
    line-height: 0;
}

.block3 .bx-controls-direction a.bx-prev {
    position: absolute;
    left: -53px !important;
    background: url(../Images/previous_btn.png) no-repeat right top;
    width: 55px;
    height: 55px;
    top: 50%;
    font-size: 0;
    line-height: 0;
}

.block3 .bx-pager-item {
    display: none;
    font-size: 0;
    line-height: 0;
}

.block3 {
	background: #fff;
    position: relative;
}

.thank_u {
    width: 610px;
    height: 340px;
    background: #333340;
    padding: 29px 50px 41px 29px;
    display: none;
}

.thank_u h3 {
    font-size: 57px;
    color: #F16C3C;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: BebasRegular;
}

.left_thank {
    float: left;
    width: 409px;
}

.thank_u p.name {
    font-size: 18px;
    color: #fff;
    font-family: GothamBookRegular;
}

.thank_u p.website a {
    font-size: 10px;
    color: #fff;
    font-family: GothamBookRegular;
    padding-bottom: 20px;
    display: inline-block;
}

.thank_u p.brand {
    font-size: 18px;
    color: #fff;
    font-family: GothamBookRegular;
}

.right_thank {
    float: right;
    width: 154px;
    padding: 218px 0 0;
}

.right_thank a {
    display: inline-block;
}

/* ---------------------------------------------------------*/
/* ------------------ FOOTER HERE --------------------------*/
footer {
	background: #33353f;
	border-top: 10px solid #14141f;
    padding: 204px 0 18px 0;
}

footer p {
    font-family: GothamBookRegular;
}

footer ul {
    float: left;
    display: inline-block;
    border-bottom: 2px solid #fff;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

footer ul li {
    float: left;
    display: inline-block;
}

footer ul li a {
    display: inline-block;
    margin-right: 17px;
}

.left_ftr {
    width: 423px;
    float: left;
    margin-right: 64px;
}

.left_ftr p {
    font-size: 19.98px;
    color: #fff;
}

.left_ftr p	a {
    color: #fff;
    font-size: 14px;
}

.left_ftr p.post {
    font-size: 15px;
}

.right_ftr {
    width: 478px;
    float: left;
}

.right_ftr a.bod {
    border-bottom: 2px solid #fff;
    width: 100%;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: inline-block;
}

.right_ftr p.fonts span {
    font-size: 15px;
    float: left;
    padding: 5px 1px 0 0;
    color: #fff;
}

.right_ftr p.fonts a img {
    display: inline-block;
}

.right_ftr p.fonts a {
    border-bottom: 0 !important;
    color: #fff;
}

.right_ftr p.copy {
    color: #f16c3c;
    font-size: 9px;
}

.right_ftr p.thanks a {
    font-size: 10px;
    padding: 7px 0 3px;
    color: #fff;
    font-family: GothamBookRegular;
    padding-bottom: 20px;
    cursor: pointer;
}

.creative img {
    width: 100%;
    margin-bottom: 14px;
}


.hiden_cls {
	overflow: hidden;
}

/* ---------------------------------------------------------*/
/* ------------------ BROWSER SPECIFIC --------------------------*/
.gecko .process3d h1 { padding-top:31px; height:58px; }
.gecko .block5 ul.popup_blk li p { padding-top:10px; height:16px; }
.gecko .process3d .para_blk p span { margin-top:2px; }

.ie9 .process3d h1 { padding-top:35px; height:55px; }
.ie9 .block5 ul.popup_blk li p { padding-top:10px; height:16px; }
.ie9 .process3d .para_blk p span { margin-top:2px; }

@media screen and -webkit-min-device-pixel-ratio0 {
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
    .block5 ul.popup_blk li p {
        padding-top: 3px;
        padding-bottom: 3px;
    }

}
