
/*_____________________________________________________________

					 01 - Reset CSS
_____________________________________________________________*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,and,address,cite,code,del,dfn,em,img,ins,kbd,
q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,
aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,
select{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}

abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}

blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}

del{text-decoration:line-through}hr{background:transparent;border:0;clear:both;color:transparent;height:1px;margin:0;padding:0}

mark{background-color:#ffffb3;font-style:italic}input,select{vertical-align:middle}ins{background-color:red;color:white;text-decoration:none}

table{border-collapse:collapse;border-spacing:0}

/* Clearfix */
.clear{clear:both;display:block;height:0;overflow:hidden;visibility:hidden;width:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;line-height:0;visibility:hidden;width:0}* html .clearfix,:first-child+html .clearfix{zoom:1}
 /*_______________________________________________________________________________________
 
					 02 - Main CSS (Body, Typography, top panel, Grid, Navigation)
_________________________________________________________________________________________*/
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}


::-moz-selection {
    color: #fff;
    background: #3254aa;
}
::selection {
    color: #fff;
    background: #3254aa;
}
::-webkit-scrollbar {
    width: 7px;
    background: #222425;
}
::-webkit-scrollbar-thumb {
    background: #007bc3;
    border-radius: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a > * {
    color: #898989;
    text-decoration: none;
}
a:hover { text-decoration: none }

#h1_home {
	color:#004559;
	font-weight:700;
	font-size:3.5em;
	margin:100px auto 48px auto;
	text-align:center;
	line-height:1em;	
}


/*--------------------------------------------------------------------------*/
/*					SOME ESSENTIALS CSS FOR ELEMENTS				 		*/
/*--------------------------------------------------------------------------*/
#header {
    float: left; 
    width: 100%;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}

#mainHeaderWrapInside{
	min-width:580px;
}

#logo {
	float:left;
	display:block;
	padding:21px 0 0 15px;
	/*width:155px;*/
}

.headerBeta { 
    padding-top:22px;
	float:left;
	color:#e77838; font-style:italic; font-weight:bold;
	margin-left:5px;
	}
.headerBeta2 { 
     padding-top:22px;
	 float:left;
	 margin-left:5px;
	color:#AF6436; font-style:italic; font-size:10px;
	}


#marketingCopy { 
    margin-top:35px; 
	margin-bottom:50px;
	
}

/*--------------------------------------------------------------------------*/
/*								MAIN TEMPLATE  GRID					 		*/
/*--------------------------------------------------------------------------*/

