#main_content{
		margin-left: 24%!important;
		width: inherit!important;
	}


/****************Getting Started Css Starts*******************/


/* Effect 20: 3D side */
.cl-effect-20 a {
	line-height: 2em;
	/*text-transform: uppercase;*/
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	font-weight: 600;
	font-size: 1.35em;
}

/*.cl-effect-20 a{
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2em;
	font-size: 1.35em;
}*/

.cl-effect-20 {
	box-shadow: none!important;
}

.cl-effect-20 a span {
	position: relative;
	display: inline-block;
	padding: 3px 15px 0;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
	/*background: #587285;
	box-shadow: inset 0 3px #2f4351;*/
	/*background: #0e8c93!important;*/
    /*box-shadow: inset 0 3px #08575a!important;*/
    box-shadow: inset 0 3px rgb(105, 102, 100)!important;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	/*font-size: initial;*/
	/*border-radius: 50px;*/
    border-radius: 10px;
}

/*.cl-effect-20 a span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
    color: rgb(105, 102, 100)!important;
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
    border-radius: 10px;	
}

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
	background: #2f4351;
}

.cl-effect-20 a:hover span::before,
.cl-effect-20 a:focus span::before {
	-webkit-transform: rotateX(10deg);	
	-moz-transform: rotateX(10deg);
	transform: rotateX(10deg);
}*/

.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
    background: #f5f5f5!important;
    /*background: rgb(14, 96, 101)!important;*/
    color: rgb(105, 102, 100)!important;
}



@media (min-width: 691px) and (max-width: 892px){
    #main_content{
		margin-left: 12%!important;
	}
}

@media (min-width: 440px) and (max-width: 690px){
    #main_content{
		margin-left: 0%!important;
	}
}

@media (max-width: 481px){

    .cl-effect-20 a span::before {
		padding-left: inherit;
	}

	#main_content{
		margin-left: 10%!important;
		width: inherit!important;
	}
}



/****************Getting Started Css Ends********************/


/****************Bottom Links Css Starts***********************/

.price-item {
    padding: 30px 0
}

