@charset "utf-8";
* {
	box-sizing: border-box;
}
body {
	font-family: Verdana, sans-serif, Geneva;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    	font-family: 'swis721_ltcn_btlight', Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
iframe {
	border: none;
	outline: none;
	overflow: hidden;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl, dt, dd {
	padding: 0;
	margin: 0;
}
p {
	font-family: Verdana, sans-serif, Geneva;
	font-size: 11px;
	color: #000;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_clear {
	clear: both;
}
/*homepage css start */
#wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.main {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.top_header {
	width: 100%;
	margin: 0 auto;
	height: 112px;
        position: relative;
        top: 0;
        left: 0;
           z-index: 9898989898;
}
.logo {
	width: 15%;
	max-width: 150px;
	height: 100px;
	margin-top: 5px;
	float: left;
}
.logo_right {
	position: relative;
	float: right;
	width: 85%;
}

.topmenu {
margin-top: 30px;
}
 @-webkit-keyframes example {
0% {
left:0;
top:0;
color:#7E9D2F;
}
50% {
left:100%;
top:0;
color:#FF7F00;
}
50% {
left:100%;
top:0;
color:#FF7F00;
}
100% {
left:0;
top:0;
color:#7E9D2F;
}
}

/* Standard syntax */
@keyframes example {
0% {
left:0;
top:0;
color:#7E9D2F;
}
50% {
left:100%;
top:0;
color:#7E9D2F;
}
50% {
left:100%;
top:0;
color:#7E9D2F;
}
100% {
left:0;
top:0;
color:#7E9D2F;
}
}
.banner {
	width: 100%;
}
.icons{ width: 70%; margin: 0 auto; padding: 2% 0;}

.icon_high{
    	font-family: 'swis721_ltcn_btlight', Arial, sans-serif;
	color: #414141;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
}

.icon {
	width: 16%;
	height: auto;
	float: left;
	text-align: center;
        margin:  0 0.33%;
}
.icon img {
	-webkit-transform: scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform: scale(0.8); /*Mozilla scale version*/
	-o-transform: scale(0.8); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 1; /*initial opacity of images*/
	margin: 0 0px 0px 0; /*margin between images*/
}
.icon img:hover {
	-webkit-transform: scale(1); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform: scale(1); /*Mozilla scale version*/
	-o-transform: scale(1); /*Opera scale version*/
	opacity: 1;
	z-index: 99999;
}
.icon_bg_none {background: none;}
.welcome{background: url(../images/welcome.jpg) right top no-repeat; padding: 5% 0 0 0;}

.welcome_heading{ width: 100%; padding: 25px 0px;}

.welcome_heading h1{ 
        font-family: 'compendiumsskregular', Arial, sans-serif;
	color: #FFF;
        font-size:50px; font-weight: 100; text-align: center; margin-bottom: 20px;}

.welcome_heading h4{ 
	color: #FFF;
        font-size:25px; font-weight: 100; text-align: center; margin-bottom: 20px;}

.btn {
background: transparent;
color:#272A33;
border-radius: 5px;
padding: 7px 28px;
-webkit-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
background: -webkit-linear-gradient(180deg, rgba(0, 153, 0, 1), rgba(153, 204, 0, 1), rgba(153, 204, 0, 1), rgba(153, 204, 0, 1));
background: linear-gradient(270deg, rgba(0,153,0,0.8), rgba(153,204,0,0.8), rgba(153, 204, 0, 1), rgba(153, 204, 0, 1));
background-position: 1% 50%;
background-size: 300% 300%;
text-decoration: none;
border: none;
border:solid 1px #bced40;
font-size:15px;
font-family: 'swis721_ltcn_btlight', Arial, sans-serif; 
}

.btn:hover {
color: #fff;
border: 1px solid rgba(102, 153, 0, 1);
background-position: 99% 50%;
}

article {
height: 100vh;
}

div.center {
text-align: center;
*zoom: 1;
width: auto;
max-width: 200px;
display: block;
margin-right: auto;
margin-left: auto;
padding-left: 0;
padding-right: 0;
padding-top:20px;
margin-bottom:20px;
}

div.center:before,
div.center:after {
content: '';
display: table;
}

div.center:after {
clear: both;
}

div.read {
text-align: center;
*zoom: 1;
width: auto;
max-width: 150px;
display: block;
margin-right: auto;
margin-left: auto;
padding-top:90px;
float:right;
}

div.read:before,
div.read:after {
content: '';
display: table;
}

div.read:after {
clear: both;
}

.one_only_gujarat{ width: 100%; margin: 0 auto;}

.one_only_gujarat h1{ 
        font-family: 'compendiumsskregular', Arial, sans-serif;
	color: #000;
        font-size:50px; 
        font-weight: 100; 
        text-align: center; 
        margin-bottom: 20px;}

.one_only_gujarat p{
        font-family: Verdana, sans-serif, Geneva;
	font-size: 11px;
	color: #000;
	line-height: 20px; 
        text-align: center; 
        margin-top: 25px;
margin-bottom: 25px;
}

.experts{ width: 31%; float: left; margin: 1%;  background-color: #f3f3f3; padding:1.5%; border-radius: 5px;  text-align: center;min-height: 245px;}

.experts img {
    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    -o-transform: scale(1); 
    -webkit-transition-duration: 0.5s; 
    -moz-transition-duration: 0.5s; 
    -o-transition-duration: 0.5s; 
    opacity: 1; 
    margin: 0 0px 0px 0; 
   

}

.experts img:hover {
    -webkit-transform: scale(0.9); 
    -moz-transform: scale(0.9); 
    -o-transform: scale(0.9); 
    opacity: 1;
    z-index: 99999;


    
}

.experts h1{
    font-family: 'swis721_ltcn_btlight', Arial, sans-serif; 
    font-size:15px; color: #000;
    text-align: left;
    padding: 10px 0px 10px 7px;
    font-weight: bold;
    
    
}

.experts h1 span{
    font-weight: 300;
}

.center_bg {
	background: url(../images/mid.jpg) center top no-repeat;
	padding: 9%;
        margin-top: 25px;
        background-size: cover;
        -webkit-box-shadow: #D8D8D8 0px 0px 10px 0px;
	box-shadow: #D8D8D8 0px 0px 10px 0px;
	border: #DADADA solid 1px;
}

.center_border {
	border-radius: 6px;
	width:100%;
	margin: 0 auto;
	padding: 2%;
}

.center_highlight h1{
	text-align: center;
	font-family: 'compendiumsskregular', Arial, sans-serif;
	font-size: 29px;
	color: #000;
        background-color: rgba(255, 255, 255, 0.65);
        padding: 25px 0px;
        border-radius: 5px;
}



.drop {
	width: 100%;
        margin: 3% 0;
    }
.drop h1{
	text-align: left;
	font-family: 'compendiumsskregular', Arial, sans-serif;
	font-size: 29px;
	color: #000;
        padding: 25px 0px;

}

.drop img {
	overflow: hidden;
	width: 40%;
	background: #fff;
	margin-top: 2%;
	float: right;
	margin: 0 0 10px 20px;
}

.drop p {
	font-family: 'compendiumsskregular', Arial, sans-serif;
	font-size: 19px;
}

.we_support{ background-color: #ECECEC; padding:30px 0; margin-top: 1%;}

we_support_tab { }
.we_support_tab img {
	-webkit-transform: scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform: scale(0.8); /*Mozilla scale version*/
	-o-transform: scale(0.8); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 1; /*initial opacity of images*/
	margin: 0 0px 0px 0; /*margin between images*/
}
.we_support_tab img:hover {
	-webkit-transform: scale(1); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform: scale(1); /*Mozilla scale version*/
	-o-transform: scale(1); /*Opera scale version*/
	opacity: 1;
	z-index: 99999;
}

.we_support_tab h1 { 	
        font-family: 'compendiumsskregular', Arial, sans-serif;
	font-size:22px; padding-bottom: 20px;}


/*-- contact --*/

.contact_left{ width: 49%; float: left; margin-top: 1%;}
.contact_left_full{ width: 100%; margin-top: 3%;}
.contact_left_icon{ width: 10%; float: left; margin-right: 3%; }
.contact_left_add{ width: 85%; float: right;}
.contact_right{ width:50%; float: right;}



.foot{background-color: #232327; padding: 1% 0px;  margin-top: 2%;
}

.f_logo{width: 10%; float: left;}
.f_link{ width: 90%; float: right; margin-top: 3%;}



.f_link li {
    float: right;
}
.f_link li a {
    color: #D2D2D2;
    display: block;
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    padding: 7px 18px;
    text-decoration: none;
}


.f_hr{ border-bottom: solid 1px #414141; margin-top: 5px; margin-bottom: 5px;}

.dis{ width: 100%; color: #D2D2D2;font-size: 10px;}

.dis a{ width: 100%; color: #D2D2D2;font-size: 10px; }

.contact_titile{ font-family: 'compendiumsskregular', Arial, sans-serif;
                 font-size:22px; margin-top: 25px;}

.page_titile h1{}

.profile_back_color{background:#F6F6F6; padding:2% 0 0 0;}

.profile_main{ width: 100%; margin-top: 3%; }

.profile_main img {
	-webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform: scale(1); /*Mozilla scale version*/
	-o-transform: scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 1; /*initial opacity of images*/
        overflow: hidden;
	width: 30%;
	float: right;
	margin: 0% 0 10px 20px;
     
}

.profile_main img:hover {
	-webkit-transform: scale(0.9); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform: scale(0.9); /*Mozilla scale version*/
	-o-transform: scale(0.9); /*Opera scale version*/
	opacity: 1;
	z-index: 99999;
}

.profile_main h1{ color: black; }

.profile_main p{ color: black; margin: 10px 0px; }

.profile_products{ width: 30%; float: left; margin: 1.66%; border: solid 1px beige;}

.profile_products img {
	-webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform: scale(1); /*Mozilla scale version*/
	-o-transform: scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 1; /*initial opacity of images*/
	margin: 0 0px 0px 0; /*margin between images*/
}

.profile_products img:hover {
	-webkit-transform: scale(0.9); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform: scale(0.9); /*Mozilla scale version*/
	-o-transform: scale(0.9); /*Opera scale version*/
	opacity: 1;
	z-index: 99999;
}

.profile_products_main{ margin: 20px 0px; }

.profile_products_main h1{ color: #000; }

.profile_products_main p{ color: #000; margin: 10px 0px; }

.profile_center_bg {
	background: url(../profile/mid.jpg) center top no-repeat;
	padding: 9%;
        margin-top: 25px;
        background-size: cover;
        -webkit-box-shadow: #D8D8D8 0px 0px 10px 0px;
	box-shadow: #D8D8D8 0px 0px 10px 0px;
	border: #DADADA solid 1px;
}


.why_center_bg {
	background: url(../profile/why.jpg) center top no-repeat;
	padding: 9%;
        margin-top: 25px;
        background-size: cover;
        -webkit-box-shadow: #D8D8D8 0px 0px 10px 0px;
	box-shadow: #D8D8D8 0px 0px 10px 0px;
	border: #DADADA solid 1px;
}


.vision_color{ padding:2% 0 0 0;}

.vision_color_bg {
	background: url(../profile/vision_color_bg.jpg) center top no-repeat;
	padding: 9%;
        margin-top: 25px;
        background-size: cover;
        -webkit-box-shadow: #D8D8D8 0px 0px 10px 0px;
	box-shadow: #D8D8D8 0px 0px 10px 0px;
	border: #DADADA solid 1px;
}

.profile_main h2{ font-size:20px; margin: 2% 0; font-weight: 100;}

.profile_main h3{ font-size: 17px; margin: 1% 0; font-weight: 100; line-height: 25px; color: #336600; }

.profile_main h4{ font-size: 22px; margin: 1% 0 4% 0; font-weight: 100; line-height: 25px; color: #336600; }



.profile_main ul {
	float: left;
}

.profile_main li {
	background: url("../profile/bullet.png") no-repeat 2px 12px;
	border-top: 1px dotted #cdcdcd;
	padding: 8px 0 8px 24px;
	font-family: 'swis721_ltcn_btlight', Verdana, Geneva, sans-serif;
	font-size: 16px;
}

.profile_main li.last {
	border-bottom: 1px dotted #cdcdcd;
}


.careers_left{width: 49%; float: left; margin-right: 1%;}

.careers_left h5{
font-family: 'swis721_ltcn_btlight', Arial, sans-serif;
font-size: 16px;
color: #837E56;
font-weight: 100;
}

.careers_right{width: 49%; float: left; margin-left: 1%;}

.inquiry_form {
	width: 100%; float:left;
	margin-bottom: 15px;
}

.inquiry_form span {
	display: block;
	float: left;
	padding-right:5%;
	text-align: left;
	width: 115px;
}

.inquiry_form input, .inquiry_form textarea, .inquiry_form select {
	background: #fff url(../images/background-input.gif) no-repeat 0 0;
	border: 1px solid #ccc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	opacity: 0.7;
	padding: 5px 3px;
	text-decoration: none;
	width: 260px;
}

.inquiry_form input:hover, .inquiry_form input:focus {
	background-position: 0 -400px;
	color: #333;
}

.inquiry_form input[type="checkbox"], .inquiry_form input[type="radio"] {
	background: none;
	border: medium none;
	vertical-align: bottom;
	width: auto;
}

.inquiry_form input.button {
	border: 1px solid #CA9E64;
	color: #000;
	font-size: 12px;
	margin-right: 13px;
	padding: 2px 5px;
	width: 70px;
	cursor: pointer;
	height: 30px;
	outline: none;
}



.pro_main{ width: 100%; margin-top: 3%; }
.pro_main h1{ color: black; }
.pro_main img {
	-webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform: scale(1); /*Mozilla scale version*/
	-o-transform: scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 1; /*initial opacity of images*/
        overflow: hidden;
	width: 50%;
	float: right;
	margin: 0% 0 10px 20px;
     
}
.pro_main img:hover {
	-webkit-transform: scale(0.9); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform: scale(0.9); /*Mozilla scale version*/
	-o-transform: scale(0.9); /*Opera scale version*/
	opacity: 1;
	z-index: 99999;
}
.pro_main p{ color: black; margin: 10px 0px; }
.pro_main ul {
	float: left;
}
.pro_main li {
	background: url("../profile/bullet.png") no-repeat 2px 12px;
	border-top: 1px dotted #cdcdcd;
	padding: 8px 0 8px 24px;
	font-family: 'swis721_ltcn_btlight', Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.pro_main li.last {
	border-bottom: 1px dotted #cdcdcd;
}


.glycerin_pure{ width: 100%; margin-top: 3%; }
.glycerin_pure h1{ color: black; }
.glycerin_pure img {
	-webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform: scale(1); /*Mozilla scale version*/
	-o-transform: scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 1; /*initial opacity of images*/
        overflow: hidden;
	width:25%;
	float: right;
	margin: 0% 0 10px 20px;}
.glycerin_pure img:hover {
	-webkit-transform: scale(0.9); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform: scale(0.9); /*Mozilla scale version*/
	-o-transform: scale(0.9); /*Opera scale version*/
	opacity: 1;
	z-index: 99999;
}
.glycerin_pure p{ color: black; margin: 10px 0px; }



.glycerin{ width: 100%; margin-top: 3%; }
.glycerin h1{ color: black; }
.glycerin img {
	-webkit-transform: scale(1); /*Webkit: Scale down image to 0.8x original size*/
	-moz-transform: scale(1); /*Mozilla scale version*/
	-o-transform: scale(1); /*Opera scale version*/
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	opacity: 1; /*initial opacity of images*/
        overflow: hidden;
	width:25%;
	float: left;
	margin: 10px 20px 10px 0px;}
.glycerin img:hover {
	-webkit-transform: scale(0.9); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform: scale(0.9); /*Mozilla scale version*/
	-o-transform: scale(0.9); /*Opera scale version*/
	opacity: 1;
	z-index: 99999;
}
.glycerin p{ color: black; margin: 10px 0px; }


@media only screen and (min-width: 999px) and (max-width: 1180px) {
.main {
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
.main {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

}

@media only screen and (max-width: 767px) {
    
    .pro_main img, .glycerin_pure img, .glycerin img  {
	width:100%;
	float: none;
	margin: 20px 0 20px 0px;
     
}
    .careers_left{width: 98%; float: none; margin-right: 0%; margin-left: 1%;}

    .careers_right{width: 98%; float: none; margin-left: 1%;}
    
    .profile_main h2 {
    font-size:15px;
    margin: 3% 0;
    font-weight: 600;
}

    .profile_main h3 {
    font-size: 14px;
    font-weight: 100;
    line-height: 25px;
    color: #336600;
}




.page_titile h1 {
    font-size: 18px;
    margin: 2% 0 0 0 ;
}
    .profile_main img {
        overflow: hidden;
	width:100%;
	float: none;
	margin: 0% 0 10px 0px;
     
}
    
    .profile_main h1 {
   font-size: 15px;
}
    
.f_link li a {
    color: #D2D2D2;
    display: block;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    padding: 6px;
    text-decoration: none;

}
.f_link {

  width:50%;
float: right;
margin-top: 3%;

}    
.f_link li {
    float: none;
}

    .f_logo {
    width: 30%;
    float: left;
    margin: 0 auto;
}
    .contact_right {
    width: 100%;
	margin-top:5%;

    float: none;
}
    
    
    .contact_left_icon {
    width: 15%;
    margin-right: 3%;
}
    
.contact_left_add {
    width: 81%;
    float: right;
}
    .contact_left {
    width: 100%;
    float: none;
}

    .we_support_tab img {margin: 6% 0%; }
    
    .drop h1{font-size: 20px; padding: 11px 0px; }
    
    .drop p{font-size: 14px;}
    
    .center_highlight h1 {font-size: 15px;font-weight: 100;}
    
    .drop img { width: 100%;}
    
    .experts h1{
    font-size:15px; color: #000;
    text-align: left;
    padding-left: 5px;
}

    .experts {
    width: 100%;
    float: none;
    margin: 8% 0;}
    
    .one_only_gujarat h1 {font-size: 24px; margin-bottom: 5px;}
    
    .welcome_heading h1 { font-size: 24px;}
    
    .welcome_heading h4 {font-size: 18px;}   
    
    .icon {
        width: 46%;
        height: auto;
        float: left;
        text-align: center;
        margin: 0 0.33%;
    }
    
    .icons { width: 98%; }
    
    .main {
            width: 100%;
            position: static;
            margin: 0 auto;
            padding: 0 10px;
    }
    
    .top_header {
            height: auto;
         
    }
    
    .logo {
            width: 40%;
            max-width: 150px;
            height: auto;
            padding-bottom: 7px;
            float: none;
    }
    
    .logo_right {
            float: right;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
    }
    
    .topmenu {
            margin-top: 5px;
            margin-right: 0px;
    }
    
    .menu_part {
            margin-top: 20px;
    }

}

@media only screen and (max-width:440px) {
    .inquiry_form span.lastnone {
        display:none;
    }

}

/*TOP*/
.scrollToTop {
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
}
.toparrow {
	position: absolute;
	top: 91%;
	-webkit-animation-name: toparrow; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
	animation-name: toparrow;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
/*font*/


@font-face {
	font-family: 'swis721_ltcn_btlight';
	src: url('../fonts/swisscl-webfont.eot');
	src: url('../fonts/swisscl-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/swisscl-webfont.woff') format('woff'), url('../fonts/swisscl-webfont.ttf') format('truetype'), url('../fonts/swisscl-webfont.svg#swis721_ltcn_btlight') format('svg');
	font-weight: normal;
	font-style: normal;}

@font-face {
    font-family: 'compendiumsskregular';
    src: url('../fonts/comps__.woff2') format('woff2'),
         url('../fonts/comps__.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.mdr_twenty_five{margin-bottom: 25px;}


.mdr_line{ margin: 40px 0px; border-bottom:solid silver 1px;}

.design_by {
 text-align: right; float:right; color: #979797;
}

.design_by a {	
	color: #979797; font-size: 9px;
}