.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left;position:relative;margin-right:3%; }
.one { width: 100%; margin-right: 0; }
.one p {
text-align:center;	
}
.one-half {	width: 48.5%; }
.two-third { width: 65.67%; }
.one-third  { width: 31.33%; }
.one-fourth { width: 22.75%; }
.three-fourth { width: 74.25%; }
.one-fifth { width: 17.6%; }
.one-sixth { width: 14.1%; }
.one-half.last, .one-third.last, .two-third.last, .one-fourth.last, .three-fourth.last,.one-fifth.last,.one-sixth.last{margin-right: 0!important;}
.horizontal-line {
    width: 99%;
    margin: 30px 0;
    float: left;
    border-top: 1px solid #ececec;
}
/*--------------------------------------------------------------------------*/
/*						MAIN TEMPLATE  NAVIGATION					 		*/
/*--------------------------------------------------------------------------*/
#main-navigation select {
    display: none
}
#main-navigation select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #eee;
    cursor: pointer;
    width: 320px;
    padding: 10px 5px;
    margin: 30px 0;
    box-shadow: 0 0 0 rgba();
    color: #676767;
    float: left;
}
#navigation-wrapper {
    float: right
}
#main-navigation ul {
    margin: 0;
    padding: 0px 0;
    list-style-type: none;
    float: right;
}
#main-navigation ul li:hover {
    visibility: inherit
}
#main-navigation ul li {
    position: relative;
    display: inline;
    float: left;
}
#main-navigation ul li:last-child {
    background: none
}
#main-navigation ul li a {
    color: #7d7d7d;
    line-height: 20px;
    text-transform: capitalize;
    display: block;
    overflow: hidden;
    padding: 24px 15px 24px 15px;
    margin: 0px 5px px 0px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border-bottom: none;
    text-decoration:none !important;
}
#main-navigation ul li:hover {
    background: #f7f7f7
}
#main-navigation ul li:hover a {
    border-bottom: none;
    color: #505050;
}
#main-navigation ul li a:focus {
    background: #FFF!important
}
#main-navigation ul li:focus {
    background: #FFF!important
}
#main-navigation ul li a.active {
    background: #2d3032;
    color: #FFF;
    border-bottom: none;
    box-shadow: none;
}
#main-navigation ul ul {
    position: absolute;
    top: -9999em;
    width: 200px;
    z-index: 99999;
    background: #2d3032;
    border-bottom: 4px solid #007bc3;
}
#main-navigation ul ul li a {
    text-transform: capitalize
}
#main-navigation ul ul li {
    width: 100%
}
#main-navigation ul li:hover ul {
    left: 0;
    top: 106px;
}
#main-navigation ul li:hover li ul {
    top: -9999em
}
#main-navigation ul li li:hover ul {
    left: 200px;
    top: 0;
}
#main-navigation ul ul {
    padding: 0;
    margin: 0;
}
#main-navigation ul ul li {
    margin: 0;
    background: none;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 11px;
}
#main-navigation ul li li:hover ul li a {
    border-bottom: solid 1px #383838!important
}
#main-navigation ul li li:hover ul li a:hover {
    border-bottom: solid 1px #FFF!important
}
#main-navigation ul ul li a {
    font-size: 12px;
    padding: 7px 15px;
    margin: 0px;
    border-bottom: solid 1px #383838!important;
    color: #c4c4c4!important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    font-weight: normal;
}
#main-navigation ul ul li:last-child a {
    border-bottom: none
}
#main-navigation ul ul li a:hover {
    background: #FFF;
    color: #191e28!important;
    border-bottom: solid 1px #FFF!important;
    box-shadow: -4px -4px 0 0 #007bc3, 4px 4px 0 0 #007bc3, 4px 0 0 0 #007bc3, 0 4px 0 0 #007bc3, 4px -4px 0 0 #007bc3, -4px 4px 0 0 #007bc3;
}
#main-navigation ul ul li:last-child a:hover {
    background: #FFF;
    color: #191e28;
    border-bottom: none!important;
}
#main-navigation ul ul li:last-child a {
    border-bottom: none!important
}
/*--------------------------------------------------------------------------*/
/*							STICKY NAVIGATION CSS					 		*/
/*--------------------------------------------------------------------------*/
#sticky_navigation {
    width: 100%; 
    float: left;
    height: auto;
    background: #FFF;
    z-index: 999;
	position: fixed; /* nh added position,top,left for stickyness */
	top:0;
	left:0;
}
#sticky_navigation.shadow {
    background-color: #2d3032;
    background-color: rgba(45, 48, 50, 0.90);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-bottom:3px solid #00BFFF;
}
#sticky_navigation #main-navigation.small-nav  ul li a {
    color: #FFF;
    line-height: 20px;
    text-transform: capitalize;
    display: block;
    overflow: hidden;
    padding: 24px 15px 22px 15px;
    margin: 0px 5px px 0px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border-bottom: 4px solid transparent;
}
#sticky_navigation #logo.small-logo {
    float: left;
    display: block;
    margin: 18px 0 0 0;
}

#sticky_navigation #logo .logo-label-dev {
color:#63D8FF;
font-size:26px;
font-weight:400;
}

#sticky_navigation #logo .logo-label-jock {
color:#fff;
font-size:26px;
font-weight:400;
}


