a:hover, a:focus, a:active {
	outline: 0 none;
	color: #f48120;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto Condensed', sans-serif;
}
.innerpage_content{
	padding-top: 120px;
	padding-bottom: 120px;
}
#navigation-sticky-wrapper {
	background-color: transaparent !important;
	background: 0 none !important;
}
.navbar-brand {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 5px;
}
/*.navbar-brand img {
	width: 100px !important;
	height: auto;
}*/
.navbar-inverse {
	background: rgba(242, 242, 242, .9) !important;
	box-shadow: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-collapse.in { height: auto !important; min-height: 70px; }
}
#navigation ul.nav {
	margin: 15px auto 0;
}
#navigation ul.nav li {
	padding: 0;
	margin: 0 10px;
}
#navigation ul.nav li:first-child {
	margin-right: 0;
}
#navigation ul.nav li.item-121 {
	padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #0f0a0b;
}
.navbar-inverse .main-menu .navbar-nav > li > a {
	text-transform: uppercase;
}
#navigation ul.nav .current a {
	color: #f48120;
	background: 0 none;
}
.navbar-inverse .navbar-nav > li > a.we-re-hiring, 
.navbar-inverse .navbar-nav > li.item-169 > a, 
.navbar-inverse .navbar-nav > li.item-176 > a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff !important;
	line-height: 1;
	text-align: center;
	text-transform: none;
	background: #ff8721 !important;
	padding: 12px 25px;
	border-radius: 6px;
	margin: 5px 0 10px;
}
.navbar-inverse .navbar-nav > li > a.we-re-hiring:hover, 
.navbar-inverse .navbar-nav > li.item-169 > a:hover, 
.navbar-inverse .navbar-nav > li.item-176 > a:hover {
	color: #fff !important;
	background: #000 !important;
}
#navigation .top-menu {
	display: block;
	clear: both;
	margin-top: 5px;
	padding: 0 15px;
}
#navigation .top-menu ul.nav li {
	padding: 0;
	margin: 0 10px;
}
#navigation .top-menu ul.nav li:last-child {
	margin-right: 0;
}
#navigation .top-menu ul.nav li a {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #8a8a8a;
	line-height: 1.1em;
	padding: 10px 15px;
}
#navigation .top-menu ul.nav li a:hover {
	color: #000;
}
#navigation .top-menu ul.nav li a .fa {
	margin-right: 10px;
}
a.btn-orange {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	line-height: 1.1em;
	padding: 15px 45px;
	background: #ff8721;
	display: inline-block;
	border: 0 none;
	border-radius: 7px;
	margin-bottom: 10px;
}
a.btn-orange:hover {
	background: #000;
	text-decoration: none;
}
section {
	padding-top: 90px;
}


/* Product */
section#product {
	background: url(../images/product-bg.jpg) center top repeat-x #fff;
	min-height: 950px;
	text-align: center;
	position: relative;
	padding-bottom: 48px;
	//z-index: 11;
}
.product_anchor {
    left: 0;
    position: absolute;
    top: -65px;
    width: 100%;
}
.product_design, .product_fadein {
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.product_design {
    top: 500px;
}
#product .l-page.top-space-large{ 
	margin-top: 94px;
}
.o2o {
    height: 588px;
    margin-top: 0;
    position: relative;
}
.o2o-circle-wrapper {
    height: 588px;
    overflow: hidden;
    position: relative;
}
.o2o-circle {
    border: 1px dashed #c0c0c0;
    border-radius: 50%;
    height: 750px;
    left: 50%;
    margin: 0 auto 0 -397px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 1s ease 0s;
    width: 790px;
}
.animate .o2o-circle {
    opacity: 1;
}
.knob {
    border-radius: 50%;
    height: 160px;
    margin-left: 20px;
    position: absolute;
    text-align: center;
    transition: all 1.5s ease 0s;
    width: 160px;
    z-index: 10;
}
.gfx-seo.knob {
	margin-left: 0;
}
.animate .knob {
    height: 120px;
    margin-left: 0;
    width: 120px;
}
#knob-icons span {
    display: block;
    font-weight: normal;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    white-space: nowrap;
}
.animate #knob-icons span {
    -webkit-animation: knobtitle 2s ease;
	-moz-animation: knobtitle 2s ease;
	-o-animation: knobtitle 2s ease;
	-ms-animation: knobtitle 2s ease;
	animation: knobtitle 2s ease;
	opacity: 1;
}
@-webkit-keyframes knobtitle{
	0% { opacity: 0; }
	70% { opacity:0; }
	100% {opacity: 1; }
}
@-moz-keyframes knobtitle{
	0% { opacity: 0; }
	70% { opacity:0; }
	100% {opacity: 1; }
}
@-o-keyframes knobtitle{
	0% { opacity: 0; }
	70% { opacity:0; }
	100% {opacity: 1; }
}
@-ms-keyframes knobtitle{
	0% { opacity: 0; }
	70% { opacity:0; }
	100% {opacity: 1; }
}
@keyframes knobtitle{
	0% { opacity: 0; }
	70% { opacity:0; }
	100% {opacity: 1; }
}
.knob-circle {
    border-radius: 50%;
	border: 3px solid #fff;
    height: 160px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 160px;
	transition: all 0.3s ease-in-out;
}
.animate .knob-circle {
    height: 120px;
    left: 0;
    margin-left: 0;
    width: 120px;
}
.knob-circle img{height:auto}

.gfx-seo {
    bottom: 70%;
    color: #83b444;
    left: 20px;
}
.animate .gfx-seo {
    bottom: 15.5%;
    left: 11%;
}
#knob-icons .gfx-seo span {
    right: 143px;
    text-align: right;
    top: 44px;
}
.gfx-seo .knob-circle {
    background-color: #83b444;
}
/*.gfx-seo a:hover {
	background-color: #6b6b6c;
	box-shadow:0 0 0 3px #fff, 0 0 0 6px #6b6b6c;
}*/
.animate .gfx-seo .knob-circle {
	-webkit-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-moz-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-o-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
}
/*.animate .gfx-seo a.active{
	box-shadow:0 0 0 3px white, 0 0 0 6px #83b444;
}*/
.gfx-seo .knob-circle img{ 
	//margin-top: 35px;
	margin-top: 30%;
}
.gfx-creative {
    bottom: 70%;
    color: #db5f9b;
    //left: 16.66%;
    left: 180px;
}
.animate .gfx-creative {
    bottom: 56%;
    left: 12%;
}
#knob-icons .gfx-creative span {
    right: 135px;
    text-align: right;
    top: 40px;
}
.gfx-creative a {
    background-color: #db5f9b;
}
.gfx-creative a:hover {
	background-color: #6b6b6c;
	box-shadow:0 0 0 3px #fff, 0 0 0 6px #6b6b6c;
}
.animate .gfx-creative a {
	-webkit-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-moz-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-o-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
}
.animate .gfx-creative a.active {
	box-shadow:0 0 0 3px white, 0 0 0 6px #db5f9b;
}
.gfx-creative img {
    //margin-top: 20%;
}
.animate .gfx-creative img {
    //width: 35%;
}
.gfx-creative .knob-circle img{ 
	margin-top: 20%;
}
#knob-icons .gfx-creative span.read-more {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: lowercase;
	line-height: 1em;
	padding: 3px;
	border: 1px solid #fff;
	top: auto;
	right: auto;
	position: relative;
	margin: 5px auto 0;
	opacity: 1;
}

.gfx-webdesign {
    bottom: 70%;
    color: #ffcd21;
    //left: 33.32%;
    left: 360px;
}
.animate .gfx-webdesign {
    bottom: 85.8%;
    left: 31%;
}
#knob-icons .gfx-webdesign span {
    right: 143px;
    top: 40px;
	text-align: right;
}
.gfx-webdesign a {
    background-color: #ffcd21;
}
.gfx-webdesign a:hover {
	background-color: #6b6b6c;
	box-shadow:0 0 0 3px #fff, 0 0 0 6px #6b6b6c;
}
.animate .gfx-webdesign a {
	-webkit-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-moz-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-o-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
}
.animate .gfx-webdesign a.active {
	box-shadow:0 0 0 3px white, 0 0 0 6px #ffcd21;
}
.gfx-webdesign img {
    //margin-top: 20%;
}
.animate .gfx-webdesign img {
    //width: 35%;
}
.gfx-webdesign .knob-circle img{ 
	margin-top: 20%;
}
#knob-icons .gfx-webdesign span.read-more {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: lowercase;
	line-height: 1em;
	padding: 3px;
	border: 1px solid #fff;
	top: auto;
	right: auto;
	position: relative;
	margin: 5px auto 0;
	opacity: 1;
}

.gfx-ecommerce {
    bottom: 70%;
    color: #00c9cc;
    //left: 66.64%;
    left: 540px;
}
.animate .gfx-ecommerce {
    bottom: 85.8%;
    left: 58%;
}
#knob-icons .gfx-ecommerce span {
    left: 143px;
    top: 40px;
	text-align: left;
}
.gfx-ecommerce a {
    background-color: #00c9cc;
}
.gfx-ecommerce a:hover {
	background-color: #6b6b6c;
	box-shadow:0 0 0 3px #fff, 0 0 0 6px #6b6b6c;
}
.animate .gfx-ecommerce a {
	-webkit-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-moz-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-o-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
}
.animate .gfx-ecommerce a.active {
	box-shadow:0 0 0 3px white, 0 0 0 6px #00c9cc;
}
.gfx-ecommerce img {
    //margin-top: 33%;
}
.animate .gfx-ecommerce img {
    //width: 58%;
}
.gfx-ecommerce .knob-circle img{ 
	margin-top: 20%;
}
#knob-icons .gfx-ecommerce span.read-more {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: lowercase;
	line-height: 1em;
	padding: 3px;
	border: 1px solid #fff;
	top: auto;
	left: auto;
	position: relative;
	margin: 5px auto 0;
	opacity: 1;
}

.gfx-webhosting {
    bottom: 70%;
    color: #7eabf5;
    //left: 83.3%;
    left: 720px;
}
.animate .gfx-webhosting {
    bottom: 56%;
    left: 76%;
}
#knob-icons .gfx-webhosting span {
    left: 143px;
    top: 40px;
	text-align: left;
}
.gfx-webhosting a {
    background-color: #7eabf5;
}
.gfx-webhosting a:hover {
	background-color: #6b6b6c;
	box-shadow:0 0 0 3px #fff, 0 0 0 6px #6b6b6c;
}
.animate .gfx-webhosting a {
	-webkit-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-moz-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-o-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
}
.animate .gfx-webhosting a.active {
	box-shadow:0 0 0 3px white, 0 0 0 6px #7eabf5;
}
.gfx-webhosting img {
    //margin-top: 33%;
}
.animate .gfx-webhosting img {
    //width: 58%;
}
.gfx-webhosting .knob-circle img{ 
	margin-top: 20%;
}
#knob-icons .gfx-webhosting span.read-more {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: lowercase;
	line-height: 1em;
	padding: 3px;
	border: 1px solid #fff;
	top: auto;
	left: auto;
	position: relative;
	margin: 5px auto 0;
	opacity: 1;
}

.gfx-connect {
    bottom: 70%;
    color: #ff5353;
    //left: 96%;
    left: 900px;
}
.animate .gfx-connect {
    bottom: 15.5%;
    left: 78%;
}
#knob-icons .gfx-connect span {
    left: 143px;
    top: 40px;
	text-align: left;
}
.gfx-connect .knob-circle {
    background-color: #ff5353;
}
/*.gfx-connect a:hover {
    background-color: #6b6b6c;
	box-shadow:0 0 0 3px #fff, 0 0 0 6px #6b6b6c;
}*/
.animate .gfx-connect a {
	-webkit-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-moz-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	-o-transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
	transition:bottom 0.46s ease-out 0s, left 0.46s ease-out 0s, width 0.46s ease-out 0s, height 0.46s ease-out 0s, margin 0.46s ease-out 0s, box-shadow 0.12s linear;
}
/*.animate .gfx-connect a.active {
	box-shadow:0 0 0 3px white, 0 0 0 6px #ff5353;
}*/
.gfx-connect img {
    //margin-top: 33%;
}
.animate .gfx-connect img {
    //width: 58%;
}
.gfx-connect .knob-circle img{ 
	//margin-top: 35px;
	margin-top: 30%;
}