.price-item .panel {
    /*margin-top: 60px;*/
    border-radius: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.price-item .panel .panel-heading {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    min-height: 75px
}

.price-item .panel .panel-body {
    /*background: #0e8c93;
    background: #fff;*/
    padding: 0;
}

.panel-body h4 {
    text-transform: uppercase;
    font-weight: 300;
    color: #999;
    font-size: 14px;
    opacity: inherit;
    font-family: Open Sans, sans-serif;
}

.price-item .panel .panel-body h3 {
    text-align: center;
    margin: 0;
    line-height: 1.2;
    color: #fff;
    opacity: inherit;
    letter-spacing: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    /*background: #0e8c93;*/
}

.price-item .panel .panel-body .list-unstyled {
    margin-bottom: 0;
    margin-top: 0;
}

.price-item .panel .panel-body .list-unstyled li {
    padding: 5px 15px;
    /*background: #0e8c93;*/
}

.price-item .panel .panel-body .list-unstyled a li:nth-child(even) {
    background: #F5F5F5;
}

.price-item .panel .panel-body .list-unstyled a li:nth-child(odd) {
    /*background: #fff;
    background: #cacaca;*/
}

.price-item .panel .panel-body .list-unstyled li:after {
    content: "";
    display: table;
    clear: both
}

.price-item .panel .panel-body .list-unstyled li p {
    margin: 0;
    opacity: inherit;
    font-weight: inherit;
}

.price-item .panel>.panel-footer {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

.price-item .panel.panel-success .panel-footer {
    background: #b9eef7
}

.price-item .panel.panel-success .panel-body {
    background: #18b1cc
}

.price-item .panel.panel-success .price-value {
    background: #18b1cc
}

.price-item .panel.panel-success .price-period {
    border: 1px solid #18b1cc
}

.price-item .panel.panel-success .price-period p {
    color: #18b1cc
}

.price-item .panel.panel-info .panel-footer {
    background: #a3e4e4
}

.price-item .panel.panel-info .panel-body {
    background: #1f6969
}

.price-item .panel.panel-info .price-value {
    background: #1f6969
}

.price-item .panel.panel-info .price-period {
    border: 1px solid #1f6969
}

.price-item .panel.panel-info .price-period p {
    color: #1f6969
}

.price-item .panel.panel-danger .panel-footer {
    background: #ffc7b8
}

.price-item .panel.panel-danger .panel-body {
    background: #ff8b6b
}

.price-item .panel.panel-danger .price-value {
    background: #ff8b6b
}

.price-item .panel.panel-danger .price-period {
    border: 1px solid #ff8b6b
}

.price-item .panel.panel-danger .price-period p {
    color: #ff8b6b
}

.price-item .panel.panel-warning .panel-footer {
    background: #fff0c6
}

.price-item .panel.panel-warning .panel-body {
    background: #0e8c93
}

.price-item .panel.price-popular {
    /*margin-top: 50px;
    margin-top: 70px;*/
    /*border: 1px solid #0e8c93;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative

    /*-webkit-box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);*/
    -webkit-transition: .2s;
    transition: .2s;
}

.price-item .panel.price-popular:hover {
    /*-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);*/

    /*-webkit-box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 15px rgba(0,0,0,0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease*/
}

.price-item .panel.price-popular .panel-body {
    /*-webkit-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .1)*/
}

.price-item .panel.price-popular .price-value {
    /*background: #f5f5f5;*/
    background: #ffffff;
   /*background: #fff;
    border: 5px solid #0e8c93;
    color: #0e8c93;*/
    text-shadow: 0 1px 0 #f5f5f5, 0 2px 0 #f5f5f5, 0 3px 0 #f5f5f5, 0 4px 0 #f5f5f5, 0 5px 0 #f5f5f5
}

.price-item .panel.price-popular .price-period {
    background: #0e8c93;
}

.price-item .panel.price-popular .price-period p {
    color: #fff;
}

.price-item .panel.price-popular.panel-success {
    border: 1px solid #18b1cc;
}

.price-item .panel.price-popular.panel-success .price-value {
    border: 5px solid #18b1cc;
    color: #18b1cc
}

.price-item .panel.price-popular.panel-success .price-period {
    background: #18b1cc
}

.price-item .panel.price-popular.panel-info {
    border: 1px solid #1f6969
}

.price-item .panel.price-popular.panel-info .price-value {
    border: 5px solid #1f6969;
    color: #1f6969
}

.price-item .panel.price-popular.panel-info .price-period {
    background: #1f6969
}

.price-item .panel.price-popular.panel-danger {
    border: 1px solid #ff8b6b
}

.price-item .panel.price-popular.panel-danger .price-value {
    border: 5px solid #ff8b6b;
    color: #ff8b6b
}

.price-item .panel.price-popular.panel-danger .price-period {
    background: #ff8b6b
}

.price-item .hover-1 {
/*    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease*/
}

.price-item .hover-1 .panel-body h3,
.price-item .hover-1 .panel-body .pull-left {
    /*-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease*/
}

.price-item .hover-1 .price-value,
.price-item .hover-1 .price-period {
/*    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease*/
}

.price-item .hover-1 .list-unstyled li {
/*    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 1.2s ease-in;
    -moz-transition: all 1.2s ease-in;
    -ms-transition: all 1.2s ease-in;
    -o-transition: all 1.2s ease-in;
    transition: all 1.2s ease-in*/
    border: 1px solid #fff;
}

.price-item .hover-1:hover .price-value,
.price-item .hover-1:hover .price-period {
/*    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg)*/
    background: #ffffff;
}

.price-item .hover-1:hover .price-value {
    border-color: #158169
}

.price-item .hover-1:hover .panel-footer,
.price-item .hover-1:hover .panel-heading {
    background: #fff
}

.price-item .hover-1:hover .panel-body h3,
.price-item .hover-1:hover .panel-body .pull-left {
    /*color: #0e5545*/
}

/*.price-item .hover-1:hover .panel-body .pull-left{
    color: 
}*/

.price-item .panel .panel-body .list-unstyled a{
	/*color: #fff;*/
    color: #000000;
}

.price-item .hover-1:hover .list-unstyled li {
/*    -webkit-box-shadow: inset 0 1px 0 0 #158169;
    -moz-box-shadow: inset 0 1px 0 0 #158169;
    box-shadow: inset 0 1px 0 0 #158169;
    -webkit-transform: rotateX(-360deg);
    -moz-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    -o-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
    color: #fff*/
}

.price-item .hover-1:hover .list-unstyled li:nth-child(odd),
.price-item .hover-1:hover .list-unstyled li:nth-child(even) {
    /*background: rgba(0, 0, 0, 0)*/
}

.price-item .hover-1.panel-success:hover .price-value {
    /*border-color: #13899e*/
}
 
.price-item .hover-1.panel-success:hover .panel-body h3,
.price-item .hover-1.panel-success:hover .panel-body .pull-left {
    /*color: #0d6271*/
}

.price-item .hover-1.panel-success:hover .list-unstyled li {
    /*-webkit-box-shadow: inset 0 1px 0 0 #13899e;
    -moz-box-shadow: inset 0 1px 0 0 #13899e;
    box-shadow: inset 0 1px 0 0 #13899e*/
}

.price-item .hover-1.panel-info:hover .price-value {
    border-color: #134242
}

.price-item .hover-1.panel-info:hover .panel-body h3,
.price-item .hover-1.panel-info:hover .panel-body .pull-left {
    /*color: #081a1a*/
}

.price-item .hover-1.panel-info:hover .list-unstyled li {
    /*-webkit-box-shadow: inset 0 1px 0 0 #134242;
    -moz-box-shadow: inset 0 1px 0 0 #134242;
    box-shadow: inset 0 1px 0 0 #134242*/
}

.price-item .hover-1.panel-danger:hover .price-value {
    /*border-color: #ff6338*/
}

.price-item .hover-1.panel-danger:hover .panel-body h3,
.price-item .hover-1.panel-danger:hover .panel-body .pull-left {
    /*color: #ff3b05*/
}

.price-item .hover-1.panel-danger:hover .list-unstyled li {
    -webkit-box-shadow: inset 0 1px 0 0 #ff6338;
    -moz-box-shadow: inset 0 1px 0 0 #ff6338;
    box-shadow: inset 0 1px 0 0 #ff6338
}

.panel-body li{
    padding: 5px 0 5px 0;
}

.panel-body span{
    font-family: sans-serif;
}


/*.price-item .panel.price-popular a{
    color: blue;
}*/


.price-value {
    position: absolute;
    background: #1cad8d;
    text-align: center;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50%;
    border: 5px solid #fff;
    color: #fff
}

.price-value p {
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    opacity: inherit;
}

.price-value p span {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 30px   
}

.price-period {
    position: absolute;
    background: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    top: -50px;
    right: 50%;
    margin-right: -50px;
    border-radius: 50%;
    border: 1px solid #1cad8d
}

.price-period p {
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    color: #1cad8d
}

.price-period p span {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px
}


@media (max-width: 1079px){
	#more_info{
		padding: 25px;
	}
}


@media (min-width: 1080px){
	#rowid{
		/*padding: 25px 150px;*/
        padding: 0 150px;
	}
}