#sticky_navigation #main-navigation.small-nav  ul li:hover {
    background: #FFF
}
#sticky_navigation #main-navigation.small-nav ul li:hover a {
    border-bottom: 4px solid #007bc3;
    color: #505050;
}
#sticky_navigation #main-navigation.small-nav ul li li:hover ul li a {
    border-bottom: solid 1px #383838!important
}
#sticky_navigation #main-navigation.small-nav ul li li:hover ul li a:hover {
    border-bottom: solid 1px #FFF!important
}
#sticky_navigation #main-navigation.small-nav ul li a:focus {
    background: #FFF!important;
}
#sticky_navigation #main-navigation.small-nav ul li:focus {
    background: #FFF!important;
}
#sticky_navigation #main-navigation.small-nav ul li a.active {
    background: #007bc3;
    color: #FFF;
    border-bottom: 4px solid #007bc3;
    box-shadow: none;
}
#sticky_navigation #main-navigation.small-nav ul ul li a {
    font-size: 12px;
    padding: 7px 15px;
    margin: 0px;
    border-bottom: solid 1px #383838!important;
    color: #c4c4c4!important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    font-weight: normal;
}
#sticky_navigation #main-navigation.small-nav ul ul li:last-child a {
    border-bottom: none
}
#sticky_navigation #main-navigation.small-nav ul ul li a:hover {
    background: #FFF;
    color: #191e28!important;
    border-bottom: solid 1px #FFF!important;
    box-shadow: -4px -4px 0 0 #007bc3, 4px 4px 0 0 #007bc3, 4px 0 0 0 #007bc3, 0 4px 0 0 #007bc3, 4px -4px 0 0 #007bc3, -4px 4px 0 0 #007bc3;
}
#sticky_navigation #main-navigation.small-nav ul ul li:last-child a:hover {
    background: #FFF;
    color: #191e28;
    border-bottom: none!important;
}
#sticky_navigation #main-navigation.small-nav ul ul li:last-child a {
    border-bottom: none!important
}
#sticky_navigation #main-navigation.small-nav ul li:hover ul {
    left: 0;
    top: 70px;
}
#sticky_navigation #main-navigation.small-nav ul li:hover li ul {
    top: -9999em
}
#sticky_navigation #main-navigation.small-nav ul li li:hover ul {
    left: 200px;
    top: 0;
}
#sticky_navigation #main-navigation.small-nav ul ul {
    padding: 0;
    margin: 0;
}
#sticky_navigation #main-navigation.small-nav ul ul li {
    margin: 0;
    background: none;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 11px;
}

.simply_top_color_text
{
 color:#63D8FF;	
}





/*--------------------------------------------------------------------------*/
/*					ANIMATED SERVICE BOXES ON HOMPAGES				 		*/
/*--------------------------------------------------------------------------*/

.service {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: left;
    border-radius: 4px;
    border: 1px dashed #d2d2d2;
	padding:25px;	
	min-height:140px; 
	margin-bottom:50px !important;
}

.last-service {
	margin-bottom:0px !important;	
}

.service .pad-left { padding-left:30px; }
.service .pad-right { padding-right:30px; }

.service:hover {
    background: #007bc3;
    cursor: pointer;
    color: #ffffff;
    border: none;
}

.service_plan:hover {
background:#FF6AEF	
}

.service_build:hover {
background:#FD2509	
}

.service_test:hover {
background:#FF9F09	
}

.service_launch:hover {
background:#FC3	
}

.service_support:hover {
background:#96DE19	
}

.service h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 200;
	font-weight:600;
}

/*
.service UL LI {
	list-style-image: url(/img/blue_bullet.png);
}
*/

.featured_img {
    float:left;
    width:200px;
    text-align:center;
}

.featured_img img {
    margin:0 auto;
    text-align:center;
}

.tab-pane ul {
    float:left;
    width:420px;
    margin-left:80px;
}

.featured_img_01,
.featured_img_02,
.featured_img_03,
.featured_img_04 {
    
    /*-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
    overflow: hidden;
}
.featured_img_01:hover,
.featured_img_02:hover,
.featured_img_03:hover,
.featured_img_04:hover {
    opacity: 1
}
.featured_img_01 {
    background: url("/img/icon-print.png") top no-repeat
}
.service:hover .featured_img_01 {
    background: url("/img/icon-print.png") bottom no-repeat
}
.featured_img_02 {
    background: url("/img/icon-identity.png") top no-repeat
}
.service:hover .featured_img_02 {
    background: url("/img/icon-identity.png") bottom no-repeat
}
.featured_img_03 {
    background: url("/img/icon-digital.png") top no-repeat
}
.service:hover .featured_img_03 {
    background: url("/img/icon-digital.png") bottom no-repeat
}
.featured_img_04 {
    background: url("/img/icon-print-2.png") top no-repeat
}
.service:hover .featured_img_04 {
    background: url("/img/icon-print-2.png") bottom no-repeat
}



/*________________________________________________________________________________________________________________________________
 
		 04 - Footer & Copyrights
__________________________________________________________________________________________________________________________________*/

#copyrights {
    background: #222425;
    height: auto;
    padding: 25px 0 15px 0;
    width: 100%;
    color: #898989;
    font-size: 12px; 
	margin-top:200px;
}



 /*_______________________________________________________________________________________
 
					 12- Features: Pricing Boxes CSS
_________________________________________________________________________________________*/	
#priceHeader { 
	text-align:center;
}
#priceHeader H3 { 
	margin-bottom:40px;
}