#knob-message{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-khtml-opacity:0;
	-moz-opacity:0;
	opacity:0;
	-webkit-transition:opacity 0.46s ease-in, top 0.46s ease-in;
	-moz-transition:opacity 0.46s ease-in, top 0.46s ease-in;
	-o-transition:opacity 0.46s ease-in, top 0.46s ease-in;
	transition:opacity 0.46s ease-in, top 0.46s ease-in;
}
.animate #knob-message{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1;
	opacity:1;
}
.knob-message{
	width:444px;
	height:444px;
	text-align:center;
	border-radius:50%;
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	margin-left:-220px;
	margin-top:-80px;
	z-index:99;
	/*-webkit-box-shadow:0 0 0.9px 10px #f1f1f1;
	-moz-box-shadow:0 0 0.9px 10px #f1f1f1;
	box-shadow:0 0 0.9px 10px #f1f1f1;*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-khtml-opacity:0;
	-moz-opacity:0;
	opacity:0;
	-webkit-transition:opacity 0.46s ease-in, top 0.46s ease-in;
	-moz-transition:opacity 0.46s ease-in, top 0.46s ease-in;
	-o-transition:opacity 0.46s ease-in, top 0.46s ease-in;
	transition:opacity 0.46s ease-in, top 0.46s ease-in;
}
.knob-message.active{z-index:100;opacity:1;}
.knob-msg-item i, .knob-msg-item em{}

.knob-message:nth-child(1){background-color:#fff}
.knob-message:nth-child(2){background-color:#83b444}
.knob-message:nth-child(3){background-color:#db5f9b}
.knob-message:nth-child(4){background-color:#ffcd21}
.knob-message:nth-child(5){background-color:#00c9cc}
.knob-message:nth-child(6){background-color:#7eabf5}
.knob-message:nth-child(7){background-color:#ff5353}

.knob-msg-item{width:350px;margin:0 auto;color:#fff}
#default-content .knob-msg-item { height: 350px; }
.knob-message h3{font-size:30px;font-weight:normal;padding:20px 0 18px;}
.knob-message p{font-size:16px;line-height:1.4;}
.knob-message a{color:#fff}
#knob-message {
}
#knob-message img{
	display:none;
}
#default-content #knob-message img{
	display:block;
	//margin: 100px auto 0;
}
#knob-message .knob-message {
	display:none;
	padding:0 5% 10%;
	border-radius:0 0 4px 4px;
	text-align:center;
	min-height:170px;
}
#knob-message .knob-message.active {
	display:block;
}
.animate #knob-message #default-content {
	display:block;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid #f48120;
}
.animate #knob-message #default-content img {
	margin: 42% auto 0;
	display: block;
	position: relative;
	left: -10px;
}
.knob-message em{margin-top:86px;width:100%;display:block;}


@-moz-keyframes blink{
	0%{-moz-transform:scale(0.9);transform:scale(0.9)}
	42%{-moz-transform:scale(1);transform:scale(1)}
	100%{-moz-transform:scale(0.9);transform:scale(0.9)}
}
@-webkit-keyframes blink{
	0%{-webkit-transform:scale(0.9);transform:scale(0.9)}
	42%{-webkit-transform:scale(1);transform:scale(1)}
	100%{-webkit-transform:scale(0.9);transform:scale(0.9)}
}
@-o-keyframes blink{
	0%{-o-transform:scale(0.9);transform:scale(0.9)}
	42%{-o-transform:scale(1);transform:scale(1)}
	100%{-o-transform:scale(0.9);transform:scale(0.9)}
}
@-ms-keyframes blink{
	0%{-ms-transform:scale(0.9);transform:scale(0.9)}
	42%{-ms-transform:scale(1);transform:scale(1)}
	100%{-ms-transform:scale(0.9);transform:scale(0.9)}
}
@keyframes blink{
	0%{transform:scale(0.9)}
	42%{transform:scale(1)}
	100%{transform:scale(0.9)}
}
.animate .knob a.active {
	-webkit-animation:blink 1.5s infinite ease-in-out;
	-moz-animation:blink 1.5s infinite ease-in-out;
	-ms-animation:blink 1.5s infinite ease-in-out;
	-o-animation:blink 1.5s infinite ease-in-out;
	animation:blink 1.5s infinite ease-in-out;
}

/* Clients */
#clients {
	padding: 0 0 30px;
	background: #fff;
}
#clients .container {
	text-align: center;
}
#clients .row {
	margin: 0 auto 70px;
	text-align: center;
}
#clients .row.last {
	margin-bottom: 0;
}
#clients h1 {
	margin: 90px auto 10px;
}
#clients h3 {
	margin: 0 auto 20px;
}
#clients .client {
	display: block;
	float: left;
	width: 25%;
	height: 110px;
	text-align: center;
	margin-bottom: 60px;
}
#clients .client.last {
	clear: right;
}
#clients .client img {
	display: inline-block;
	text-align: center;
}

/* Our Work */
#ourWork {
	background: url(../images/slider-bg.png) left bottom repeat-x #fefeff;
	position: relative;
	//z-index: 10;
	margin-top: -60px;
	padding-top: 160px;
	padding-bottom: 70px;
	min-height: 900px;
}
#ourWork h1 {
	margin: 0 auto 25px;
}
#ourWork h3 {
	margin: 0 auto 10px;
}
#ourWork .container {
	text-align: center;
}
#ourWork .row {
	margin-bottom: 0;
}
.our-work-slider {
	
}
.our-work-slider .slide1-logo img, .our-work-slider .slide2-logo img, .our-work-slider .slide3-logo img, 
.our-work-slider .slide4-logo img, .our-work-slider .slide5-logo img {
	width: auto !important;
	height: auto !important;
}
.our-work-slider .tp-leftarrow.default {
	width: 31px;
	height: 42px;
	background: url(../images/slider-nav-left.png) no-repeat;
	display: block;
}
.our-work-slider .tp-rightarrow.default {
	width: 31px;
	height: 42px;
	background: url(../images/slider-nav-right.png) no-repeat;
	display: block;
}

/* We're Hiring */
#join {
	padding: 30px 0;
	font-weight: 300;
}
#join .row {
	margin-bottom: 30px;
}
#join .section-heading {
	text-align: center;
}
#join h1 {
	margin: 0 auto 10px;
}
#join h3 {
	margin: 0 auto 10px;
}
#join p, #join ul {
	margin: 0 0 15px;
}
#join .orange {
	font-weight: 400;
}

/* Contact Us */
#contact {
    background: url(../images/contact-us-bg.jpg) center top no-repeat #fff;
    padding: 0;
}
#contactContent {
	height: 720px;
	overflow: hidden;
}
#contactContent .row {
    margin: 0 auto 70px;
    text-align: center;
}
#contactContent .row.last {
    margin-bottom: 30px;
    text-align: left;
}
#contactContent h1 {
    margin: 60px auto 10px;
}
#contactContent p {
	font-weight: 300;
	margin: 0 0 10px;
}
.contact-form .formRed {
	color: #f00;
	font-weight: bold;
}
.contact-form sup {
	color: #f00;
}
.contact-form table {
	display: table;
	width: 98%;
}
.contact-form table td {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	padding: 5px 0;
}
.contact-form table td.label {
	width: 150px;
}
.contact-form  input#Name, .contact-form  input#ContactNo, .contact-form  input#Email, 
.contact-form  input#Subject, .contact-form  textarea#Message, input#captchaTxt66  {
	background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
    color: #333333;
    margin: 0 5px;
    padding: 5px 3px;
	transition: all 0.3s ease-in-out 0s;	
    -moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.contact-form  input#Name, .contact-form  input#ContactNo, .contact-form  input#Email, .contact-form  input#Subject {
	width: 450px;
}
.contact-form  textarea#Message {
	width: 450px;
}
.contact-form  input#Name:focus, .contact-form  input#ContactNo:focus, .contact-form  input#Email:focus, 
.contact-form input#Subject:focus, .contact-form  textarea#Message:focus, input#captchaTxt66:focus {
	background: #eee;
	border: 2px solid #ff7200;
}	
.contact-form .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #ff8721;
	padding: 12px 25px;
	border: 0 none;
	border-radius: 6px;
	display: inline-block;
	margin: 0 10px 0 0;
	transition: all 0.3s ease-in-out;
}
.contact-form .btn:hover {
	background: #000;
	color: #fff;
}
.contact-info  .phone {
    background: url(../images/icon-phone.png) left 4px no-repeat;
    margin-bottom: 10px;
    padding-left: 25px;
}
.contact-info  .fax {
    background: url(../images/icon-fax.png) left 4px no-repeat;
    margin-bottom: 10px;
    padding-left: 25px;
}
.contact-info .mail {
    background: url(../images/icon-email.png) left 4px no-repeat;
    margin-bottom: 10px;
    padding-left: 25px;
}
.contact-info .time {
    background: url(../images/icon-clock.png) left 4px no-repeat;
    margin-bottom: 10px;
    padding-left: 25px;
}
.contact-info .marker{
    background: url(../images/icon-marker.png) left 4px no-repeat;
    margin-bottom: 10px;
    padding-left: 25px;
}
.crane {
	display: block;
	background: url(../images/crane.png) no-repeat;
	width: 60px;
	height: 109px;
	position: relative;
	right: 22px;
	top: -240px;
	margin-bottom: 20px;
	float: right;
	z-index: 50;
}
.contact-info .location {

}
.contact-info h3 {
	margin-top: 0;
	font-weight: 400;
	line-height: 1em;
}
.contact-info h3 span.regno {
	font-weight: 300;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
}

/* Lightbox overrides */
#mb_center, #mb_center *, #mb_center *:before, #mb_center *:after, 
#mb_bottom, #mb_bottom *, #mb_bottom *:before, #mb_bottom *:after {
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}