#hide-it{
	color: transparent; 
	user-select: none;
}




    .shadow{
    -webkit-box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.3);
    -webkit-transition: .2s;
    transition: .2s;
    }

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

/****************Bottom Links Css Ends*************************/



/*********************Top Links Css Starts*********************/

/* DEMO 4
-------------------------------------------------*/

.demo-4 { 
  background-color: transparent;    
  cursor: pointer;  
  border-color: #ffffff; 
  margin-left: 20px;
}

@media (min-width: 1080px) {
	.demo-4{
  		width: 150px;  
	}
}

@media (min-width: 893px) and (max-width: 1079px){
	.demo-4 {
		width: 125px!important;
	}
}

@media (min-width: 690px) and (max-width: 892px){
	.demo-4 {
		width: 110px!important;
	}
}

@media (max-width: 689px) {
	.demo-4{
  		width: 120px;  
	}
}

.demo-4:hover {
  border-color: #ffffff;  
}


.demo-4 span:nth-child(1) {
  color: #FCFCFC; 
}


.demo-4 span:nth-child(2) {
  color: #ffffff; 
}


.demo-4 span {
  font-family: 'Lato', sans-serif;
  /*font-size: 28px;*/
  letter-spacing: 1px;
  line-height: inherit!important;
}


.demo-4 {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  border-style: none;
  height: 65px;
  display: inline-block;
}


.demo-4 span {
  position: absolute;
  box-sizing: border-box;
  display: block;
}


.demo-4>span>span:nth-child(3), .demo-4:before, .demo-4:after, .demo-4>:first-child, .demo-4>:first-child:before, .demo-4>:first-child:after {
  border-color: inherit;
  display: block;
  -moz-transition: border-color 0.3s ease;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}


.demo-4:before, .demo-4:after, .demo-4>:first-child:before, .demo-4>:first-child:after {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  position: absolute;
  box-sizing: border-box;
  content: ' ';
}

.demo-4>span>span:nth-child(3), .demo-4:before, .demo-4:after, .demo-4>:first-child:before, .demo-4>:first-child:after {
  border-width: 3px;
}
.demo-4>span>span:nth-child(3) {
  border-radius: 3px;
}
.demo-4:before {
  border-radius: 3px 0 0 3px;
}
.demo-4:after {
  border-radius: 0 3px 3px 0;
}
.demo-4>:first-child:before {
  border-radius: 3px 3px 0 0;
}
.demo-4>:first-child:after {
  border-radius: 0 0 3px 3px;
}