#priceWrapper { 
	text-align:center; 
	margin:0px auto 100px auto;
	width:960px;
}

ul.pricing-box {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.pricing-box li.one-third {
    margin: 0 0px 0 0;
    width: 278px;
    padding: 40px 20px;
}
	ul.pricing-box li.one-third:last-child {
		margin: 0 0px 0 0;
		padding: 40px 20px;
		border-left: none;
	}
	ul.pricing-box li.one-third.best-plan {
		z-index: 111;
		background: #FFF;
		margin: 0;
		padding: 60px 20px;
		top: -20px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	}


ul.pricing-box li.one-fourth.best-plan:hover,
ul.pricing-box li.one-third.best-plan:hover {
    background: #FFF;
    cursor: pointer;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .20);
    top: -25px;
}
ul.pricing-box li:nth-child(1) {
    border-right: none
}
ul.pricing-box li:nth-child(3) {
    border-left: none
}
ul.pricing-box > li {
    background: #f6f6f6;
    float: left;
    border: 1px solid #d9dee1;
    text-align: center;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.text-price {
    margin-bottom: 30px
}
.text-price h3 {
    /*font-size: 42px;*/
	font-size: 22px;
    font-weight: 300px;
    color: #333;
}
.text-price h3 > span {
    font-size: 12px;
    font-weight: 300px;
    color: #333;
}
ul.pricing-box > li:hover {
    background: #f0f0f0;
    cursor: pointer;
}
.pricing-box-purchase,
.pricing-box-purchase-best-plan {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #FFF;
    font-size: 18px;
    background: #333333;
    padding: 7px 12px;
    border-radius: 4px;
	font-weight:bold;
}

.pricing-box-purchase:hover {
    background: #007bc3
}
.pricing-box-purchase-best-plan {
    background: #007bc3
}
.pricing-box-purchase-2 {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #FFF;
    font-size: 12px;
    font-style: italic;
    background: #c6c6c6;
    padding: 7px 12px;
    border-radius: 4px;
}
.pricing-box-purchase-2:hover {
    background: #007bc3
}
.list-box-content ul {
    float: left;
    list-style: none;
    margin-bottom: 40px;
}
.list-box-content ul li {
    float: left;
    padding: 7px 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
.list-box-content ul li:first-child {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}	
 


 /*_______________________________________________________________________________________
 
					FLOWER
_________________________________________________________________________________________*/	
.main_photo {
	position:relative;
	width:830px;
	height:460px;
	margin:0 auto 34px auto;
	background:url(../../img/devjock-flower.png) 0 10px no-repeat;	
	background-size:808px 457px;
	background-position:center;
}


.main_photo .tip_feature{
	position:absolute;
	display:block;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:1.9em;
    font-weight:700;
	/*background-color: blue;*/
}

.main_photo a#photo_button{
	position:absolute;
	display:block;
	top:360px;
	left:275px;
	font-wieght:bold;
	text-decoration: none;
}


#photo_button:hover {
    background:#007EEF;
}

.main_photo a#photo_button:hover {
	border:0px;
}

#photo_button:active{
    background:#004787;
}

#tip_plan {
	top:194px;
	left:-45px;
    color:#D55EDF; 
}

#tip_build {
	top:35px;
	left:150px;
    color:#DC2500;
}


#tip_test {
	top:-18px;
	left:387px;
    color:#EA9E00 ;
}

#tip_release {
	top:35px;
	left:604px;
    color:#E8D103; 
}

#tip_maintain {
	top:194px;
	left:810px;
    color:#ADDF27;
}

#marketingCopy p, .tab-content li {
    font-size:1.3em !important;
    color:#666; 
    line-height:1.6em;
}

.tab-pane {
    border:1px solid #ccc;
    border-top:0;
    margin:0 0 2em 0;
    padding:2em 1.5em;
    min-height:250px;   
}

.tab-content li {
    margin-bottom:5px;    
}