/* Home */
#chooseTemplate {
	background: #fff;
	padding-bottom: 0;
}
#templateTabs {
	margin: 50px auto 0;
	text-align: center;
	position: relative;
	z-index: 20;
}
#templateTabs h1 {
	margin: 70px auto;
}
#templateTabs .nav-tabs {
	text-align: center;
	border: 0 none;
}
#templateTabs .nav-tabs > li {
	width: 155px;
	margin: 0 33px;
	text-align: center;
	display: inline-block;
	float: none;
}
#templateTabs .nav-tabs > li.active {
	background: url(../images/tab-active-bg2.png) center bottom no-repeat;
}
#templateTabs .nav-tabs.sub-tabs > li.active {
	background: url(../images/tab-active-bg3.png) center bottom no-repeat;
	//background-size: 100% auto;
}
#templateTabs .nav-tabs > li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	display: block;
	padding: 55px 0;
	margin: 0 auto;
	border: 0 none;
}
#templateTabs .nav-tabs > li.active a, #templateTabs .nav-tabs > li a:hover {
	color: #f48120;
	background-color: transparent;
}
#templateTabs .nav-tabs > li a[href="#businesses"] {
	background: url(../images/icon-businesses.png) center top no-repeat;
}
#templateTabs .nav-tabs > li.active a[href="#businesses"], #templateTabs .nav-tabs > li a[href="#businesses"]:hover {
	background: url(../images/icon-businesses-on.png) center top no-repeat;
}
#templateTabs .nav-tabs > li a[href="#restaurants"] {
	background: url(../images/icon-restaurants.png) center top no-repeat;
}
#templateTabs .nav-tabs > li.active a[href="#restaurants"], #templateTabs .nav-tabs > li a[href="#restaurants"]:hover {
	background: url(../images/icon-restaurants-on.png) center top no-repeat;
}
#templateTabs .nav-tabs > li a[href="#portfolios"] {
	background: url(../images/icon-portfolios.png) center top no-repeat;
}
#templateTabs .nav-tabs > li.active a[href="#portfolios"], #templateTabs .nav-tabs > li a[href="#portfolios"]:hover {
	background: url(../images/icon-portfolios-on.png) center top no-repeat;
}
#templateTabs .nav-tabs > li a[href="#personal"] {
	background: url(../images/icon-personal.png) center top no-repeat;
}
#templateTabs .nav-tabs > li.active a[href="#personal"], #templateTabs .nav-tabs > li a[href="#personal"]:hover {
	background: url(../images/icon-personal-on.png) center top no-repeat;
}
#templateTabs .tab-content {
	background: url(../images/tab-content-bg2.png) center top no-repeat;
	text-align: left;
	margin-top: -18px;
	padding: 80px 30px 0;
	min-height: 534px;
	text-align: center;
}
#templateTabs .tab-content .row {
	margin: 0 auto 70px;
}
#templateTabs .tab-content .row.last {
	margin-bottom: 0;
}
#templateTabs .tab-content h3 {
	margin: 0 auto;
}
#examples {
	background: #f5f5f5;
	position: relative;
	z-index: 10;
	margin-top: -38px;
	padding-bottom: 70px;
}
#examples .section-heading h1 {
	margin-top: 10px;
}
#examples .section-heading h3 {
	margin: 15px auto 30px;
}
#examples .description {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 33px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 110px;
}
#examples .container {
	padding: 0;
	text-align: center;
}
#examples .container-thumbs-portfolio .items img {
	width: 362px;
	height: 270px;
	display: block;
	margin: 0 auto;
	border: 1px solid #d8d8d8;
}
#examples .container-thumbs-portfolio .items h3 {
	margin: 35px auto 20px;
	text-align: center;
}
#examples .container-thumbs-portfolio .items p {
	text-align: center;
	margin: 0 auto 40px;
	width: 360px;
}
#examples .container a.btn-orange, #features .container a.btn-orange {
	display: block;
	max-width: 200px;
	margin: 50px auto 10px;
	transition: all 0.3s ease-in-out;
}
#examples .isotope .item-group-more {
	display: block;
	width: 100%;
	height: 50px;
	background: #ccc;
	position: relative;
}
/*
#examples .owl-big-item {
	width: 1294px;
	height: 710px;
	display: block;
	float: left;
	position: relative;
}
*/
#examples .container-thumbs-portfolio .owl-wrapper-outer.autoHeight {
	//height: 711px !important;
}
#examples .container-thumbs-portfolio .owl-wrapper {

}
#examples .container-thumbs-portfolio .owl-wrapper .owl-item {
	//width: 323px !important;
}
#examples .section-heading img {
	margin: 0 auto 50px;
}
#examples .section-heading h2 {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 52px;
	font-weight: 300;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 auto 65px;
}
#examples .container-thumbs-portfolio .items {
	text-align: center;
	width: 33% !important;
}
#examples .container-thumbs-portfolio .items .overlayzoom {
	display: inline-block;
}
#examples .owl-item .description p {
	margin-bottom: 30px;
}
#examples .owl-item .description img {
	border: 4px solid #e1e1e1;
	border-radius: 150px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#examples .owl-item .description img:hover {
	border: 4px solid #f48120;
}
#examples .owl-item .description h4 {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 auto;
}
#examples  .portfolio-detail ul li {
	text-align: left;
}

#features {
	background: #edeff1;
	padding: 90px 0;
}
#features .row {
	margin: 0 auto 70px;
	text-align: center;
}
#features .row.last {
	margin-bottom: 0;
}
#features .container {
	text-align: center;
}
#features h1 {
	margin: 0 auto 15px;
}
#features h3 {
	margin: 0 auto 10px;
}
#features .col-md-4 {
	text-align: center;
	//padding: 105px 50px 0;
	margin: 0;
}
#features .col-md-4.last {

}
#features .col-md-4 h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0 auto 10px;
	padding-top: 105px;
}
#features .se-friendly h3 { background: url(../images/icon-se-friendly.png) center top no-repeat; }
#features .mobile-optimized h3 { background: url(../images/icon-mobile-optimized.png) center top no-repeat; }
#features .socially-connected h3 { background: url(../images/icon-socially-connected.png) center top no-repeat; }
#features .col-md-4 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0 auto 25px;
	width: 240px;
	
}
#features .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #ff8721;
	padding: 12px 25px;
	border-radius: 6px;
	display: block;
	margin: 0 30px;
	transition: all 0.3s ease-in-out;
}	
#features .toolbox .btn:hover {
	background: #000;
}

/* Customers */
#customers {
	background: #fff;
	padding: 0;
}
#customers #customersContent {
	padding: 50px auto 90px;
}
#customers .container {
	text-align: center;
}
#customers .row {
	margin: 0 auto 70px;
	text-align: center;
}
#customers .row.last {
	margin-bottom: 0;
}
#customers h1 {
	margin: 90px auto 10px;
}
#customers h3 {
	margin: 0 auto 20px;
}
#customers .customer {
	display: block;
	float: left;
	width: 25%;
	height: 110px;
	text-align: center;
	margin-bottom: 60px;
}
#customers .customer.last {
	clear: right;
}
#customers .customer img {
	display: inline-block;
	text-align: center;
}

#onlineStore {
	background: url(../images/features2-bg.png) center top no-repeat #fff;
	text-align: center;
	padding: 90px 0;
}
#onlineStore h1 {
	margin: 0 auto 45px;
}
#onlineStore .nav-tabs {
	text-align: center;
	border: 0 none;
	position: relative;
	z-index: 10;
}
#onlineStore .nav-tabs > li {
	width: 155px;
	margin: 0 55px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	float: none;
}
#onlineStore .nav-tabs > li.active {
	background: url(../images/tab-active-bg.png) center bottom no-repeat;
}
#onlineStore .nav-tabs > li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #000;
	display: block;
	padding: 45px 0;
	margin: 0 auto;
	border: 0 none;
}
#onlineStore .nav-tabs > li.active a, #onlineStore .nav-tabs > li a:hover {
	color: #f48120;
}
#onlineStore .nav-tabs > li a[href="#gorgeous"] {
	background: url(../images/icon-gorgeous-templates.png) center top no-repeat;
}
#onlineStore .nav-tabs > li.active a[href="#gorgeous"], #onlineStore .nav-tabs > li a[href="#gorgeous"]:hover {
	background: url(../images/icon-gorgeous-templates-on.png) center top no-repeat;
}
#onlineStore .nav-tabs > li a[href="#theme"] {
	background: url(../images/icon-theme-editor.png) center top no-repeat;
}
#onlineStore .nav-tabs > li.active a[href="#theme"], #onlineStore .nav-tabs > li a[href="#theme"]:hover {
	background: url(../images/icon-theme-editor-on.png) center top no-repeat;
}
#onlineStore .nav-tabs > li a[href="#management"] {
	background: url(../images/icon-management.png) center top no-repeat;
}
#onlineStore .nav-tabs > li.active a[href="#management"], #onlineStore .nav-tabs > li a[href="#management"]:hover {
	background: url(../images/icon-management-on.png) center top no-repeat;
}
#onlineStore .nav-tabs > li a[href="#professional"] {
	background: url(../images/icon-professional-services.png) center top no-repeat;
}
#onlineStore .nav-tabs > li.active a[href="#professional"], #onlineStore .nav-tabs > li a[href="#professional"]:hover {
	background: url(../images/icon-professional-services-on.png) center top no-repeat;
}
#onlineStore .tab-content h4 {
	display: block;
	float: right;
	text-align: left;
	line-height: 1.4em;
	margin: 180px 70px 0 0;
	padding: 0;
	width: 210px;
	height: auto;
}
#onlineStore .tab-content #gorgeous {
	background: url(../images/tab-gorgeous-templates-bg.jpg) center top;
	margin-top: -27px;
	min-height: 534px;
}
#onlineStore .tab-content #theme {
	background: url(../images/tab-theme-editor-bg.jpg) center top;
	margin-top: -27px;
	min-height: 534px;
}
#onlineStore .tab-content #management {
	background: url(../images/tab-management-bg.jpg) center top;
	margin-top: -27px;
	min-height: 534px;
}
#onlineStore .tab-content #professional {
	background: url(../images/tab-professional-services-bg.jpg) center top;
	margin-top: -27px;
	min-height: 534px;
}
#ecommerce {
	background: #fff;
	text-align: center;
	padding: 90px 0 30px;
}
#ecommerce h1 {
	margin: 0 auto 15px;
}
#ecommerce h3 {
	margin: 0 auto 90px;
}
#ecommerce h3 a {
	display: inline-block;
	margin-top: 10px;
}
#ecommerce .toolbox {
	display: block;
	float: left;
	background: #f6f6f6;
	width: 350px;
	padding: 30px;
	margin: 0 30px 30px 0;
	border: 3px solid #d7d7d7;
	border-radius: 7px;
}
#ecommerce .toolbox.last {
	margin-right: 0;
}
#ecommerce .toolbox h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0 auto 10px;
	padding-top: 90px;
}
#ecommerce .product-management h3 { background: url(../images/icon-product-management.png) center top no-repeat; }
#ecommerce .order-management h3 { background: url(../images/icon-order-management.png) center top no-repeat; }
#ecommerce .go-social h3 { background: url(../images/icon-go-social.png) center top no-repeat; }
#ecommerce .drive-traffic h3 { background: url(../images/icon-drive-traffic.png) center top no-repeat; }
#ecommerce .dominate-search h3 { background: url(../images/icon-dominate-search.png) center top no-repeat; }
#ecommerce .recover-lost-sales h3 { background: url(../images/icon-recover-lost-sales.png) center top no-repeat; }
#ecommerce .toolbox p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0 auto 25px;
}
#ecommerce .toolbox .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #ff8721;
	padding: 12px 25px;
	border-radius: 6px;
	display: block;
	margin: 0 30px;
	transition: all 0.3s ease-in-out;
}	
#ecommerce .toolbox .btn:hover {
	background: #000;
}