.demo-4>:first-child {
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}
.demo-4>span span {
  width: inherit;
  text-align: center;
  -moz-transition: opacity 0.6s ease, top 0.5s ease;
  -webkit-transition: opacity 0.6s ease, top 0.5s ease;
  transition: opacity 0.6s ease, top 0.5s ease;
}
.demo-4>span>span:nth-child(1) {
  opacity: 1;
  top: 18px;
}
.demo-4>span>span:nth-child(2) {
  top: 37px;
  opacity: 0;
}
.demo-4:hover>span>span:nth-child(1) {
  opacity: 0;
  top: 2px;
}
.demo-4:hover>span>span:nth-child(2){
  opacity: 1;
  top: 18px;
}

.demo-4>span>span:nth-child(3) {
  top: 28%;
  height: 44%;
  width: inherit;
  border-style: none solid none solid;
}


.demo-4:before, .demo-4:after {
  top: 0;
  width: 0;
  height: inherit;
  border-style: solid none solid none;
}

.demo-4>:first-child:before, .demo-4>:first-child:after {
  left: 0;
  height: 0;
  width: inherit;
  border-style: none solid none solid;
}

.demo-4:before {
  -webkit-animation-name: left-center;
  animation-name: left-center;
}

.demo-4:after {
  -webkit-animation-name: right-center;
  animation-name: right-center;
}

.demo-4>:first-child:before {
  -webkit-animation-name: center-top;
  animation-name: center-top;
}

.demo-4>:first-child:after {
  -webkit-animation-name: center-bottom;
  animation-name: center-bottom;
}

.demo-4:hover:before {
  -webkit-animation-name: center-left;
  animation-name: center-left;
}

.demo-4:hover:after {
  -webkit-animation-name: center-right;
  animation-name: center-right;
}

.demo-4:hover>:first-child:before {
  -webkit-animation-name: top-center;
  animation-name: top-center;
}

.demo-4:hover>:first-child:after {
  -webkit-animation-name: bottom-center;
  animation-name: bottom-center;
}


nav.navigation_desktop a {
    line-height: inherit!important;
}


@-webkit-keyframes center-left {
    0%   {left: 40%; width: 8%; opacity: 0.2;}
    25%  {left: 25%; width: 15%;}
    50%  {left: 0%; width: 30%;}
    80%  {left: 0%; width: 0%;}
    100% {left: 0%; width: 0%; opacity: 1;}
}

@-webkit-keyframes left-center {
    0%   {left: 0%; width: 0%; opacity: 1;}
    20%  {left: 0%; width: 0%;}
    50%  {left: 0%; width: 30%;}
    55%  {left: 40%; width: 11%;}
    100% {left: 43%; width: 8%; opacity: 0.2;}
}

@-webkit-keyframes center-right {
    0%   {left: 52%; width: 8%; opacity: 0.2;}
    25%  {left: 60%; width: 15%;}
    50%  {left: 70%; width: 30%;}
    80%  {left: 100%; width: 0%;}
    100% {left: 100%; width: 0%; opacity: 1;}
}

@-webkit-keyframes right-center {
    0%   {left: 100%; width: 0%; opacity: 1;}
    20%  {left: 100%; width: 0%;}
    50%  {left: 70%; width: 30%;}
    55%  {left: 49%; width: 11%;}
    100% {left: 49%; width: 8%; opacity: 0.2;}
}

@-webkit-keyframes top-center {
    0%   {top: 0%; height: 0%; opacity: 0.2;}
    50%  {top: 0%; height: 0%;}
    60%  {top: 0%; height: 20%;}
    80%  {top: 0%; height: 50%;}
    90%  {top: 25%; height: 25%;}
    100% {top: 50%; height: 0%; opacity: 1;}
}
@-webkit-keyframes center-top {
    0%   {top: 50%; height: 0%; opacity: 1;}
    10%  {top: 25%; height: 25%;}
    20%  {top: 0%; height: 50%;}
    40%  {top: 0%; height: 20%;}
    50%  {top: 0%; height: 0%;}
    100% {top: 0%; height: 0%; opacity: 0.2;}
}

@-webkit-keyframes bottom-center {
    0%   {top: 100%; height: 0%; opacity: 0.2;}
    50%  {top: 100%; height: 0%;}
    60%  {top: 80%; height: 20%;}
    80%  {top: 50%; height: 50%;}
    90%  {top: 50%; height: 25%;}
    100% {top: 50%; height: 0%; opacity: 1;}
}
@-webkit-keyframes center-bottom {
    0%   {top: 50%; height: 0%; opacity: 1;}
    10%  {top: 50%; height: 25%;}
    20%  {top: 50%; height: 50%;}
    40%  {top: 80%; height: 20%;}
    50%  {top: 100%; height: 0%;}
    100% {top: 100%; height: 0%; opacity: 0.2;}
}