.nav-tabs {
    margin:0 !important;   
}

.nav-tabs a {
    font-size:1.7em;
    font-weight:700;    
}

.nav-tabs > li:first-child {
    margin-left:20%;
}

.nav-tabs > li > a {
    border-top:3px solid #fff !important;
    padding:.5em 1em .9em 1em !important;   
}

.tab-color-1.active a, .tab-color-1:hover a {
    border-top:3px solid #D55EDF !important;    
}

.tab-color-2.active a, .tab-color-2:hover a {
    border-top:3px solid #DC2500 !important;    
}

.tab-color-3.active a, .tab-color-3:hover a {
    border-top:3px solid #EA9E00  !important;   
}

.tab-color-4.active a, .tab-color-4:hover a {
    border-top:3px solid #F9E800 !important;    
}

.tab-color-5.active a, .tab-color-5:hover a {
    border-top:3px solid #ADDF27  !important;   
}









/*___________________________________________________________________*/

/*---------------iPad & Samsung Galaxy Tablets portrait---------------*/
/*___________________________________________________________________*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/*___________________________________________________________________*/

/*---------------iPhone & Samsung Mobiles landscape---------------*/
/*___________________________________________________________________*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#h1_home {
		font-size: 3em;
		line-height:1.3em; 	
	}
	
	#marketingCopy { 
		margin-top:10px; 	
	}

    .main_photo {
        background-size:100%;
        width:100%;
    }

    .main_photo .tip_feature {
        display:none;
    }

    .main_photo a#photo_button {
        left:20% !important;
		font-size:16px !important;
    }
    
    .nav-tabs > li {
        margin-bottom:1em !important;
    }
    .nav-tabs > li:first-child {
    margin-left:0%;
}
    .nav-tabs > li.active > a {
        border-bottom: 1px solid #ddd !important;
    }

    .nav-tabs > li > a {
           -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px !important;
    padding:.3em !important;
    }

    .tab-pane ul {
        width:auto;
        margin-left:20px;
    }
}
/*___________________________________________________________________*/

/*---------------iPhone & Samsung Mobiles landscape---------------*/
/*___________________________________________________________________*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
	#h1_home {
        font-size: 18px;
        line-height:18px; 
		margin-bottom:0px;  
    }
    
    #marketingCopy { 
        margin-top:10px;    
    }

    .main_photo {
        background-size:100%;
        width:100%;
        height:300px;
    }

    .main_photo .tip_feature {
        display:none;
    }

    .main_photo a#photo_button {
        left:20% !important;
        top:65% !important;
		font-size:16px !important;
    }
    
    .nav-tabs > li {
        margin-bottom:1em !important;
    }
    .nav-tabs > li:first-child {
    margin-left:0%;
}
    .nav-tabs > li.active > a {
        border-bottom: 1px solid #ddd !important;
    }

    .nav-tabs > li > a {
           -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px !important;
    padding:.3em !important;
    }

    .tab-pane ul {
        width:auto;
        margin-left:20px;
    }
	
}


@media only screen and (max-width:450px){
	#h1_home {
        font-size: 18px;
        line-height:18px; 
		margin-bottom:0px;  
    }
    
    .main_photo {
        background-size:100%;
        width:100%;
        height:300px;
    }
    .main_photo .tip_feature {
        display:none;
    }

    .main_photo a#photo_button {
        left:20% !important;
        top:65% !important;
		font-size:16px !important;
    }
    
    .nav-tabs > li {
        margin-bottom:1em !important;
    }
    .nav-tabs > li:first-child {
    margin-left:0%;
}
    .nav-tabs > li.active > a {
        border-bottom: 1px solid #ddd !important;
    }

    .nav-tabs > li > a {
           -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px !important;
    padding:.3em !important;
    }

    .tab-pane ul {
        width:auto;
        margin-left:20px;
    }
}



a#contact_button{
	text-decoration: none;
}












/*header responsive*/


#header_gb_wrap {
	      background-color: #2d3032;
	      background-color: rgba(45, 48, 50, 0.90);
          -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
          -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
           box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#0c0c0c',GradientType=0 );*/  
	    /*border-bottom:1px solid #CB001C;*/
	      font:16px Arial, Helvetica, sans-serif !important;
	      margin:0;
	      margin:0 auto;	
	      border-bottom:3px solid #00BFFF;
	      width: 100%; 
          float: left;
          height: auto;
          z-index: 999;
	      position: fixed; /* nh added position,top,left for stickyness */
	      top:0;
	      left:0;
       }
		