/* Tour */
/*
#tour {
	background: #fff;
	padding: 0; 
}
#tourTabs {
	margin: 50px auto 90px;
}
#tourTabs .nav-tabs {
	text-align: center;
	border: 0 none;
}
#tourTabs .nav-tabs > li {
	width: 155px;
	margin: 0 33px;
	text-align: center;
	display: inline-block;
	float: none;
}
#tourTabs .nav-tabs.sub-tabs > li {
	width: 135px;
	border-bottom: 0 none;
	vertical-align: top;
}
#tourTabs .nav-tabs > li.active {
	background: url(../images/tab-active-bg2.png) center bottom no-repeat;
}
#tourTabs .nav-tabs.sub-tabs > li.active {
	background: url(../images/tab-active-bg3.png) center bottom no-repeat;
	//background-size: 100% auto;
}
#tourTabs .nav-tabs > li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #000;
	display: block;
	padding: 45px 0;
	margin: 0 auto;
	border: 0 none;
}
#tourTabs .nav-tabs > li.active a, #tourTabs .nav-tabs > li a:hover {
	color: #f48120;
	background-color: transparent;
}
#tourTabs .nav-tabs > li a[href="#webdesign"] {
	background: url(../images/icon-web-design.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#webdesign"], #tourTabs .nav-tabs > li a[href="#webdesign"]:hover {
	background: url(../images/icon-web-design-on.png) center top no-repeat;
}
#tourTabs .nav-tabs > li a[href="#setup"] {
	background: url(../images/icon-setup-store.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#setup"], #tourTabs .nav-tabs > li a[href="#setup"]:hover {
	background: url(../images/icon-setup-store-on.png) center top no-repeat;
}
#tourTabs .nav-tabs > li a[href="#marketing"] {
	background: url(../images/icon-marketing.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#marketing"], #tourTabs .nav-tabs > li a[href="#marketing"]:hover {
	background: url(../images/icon-marketing-on.png) center top no-repeat;
}
#tourTabs .nav-tabs > li a[href="#order"] {
	background: url(../images/icon-order-management2.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#order"], #tourTabs .nav-tabs > li a[href="#order"]:hover {
	background: url(../images/icon-order-management2-on.png) center top no-repeat;
}
#tourTabs .nav-tabs > li a[href="#hosting"] {
	background: url(../images/icon-secure-hosting.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#hosting"], #tourTabs .nav-tabs > li a[href="#hosting"]:hover {
	background: url(../images/icon-secure-hosting-on.png) center top no-repeat;
}

#tourTabs .nav-tabs > li a[href="#promotions"] {
	background: url(../images/icon-promotions-coupons.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#promotions"], #tourTabs .nav-tabs > li a[href="#promotions"]:hover {
	background: url(../images/icon-promotions-coupons-on.png) center top no-repeat;
}
#tourTabs .nav-tabs > li a[href="#emailmarketing"] {
	background: url(../images/icon-email-marketing.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#emailmarketing"], #tourTabs .nav-tabs > li a[href="#emailmarketing"]:hover {
	background: url(../images/icon-email-marketing-on.png) center top no-repeat;
}
#tourTabs .nav-tabs > li a[href="#marketing"] {
	background: url(../images/icon-marketing.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#marketing"], #tourTabs .nav-tabs > li a[href="#marketing"]:hover {
	background: url(../images/icon-marketing-on.png) center top no-repeat;
}
#tourTabs .nav-tabs > li a[href="#searchengine"] {
	background: url(../images/icon-seo.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#searchengine"], #tourTabs .nav-tabs > li a[href="#searchengine"]:hover {
	background: url(../images/icon-seo-on.png) center top no-repeat;
}
#tourTabs .nav-tabs > li a[href="#socialmedia"] {
	background: url(../images/icon-social-media.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#socialmedia"], #tourTabs .nav-tabs > li a[href="#socialmedia"]:hover {
	background: url(../images/icon-social-media-on.png) center top no-repeat;
}
#tourTabs .nav-tabs > li a[href="#multichannel"] {
	background: url(../images/icon-multi-channel.png) center top no-repeat;
}
#tourTabs .nav-tabs > li.active a[href="#multichannel"], #tourTabs .nav-tabs > li a[href="#multichannel"]:hover {
	background: url(../images/icon-multi-channel-on.png) center top no-repeat;
}
#tourTabs .tab-content {
	background: url(../images/tab-content-bg2.png) center top no-repeat;
	text-align: left;
	margin-top: -18px;
	padding: 30px 30px 0;
	min-height: 534px;
	text-align: center;
}
#tourTabs .nav-tabs.sub-tabs + .tab-content {
	background: url(../images/tab-content-bg3.png) center top no-repeat;
	background-size: 100% auto;
	padding-top: 60px;
}
#tourTabs .tab-content h1 {
	margin: 60px auto 10px;
}
#tourTabs .tab-content h3 {
	margin: 0 auto;
}
#tourTabs .tab-content .row {
	margin: 0 auto 70px;
}
#tourTabs .tab-content .row.last {
	margin-bottom: 0;
}
#tourTabs .tab-content .col-md-5, #tourTabs .tab-content .col-md-6, #tourTabs .tab-content .col-md-7 {
	padding: 0 70px;
}
.right-padding-30 {
	padding-right: 30px !important;
}
.no-right-padding {
	padding-right: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
#tourTabs .tab-content .col-md-5 img, #tourTabs .tab-content .col-md-6 img, #tourTabs .tab-content .col-md-7 img {
	max-width: 100%;
	height: auto;
}
#tourTabs .tab-content .col-md-5 h2, #tourTabs .tab-content .col-md-6 h2 {
	text-align: left;
	margin: 10px 0 20px;
}
#tourTabs .tab-content .col-md-5 p, #tourTabs .tab-content .col-md-6 p {
	font-weight: 300;
	text-align: left;
	margin-bottom: 20px;
}
.tab-content ul.seo {
	font-weight: 300;
	text-align: left;
	margin-bottom: 20px;	
}
.tab-content ul.seo li {
	list-style: disc;
	margin: 0 0 5px 20px;
	padding: 0;
	border: 0 none;
}
*/ 

/* Pricing */
#pricing {
	padding: 0;
}
#pricing .page-header {
	margin: 0 auto;
	padding: 0;
	background: #f48120;
	border: 0 none;
}
#pricing .page-header h1 { 
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0;
}
.pricingForm .container {
	width: 100%;
	padding: 0;
}
.pricingForm .rsform-block-NumPage .formControlLabel, .pricingForm .rsform-block-NumPage .formControls, 
.pricingForm .rsform-block-DescribeEachPage .formControlLabel, .pricingForm .rsform-block-DescribeEachPage .formControls {
	padding: 0 45px;
}	
.pricingForm .formResponsive .formHorizontal .formControls {
	margin: 0 auto;
	text-align: center;
}
.pricingForm .rsformProgress {
	/*background: #f48120;
	padding: 10px 0 50px;*/
	display: none;
}
.pricingForm .rsformProgress .rsformProgressContainer {
	width: 80%;
	margin: 0 auto 10px !important;
}
.pricingForm .formResponsive .formHorizontal .formControlLabel, .pricingForm .formResponsive .formHorizontal .formControls, 
 .pricingForm .submit-notification, .pricingForm .submit-notification + .formResponsive {
	display: block;
	float: none;
	width: 1140px;
	margin: 0 auto;
}
.pricingForm .formResponsive .formHorizontal .formControlLabel h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #000;
	text-align: center;
	line-height: 1.1;
	margin: 90px auto 45px;
}
.pricingForm .formResponsive .formHorizontal .formControlLabel h3 span {
	display: block;
	font-size: 18px;
	color: #555;
	margin-top: 10px;
}
.pricingForm .btn-customized {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	line-height: 1.1;
	padding: 15px 30px;
	background: #f48120;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.pricingForm .btn-customized .fa {
	margin-left: 15px;
}
.pricingForm .btn-customized:hover {
	background: #000;
}
.pricingForm .template-image-checkbox, .pricingForm .template-image-checkbox-checked {
	display: inline-block;
	width: 360px;
	height: 268px;
	margin: 0 20px 20px 0;
	vertical-align: top;
	cursor: pointer;
}
.pricingForm .template-image-checkbox:nth-child(3n), 
.pricingForm .template-image-checkbox-checked:nth-child(3n) {
	margin-right: 0;
}
.pricingForm .template-image-checkbox:nth-child(3n+1), 
.pricingForm .template-image-checkbox-checked:nth-child(3n+1) {
	clear: left;
}
.pricingForm .template-image-checkbox:nth-child(6n+1), 
.pricingForm .template-image-checkbox-checked:nth-child(6n+1) {
	/*margin-bottom: 0;*/
}
.pricingForm #template0_Img { 
	background: url(../images/template-christy-ng.jpg) center top no-repeat; 
}
.pricingForm #template0_Img.template-image-checkbox-checked { 
	background: url(../images/template-christy-ng-checked.jpg) center top no-repeat; 
}
.pricingForm #template1_Img { 
	background: url(../images/template-sometime.jpg) center top no-repeat; 
}
.pricingForm #template1_Img.template-image-checkbox-checked { 
	background: url(../images/template-sometime-checked.jpg) center top no-repeat; 
}
.pricingForm #template2_Img { 
	background: url(../images/template-srb.jpg) center top no-repeat; 
}
.pricingForm #template2_Img.template-image-checkbox-checked { 
	background: url(../images/template-srb-checked.jpg) center top no-repeat; 
}
.pricingForm #template3_Img { 
	background: url(../images/template-yummyflowerz.jpg) center top no-repeat; 
}
.pricingForm #template3_Img.template-image-checkbox-checked { 
	background: url(../images/template-yummyflowerz-checked.jpg) center top no-repeat; 
}
.pricingForm #template4_Img { 
	background: url(../images/template-muuz.jpg) center top no-repeat; 
}
.pricingForm #template4_Img.template-image-checkbox-checked { 
	background: url(../images/template-muuz-checked.jpg) center top no-repeat; 
}
.pricingForm #template5_Img { 
	background: url(../images/template-new-vanity.jpg) center top no-repeat; 
}
.pricingForm #template5_Img.template-image-checkbox-checked { 
	background: url(../images/template-new-vanity-checked.jpg) center top no-repeat; 
}
.pricingForm .rsform-block-template .btn-customized {
	margin-top: 40px;
}

.pricingForm .num-page-image-checkbox, .pricingForm .num-page-image-checkbox-checked {
	display: inline-block;
	width: 170px;
	height: 220px;
	margin: 0 0 30px 45px;
	padding-top: 155px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #000;
	line-height: 1.2em;
	vertical-align: top;
	cursor: pointer;
}
.pricingForm .num-page-image-checkbox:first-child, .pricingForm .num-page-image-checkbox-checked:first-child {
	margin-left: 0;
}
.pricingForm .num-page-image-checkbox span, 
.pricingForm .num-page-image-checkbox-checked span {
	font-size: 20px;
	font-weight: 300;
	color: #555;
	display: block;
	margin: 0 auto;
}
.pricingForm #NumPage0_Img { 
	background: url(../images/template-1-page.png) center top no-repeat; 
}
.pricingForm #NumPage0_Img.num-page-image-checkbox-checked { 
	background: url(../images/template-1-page-checked.png) center top no-repeat; 
}
.pricingForm #NumPage1_Img { 
	background: url(../images/template-2-pages.png) center top no-repeat; 
}
.pricingForm #NumPage1_Img.num-page-image-checkbox-checked { 
	background: url(../images/template-2-pages-checked.png) center top no-repeat; 
}
.pricingForm #NumPage2_Img { 
	background: url(../images/template-3-pages.png) center top no-repeat; 
}
.pricingForm #NumPage2_Img.num-page-image-checkbox-checked { 
	background: url(../images/template-3-pages-checked.png) center top no-repeat; 
}
.pricingForm #NumPage3_Img { 
	background: url(../images/template-4-pages.png) center top no-repeat; 
}
.pricingForm #NumPage3_Img.num-page-image-checkbox-checked { 
	background: url(../images/template-4-pages-checked.png) center top no-repeat; 
}
.pricingForm #NumPage4_Img { 
	background: url(../images/template-5-pages.png) center top no-repeat; 
}
.pricingForm #NumPage4_Img.num-page-image-checkbox-checked { 
	background: url(../images/template-5-pages-checked.png) center top no-repeat; 
}
.pricingForm p {
	text-align: left;
	color: #7d7d7d;
}
.pricingForm .rsform-block-DescribeEachPage h3{
	margin-top: 70px;
}
.pricingForm textarea#DescribeEachPage {
	width: 99%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 1.1em;
	height: 210px;
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
	border: 3px solid #d7d7d7;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.pricingForm textarea#DescribeEachPage:focus {
	border: 3px solid #000;
}