@keyframes center-left {
    0%   {left: 40%; width: 8%; opacity: 0.2;}
    25%  {left: 25%; width: 15%;}
    50%  {left: 0%; width: 30%;}
    80%  {left: 0%; width: 0%;}
    100% {left: 0%; width: 0%; opacity: 1;}
}

@keyframes left-center {
    0%   {left: 0%; width: 0%; opacity: 1;}
    20%  {left: 0%; width: 0%;}
    50%  {left: 0%; width: 30%;}
    55%  {left: 40%; width: 11%;}
    100% {left: 43%; width: 8%; opacity: 0.2;}
}

@keyframes center-right {
    0%   {left: 52%; width: 8%; opacity: 0.2;}
    25%  {left: 60%; width: 15%;}
    50%  {left: 70%; width: 30%;}
    80%  {left: 100%; width: 0%;}
    100% {left: 100%; width: 0%; opacity: 1;}
}

@keyframes right-center {
    0%   {left: 100%; width: 0%; opacity: 1;}
    20%  {left: 100%; width: 0%;}
    50%  {left: 70%; width: 30%;}
    55%  {left: 49%; width: 11%;}
    100% {left: 49%; width: 8%; opacity: 0.2;}
}

@keyframes top-center {
    0%   {top: 0%; height: 0%; opacity: 0.2;}
    50%  {top: 0%; height: 0%;}
    60%  {top: 0%; height: 20%;}
    80%  {top: 0%; height: 50%;}
    90%  {top: 25%; height: 25%;}
    100% {top: 50%; height: 0%; opacity: 1;}
}
@keyframes center-top {
    0%   {top: 50%; height: 0%; opacity: 1;}
    10%  {top: 25%; height: 25%;}
    20%  {top: 0%; height: 50%;}
    40%  {top: 0%; height: 20%;}
    50%  {top: 0%; height: 0%;}
    100% {top: 0%; height: 0%; opacity: 0.2;}
}

@keyframes bottom-center {
    0%   {top: 100%; height: 0%; opacity: 0.2;}
    50%  {top: 100%; height: 0%;}
    60%  {top: 80%; height: 20%;}
    80%  {top: 50%; height: 50%;}
    90%  {top: 50%; height: 25%;}
    100% {top: 50%; height: 0%; opacity: 1;}
}
@keyframes center-bottom {
    0%   {top: 50%; height: 0%; opacity: 1;}
    10%  {top: 50%; height: 25%;}
    20%  {top: 50%; height: 50%;}
    40%  {top: 80%; height: 20%;}
    50%  {top: 100%; height: 0%;}
    100% {top: 100%; height: 0%; opacity: 0.2;}
}




/*nav select {
  display: none;
}

@media (max-width: 767px) {
  nav ul { 
  	display: none; 
  }
  nav select { 
  	display: inline-block;
    float: right;
    color: #000000;
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    background-color: white;
    font-family: Roboto,sans-serif;
    border-color: #0e8c93;
  }
}*/

/**********************Top Links Css Ends**********************/


/*********************Pulse Effect In Logo Css Starts*********************/

.button{ 
    display: inline-block;      
/*    width: 150px; 
    padding: 20px; 
    text-align: center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    border: 1px solid #888;*/
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 4000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*********************Pulse Effect In Logo Css Ends***********************/


footer {
    padding: 0px 0;
    font-size: 12px;
    border-top: 1px solid #B9C1CB;
    /*margin-top: 40px;*/
    color: #ffffff;
}


footer p{
     text-align: right;
     opacity: inherit;
     font-weight: inherit;
     margin: 0px 0px 0px 0px;
     padding-right:15px;
}



/******************************Menu Css From Razor*************************/

.hub-landing-category-columns h4, .hub-landing-category-columns h4 {
    text-transform: uppercase;
    font-weight: 300;
    color: #999;
    font-size: 14px;
    opacity: inherit;
    font-family: Open Sans, sans-serif;
}

.hub-landing-category-columns ul li a, .hub-landing-category-columns ul li a {
    padding: 4px 0;
    display: block;
    font-size: 16px;
        font-weight: 400;
    font-family: Open Sans, sans-serif;
}


#more_info{
    padding-top: 0;
    padding-bottom: 2rem;
}