#header_bottom_row_wrapper{
	     width:99%;
	     margin:0 auto;
	     padding:0px 0px 0px 0px;
	    /*padding:6px 0px 7px 0px;*/
     }



#header_gb_logo {
	 margin:0px 0px 0px 5px; 
	 padding:0px;
	 width:181px;
	}
	
#header_gb_logo span { 
		display:none;
	}
	
#header_gb_logo a {
		width:181px;
		height:10px;
		/*height:32px;*/	
		display:block;
	}
	
.vertical_align_line_height_header_logo
	{
	  vertical-align : top;line-height:90px;
	}
	
.dev_font
	{
	  color:#63D8FF;font-size:26px;font-weight:400;vertical-align : top;line-height:30px;
	}
.jock_font
	{
	 color:#fff;font-size:26px;font-weight:400;vertical-align : top;line-height:30px;
	}
	
		/*#header_gb_nav ul li a:hover {
			color:#FFCC33;
		}*/
		
	/*	#header_gb_nav ul li.active a { 
			color:#FFCC33 !important;
		}*/


/* FROM TASK 15913 */


#header_nav_small_drop{
	display:none;
	color:#FFCC33; 
	font-weight:bold; 
	margin-left:10px; 
	margin-right:10px;
	text-overflow:ellipsis;
	overflow:hidden; 
	white-space:nowrap;
}

#header_nav_small_drop:hover{ cursor:pointer;}

#siteNavSmallWrapper {display:none;}

#siteNavSmallWrapper UL {margin:0px; padding:2px 3px 3px 50px; list-style-type:none; font-size:.9em;}
#siteNavSmallWrapper UL LI { padding-bottom:8px; }
#siteNavSmallWrapper UL LI A { color:#ffffff; font-weight:700; text-decoration:none; }
#siteNavSmallWrapper UL LI A:hover { color:#FFCC33; }
	
	


.arrowWhite3 {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	margin-left:4px;
	position:relative;
	top:9px;
   }
		


		
		
@media (min-width: 768px) and (max-width: 980px) {
	#header_top_row_wrap {
		margin:0px;
	}
	
	#header_bottom_row_wrapper{
	padding:6px 0px 7px 0px;
	/*padding:6px 0px 7px 0px;*/
}
	
	/*#header_bottom_row_wrapper { outline:2px solid #0000ff;}*/
	
	#siteNavSmallWrapper {display:none;}
}





@media (max-width: 768px){ 

#header_gb_wrap {
	     float:;
        height:;
        z-index:;
	    position:; /* nh added position,top,left for stickyness */
	    top:;
	    left:;
       }
#header_bottom_row_wrapper{
	padding:12px 0px 7px 0px;
	/*padding:6px 0px 7px 0px;*/
 }
#header_top_row_wrap {
		margin:0px;
}
	
#header_gb_logo {
		width:35px;
		height:30px;	
	}
	
#header_gb_logo a {
		width:35px;
		height:30px;	
		display:block;
	}
	
.vertical_align_line_height_header_logo
	{
	  vertical-align :middle;line-height:0px;
	}
	
.dev_font
	{
	  display:none;
	}
.jock_font
	{
	 display:none;
	}
	
#navigation-wrapper {display:none;}
	/*#header_bottom_row_wrapper { outline:2px solid #ff0000;}*/
#header_nav_small_drop{display:block;}

}




@media (min-width: 769px) and (max-width: 982px) {

 #header_gb_wrap {
	     float:;
        height:;
        z-index:;
	    position:; /* nh added position,top,left for stickyness */
	    top:;
	    left:;
       }
	#navigation-wrapper {display:none !important;}
	#header_nav_small_drop  {display:block !important;}
	.vertical_align_line_height_header_logo
	{
	  vertical-align :top;line-height:32px;
	}
	.dev_font
	{
	  color:#63D8FF;font-size:26px;font-weight:400;vertical-align : top;line-height:30px;
	}
	.jock_font
	{
	 color:#fff;font-size:26px;font-weight:400;vertical-align : top;line-height:30px;
	}
	
 }
 