.pricingForm .additional-features-image-checkbox, .pricingForm .additional-features-image-checkbox-checked {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 0 40px 70px;
	padding-top: 160px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #000;
	line-height: 1.2em;
	vertical-align: top;
	cursor: pointer;
}
.pricingForm .additional-features-image-checkbox span, .pricingForm .additional-features-image-checkbox-checked span {
	font-size: 16px;
	display: block;
}
.pricingForm .additional-features-image-checkbox:nth-child(4n+1), 
.pricingForm .additional-features-image-checkbox-checked:nth-child(4n+1) {
	clear: left;
}
.pricingForm #AdditionalFeatures0_Img { 
	background: url(../images/template-image-gallery.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures0_Img.additional-features-image-checkbox-checked { 
	background: url(../images/template-image-gallery-checked.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures1_Img { 
	background: url(../images/template-video-gallery.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures1_Img.additional-features-image-checkbox-checked { 
	background: url(../images/template-video-gallery-checked.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures2_Img { 
	background: url(../images/template-blog.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures2_Img.additional-features-image-checkbox-checked { 
	background: url(../images/template-blog-checked.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures3_Img { 
	background: url(../images/template-calendar.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures3_Img.additional-features-image-checkbox-checked { 
	background: url(../images/template-calendar-checked.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures4_Img { 
	background: url(../images/template-maps.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures4_Img.additional-features-image-checkbox-checked { 
	background: url(../images/template-maps-checked.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures5_Img { 
	background: url(../images/template-newsletter.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures5_Img.additional-features-image-checkbox-checked { 
	background: url(../images/template-newsletter-checked.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures6_Img { 
	background: url(../images/template-commenting-system.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures6_Img.additional-features-image-checkbox-checked { 
	background: url(../images/template-commenting-system-checked.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures7_Img { 
	background: url(../images/template-product-catalog.png) center top no-repeat; 
}
.pricingForm #AdditionalFeatures7_Img.additional-features-image-checkbox-checked { 
	background: url(../images/template-product-catalog-checked.png) center top no-repeat; 
}

.pricingForm .industry-image-checkbox, .pricingForm .industry-image-checkbox-checked {
	display: block;
	float: left;
	width: 220px;
	height: 32px;
	margin: 0 85px 15px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #555;
	line-height: 32px;
	vertical-align: top;
	cursor: pointer;
}
.pricingForm .industry-image-checkbox-disabled {
	display: block;
	float: left;
	width: 220px;
	height: 32px;
	margin: 0 85px 15px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #000;
	line-height: 32px;
	vertical-align: top;
	cursor: default;
}
.pricingForm .industry-image-checkbox-checked {
	background: url(../images/icon-checked-s.png) right center no-repeat;
	opacity: .65;
}
.pricingForm .industry-image-checkbox-checked:hover {
	opacity: 1;
}
.pricingForm .rsform-block-sitename, .pricingForm .rsform-block-uploadlogo, .pricingForm .rsform-block-likecolor {
	background: #f6f6f6;
	padding-bottom: 70px;
	margin-bottom: 0 !important;
}
.pricingForm .rsform-block-targetaudience {
	padding-bottom: 70px;
}
.pricingForm input#SiteName {
	width: 65%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 1.1em;
	height: 60px;
	padding: 15px;
	margin-bottom: 15px;
	background: #fff;
	border: 3px solid #d7d7d7;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.pricingForm input#SiteName:focus {
	border: 3px solid #000;
}
.pricingForm .tip {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #999;
	line-height: 1.1em;
	text-align: left;
	width: 65%;
	margin: 0 auto;
}
.pricingForm textarea#TargetAudience {
	width: 65%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 1.1em;
	height: 210px;
	padding: 15px;
	margin-bottom: 0;
	background: #fff;
	border: 3px solid #d7d7d7;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.pricingForm textarea#TargetAudience:focus {
	border: 3px solid #000;
}
.pricingForm .col_half.center {
	float: none;
	margin: 25px auto 0;
}
.pricingForm .col_half.center input#UploadLogo {
	width: 260px;
	height: 60px;
	margin: 0 auto;
	display: block;
	opacity: 0;
	position: relative;
	z-index: 10;
	cursor: pointer;
}
.pricingForm .col_half.center .btn-uploadlogo {
	position: relative;
	z-index: 5;
	margin-top: -80px;
}
.pricingForm .col_half.center .tip {
	width: auto;
	text-align: center;
}
.col_half.center input#UploadLogo:hover + .btn-uploadlogo {
	background: #000;
}
.pricingForm .btn-uploadlogo {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	line-height: 1.1;
	padding: 15px 60px;
	background: #f48120;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.pricingForm .btn-uploadlogo .fa {
	margin-left: 15px;
}
.pricingForm .btn-uploadlogo:hover, .col_half.left input#UploadLogo:hover + .btn-uploadlogo {
	background: #000;
}
.pricingForm input#UploadLogo {
	opacity: 0;
	width: 260px;
	height: 60px;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.pricingForm h4 {
	margin: 60px auto 30px;
	text-align: center;
}
.pricingForm .like-colors-image-checkbox, .pricingForm .like-colors-image-checkbox-checked {
	display: inline-block;
	width: 99px;
	height: 99px;
	margin: 0 20px 15px;
	cursor: pointer;
}
.pricingForm #LikeColor0_Img { 
	background: url(../images/logo-light-green.png) center top no-repeat; 
}
.pricingForm #LikeColor0_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-light-green-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor1_Img { 
	background: url(../images/logo-yellow.png) center top no-repeat; 
}
.pricingForm #LikeColor1_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-yellow-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor2_Img { 
	background: url(../images/logo-light-purple.png) center top no-repeat; 
}
.pricingForm #LikeColor2_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-light-purple-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor3_Img { 
	background: url(../images/logo-light-blue.png) center top no-repeat; 
}
.pricingForm #LikeColor3_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-light-blue-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor4_Img { 
	background: url(../images/logo-light-pink.png) center top no-repeat; 
}
.pricingForm #LikeColor4_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-light-pink-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor5_Img { 
	background: url(../images/logo-green.png) center top no-repeat; 
}
.pricingForm #LikeColor5_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-green-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor6_Img { 
	background: url(../images/logo-gold.png) center top no-repeat; 
}
.pricingForm #LikeColor6_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-gold-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor7_Img { 
	background: url(../images/logo-pink.png) center top no-repeat; 
}
.pricingForm #LikeColor7_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-pink-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor8_Img { 
	background: url(../images/logo-blue.png) center top no-repeat; 
}
.pricingForm #LikeColor8_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-blue-checked.png) center top no-repeat; 
} 
.pricingForm #LikeColor9_Img { 
	background: url(../images/logo-moss-green.png) center top no-repeat; 
}
.pricingForm #LikeColor9_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-moss-green-checked.png) center top no-repeat; 
} 
.pricingForm #LikeColor10_Img { 
	background: url(../images/logo-light-brown.png) center top no-repeat; 
}
.pricingForm #LikeColor10_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-light-brown-checked.png) center top no-repeat; 
} 
.pricingForm #LikeColor11_Img { 
	background: url(../images/logo-purple.png) center top no-repeat; 
}
.pricingForm #LikeColor11_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-purple-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor12_Img { 
	background: url(../images/logo-navy-blue.png) center top no-repeat; 
}
.pricingForm #LikeColor12_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-navy-blue-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor13_Img { 
	background: url(../images/logo-brown.png) center top no-repeat; 
}
.pricingForm #LikeColor13_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-brown-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor14_Img { 
	background: url(../images/logo-dark-green.png) center top no-repeat; 
}
.pricingForm #LikeColor14_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-dark-green-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor15_Img { 
	background: url(../images/logo-dark-brown.png) center top no-repeat; 
}
.pricingForm #LikeColor15_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-dark-brown-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor16_Img { 
	background: url(../images/logo-dark-pink.png) center top no-repeat; 
}
.pricingForm #LikeColor16_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-dark-pink-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor17_Img { 
	background: url(../images/logo-teal.png) center top no-repeat; 
}
.pricingForm #LikeColor17_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-teal-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor18_Img { 
	background: url(../images/logo-white.png) center top no-repeat; 
}
.pricingForm #LikeColor18_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-white-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor19_Img { 
	background: url(../images/logo-grey.png) center top no-repeat; 
}
.pricingForm #LikeColor19_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-grey-checked.png) center top no-repeat; 
}
.pricingForm #LikeColor20_Img { 
	background: url(../images/logo-black.png) center top no-repeat; 
}
.pricingForm #LikeColor20_Img.like-colors-image-checkbox-checked { 
	background: url(../images/logo-black-checked.png) center top no-repeat; 
}
.pricingForm .rsform-block-step5 {
	background: #f6f6f6;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.pricingForm .rsform-block-validation {
	display: block;
	margin: 30px auto;
}
.pricingForm .rsform-block-validation h3 {
	margin: 0 auto 30px !important;
}
.pricingForm .rsform-block-validation img {
	width: 100px;
	height: auto;
	position: relative;
	top: -5px;
	margin-right: 10px;
}
.pricingForm .formResponsive .formHorizontal .rsform-captcha-box {
	width: 120px !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 1.1em;
	height: 40px;
	padding: 5px;
	margin-bottom: 15px;
	background: #fff;
	border: 3px solid #d7d7d7;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.pricingForm .formResponsive .formHorizontal .rsform-captcha-box:focus {
	border: 3px solid #000;
}
.pricingForm .rsform-block-submit {
	margin-top: 30px;
}

.pricingForm .template-image-checkbox-checked, 
.pricingForm .num-page-image-checkbox-checked, 
.pricingForm .additional-features-image-checkbox-checked, 
.pricingForm .like-colors-image-checkbox-checked {
	opacity: 0.65;
}
.pricingForm .template-image-checkbox-checked:hover, 
.pricingForm .num-page-image-checkbox-checked:hover, 
.pricingForm .additional-features-image-checkbox-checked:hover, 
.pricingForm .like-colors-image-checkbox-checked:hover {
	opacity: 1;
}
.pricingForm .checkbox.template, .pricingForm .checkbox.template + label, 
.pricingForm .checkbox.num-page, .pricingForm .checkbox.num-page + label, 
.pricingForm .checkbox.additional-features, .pricingForm .checkbox.additional-features + label, 
.pricingForm .checkbox.industry, .pricingForm .checkbox.industry + label, 
.pricingForm .checkbox.like-colors, .pricingForm .checkbox.like-colors + label { 
	display: none; 
}

.pricingForm .col_one_third {
	display: block;
	float: left;
	width: 33%;
}
.pricingForm .col_half {
	display: block;
	float: left;
	width: 50%;
}
.pricingForm .col_one_seventh {
	display: block;
	float: left;
	width: 14.28%;
}
.pricingForm .col_one_third br {
	display: inline-block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-bottom: 15px;
	clear: both;
}
.pricingForm .rsform-block-uploadlogo .col_half {
	position: relative;
}

.pricingForm .formResponsive input[type="button"], 
.pricingForm .formResponsive input[type="submit"], 
.pricingForm .formResponsive input[type="reset"] {
	font-family: 'Roboto',sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	line-height: 1em;
	height: auto;
	background: #f48120;
	padding: 20px;
	margin: 0 10px;
	border-radius: 5px;
	border: 0 none;
	text-shadow: none;
	box-shadow: 0 none;
	transition: all 0.3s ease-in-out;
}
.pricingForm  .formResponsive input[value="Previous"], .pricingForm  .formResponsive input[value="« Previous"] {
	color: #535353;
	background: #e6e6e6;
}
.pricingForm  .formResponsive input[type="button"]:hover, 
.pricingForm  .formResponsive input[type="submit"]:hover, 
.pricingForm  .formResponsive input[type="reset"]:hover, 
.pricingForm  .formResponsive input[value="Previous"]:hover, 
.pricingForm  .formResponsive input[value="« Previous"]:hover {
	color: #fff;
	background: #000;
}
.pricingForm  .submit-notification {
	display: block;
	margin: 60px auto;
}
.formResponsive .formHorizontal .formValidation {
	display: block;
	clear: both;
	height: auto;
	margin: 0 auto;
}
.formResponsive .formHorizontal .formError {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #f00;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: center;
	display: block;
}
.pricingForm .formRed {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
}


#pricingPlans {
	text-align: center;
}
#pricingPlans .row {
	margin: 0 auto 70px;
}
#pricingPlans h1 {
	margin: 90px auto 10px;
}
#pricingPlans h3 {
	margin: 0 auto 20px;
}
.pricing-box-big {
	display: block;
	float: left;
	width: 48%;
	margin: 0 3% 45px 0;
	border: 2px solid #ff8721;
	border-radius: 4px;
	padding-bottom: 35px;
}
.pricing-box-big.last {
	float: right;
	margin-right: 0;
	clear: right;
}
.pricing-box-small {
	display: block;
	float: left;
	width: 31%;
	margin: 0 3% 45px 0;
	border: 2px solid #bebebe;
	border-radius: 4px;
	padding-bottom: 35px;
}
.pricing-box-small.last {
	float: right;
	margin-right: 0;
	clear: right;
}
.pricing-box-big h2 {
	display: block;
	background: #ff8721;
	color: #fff;
	padding: 15px 0;
	margin: 0 auto 30px;
}
.pricing-box-small h2 {
	display: block;
	background: #bebebe;
	color: #fff;
	padding: 15px 0;
	margin: 0 auto 30px;
}
.pricing-box-big .price, .pricing-box-small .price {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 600;
	padding: 0 30px 15px;
	margin: 0 auto 15px;
	color: #ffb128;
	display: inline-block;
	border-bottom: 2px solid #d6d6d6;
}
#pricingPlans .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #ff8721;
	padding: 10px 45px;
	margin-top: 30px;
	transition: all 0.3s ease-in-out;
}
#pricingPlans .btn:hover, #pricingPlans .btn:focus {
	background: #000;
}
ul.pricing-info + .btn {
	margin: 70px auto;
}
ul.pricing-info + .btn i {
	font-size: .8em;
	margin-left: 20px;
}
.pricing-box-big ul, .pricing-box-small ul {
	list-style: none;
	padding: 0;
}
.pricing-box-big ul li, .pricing-box-small ul li {
	margin-bottom: 10px;
}
ul.pricing-info {
	list-style: none;
	text-align: left;
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0;
}
ul.pricing-info li {
	display: inline-block;
	min-width: 28%;
	margin-bottom: 25px;
}
ul.pricing-info li:nth-child(3n+1) {
	clear: left;
}
ul.pricing-info li .fa-stack-2x {
	color: #ff8721;
}

/* Services */
#services {
	background: #fff;
	padding: 0;
}
#servicesContent .row {
	margin: 0 auto 70px;
	text-align: center;
}
#servicesContent h1 {
	margin: 60px auto 30px;
}
#servicesContent .toolboxes {
	padding: 0;
}
#servicesContent h1 {
	margin: 90px auto 10px;
}
#servicesContent h3 {
	margin: 0 auto 20px;
}
#servicesContent .toolbox {
	display: block;
	float: left;
	background: #f6f6f6;
	width: 350px;
	min-height: 350px;
	padding: 30px;
	margin: 0 30px 30px 0;
	border: 3px solid #d7d7d7;
	border-radius: 7px;
}
#servicesContent .toolbox.last {
	margin-right: 0;
}
#servicesContent .toolbox.customize-forms {
	margin-left: 16.5%;
}
#servicesContent .toolboxes h1 {
	color: #f48120;
	margin: 0 auto 30px;
}
#servicesContent .toolbox h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0 auto 10px;
	padding-top: 110px;
}
#servicesContent .customize-homepage-design h3 { background: url(../images/icon-customize-homepage-design.png) center top no-repeat; margin: 0 -15px 10px; }
#servicesContent .contact-us-page-design h3 { background: url(../images/icon-contact-us-page-design.png) center top no-repeat; }
#servicesContent .logo-design h3 { background: url(../images/icon-logo-design.png) center top no-repeat; }
#servicesContent .logo-brand-kit h3 { background: url(../images/icon-logo-brand-kit.png) center top no-repeat; }
#servicesContent .page-heading h3 { background: url(../images/icon-page-heading.png) center top no-repeat; }
#servicesContent .banners h3 { background: url(../images/icon-banners.png) center top no-repeat; }
#servicesContent .greeting-popup-banners h3 { background: url(../images/icon-greeting-popup-banners.png) center top no-repeat; }
#servicesContent .landing-page h3 { background: url(../images/icon-landing-page.png) center top no-repeat; }
#servicesContent .coming-soon-page h3 { background: url(../images/icon-coming-soon-page.png) center top no-repeat; }
#servicesContent .customize-forms h3 { background: url(../images/icon-customize-forms.png) center top no-repeat; }
#servicesContent .multiple-email-forms h3 { background: url(../images/icon-multiple-email-forms.png) center top no-repeat; }
#servicesContent .toolbox p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0 auto 25px;
}
#servicesContent .toolbox .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #ff8721;
	padding: 12px 25px;
	border-radius: 6px;
	display: block;
	margin: 0 30px;
	transition: all 0.3s ease-in-out;
}	
#servicesContent .toolbox .btn:hover {
	background: #000;
}

#comparePlans {
	background: url(../images/compare-plans-bg.jpg) center top no-repeat;
	height: 188px;
	padding-top: 70px;
	color: #fff;
}
#comparePlans h3, #comparePlans h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin: 0 0 5px 140px;
	text-align: left;
}
#comparePlans .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	background: #ff8721;
	padding: 20px 30px;
	border-radius: 6px;
	display: inline-block;
	float: right;
	margin: 0 140px 0 0;
	transition: all 0.3s ease-in-out;
}	
#comparePlans .btn:hover {
	background: #000;
}
.orange {
	color: #ff8721 !important;
}
#footer {
	background: #0e0e0e;
	color: #fff;
	padding: 0 0 30px;
}
#footer .footer-nav {
	font-weight: 300;
	background: #eee;
	padding: 70px 0;
	border-bottom: 1px solid #ddd;
}
#footer .col-one-fifth {
	width: 20%;
	display: block;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
#footer .col-one-fifth:first-child + .col-one-fifth {
	width: 18%;
}
#footer h4 {
	color: #797979;
	margin: 0 0 20px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style: none;
	margin-bottom: 5px;
	color: #000;
	font-size: 16px;
}
#footer ul li.empty {
	height: 1.4em;
}
#footer ul.social li {
	margin-bottom: 0;
}
#footer ul.social li .fa-stack.fa-lg {
	margin-left: -10px;
}
#footer .plus:before {
	content: "+";
}
#footer .plus {
	font-weight: 300;
	font-style: normal;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #ff8721;
	text-decoration: none;
}
#footer a:hover strong {
	color: #000;
}
#footer a.orange {
	color: #ff8721 !important;
	font-weight: 400;
}
#footer .fa-stack-2x {
	color: #ff8721;
	font-size: 1.8em;
}
#footer .fa-stack-1x {
	font-size: .9em;
}
#footer .location-map {
	display: block;
	background: #fff;
	color: #000;
	width: 100%;
}
#footer .location-map .container {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#footer .location-map .container .map {
	margin: 0 auto;
	display: block;
}

/* For img in the map remove borders, shadow, no margin and no max-width */
#footer  img, #footer .svPanel img {
    border: 0px;
    box-shadow: 0px;
    margin: 0px !important;
    padding: 0px !important;
    max-width: none !important;
    background: none !important;
}

/* Make sure the directions are below the map */
#footer .map .directions {
    clear: left;
}
#footer .map .adp-directions {
    width: 100%;
}
/* Solve problems in chrome with the show of the direction steps in full width */
#footer .map .adp-placemark {
    width : 100%;
}
/* Padding for image overlay */
#footer .map .controlDiv {
    padding : 5px;
}

#footer .desc {
	display: block;
	margin: 25px auto;
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #a1a1a1;
	text-align: center;
}
#footer .scrollup {
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #ff8721;
}
#footer .scrollup:hover {
	background: #fff;
	color: #000 !important;
	opacity: .85;
}
/*#navigation ul.nav li.item-168 a {
	background: url(../images/icon-chat.png) 15px 20px no-repeat;
	padding-left: 43px;
}*/
.page-header {
	margin: 0 auto;
	padding: 0;
	background: #f48120;
	border: 0 none;
}
.page-header h2{
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0;
}

/* K2 */
#k2Container {
	background: #f6f6f6;
}
#k2Container .service-content {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #000;
	margin-bottom: 60px;
}
#k2Container .service-content .header {
	display: block;
	margin: 60px auto;
	text-align: center;
}
#k2Container .service-content .header h1 {
	margin: 0 auto 10px;
}
#k2Container .service-content .header h3 {
	margin: 0 auto;
}
#k2Container .service-content .left-col {
	display: block;
	float: left;
	width: 49%;
}
#k2Container .service-content .right-col {
	display: block;
	float: right;
	width: 49%;
}
#k2Container .service-content .right-col img {
	display: block;
	margin: 0 auto;
}
#k2Container .service-content ul {
	padding-left: 20px;
	font-weight: 300;
	margin: 0 0 15px;
}
#k2Container .service-content p {
	margin: 0 0 15px;
}
#k2Container .service-content .price {
	font-size: 25px;
	font-weight: 400;
	display: block;
	margin: 15px auto;
}
#k2Container .service-content a.btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-transform: none;
	background: #ff8721;
	padding: 12px 45px;
	border-radius: 6px;
	margin: 5px 0 10px;
}
#k2Container .service-content a.btn:hover {
	color: #fff !important;
	background: #000;
}
#k2Container .itemBackToTop {
	display: none;
}
.no-mobile {
	display: block;
}
.show-mobile {
	display: none;
}

/* Payment Gateways */
#PaymentGateways .row {
	margin-bottom: 70px;
}
#PaymentGateways .section-heading {
	text-align: center;
}
#PaymentGateways h1 {
	margin: 0 auto 10px;
}
#PaymentGateways h2 {
	margin: 70px auto 10px;
	text-transform: capitalize;
}
#PaymentGateways h3 {
	margin: 0 auto;
}
#PaymentGateways table.table-pg-compare {
	width: 100%;
	margin: 60px auto 0;
	border-collapse: collapse;
}
.table-pg-compare th {
	font-weight: 600;
	color: #fff;
	background: #ff8721;
	border: 1px solid #fff;
	padding: 10px;
	width: 14%;
	text-align: center;
	vertical-align: top;
}	
.table-pg-compare td {
	font-size: 14px;
	font-weight: 300;
	padding: 10px;
	width: 14%;
	text-align: center;
	vertical-align: top;
	background: #e5e5e5;
	border: 1px solid #fff;
}
.table-pg-compare th.labels, .table-pg-compare td.labels {
	font-weight: 600;
	text-align: center;
	width: 16%;
}
.table-pg-compare th[colspan="2"], .table-pg-compare td[colspan="2"] {
	width: 28%;
}
.table-pg-compare tr:nth-child(2n+1) td {
	background: #eee;
}
.table-pg-compare td small {
	font-size: 75%;
}
.table-pg-compare td .img-responsive {
	max-width: 130px !important;
	height: auto;
	margin: 0 auto;
}
.table-pg-compare td .btn {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: #ff8721;
	padding: 12px 25px;
	border-radius: 6px;
	display: inline-block;
	float: none;
	margin: 15px auto;
	transition: all 0.3s ease-in-out;
}	
.table-pg-compare td .btn:hover {
	background: #000;
}
/*CareersNew*/
#careerTabs .nav-tabs {
	text-align:Center;
	padding-top:20px;
	border-bottom:none;
}
#careerTabs .nav-tabs > li {
	float:none;
	display:inline-block;
	width:18%;
	vertical-align:top;
	background:none;
}

#careerTabs .nav-tabs>li>a {
	color:#333;
	border:0 none;
	position:relative;
	transition:0.3s all ease;
	padding:10px 0;
}

#careerTabs .nav-tabs>li>a .fa {
	display:inline-block;
	margin-bottom:10px;
	font-size:30px;
	width:64px;
	line-height:60px; 
	border:2px solid #ddd;
	border-radius:100%;
	transition:0.3s background ease;
}
#careerTabs .nav-tabs>li.active >a .fa{
	background:#f48120;
	color:#fff;
	border-color:#fff;
}

#careerTabs .nav-tabs>li>a:hover {
	background:none;
	border:0 none;
	color:#f48120;
}
#careerTabs .nav-tabs>li.active>a, #careerTabs .nav-tabs>li>a:focus  {
	color:#f48120;
}
#careerTabs .nav-tabs>li.active:before, #careerTabs .nav-tabs>li.active:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
}
#careerTabs .nav-tabs>li.active:before {
	bottom: -20px;
	border-color: #E7E7E7  transparent transparent transparent;
}
#careerTabs .nav-tabs>li.active:after {
	bottom: -19px;
	border-color: #fff transparent transparent transparent;
}

#careerTabs .nav-tabs>li.active>a, #careerTabs .nav-tabs>li.active>a:hover, #careerTabs .nav-tabs>li.active>a:focus {
	border:0 none;
	color:#f48120;
}
#careerTabs .tab-content {
	margin-top:0;
	background:url('../images/tab-content-bg2.png') no-repeat top center;
	padding:30px;
}
#careerTabs .tab-content .row .col-md-12{margin-top:20px; margin-bottom:20px;}
#careerTabs .tab-content ul {
	padding-left:40px;
	margin-bottom:15px;
}
#careerTabs .tab-content ul li {
	border-bottom:none;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:5px;
	list-style:disc;
}
#careerTabs .section-heading h3 {text-align:center; margin-bottom:30px;}
.careerbanner {
    background: url('../../../images/career-2017.jpg') no-repeat top center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 240px 0;
    margin-bottom: 30px;
    font-size: 200%;
    animation: scrollbottom 8s ease-in-out alternate infinite;
}
@keyframes scrollbottom {
    0% {
        background-position: top center;
    }
    100% {
        background-position: bottom center;
    }
}
.careerbanner h1 {
    font-size: 200%;
    font-weight: 600;
    letter-spacing: 4px;
}
/* Responsive */

@media (max-width: 1024px) {
	.navbar-brand img {
		width: 75px !important;
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Intro Slider */
	/*#home.slider-bg-animated {
		height: 410px;
	}
	#rev_slider_1_1_wrapper {
		height: 410px !important;
	}
	#rev_slider_1_1.tp-simpleresponsive .slotholder *, #rev_slider_1_1.tp-simpleresponsive img {
		background-size: 100% auto !important;
	}*/
	#rev_slider_1_1 .tp-caption.o2o_large_text {
		top: 140px !important;
		font-size: 32px !important;
	}
	#rev_slider_1_1 .tp-caption.o2o_small_text {
		top: 200px !important;
	}
	#rev_slider_1_1 .tp-caption.sfl {
		top: 240px !important;
	}
	
	/* Main Menu */
	.navbar-inverse {
		padding: 2px 0;
	}
	.navbar-inverse .col-md-3 {
		width: 16%;
		float: left;
	}
	.navbar-inverse .col-md-9 {
		width: 84%;
		float: right;
	}
	.navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#navigation .top-menu {
		display: none;
	}	
	.navbar-collapse {
		padding: 0;
	}
	#navigation ul.nav {
		font-size: 14px;
	}
	#navigation ul.nav li {
		margin: 0 5px;
	}
	#navigation ul.nav li:last-child {
		margin-right: 0;
	}
	.navbar-nav > li > a {
		padding: 10px;
	}
	.navbar-inverse .navbar-nav > li > a.we-re-hiring, 
	.navbar-inverse .navbar-nav > li.item-169 > a, 
	.navbar-inverse .navbar-nav > li.item-176 > a {
		margin: 0;
		padding: 12px;
	}
	
	/* Main Page */
	section {
		padding-top: 50px;
	}
	
	/* Product */
	section#product {
		min-height: 680px;
	}
	section#product h1, section#product h3 {
		margin-top: 0;
	}
	#product .l-page.top-space-large{ 
		margin-top: 80px;
	}
	.o2o {
		height: 380px;
		margin-top: 0;
		position: relative;
	}
	.o2o-circle-wrapper {
		height: 380px;
		overflow: hidden;
		position: relative;
	}
	.o2o-circle {
		border: 1px dashed #c0c0c0;
		border-radius: 50%;
		width: 500px;
		height: 480px;
		left: 50%;
		margin: 0 auto 0 -250px;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: opacity 1s ease 0s;
	}
	.animate .o2o-circle {
		opacity: 1;
	}
	.knob {
		border-radius: 50%;
		width: 110px;
		height: 110px;
		margin-left: 15px;
		position: absolute;
		text-align: center;
		transition: all 1.5s ease 0s;
		z-index: 10;
	}
	.gfx-seo.knob {
		margin-left: 0;
	}
	.animate .knob {
		width: 90px;
		height: 90px;
		margin-left: 0;
	}
	.knob span img {
		width: 80px !important;
		height: auto;
	}
	.knob-circle {
		border-radius: 50%;
		border: 3px solid #fff;
		height: 110px;
		left: 0;
		position: absolute;
		text-align: center;
		width: 110px;
		transition: all 0.3s ease-in-out;
	}
	.animate .knob-circle {
		width: 90px;
		height: 90px;
		left: 0;
		margin-left: 0;
	}
	.knob-circle img{ 
		width: 30px !important; 
		height:auto;
	}
	.gfx-seo {
		bottom: 70%;
		color: #83b444;
		left: 0;
	}
	.animate .gfx-seo {
		bottom: 15.5%;
		left: 11%;
	}
	#knob-icons .gfx-seo span {
		right: 100px;
		text-align: right;
		top: 20px;
	}
	.gfx-seo .knob-circle img{ 
		margin-top: 30%;
	}
	
	.gfx-creative {
		bottom: 70%;
		color: #db5f9b;
		left: 110px;
	}
	.animate .gfx-creative {
		bottom: 56%;
		left: 12%;
	}
	#knob-icons .gfx-creative span {
		right: 100px;
		text-align: right;
		top: 20px;
	}
	.gfx-creative .knob-circle img{ 
		margin-top: 20%;
	}
	#knob-icons .gfx-creative span.read-more {
		font-size: 11px;
	}

	.gfx-webdesign {
		bottom: 70%;
		color: #ffcd21;
		left: 235px;
	}
	.animate .gfx-webdesign {
		bottom: 85.8%;
		left: 31%;
	}
	#knob-icons .gfx-webdesign span {
		right: 100px;
		top: 20px;
		text-align: right;
	}
	.gfx-webdesign .knob-circle img{ 
		margin-top: 20%;
	}
	#knob-icons .gfx-webdesign span.read-more {
		font-size: 11px;
	}

	.gfx-ecommerce {
		bottom: 70%;
		color: #00c9cc;
		left: 360px;
	}
	.animate .gfx-ecommerce {
		bottom: 85.8%;
		left: 58%;
	}
	#knob-icons .gfx-ecommerce span {
		left: 100px;
		top: 20px;
		text-align: left;
	}
	.gfx-ecommerce .knob-circle img{ 
		margin-top: 20%;
	}
	#knob-icons .gfx-ecommerce span.read-more {
		font-size: 11px;
	}

	.gfx-webhosting {
		bottom: 70%;
		color: #7eabf5;
		left: 480px;
	}
	.animate .gfx-webhosting {
		bottom: 56%;
		left: 76%;
	}
	#knob-icons .gfx-webhosting span {
		left: 100px;
		top: 20px;
		text-align: left;
	}
	.gfx-webhosting .knob-circle img{ 
		margin-top: 20%;
	}
	#knob-icons .gfx-webhosting span.read-more {
		font-size: 11px;
	}

	.gfx-connect {
		bottom: 70%;
		color: #ff5353;
		left: 600px;
	}
	.animate .gfx-connect {
		bottom: 15.5%;
		left: 78%;
	}
	#knob-icons .gfx-connect span {
		left: 95px;
		top: 20px;
		text-align: left;
	}
	.gfx-connect .knob-circle img{ 
		margin-top: 30%;
	}

	.knob-message{
		width:350px;
		height:350px;
		margin-left:-175px;
		margin-top:-100px;
	}
	.knob-msg-item{width:200px;margin:0 auto;color:#fff}
	#default-content .knob-msg-item { height: 200px; }
	#knob-message img{
		display:none;
		max-width: 100% !important;
		height: auto;
	}
	#default-content #knob-message img{
		display:block;
		//margin: 100px auto 0;
	}
	#knob-message .knob-message {
		display:none;
		padding:0 5% 10%;
		border-radius:0 0 4px 4px;
		text-align:center;
		min-height:170px;
	}
	#knob-message .knob-message.active {
		display:block;
	}
	.animate #knob-message #default-content img {
		margin: 55% auto 0;
		display: block;
		position: relative;
		left: 0;
	}
	
	/* Our Work */
	#ourWork {
		padding-top: 120px;
		min-height: 450px;
	}
	#ourWork .container {
		width: 100%;
		/*padding: 0;*/
	}
	#ourWork h1, #ourWork h3 {
		margin: 0 auto 10px;
	}
	#rev_slider_3_2_wrapper {
		height: 410px !important;
	}
	#rev_slider_3_2.tp-simpleresponsive .slotholder *  {
		background-size: 100% auto;
	}
	.our-work-slider .slide1-logo, .our-work-slider .slide2-logo, .our-work-slider .slide3-logo, 
	.our-work-slider .slide4-logo, .our-work-slider .slide5-logo {
		margin-top: -20%;
	}
	.our-work-slider .slide3-logo { margin-left: 55px; }
	.our-work-slider .slide4-logo { margin-left: 35px; }
	
	/* Clients */
	#clients .client { height: 80px; }
	#clients .client img { max-width: 100% !important; height: auto; }
	
	/* Contact Us */
	#contactContent .row { margin-bottom: 50px; }
	#contactContent h1 { margin: 50px auto 10px; }	
	#contactContent .col-md-8 { width: 66.6667%; float: left; }
	#contactContent .col-md-4 { width: 33.3333%; float: left; }
	#contactContent .contact-form .inputbox { width: 350px; }
	#contactContent .contact-info h3 { font-size: 20px; }
	
	/* Compare Plans */
	#comparePlans { padding-top: 30px; }
	#comparePlans .col-md-8, #comparePlans .col-md-4 { width: 100%; text-align: center; }
	#comparePlans h3, #comparePlans h4 { margin-left: 0; text-align: center; }
	#comparePlans .btn { float: none; margin: 15px auto 0; }
	
	/* Footer */
	#footer .footer-nav { padding: 50px 0; }
	#footer ul li { font-size: 13px; }
	.location-map .map .map { width: 100% !important; margin: 0 auto !important; }
	
	/* Modalbox */
	div#mb_overlay { z-index: 9999; }
	div#mb_center, div#mb_bottom { z-index: 10000; }
	
}

@media (max-width: 767px) {
	#careerTabs .responsive-tab-wrapper {
		width:100%;
		overflow-x:scroll;
	}
	#careerTabs .nav-tabs {
		height:160px;
		width:910px;
		text-align:left;
	}
	#careerTabs .nav-tabs > li {
		width:170px;
		text-align:center;
	}
	#careerTabs .nav-tabs>li.active:before, #careerTabs .nav-tabs>li.active:after {
		content:none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	/* Intro Slider */
	#rev_slider_1_1 .tp-caption.o2o_small_text {
		font-size: 12px !important;
	}
	#rev_slider_1_1 .tp-caption.sfl a.btn-orange {
		font-size: 12px !important;
		padding: 15px 30px !important;
	}
	
	/* Main Menu */
	.navbar-inverse {
		padding: 2px 0;
	}
	.navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#navigation .top-menu {
		display: none;
	}	
	.navbar-collapse {
		padding: 0;
	}
	#navigation ul.nav {
		font-size: 14px;
	}
	#navigation ul.nav li {
		margin: 0 5px;
	}
	.navbar-inverse .navbar-nav > li.item-169, 
	.navbar-inverse .navbar-nav > li.item-176 {
		padding: 0 10px !important;
	}
	.navbar-inverse .navbar-nav > li > a.we-re-hiring, 
	.navbar-inverse .navbar-nav > li.item-169 > a, 
	.navbar-inverse .navbar-nav > li.item-176 > a {
		display: inline-block;
	}
	
	/* Main Page */
	section {
		padding-top: 50px;
	}
	h1, .h1 { font-size: 35px; }
	h3, .h3 { font-size: 20px; }
	h4, .h4 { font-size: 17px; }
	
	/* Product */
	section#product {
		min-height: 495px;
	}
	section#product h1, section#product h3 {
		margin-top: 0;
	}
	#product .l-page.top-space-large{ 
		margin-top: 80px;
	}
	.o2o {
		height: 210px;
		margin-top: 0;
		position: relative;
	}
	.o2o-circle-wrapper {
		height: 210px;
		overflow: hidden;
		position: relative;
	}
	.o2o-circle {
		border: 1px dashed #c0c0c0;
		border-radius: 50%;
		width: 280px;
		height: 280px;
		left: 50%;
		margin: 0 auto 0 -140px;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: opacity 1s ease 0s;
	}
	.animate .o2o-circle {
		opacity: 1;
	}
	.knob {
		border-radius: 50%;
		width: 70px;
		height: 70px;
		margin-left: 5px;
		position: absolute;
		text-align: center;
		transition: all 1.5s ease 0s;
		z-index: 10;
	}
	.gfx-seo.knob {
		margin-left: 0;
	}
	.animate .knob {
		width: 70px;
		height: 70px;
		margin-left: 0;
	}
	.knob span img {
		width: 60px !important;
		height: auto;
	}
	.knob-circle {
		border-radius: 50%;
		border: 3px solid #fff;
		width: 70px;
		height: 70px;
		left: 0;
		position: absolute;
		text-align: center;
		transition: all 0.3s ease-in-out;
	}
	.animate .knob-circle {
		width: 70px;
		height: 70px;
		left: 0;
		margin-left: 0;
	}
	.knob-circle img{ 
		width: 24px !important; 
		height:auto;
	}
	.gfx-seo {
		bottom: 70%;
		color: #83b444;
		left: 0;
	}
	.animate .gfx-seo {
		bottom: 2.5%;
		left: 12%;
	}
	#knob-icons .gfx-seo span {
		right: 75px;
		text-align: right;
		top: 22px;
	}
	.gfx-seo .knob-circle img{ 
		margin-top: 30%;
	}
	
	.gfx-creative {
		bottom: 70%;
		color: #db5f9b;
		left: 70px;
	}
	.animate .gfx-creative {
		bottom: 52%;
		left: 15%;
	}
	#knob-icons .gfx-creative span {
		right: 75px;
		text-align: right;
		top: 20px;
	}
	.gfx-creative .knob-circle img{ 
		margin-top: 10%;
	}
	#knob-icons .gfx-creative span.read-more {
		font-size: 9px;
		margin-top: 0;
		padding: 2px;
	}

	.gfx-webdesign {
		bottom: 70%;
		color: #ffcd21;
		left: 145px;
	}
	.animate .gfx-webdesign {
		bottom: 85.8%;
		left: 31%;
	}
	#knob-icons .gfx-webdesign span {
		right: 75px;
		top: 22px;
		text-align: right;
	}
	.gfx-webdesign .knob-circle img{ 
		margin-top: 10%;
	}
	#knob-icons .gfx-webdesign span.read-more {
		font-size: 9px;
		margin-top: 0;
		padding: 2px;
	}

	.gfx-ecommerce {
		bottom: 70%;
		color: #00c9cc;
		left: 220px;
	}
	.animate .gfx-ecommerce {
		bottom: 85.8%;
		left: 58%;
	}
	#knob-icons .gfx-ecommerce span {
		left: 75px;
		top: 22px;
		text-align: left;
	}
	.gfx-ecommerce .knob-circle img{ 
		margin-top: 10%;
	}
	#knob-icons .gfx-ecommerce span.read-more {
		font-size: 9px;
		margin-top: 0;
		padding: 2px;
	}

	.gfx-webhosting {
		bottom: 70%;
		color: #7eabf5;
		left: 295px;
	}
	.animate .gfx-webhosting {
		bottom: 52%;
		left: 69%;
	}
	#knob-icons .gfx-webhosting span {
		left: 75px;
		top: 22px;
		text-align: left;
	}
	.gfx-webhosting .knob-circle img{ 
		margin-top: 10%;
	}
	#knob-icons .gfx-webhosting span.read-more {
		font-size: 9px;
		margin-top: 0;
		padding: 2px;
	}

	.gfx-connect {
		bottom: 70%;
		color: #ff5353;
		left: 370px;
	}
	.animate .gfx-connect {
		bottom: 2.5%;
		left: 72%;
	}
	#knob-icons .gfx-connect span {
		left: 75px;
		top: 22px;
		text-align: left;
	}
	.gfx-connect .knob-circle img{ 
		margin-top: 30%;
	}

	.knob-message {
		width:180px;
		height:180px;
		margin-left:-92px;
		margin-top:-52px;
	}
	.knob-msg-item{width:110px;margin:0 auto;color:#fff}
	#default-content .knob-msg-item { height: 120px; }
	#knob-message img{
		display:none;
		max-width: 100% !important;
		height: auto;
	}
	#default-content #knob-message img{
		display:block;
		//margin: 100px auto 0;
	}
	#knob-message .knob-message {
		display:none;
		padding:0 5% 10%;
		border-radius:0 0 4px 4px;
		text-align:center;
		min-height:170px;
	}
	#knob-message .knob-message.active {
		display:block;
	}
	.animate #knob-message #default-content img {
		margin: 50% auto 0;
		display: block;
		position: relative;
		left: 0;
	}
	
	/* Our Work */
	#ourWork {
		padding-top: 120px;
		min-height: 450px;
	}
	#ourWork .container {
		width: 100%;
		/*padding: 0;*/
	}
	#ourWork h1, #ourWork h3 {
		margin: 0 auto 10px;
	}
	#rev_slider_3_2_wrapper {
		height: 410px !important;
	}
	#rev_slider_3_2.tp-simpleresponsive .slotholder *  {
		background-size: 100% auto;
	}
	.our-work-slider .slide1-logo, .our-work-slider .slide2-logo, .our-work-slider .slide3-logo, 
	.our-work-slider .slide4-logo, .our-work-slider .slide5-logo {
		width: 120px;
		margin-top: -20%;
	}
	.our-work-slider .slide1-logo img, .our-work-slider .slide2-logo img, .our-work-slider .slide3-logo img, 
	.our-work-slider .slide4-logo img, .our-work-slider .slide5-logo img {
		max-width: 100% !important;
		height: auto !important;
	}
	.our-work-slider .slide3-logo { margin-left: -40px; }
	.our-work-slider .slide4-logo { margin-left: -35px; }
	
	/* Clients */
	#clients .row { margin-bottom: 40px; }
	#clients h3 { font-size: 17px; }
	#clients .client { height: 60px; margin-bottom: 30px; }
	#clients .client img { max-width: 100% !important; height: auto; }
	
	/* Contact Us */
	#contactContent { height: 1050px; }
	#contactContent .row { margin-bottom: 50px; }
	#contactContent h1 { margin: 50px auto 10px; }	
	#contactContent .col-md-8, #contactContent .col-md-4 { width: 100%; float: none; }
	#contactContent .contact-form { margin-bottom: 30px; }
	#contactContent .contact-form .inputbox { width: 320px; }
	#contactContent .contact-info h3 { font-size: 20px; }
	#contactContent .crane { top: -10px; }
	
	/* Compare Plans */
	#comparePlans { padding-top: 30px; }
	#comparePlans .col-md-8, #comparePlans .col-md-4 { width: 100%; text-align: center; }
	#comparePlans h3, #comparePlans h4 { margin-left: 0; text-align: center; }
	#comparePlans .btn { float: none; margin: 15px auto 0; }
	
	/* Footer */
	#footer .col-one-fifth { width: 33% !important; }
	#footer ul li { font-size: 13px; }
	.location-map .map .map { width: 100% !important; margin: 0 auto !important; }
	
	/* Modalbox */
	div#mb_overlay { z-index: 9999; }
	div#mb_center { width: 440px !important; margin-left: -220px !important; z-index: 10000; }
	div#mb_bottom { width: 420px !important; margin-left: -220px !important; z-index: 10000; }
	div#mb_contents { width: auto !important; }	

}

@media (min-width: 320px) and (max-width: 479px) {
	.no-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}

	/* Intro Slider */
	#rev_slider_1_1 .tp-caption.o2o_large_text  {
		top: 50px !important;
	}
	#rev_slider_1_1 .tp-caption.o2o_small_text {
		font-size: 12px !important;
		top: 85px !important;
	}
	#rev_slider_1_1 .tp-caption.sfl {
		top: 110px !important;
	}
	#rev_slider_1_1 .tp-caption.sfl a.btn-orange {
		font-size: 12px !important;
		padding: 15px 30px !important;
	}
	
	/* Main Menu */
	.navbar-inverse {
		padding: 2px 0;
	}
	.navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#navigation .top-menu {
		display: none;
	}	
	.navbar-collapse {
		padding: 0;
	}
	#navigation ul.nav {
		font-size: 14px;
	}
	#navigation ul.nav li {
		margin: 0 5px;
	}
	.navbar-inverse .navbar-nav > li.item-169, 
	.navbar-inverse .navbar-nav > li.item-176 {
		padding: 0 10px !important;
	}
	.navbar-inverse .navbar-nav > li > a.we-re-hiring, 
	.navbar-inverse .navbar-nav > li.item-169 > a, 
	.navbar-inverse .navbar-nav > li.item-176 > a {
		display: inline-block;
	}	
	
	/* Main Page */
	section {
		padding-top: 30px;
	}
	h1, .h1 { font-size: 30px; }
	h3, .h3 { font-size: 20px; }
	h4, .h4 { font-size: 17px; }
	
	/* Product */
	section#product {
		min-height: 400px;
	}
	.o2o-products {
		margin-top: 30px;
	}
	.o2o-products ul {
		list-style: none;
		margin: 0 auto 50px;
		padding: 0;
		height: 210px;
		overflow: hidden;
	}
	.o2o-products li { 
		display: block;
		position: relative;
		padding-left: 0;
		text-align: left;
		width: 170px;
		height: 50px;
		margin: 0 0 20px;
	}
	.o2o-products .sq-webdesign { margin-left: 150px; top: -210px; }
	.o2o-products .sq-creative { margin-left: 150px; top: -210px; }
	.o2o-products .sq-seo { margin-left: 150px; top: -210px; }
	.o2o-products li .o2o-icon { 
		display: inline-block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		margin-right: 10px;
		float: left;
		transition: all 0.3s ease-in-out;
	}
	.o2o-products .sq-ecommerce .o2o-icon { background: #00c9cc; }
	.o2o-products .sq-webhosting .o2o-icon { background: #7eabf5; }
	.o2o-products .sq-connect .o2o-icon { background: #ff5353; }
	.o2o-products .sq-webdesign .o2o-icon { background: #ffcd21; }
	.o2o-products .sq-creative .o2o-icon { background: #db5f9b; }
	.o2o-products .sq-seo .o2o-icon { background: #83b444; }
	.o2o-products li a:hover .o2o-icon { background: #6b6b6c; }
	.o2o-products li .o2o-icon img { 
		display: block;
		width: 30px !important;
		height: auto;
		margin: 20% auto 0;
	}
	.o2o-products li .o2o-text { 
		display: inline-block;
		width: 70px;
		height: 50px;
		float: left;
	}
	.o2o-products li .o2o-text img { 
		max-width: 100% !important;
		height: auto;
		margin-top: 6px;
	}
	
	/* Our Work */
	#ourWork {
		padding-top: 60px;
		padding-bottom: 30px;
		min-height: 450px;
	}
	#ourWork .container {
		width: 100%;
		/*padding: 0;*/
	}
	#ourWork h1, #ourWork h3 {
		margin: 0 auto 10px;
	}
	#rev_slider_3_2_wrapper {
		height: 410px !important;
	}
	#rev_slider_3_2.tp-simpleresponsive .slotholder *  {
		background-size: 100% auto;
	}
	.our-work-slider .slide1-logo { margin-top: 150px; margin-right: 30px; }
	.our-work-slider .slide2-logo { margin-top: 150px; margin-left: -170px; }
	.our-work-slider .slide3-logo { margin-top: 150px; margin-left: -210px; }
	.our-work-slider .slide4-logo { margin-top: 150px; margin-left: -190px; }
	.our-work-slider .slide5-logo { margin-top: 150px; margin-left: -210px; }
	
	/* Clients */
	#clients .row { margin-bottom: 40px; }
	#clients h3 { font-size: 17px; }
	#clients .client { width: 50%; height: 70px; margin-bottom: 30px; }
	#clients .client img { max-width: 100% !important; height: auto; }
	
	/* Contact Us */
	#contactContent { height: 980px; }
	#contactContent .row { margin-bottom: 30px; }
	#contactContent h1 { margin: 30px auto 10px; }	
	#contactContent .col-md-8, #contactContent .col-md-4 { width: 100%; float: none; }
	#contactContent .contact-form { margin-bottom: 30px; }
	.contact-form table td { font-size: 13px; }
	.contact-form table td.label { width: auto; }
	#contactContent .contact-form .inputbox { width: 100%; }
	#contactContent .contact-form .btn { font-size: 14px; padding: 10px 15px; }
	#contactContent .contact-info h3 { font-size: 20px; }
	#contactContent .crane { display: none; }
	
	/* Compare Plans */
	#comparePlans { padding-top: 20px; }
	#comparePlans .col-md-8, #comparePlans .col-md-4 { width: 100%; text-align: center; }
	#comparePlans h3, #comparePlans h4 { margin-left: 0; text-align: center; }
	#comparePlans .btn { float: none; margin: 15px auto 0; }
	
	/* Footer */
	#footer .col-one-fifth { width: 50%; min-height: 160px; margin-bottom: 30px; }
	#footer .col-one-fifth.last { margin-bottom: 0; clear: left; }
	#footer ul li { font-size: 13px; }
	.location-map .map .map { width: 100% !important; margin: 0 auto !important; }	
	
	/* Modalbox */
	div#mb_overlay { z-index: 9999; }
	div#mb_center { width: 280px !important; margin-left: -140px !important; z-index: 10000; }
	div#mb_bottom { width: 260px !important; margin-left: -140px !important; z-index: 10000; }
	div#mb_contents { width: auto !important; }	
	
}
