﻿﻿﻿﻿@charset "utf-8";

@font-face {
  font-family: 'nazanin';
  src: url('fonts/nazanin/BNazanin.eot?#') format('eot'),
       url('fonts/nazanin/BNazanin.woff') format('woff'),  
       url('fonts/nazanin/BNazanin.ttf') format('truetype');  
}
@font-face {
  font-family: 'yekan';
  src: url('fonts/yekan/W_yekan.eot?#') format('eot'),  
       url('fonts/yekan/W_yekan.woff') format('woff'), 
       url('fonts/yekan/W_yekan.ttf') format('truetype'); 
}
@font-face {
  font-family: 'iran';
       src:
	   url('fonts/iran/IRAN.eot?#') format('eot'),  
       url('fonts/iran/IRAN.woff') format('woff'), 
       url('fonts/iran/IRAN.ttf') format('truetype');  
}
@font-face {
  font-family: 'mitra';
  src: url('fonts/mitra/BMitra.eot?#') format('eot'), 
       url('fonts/mitra/BMitra.woff') format('woff'),  
       url('fonts/mitra/BMitra.ttf') format('truetype');  
}
@font-face {
  font-family: 'tunisia';
  src: url('fonts/tunisia/Mj_TunisiaLt.eot?#') format('eot'), 
       url('fonts/tunisia/Mj_TunisiaLt.woff') format('woff'),  
       url('fonts/tunisia/Mj_TunisiaLt.ttf') format('truetype');  
}

body{
	direction:rtl;
	padding:0px;
	margin:0px;
	overflow-x: hidden !important;
	background-image:url(../images/p3.png);
	background-color:rgb(50,150,150);
	
}
#container{
/*	min-height:200px;
*/	margin:0px auto;
	color:#000;
}
#home{
	/*min-height:100%;*/
	background:#ccc;
	padding:110px 170px;
	background-image:url(../images/bg_home.jpg);
	background-position:50%;
	background-attachment:fixed;
	background-size:cover;
	overflow:hidden;
}
#next_patent{
	width:100%;
	height:100%;
	border-radius:50%;
	 visibility:hidden;

}
#next{
	width: 64px;
    height: 64px;
    border-radius: 50%;
    background: url(../images/down.png) no-repeat;
    background-position: center;
    margin: auto;
    margin-top: 90px;
    animation: opacity 2s;
   -webkit-animation: opacity 2s  infinite ;
   -moz-animation: opacity 2s  infinite ;
   -o-animation: opacity 2s  infinite ;
   -ms-animation: opacity 2s  infinite ;
	
	}
#next2{
	width: 64px;
    height: 64px;
    border-radius: 50%;
    background: url(../images/down.png) no-repeat;
    background-position: center;
    animation: opacity 2s;
   -webkit-animation: opacity 2s  infinite ;
   -moz-animation: opacity 2s  infinite ;
   -o-animation: opacity 2s  infinite ;
   -ms-animation: opacity 2s  infinite ;
    position: absolute;
    z-index: 10;
    bottom: 130px;
    left: 47%;
	
}
@-webkit-keyframes opacity 
{
    0%   {opacity:1;}
	50%  { opacity:0.3;}
    99% {opacit:1;}
	}

@-moz-keyframes opacity 
{
    0%   {opacity:1;}
	50%  { opacity:0.3;}
    99% {opacit:1;}
}
@-o-keyframes opacity 
{
    0%   {opacity:1;}
	50%  { opacity:0.3;}
    99% {opacit:1;}
}
@-ms-keyframes opacity 
{
    0%   {opacity:1;}
	50%  { opacity:0.3;}
    99% {opacit:1;}
}

#mainHeader{
	height:60px;
	width:100%;
	display:none;
}
#main_header{
	height:76px;
	width:100%;
	position:fixed;
	z-index:1000;
}
#main_header h1,#mainHeader h1{
  float: left;
  margin-top: -44px;
  color: #fff;
  font: 18px tunisia;
  margin-left: 22px;
}
#main_header h2,#mainHeader h2{
	display:block;
	float:left;
	font:15px tunisia;
	color:#fff;
	margin-top:-24px;
	margin-left:100px;
}
#logo_parma{
    float: left;
    display: block;
    height: 82px;
    margin-top: -71px;
    padding-top: 16px;
    margin-left: 10px;
    width: 90px;
    text-align: center;
/*    background-color: #fff;
*/	 	}
#logo_parma img{
	width:65px;
	height:60px;
}
.fixed{
	position:fixed;
	z-index:10000;
	background:rgb(50,150,150);
	top:0px;
	}
.navbar-nav i{
	font-size:30px;
}
#slideshow{
    min-height: 100px;
	padding:50px 0px;
	position:relative;
    /*    background: url(../images/pattern5.png);
*/  
	}
.bg{
	background:url(../images/p3.png);
}
.bg1{
	background-color: rgb(50,150,150);	
	}
.bg2{	
	background-color:#fff;
}
#services{
	min-height:100px;
	padding:50px 100px;}
.box_services{
	width:90%;
	min-height:100px;
	visibility:hidden;
	}
.box_services img{
 	display: block;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	border: 6px solid #f3313f;
	margin: auto;
	padding: 10px;
	background:rgb(50,150,150);
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;  }
.box_services:hover img {
	-webkit-transform: scale( 1.1,1.1);
	-moz-transform: scale( 1.1,1.1 );
	-ms-transform: scale( 1.1,1.1 );
	-o-transform: scale( 1.1,1.1 );
}
.box_services span{
	display:block;
	font:20px tunisia;
	color:rgb(50,150,150);
	text-align:center;
	margin-top:30px;
}
.box_services p{
	display:block;
	font:16px yekan;
	text-align:center;
	color:#000;
	margin-top:15px;
}
	
#navbar ul{
	margin:0px;
	padding:0px;
	list-style:none;
	padding-right:70px;
	padding-top:10px;
	
}
#navbar ul li{
	display:block;
	float:right;
	height:40px;
	
}
#navbar ul li a:link,#navbar ul li a:visited{
	width:auto;
	padding:5px 15px;
	color:#fff;
	font:18px yekan;
}
.post,.details_post{
	min-height:100px;
	background:#fff;
	margin:10px;
	padding:15px;
	border:1px solid #CBC9C9;
}
.details_post{
	background:#EDEDED !important;
	padding-top:25px;
}
.post img{
	float:right;
	width:110px;
	height:110px;
	border:1px solid rgb(50,150,150);
	margin:15px;
}
.details_post img#img_post{
	
	float:right;
	width:195px;
	height:185px;
	border:1px solid rgb(50,150,150);
	margin:15px;
	margin-top:20px;
}
#news{
	min-height:100px;
	margin:10px 0px 10px 10px;
}
#date_news ul{
	margin:0px;
	padding:0px;
	min-height:40px;
	background:#ccc;
		}
#date_news ul li{
/*	float:right;
*/	display:block;
	height:40px;
    padding-right: 10px;
	font:15px tunisia;
	padding-top:5px;
	
}
#date_news ul li i{
	font-size:18px;
	vertical-align:middle;
	margin-left:5px;
	margin-right:3px;
}
.color4{
	color:#fff !important;
}
.first{
	width:60px;
	background:#999;
}

.second{
	width:180px;
	background:rgb(50,150,150);
}
.third{
	width:180px;
	background:#ccc;
}

h1.title_news{
  width: 100%;
  height: 45px;
  padding-top: 3px;
  padding-right: 10px;
  font: 18px tunisia;
  border-bottom:3px solid rgb(50,150,150);
  margin-top:-10px;
  }
div.short_news{
	width:100%;
	height: 175px;
    overflow: hidden;
	font:16px yekan;
	padding:7px 0px 5px 10px;
	text-align:justify;
	line-height:32px;
}
div.long_news{
	width:100%;
	min-height: 100px;
	font:16px yekan !important;
	padding:60px 0px 5px 10px;
	text-align:justify;
	line-height:32px;
	
}
div.long_news p,div.long_news span{
	font:16px yekan !important;
}
#faq,#archive_gallery,#article_details,#archive_article,#archive_video,#newPage,#about{
	min-height:100px;
	font:16px yekan;
	padding:50px;
	padding-bottom:70px;
}
#about p{
	font-size:17px;
}
#archive_video h3{
	
	font:22px yekan;
	display:block;
	margin:40px auto;
	text-align:center;
	min-height:200px;
}
.title_question{
	background:#f3313f;
	min-height:50px;
	padding:10px;
	font:16px tunisia;
	color:#fff;
	border-bottom:5px solid #fff;
	}
.question,.question2,.question3{
	overflow:hidden;
	background:rgb(50,150,150);
	padding:10px;
	color:#fff;
	visibility:hidden;
	
}
.question{
  height:125px;

}
.question2{
	min-height:50px ;
}
.question3{
	height:67px;
}
.success_msg{
	color: rgb(28, 146, 70);
	text-align:center;
}
.error_msg{
	text-align:center;
	color:#f3313f;
}
.answer{
	height:60px;
	overflow:hidden;
/*	background:#fff;
*/	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	visibility:hidden;
}
.answer_details{

	height:69px;
	overflow:hidden;
	border:1px solid #ccc;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	background-color:#eceff1;
	border-bottom:none;
}
.answer_details2{
	min-height:100px;
	border:1px solid #ccc;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	background-color:#eceff1;
}
.answer a:link,.answer a:visited{
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  bottom:0px;
}

.answer_details a:link,.answer_details a:visited{

  display: block;
  float: left;
	
}

#arrow{
	
  margin-left: 10px;
  width: 0;
  border-top: 10px solid rgb(50,150,150);
  border-left: 20px outset transparent;
  border-right: 20px outset transparent;
  margin-bottom:10px;
    visibility:hidden;
}

#arrow-bottom{
	
  margin-left: 10px;
  width: 0;
  border-top: 7px solid;
  border-top-color:#b0d1d1;

  border-left: 13px outset transparent;
  border-right: 13px outset transparent;
  margin-bottom:10px;
  visibility:hidden;
  margin:auto;
  	transition:all 1.5s ease;
	-webkit-transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;

  /*display:none;
*/}

#con_ans{
  display: block;
  border: 1px solid #ccc;
  margin-top: -13px;
  height: 32px;
  margin-bottom: 10px;
  border-top: none;
  background:#eceff1;
  text-align:left;
  padding:0px 20px;
}
#mainFooter{
	min-height:300px;
	border:1px solid red;
	padding:50px;
	color:#fff;
}
#bottom_footer{
	min-height: 50px;
    padding: 15px 35px 5px 35px;
	background-color: rgb(41, 116, 116);
    color: #fff;
}
#bottom_footer p{
	float:right;
}
#bottom_footer span{
	float:left;
	margin-top:-3px;
	
}
#bottom_footer span a:link,#bottom_footer span a:visited{
	color:#fff;
}
.padding10{
	padding:10px;
}
#seprator{
  height: 50px;
  margin: 55px 0px;
  }
#seprator span{
  display: block;
  font: 28px tunisia;
  color: #000;
  text-align: center;
  margin: 30px auto;
  }
  
#seprator2{
  height: 50px;
  }
#seprator2 span{
  display: block;
  font: 28px tunisia;
  color: #000;
  text-align: center;
  margin: 60px auto;
  }


#article,#gallery,#details_faq{
	min-height:100px;
	padding: 50px;
   padding-top: 25px;
}

#gallery{
	min-height:100px;
	padding:20px 90px 100px;
}


.gallery li {
	display: block;
	float: right;
	margin-bottom: 6px;
	visibility:hidden;
}
.gallery li a {
	height: 100px;
	width: 100px;
}
.gallery li a img {
	max-width: 100%;
	display:none;
}
.box_pic{
	width:95%;
	background:#f3313f;
	cursor:pointer;
	transition:all ease-in .07s;
	-webkit-transition:all ease-in .07s;
	-moz-transition:all ease-in .07s;
	-o-transition:all ease-in .07s;
	
	}
.box_pic img{
	width:100%;
	height:250px;
}
.box_pic span{
display: block;
  height: 50px;
  width: 100%;
  font: 18px tunisia;
  text-align: center;
  padding-top: 13px;
  top: 30px;
  background-color: rgba(204, 204, 204, 0.64);
  position: absolute;
  position: a;
  transition: all ease-in .07s;
  -webkit-transition: all ease-in .07s;
  -moz-transition: all ease-in .07s;
  -o-transition: all ease-in .07s;
}
.box_pic:hover span{
	display:none;
}
.name{
	background:url(../images/male.png) left center no-repeat;
}
.email{
	background:url(../images/mail.png) left center no-repeat;
}
/*.subject{
	background:url(../images/male.png) left center no-repeat;
}
.text{
	background:url(../images/compose.png) left center no-repeat;
}
*/


.mask{
 opacity: 0.65;
  filter: alpha(opacity=85);
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
/*  background:url(../images/camera.png) center no-repeat;
*/  background-color:#FFBA4C;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5 s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mask img{
 display: block !important;
  width: 50px;
  height: 50px;
  margin: 110px auto;
}
.box_pic:hover{
	background:#fff;
	color:#f3313f;
}

.box_pic:hover .mask{
	top:0px;

}
#map{
	min-height:100px;
	padding-bottom:70px;
	padding-top:25px;	

}
#map_canvas{
	width: 100%;
	height: 400px;
	margin: 0 auto;
      }

#adress{
  width: 40%;
  height: 350px;
  background: rgba(11, 11, 11, 0.62);
  position: absolute;
  top: 0px;
  z-index: 1000;
  padding:20px;
}

#adress_page{
  width: 40%;
  min-height:100px;
  padding:20px;
  margin:auto;
}
#adress h1{
	font:18px yekan;
	display:block;
	color:#fff;
}
#adress h1 span,#adress h1 p{
	font:18px yekan !important; 
}
#adress_page h1{
	font:20px yekan;
	display:block;
	text-align:center;
}
#adress_page h1 span,#adress_page h1 p{
	font:20px yekan !important; 
}

#myForm{
	min-height:300px;
	width:100%;
	margin:auto;
	visibility:hidden;
}
#sendEmail{
	min-height:100px;
	padding:10px 70px 100px;
	color:#fff;
}
#myBtn{
  background: #b0d1d1;
  color: #000;
  outline: none;
  border: none;
  transition:all 0.7s;
  -webkite-transition:all 1.2s;
  -moz-transition:all 1.2s;
  -o-transition:all 1.2s;

  }
 
#myBtn:hover{
	background:#fff;
	-webkit-box-shadow: 0 1px 2px 3px rgba(50, 150, 150, 0.3);
    -moz-box-shadow: 0 1px 2px 3px rgba(50, 150, 150, 0.3);
    -o-box-shadow: 0 1px 2px 3px rgba(50, 150, 150, 0.3);
    -ms-box-shadow: 0 1px 2px 3px rgba(50, 150, 150, 0.3);
    box-shadow: 0 1px 2px 3px rgba(50, 150, 150, 0.3);
    color: rgb(50,150,150);
	
}

ul#tabs{
	width:910px;
	margin:auto;
	height:48px;
	padding:0px;
	list-style-type:none;
	background:#f3313f;
	margin-bottom:10px;
	border-radius:3px;

		
}
ul#tabs li{
	float:right;
	font:18px iran;	
}
ul#tabs li a:link,ul#tabs li a:visited{
	width:auto;
	height:48px;
	display:block;
	text-align:center;
	direction:rtl;
	padding:5px 10px;
	
	text-decoration:none;
	color:#000;
}
ul#tabs li a.active{
	background:#fff;
	color:#f3313f;
}
div.content_news{
	width:100%;
	padding:3px;
	min-height:400px;
	text-align:justify;
	direction:rtl;
	line-height:2;
	display:none;
	margin:auto;
	background-repeat:no-repeat;
	margin-bottom:20px;

}
.tab_meds{
	padding-right:12px;
}
.tab_meds a {
  width: auto; 
  position: relative;
  margin-left: -2px;
  margin-right: 0px;
  margin-top: -14px;
  padding-top: 5px;
  display: inline-block;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font: 18px tunisia;
  line-height: 2em;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  background: #fff;
  height: 50px;
}

.tab_meds a span {
	position: relative;
	display: inline-block;
	padding: 5px 15px 0;
	box-shadow: inset 0 3px #f3313f;	
	-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%;
	height:45px;
	}

.tab_meds a span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #f3313f;
	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;
	padding: 5px 15px 0;

}

.tab_meds a:hover span,

.tab_meds a:focus span {
	background: #2f4351;
}

.tab_meds a:hover span::before,
.tab_meds a:focus span::before {
	-webkit-transform: rotateX(10deg);	
	-moz-transform: rotateX(10deg);
	transform: rotateX(10deg);
}
.act{
	background:#f3313f !important;
	color:#fff !important;
}
.tab_meds a.act span{
	box-shadow: inset 0 3px #fff !important;	
}
.related_title{
	width:100%;
	height:50px;
	margin-top:1px;
	font:18px tunisia;
	padding-top:9px;
		
}
.color2{
	background-color:rgb(50,150,150);
}
.color3{
	background-color:#f3313f;
}
.related_title i{
	font-size:32px;
	display:inline-block;
	vertical-align:middle;
	margin:0px 5px;
	
}
.related_body{
	width:100%;
	height:159px;
	background:#EDEDED;
	border-bottom:1px solid #ccc;
	margin-bottom:-18px;
	position:relative;
	overflow:hidden;
}
.related_body img{
  width: 30%;
  height: 80px;
  border: 1px solid rgb(50,150,150);
  margin: 10px;
  float:right;
}
.related_body h1{
  height: 23px;
  font: 14px tunisia;
  padding-top: 7px;
  padding-left: 7px;
  }
  .related_body p{
     font: 14px yekan;
    text-align: justify;
    line-height: 24px;
    padding-bottom: 3px;
    direction: rtl;
    padding: 10px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;  }
  .related_video{
	width:100%;
	height:110px;
	background:#EDEDED;
	margin-bottom:-18px;
	position:relative;

  }
  
.related_video h1{
  height: 52px;
  font: 14px tunisia;
  padding-left: 7px;
  }
.related_video img{
    width: 23%;
    height: 70px;
    border: 1px solid rgb(50,150,150);
    margin: 10px;
    float: right;
	background-color:#fff;

	}

.related_video ul {
	list-style:none;
	font:13px tunisia;
}
.related_video ul li{
	width:39%;
	height:20px;
	display:block;
	float:right;
	color:rgb(50,150,150);
	
}
.related_video ul li i{
	vertical-align:middle;
	margin-left:4px;
}
 ul#define_medication,ul#define_video{
	 width:100%;
	 min-height:100px;
	 list-style:none;
	 margin:0px;
	 padding:0px;
 }
ul#define_medication li.dg,ul#define_video li{
	display:block;
	width:95%;
	height:265px;
	cursor:pointer;
	position:relative;
	margin-bottom:60px;
	border:1px solid #E9E9E9;
	background-color:rgb(50,150,150);
	margin:auto;
	margin-bottom:10px;
}
ul#define_video li{
		background:url(../images/player.png)  center 90px no-repeat;
	background-color:rgb(50,150,150);
	height:285px !important;
}
ul#define_medication img,ul#define_video img.pic-image{
	display:block;
	margin:auto;
	width:100%;
	height:198px;
	background:#fff;
	border-bottom:none;
}
ul#define_medication li h2,ul#define_medication li h3,ul#define_video li h2,ul#define_video li h3{
	display:block;
	height:55px;
	padding-top:11px;
	text-align:center;
	font:18px tunisia;
	top:188px;
	position: absolute;
    width: 100%;
	border:1px solid transparent;
}
ul#define_medication li h2,ul#define_video li h2{
	z-index:20;
}

ul#define_medication li h3,ul#define_video li h3{
	z-index:10;
	display:none;
}

#content_medication{
	height:265px;
	background:rgba(232, 232, 232, 0.63);
	display:none;
	font:18px yekan;
	line-height:35px;
	padding:15px;
	overflow:hidden;
	margin-top:0px;
	overflow:auto;
	border:1px solid #ccc;
}
.explain_medication{
	display:none;
}

#medication{
	min-height:100px;
/*	background-color:rgb(50,150,150);
*/	padding: 50px;
   padding-top: 25px;
   position:relative;
}
#medicationClose{
	cursor:pointer;
	float:left;
	color:#f3313f;
}
.pos{
	position:absolute;
}
.didgah,.send_didgah{
	display:none;
}

#main_medication{
	font:16px yekan !important;
}
#main_medication p,#main_medication span{
	font:16px yekan !important;
}
.gallery{
	z-index:10000;
}
.acc_commemt{
	cursor:pointer;
	margin-top:-9px;
	}
.acc_content{
	display:none;
}
.arch,.search{
	width:100%;
	height:50px;
	position:relative;
	margin-top:5px;
	margin-bottom:25px;
}
.search{
	margin-right:25px;
}

ul.content_archive{
  width: 94%;
  text-align: center;
  list-style: none;
  font: 18px yekan;
  margin: auto;
  padding: 12px 0px;
  padding-bottom: 16px;
  background-color: rgba(232, 232, 232, 0.9);
  display: none;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 50px;

}	
	
.content_archive li{
	width:100%;
	display:block;
	padding:7px 20px;
	transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	cursor:pointer;

}
.content_archive li:hover{
	background:rgb(50,150,150);
	color:#fff;
}
.act_drug,.act_faq,.act_video{
	background:rgb(50,150,150) !important;
	color:#fff !important;
	
	
}

#archive_main{
width: 55px;
  height: 55px;
  position: absolute;
  z-index: 100;
  top: -3px;
  border-radius: 50%;
  right: -24px;
  border: none;
  background: rgb(50,150,150);
  border: 3px solid #fff;
  font: 18px tunisia;
  outline: none;}
  #archive_main span{
	
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: block;
  border: none;
  /* margin: auto; */
  font: 15px tunisia;
  padding-top: 10px;	
}
.archivee,.searching{
  width: 47px;
  height: 47px;
  margin: auto;
  margin-top: 2px;
  padding-top: 5px;
  margin-left: 2px;
  text-align: center;
  border-radius: 50%;
  cursor:pointer;
  color:#fff;
}
#menu{
  width: 0%;
  display: inline-block;
  background-color: rgb(50,150,150);
  position: absolute;
  height: 50px;
  font:18px tunisia;
  padding-top:7px;
  text-align:center;
  display:none;
  border-bottom:2px solid rgb(50,150,150);
  color:#fff;
}
#search_text{
	width:0%;
	float:left;
	position:relative;
	display:none;

}
#search_main{
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 100;
  top: -3px;
  left:-16px;
  border-radius: 50%;
  border: none;
  background: rgb(50,150,150);
  border: 3px solid #fff;
  font: 18px tunisia;
  outline: none;
  z-index:10;
}

.search_field{
width: 96%;
  display: inline-block;
  background-color: #fff;
  height: 50px;
  font: 18px tunisia;
  padding-top: 7px;
  /* float: left; */
  border: none;
  padding-right:10px; 
}
.search_field:focus{
	outline:none;
	background:#ccc;
	border:none;
}
#search_btn{
	width:20%;
	height:50px;
	font:14px yekan;
	position:absolute;
	border:none;
	outline:none;
	background:rgb(50,150,150);
	color:#fff;
	right:0px;
}
#send_btn {
    border: 1px solid #ccc;
    outline: none;
    height: 40px;
    text-align: center;
    margin-top: 16px;
}
#search_main2{
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 100;
  top: 4px;
  right:0px;
  border-radius: 50%;
  border: none;
/*  background: #fff;
*/  border: 3px solid rgb(50,150,150);
  font: 18px tunisia;
  outline: none;
}

#send_question,#send_comment,#send_commentArticle,#send_commentDrug{
    min-height: 100px;
    border: 1px solid #ccc;
    margin-top: 0px;
    padding: 15px;
    background-color: #eceff1;
    border-top: none;
    padding-top: 28px;
	}
#send_question textarea,#send_comment textarea,#send_commentArticle textarea,#send_commentDrug textarea {
	height:100px;
}
#comment_box {
    min-height: 60px;
    margin-top: 10px;
    border: 1px solid #CBC9C9;
    background: #eceff1;
}
#comment_box header {
    width: 94%;
    height: 50px;
    margin: auto;
   border-bottom: 3px solid rgb(50,150,150);
}
#comment_box_text{
    min-height: 40px;
}
#comment_box_text p {
    font: 16px yekan;
    padding: 11px 3%;
}
#comment_box header ul{
    padding: 0px;
    margin: 0px;
	list-style:none;
}
#comment_box header ul li {
	display:block;
	float:right;
    padding-right: 10px;
    padding-top: 10px;
    margin-right: 7px;
	font:16px tunisia;
}
#comment_box header ul li i {
	display:inline-block;
	font-size:28px;
	vertical-align:middle;
	margin-left:8px;
}
#send_btn {
	border:none;
    outline: none;
    height: 40px;
    text-align: center;
    margin-top: 16px;
	background:#b0d1d1;
	transition:all 1.2s;
	-webkit-transition:all 1.2s;
	-moz-transition:all 1.2s;
	-o-transition:all 1.2s;

}
#send_btn:hover{
	background-color:#fff;
	-webkit-box-shadow: 0 1px 2px 2px rgba(50, 150, 150, 0.3);
    -moz-box-shadow:0 1px 2px 2px rgba(50, 150, 150, 0.3);
    -o-box-shadow: 0 1px 2px 2px rgba(50, 150, 150, 0.3);
	-ms-box-shadow: 0 1px 2px 2px rgba(50, 150, 150, 0.3);
    box-shadow: 0 1px 2px 2px rgba(50, 150, 150, 0.3);
	color:rgb(50,150,150);

}

#logo{
    display: block;
    width: 270px;
    height: 262px;
    margin: auto;
    /* position: absolute; */
    /* margin-bottom: 20px; */
    /* margin-right: -11px; */
    visibility: hidden;
    transform: scale(5);
    /* margin-top: -11px; */
}
.box1,.box2,.box3,.box4,.box5{
	width:98%;
	height:220px;
	background:rgba(50, 150, 150, 0.45);
	margin:5px;
	padding-top:10px;
	visibility:hidden;
	transition:all 0.9s;
	-webkit-transition:all 0.9s;
	-moz-transition:all 0.9s;
	-o-transition:all 0.9s;
	
	}
.ab{
	display:none;
}

.box1:hover,.box2:hover,.box3:hover,.box4:hover,.box5:hover{
	width:98%;
	height:220px;
	background:#fff;
	margin:5px;
	padding-top:10px;
	visibility:hidden;
	}

.box1 i,.box2 i,.box3 i,.box4 i,.box5 i{
font-size: 60px;
  display: block;
  margin: 20px auto;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 20px;
  color:#fff;
/*  background: rgba(255, 255, 255, 0.81);*/
  border: 4px solid;
	transition:all 0.9s;
	-webkit-transition:all 0.9s;
	-moz-transition:all 0.9s;
	-o-transition:all 0.9s;
  
  /* background: rgb(50,150,150); */
}   
.box1 span,.box2 span,.box3 span,.box4 span,.box5 span{
  display: block;
  font: 20px tunisia;
  text-align: center;
  /* margin-top: 10px; */
  height: 50px;
  padding-top: 10px;
  color: #fff;
	transition:all 0.9s;
	-webkit-transition:all 0.9s;
	-moz-transition:all 0.9s;
	-o-transition:all 0.9s;

  
  }

.faq{
	border:2px solid #f3313f !important;
	background:rgba(255, 0, 0, 0) !important;
	color:#f3313f !important;
	
	}
.faq:hover{
	color:#fff !important;
/*	border:3px solid #f3313f;
*/}
.faq:after{
width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background:#f3313f !important;
}

 
.box1:hover i,.box2:hover i,.box3:hover i,.box4:hover i,.box5:hover i{
/*	background:rgb(50,150,150);
*/	border:4px solid;
	color:rgb(50,150,150);
}

.box1:hover span,.box2:hover span,.box3:hover span,.box4:hover span,.box5:hover span{
	color:rgb(50,150,150);
}

#vertical-ticker{
	height:514px;
	overflow:hidden;
	margin:0; padding:0;
	}

#vertical-ticker li{
	height:70px;
	overflow:hidden;
	padding:15px 10px;
	display:block;
	background:#efefef;
	color:#333;
	border-bottom:1px solid #ddd;
	font:16px yekan;
	transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	o-transition:all 0.9s ease;

		}

#vertical-ticker li span{
	font:16px yekan !important;
}
#vertical-ticker li:hover{
	background-color:rgb(50,150,150);
	color:#fff;
	
}
/*#vertical-ticker li a:link,#vertical-ticker li a:visited{
	display:block;
	width:100%;
	height:100%;
	border:1px solid red;
	
}
*/
#importt_faq{
	width:100%;
	height:50px;
	background:rgb(50,150,150);
}
.no-drug,.no-gallery,.no-article,.no_faq{
	width: 80%;
    height: 30px;
    margin: auto;
    text-align: center;
    font: 20px yekan;
	margin-top:20px;
}
.no-comment{
	padding:20px;
}
.search_text{
	width:100%;
	border:1px solid #ccc;
	outline:none;
	background:#fff;
	height:40px;
	margin:15px 0px;
	padding-right:15px;
}
#btn_search{
	display:block;
	width:40px;
	height:40px;
	background:url(../images/search.png) no-repeat center;
	border: 1px solid #ccc;
    margin-top: 15px;
	margin-right:2px;
	background-color:#fff;
}
#search{
	height:50px;
	margin-top: 50px;
}

.search_field2{
    width: 96%;
    height: 40px;
/*    background: url(../images/search.png) no-repeat left center;
*/  background-color: rgba(255, 255, 255, 0.75);
    margin-top: 9px;
    border: none;
    /* border: 1px solid #ccc; */
    padding-right: 40px;
	}
	.search_field2:focus{
		outline:none;
	}
.search_text2{
	width:0%;
	outline:none;
/*	background:#fff;
*/	height:50px;
	margin-right:20px;
		display:none;
}
.search_result2{
    width: 100%;
    min-height: 200px;
    background: #E2E2E2;
    position: absolute;
	border:1px solid #ccc;
    z-index: 200;
    top: 25px;
	font:14px yekan;
	padding-top:15px;
	left:97%;
	display:none;	
}
#search2{
	margin-top:7px;
}
.search_result{
    width: 100%;
    min-height: 200px;
    background: #E2E2E2;
    position: absolute;
	border:1px solid #ccc;
    z-index: 200;
    top: -20px;
	font:14px yekan;
	padding-top:15px;
	left:13px;
	display:none;
	}
.search_result span,.search_result2 span{
	font:16px tunisia;
	padding-right:10px;
	color:rgb(50,150,150);
}
.search_result span i,.search_result2 span i{
	vertical-align:middle;
	margin-left:5px;
	font-size:22px;
	margin-bottom:3px;
}
.search_drug ul,.search_article ul,.search_faq ul,.search_video ul{
	list-style:none;
	overflow:auto;
	padding:0px;
	padding-right:15px;

}
.search_faq,.search_article{
	height:190px;
}
.search_faq ul,.search_article ul{
	height:140px;
}
.search_faq{
	margin-top:15px;
}
.search_drug ,.search_video {
	height:280px;

}
.search_drug ul ,.search_video ul {
	height:224px;
}

.search_video {
	margin-top:-85px;
}
.search_drug ul li,.search_article ul li,.search_faq ul li,.search_video ul li{
	display:block;
	
}
.search_video ul li,.search_drug ul li{
	height:53px;
}
.search_video ul li img,.search_drug ul li img{
	width:57px;
	height:42px;
	display:inline-block;
	margin-left:10px;
}
.search_article ul li,.search_faq ul li {
	height:35px;
	overflow:hidden;
    line-height: 18px;}

.search_article ul li i,.search_faq ul li i{
    vertical-align: middle;
    color: rgb(50,150,150);
    font-size: 16px;
    margin-left: 4px;}


.related_video{
	width:100%;
	height:133px;
	background:#EDEDED;
	border:1px solid #ccc;
}
.related_video h2{
	font:18px yekan;
	border:1px solid red;
	
}
.info_video{
	margin:0px;
	padding:0px;
	height:43px !important;
	width:100%;
	background:rgb(50,150,150);
}
.info_video a:link,ul.info_video a:link,.info_video a:link,ul.info_video a:visited{
    display: block;
    width: 45px;
    padding: 3px 3px;
    color: #f3313f;
    text-align: center;
    font: 14px tunisia;
    float: right;
    height: 31px;
    margin-right: -15px;
    margin-left: 18px;
    margin-top: -10px;
    margin-bottom: 6px;
	}
.video{
	margin-top:10px;
	background-color:#fff;
	
	}
	
.video iframe{
	border:1px solid transparent;
	width:100%;
	height:450px;
	}
	
#video_article{
	margin:15px 0px;
}
.title_group_video{
	width:96%;
	border-bottom:3px solid rgb(50,150,150);
	font:16px tunisia;
	padding:10px 0px;
}

#content_group_video{
	width:96%;
	min-height:190px;
}
.group_video{
	padding: 20px;
    width: 96%;
    background-color: #EDEDED;
    margin: 15px 0px;
    border: 1px solid #ccc;
	visibility:hidden;
	height:260px;
	overflow:hidden;
}
.group_video img#vp{
	width:100%;
	height:120px;
	display:block;
	margin:auto;
}
.group_video h1{
	display:block;
	font:14px tunisia;
	text-align:center;
}
.video_info{
	width:100%;
	min-height:94px;
	max-height:94px;
	overflow:hidden;
	font:16px yekan;
	padding:10px;
	text-align:justify;
	background:#EDEDED;

}
.ved{
	visibility:hidden;
}
#more{
	width:100%;
	height:40px;
	background:url(../images/more.png) center no-repeat;
	background-color:#ccc;
	cursor:pointer;
	margin-bottom:35px;
}
#more.active{
	width:100%;
	height:40px;
	background:url(../images/less.png) center no-repeat;
	background-color:#ccc;
	cursor:pointer;

}
.loading{
	width:100%; 
	height:100%;
	background:#fff;
	position:fixed;
    z-index:9999999;
}
 .ct_tt_logo {
    top: 50%;
    margin-top: -130px;
    overflow: hidden;
    position: absolute;
    width: 240px;
    height: 240px;
    left: 50%;
    margin-left: -120px;
    z-index: 102;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s ease;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}
.ct_tt_logo_img {
    width: 200px;
    height: 200px;
    border: 20px solid transparent;
    transform: translate(0,0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 70%;
	height: 50px;
	width: 150px;
	margin-top: -25px;
	margin-left: -75px;

}
.loader{
	width: 8px;
	height: 50px;
	margin-right:5px;
	background-color: #31a6a6;
	-webkit-animation: animate 1s infinite;
	animation: animate 1s infinite;
	float: left;
	}

.loader:last-child {
	margin-right: 0px;
	}

.loader:nth-child(10){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
	}
.loader:nth-child(9){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
	}	
.loader:nth-child(8){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
	}
.loader:nth-child(7){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
	}
.loader:nth-child(6){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
	}
.loader:nth-child(5){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
	}
.loader:nth-child(4){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
	}
.loader:nth-child(3){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
	}
.loader:nth-child(2){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
	}	
.ssv{
    background: url(images/play-middle.png) no-repeat center;
    display: block;
    width: 100px !important;
    height: 100px !important;
    margin: auto;
	position:absolute;
	top: 34%;
    left: 50%;
    margin-left: -50px;
	}
	.qw{
		cursor:pointer;
	}
	.qw img,.vote-img{
		width:36px;
		height:34px;
	}
.vote-img{
		width:38px;
		height:37px;
		margin:auto;
		display:block;
		margin-top:5px;	
}
	
	.qw img#pv2{
		width:95%;
		height:120px;
		padding: 3px;
		background-color: #fff;
		margin-top: 8px;
		}
	.qw span{
		font:14px tunisia;
		display:block;
		color:#000;
		margin-top:7px;
		min-height:47px;

	}
.vote_wraper{
    height: 50px;
    width: 440px;
    position: absolute;
    left: 0px;
    top: 2px;

}
.vote{
	 width: 55px;
	 height: 42px;
	 border-radius: 50%;
	 background-color: rgb(50,150,150);
/*	 border: 3px solid #474747;
*/	 float:left;
	 position:absolute;
	 left:0px;
	 z-index:20;
	 top:-2px;
	 	
	}
.vote img{
    cursor: pointer;
    width: 44px;
    height: 44px;
    margin-right: 5px;
    margin-top: 0px;}
	  
	  
	#rate{
    direction: ltr;
    position: absolute;
    top: 1px;
    left: 44px;
    background-color: #fff;
    z-index: 10;
    height: 37px;
    width: 0px;
    padding-left: 20px;
	display:none;
}	

#rate img {
	visibility:hidden;
	margin-left: 5px;
    margin-top: 1px;
	}

	
.source_title,.relateDrugs{
	height: 46px;
    margin: 20px 0px 10px 0px;
    border-bottom: 3px solid #f3313f;
    font-size: 18px;

}
.source_title i,.relateDrugs i{
	margin-left: 5px;
    font-size: 20px;
    margin-top: -2px;
    vertical-align: middle;
}

.source_content{
	margin-bottom:30px;
}
.acc_comment{
	cursor:pointer;
}
.a2a_menu{
	background-color:#EDEDED  !important;
}

a.a2a_i{
	border:none !important;
    border-bottom: 1px solid #E4E4E4 !important;
}
@-webkit-keyframes animate {
 
  50% {
	-ms-transform: scaleY(0); 
   	-webkit-transform: scaleY(0);
    transform: scaleY(0);
	
	  }
	  
	  

}

@keyframes animate {
  50% {
	-ms-transform: scaleY(0); 
   	-webkit-transform: scaleY(0);
    transform: scaleY(0);
	  }

  
}
#pharma_title{
	margin-right:20px;
	margin-bottom:20px;
	visibility:hidden;
}
.required {
    display: inline-block;
    font: 26px aria;
    color: #f3313f;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
#result_vote{
    width: 163px;
    height: 23px;
    padding: 0px 10px;
    font: 14px yekan;
    margin-top: 5px;
    position: absolute;
    color: #fff;
	left:295px;

}
.vote_video{
	margin-top: 10px;
    text-align: center;
}
.countRate{
    width: 74px;
    border: 1px solid #fff;
    text-align: center;
	padding-top:1px;
    direction: rtl;
	margin-top:5px;
	color:#fff;
	float:left;
	margin-left:56px;
}

.count_rate{
    position: absolute;
    width: 74px;
    border: 1px solid #CACACA;
    text-align: center;
	padding-top:1px;
    direction: rtl;
	margin-top:4px;
	left:150px;
}

.social_icon{
	width:200px;
	float:right;
	height:50px;
	margin-top: -14px;
    margin-right: 10%;
}
.icons{
	float: left;
    width: 44px;
    height: 44px;
    cursor: pointer;
    margin-left: 6px;
    margin-top: 4px;
    background:url(../images/social_icon.png);
	cursor:pointer;
}
.icons:hover {
    background:url(../images/social_icon.png);
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    -ms-transition: all 600ms;
    transition: all 600ms linear;
}
#twitter {
    background-position: -15px -16px;
}
#facebook{
	background-position:-71px -16px;
}
#twitter:hover {
    background-position: -15px 55px;
}
#facebook:hover {
    background-position: -71px 55px;
}
.vote-drug{
	width:95%;
	background:#b0d1d1;
	height:40px;
	text-align:center;
	padding-top:7px;
	cursor:pointer;
	transition:all 1.5s ease;
	-webkit-transition:all 1.5s ease;
	-moz-transition:all 1.5s ease;
	-o-transition:all 1.5s ease;
	margin:auto;
}
.vd{
	background-color:#f3313f !important;
}
.vote-drug-result{
	width:95%;
	background:rgb(50,150,150);
	text-align:center;
	height:30px;
	padding-top:4px;
	margin-top:5px;
	margin:auto;
/*	display:none;
*/}
.vote_drug_wraper{
	
	display:none;
	margin-bottom:60px;
}
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul#relatedDrug li,ul#relatedDrug2 li{
	display:block;
	height:176px;
	background:rgb(50,150,150);
}

ul#relatedDrug .relate_drug,ul#relatedDrug2 .relate_drug{
	width:100%;
	height:170px;
}

ul#relatedDrug .relate_drug img,ul#relatedDrug2 .relate_drug img{
	width:100%;
	height:120px;
}
ul#relatedDrug .relate_drug h1,ul#relatedDrug2 .relate_drug h1{
    display: block;
    font: 16px yekan;
    text-align: right;
    padding: 5px;
	top:106px;
	line-height: 19px;
	text-align:center;
	position:absolute;
	width:100%;
	}
	
ul#relatedDrug .relate_drug h2,ul#relatedDrug2 .relate_drug h2{
	

    display: none;
    height: 55px;
    padding-top: 11px;
    text-align: center;
    font: 16px tunisia;
    top: 102px;
    position: absolute;
    width: 100%;
    border: 1px solid transparent;
	
}
.relatedDrugWraper{
	display:none;
}
.pleft{
	padding-left:50px;
}
.pleft10{
	padding-left:10px;
}
.a2a_s_a2a{
	background:none !important;
}
.answer span,.answer p,.answer_details2 span,.answer_details2 p,.answer_details span,.answer_details p{
	font:16px yekan !important;
}
@media screen and (min-width:1201px){
	
	search {
     margin-right: 0px;
}
}

/* For DeskTops*/
@media screen and (min-width:993px) and (max-width:1200px){
.navbar-default .navbar-nav > li > a{
	font-size:17px !important;
}
#main_header h1, #mainHeader h1{
	font-size:17px;
	margin-left:-10px;
}
.post img {
    width: 83px;
    height: 87px;
}
#article{
	padding:5px;
}
#archive_article,#article_details{
	padding:50px 0px;
}
}

/* For Tablets*/
@media screen and (min-width:769px) and (max-width:992px){

#home{
	padding: 35px 120px;
}

#logo {
    height: 170px;
    margin-right: 66px;
}
#font_logo{
	margin-top:-10px;
	width:120px;
	height:40px;
}
#seprator span{
	font:26px tunisia;
}
.navbar-default .navbar-nav > li > a{
	font:16px tunisia;
	margin-left:2px !important;
}
.post img {
    width: 170px;
    height: 150px;
    margin: 20px auto;
	float:none;
}
#article,#gallery{
	padding:0px;
}
#faq,#archive_gallery,#archive_video{
	padding:50px 10px;
}


.navbar-default .navbar-nav > li > a{
	font-size:15px !important;
}
#main_header h1, #mainHeader h1{
	font-size:15px;
	margin-left:-10px;
}
#search2 {
	display:none;
}
#date_news ul li{
	float:right;
}

#archive_article{
	padding:50px 0px;
}
.search {
    margin-right: -38px;
}
.arch{
    width: 94%;
    margin-right: 20px;
}
.pleft,.pleft10{
	padding-left:0px;
}
.carousel-inner > .item > a > img {
    max-width: 100%;
    height: 400px !important;

}
#search_main{
	top:-76px;
	left:-46px;
}
#search_text{
	position: absolute;
    top: -74px;
    left: -41px;
}

}

@media screen and (max-width:768px){
	
#home{
	padding:0px;
	
	background: none;
    height: 0px !important;
}

	
.box1,.box2,.box3,.box4,.box5{
	display:none;
}
.tab_meds a{
	font:16px tunisia;
	padding-top: 10px
}
.post img {
    width: 190px;
    height: 160px;
    margin: 20px auto;
	float:none;
}
#article,#gallery,#medication{
	padding:5px;
}
#faq,#archive_gallery,#archive_video{
	padding:50px 10px;
}

#seprator span{
	font:26px tunisia;
}
#main_header h1, #mainHeader h1 {
    margin-top: -41px;
    font-size: 14px;
    margin-left: 57px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right ,.carousel-control .glyphicon-chevron-left,#next2,#next,#logo{
	display:none !important;
}
#adress{
	width:40%;
}
#adress h1{
	font:16px yekan;
	padding:10px;
}
.navbar-default .navbar-nav > li > a{
	font: 16px tunisia !important;
	margin-top:-3px !important;
	margin-left:2px !important;
}
#adress_page{
	width:100%;
}
#adress_page h1{
	font:16px yekan;
}
#search2 {
	display:none;
}
#date_news ul li{
	float:right;
}
h1.title_news {
    padding-right: 0px;
    font: 16px tunisia;
}
#archive_article{
	padding:50px 0px;
}
#article_details{
	padding:50px 10px;
	
}

.search {
    margin-right: -38px;
}
.arch{
    width: 94%;
    margin-right: 20px;
}
.pleft,.pleft10{
	padding-left:0px;
}
nav.tabs ul li{
	width:33% !important;
}
.social_icon {
	visibility:hidden;
}
#main_medication p{
	font-size:15px;
}
.carousel-inner > .item > a > img {
    max-width: 100%;
    height: 380px !important;

}
#search_main{
	top:-76px;
	left:-46px;
}
#search_text{
	position: absolute;
    top: -74px;
    left: -41px;
}
}
@media screen and (max-width:480px){
	
#home{
	padding:0px;
	
	background: none;
    height: 0px !important;
}
.box1,.box2,.box3,.box4,.box5{
	display:none;
}
.tab_meds a{
	font:16px tunisia;
	padding-top: 10px
}
.post img {
    width: 170px;
    height: 150px;
    margin: 20px auto;
	float:none;
}
#article,#gallery{
	padding:10px;
}
#faq,#archive_gallery,#archive_video{
	padding:50px 10px;
}

div.short_news{
	font:15px yekan;
}
#date_news ul li{
	font:14px tunisia;
	float:none;
}
#seprator span{
	font:24px tunisia;
}
#mainHeader h1 {
	margin-top: -42px;
    font-size: 13px;
    margin-left: -9px;
}
#mainHeader h2 {
    font: 13px tunisia;
    margin-top: -18px;
    margin-left: 35px;
}
#logo_parma img {
    margin-top: 11px;
    margin-left: -40px;
}
.search_field{
	padding-right:38px;
}
.related_video ul li{
	width:100%;
}
.related_video{
	height:160px;
}
.carousel-control .glyphicon-chevron-right,.carousel-control .glyphicon-chevron-left,#next2,#next,#logo{
	display:none !important;
}

#loading-center-absolute{
	margin-top: -60px;
    margin-left: -52px;
}
.loader {
    width: 5px;
    height: 35px;
    margin-right: 3px;
}
.ct_tt_logo_img {
    width: 120px;
    height: 130px;
	margin-right:48px;
}
#adress{
	width:50%;
}
#adress h1{
	font:15px yekan;
	padding:7px;
}
#sendEmail {
    padding: 7px 10px 0px;
}

.navbar-default .navbar-nav > li > a{
	font: 15px tunisia !important;
	margin-top:-3px !important;
}
#adress_page{
	width:100%;
}
#adress_page h1{
	font:16px yekan;
}
nav.tabs ul li{
	width:50% !important;
}
.social_icon {
	visibility:hidden;
}
#main_medication p{
	font-size:15px;
}
.carousel-inner > .item > a > img {
    max-width: 100%;
    height: 340px !important;

}
ul#define_video li h3 {
	font-size:16px;
}
.info_video{
	height:77px !important;
}
.info_video a:link, ul.info_video a:visited {
	margin-top:27px !important;
}
#main_header h1, #mainHeader h1 {
/*    margin-top: 0px;
*/    height: 37px;
}
#logo_parma{
	margin-top:-76px;
}
}

@media screen and (max-width:320px){
	
	#home{
		padding:0px;
	}
.box1,.box2,.box3,.box4,.box5{
	display:none;
}
.tab_meds a{
	font:16px tunisia;
    padding-top: 10px}
.post img {
    width: 170px;
    height: 150px;
    margin: 20px auto;
	float:none;
}

#article,#gallery{
	padding:0px;
}
#faq,#archive_gallery,#archive_video{
	padding:50px 10px;
}
div.short_news{
	font:15px yekan;
}
#date_news ul li{
	font:14px tunisia;
	float:none;
}
#seprator span{
	font:24px tunisia;
}
#mainHeader h1 {
    margin-top: -43px;
    font: 15px tunisia;
    margin-left: -18px;
}
#mainHeader h2 {
    font: 13px tunisia;
    margin-top: -18px;
    margin-left: 35px;
}
#logo_parma img {
    margin-top:-25px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right ,.carousel-control .glyphicon-chevron-left,#next2,#next,#logo{
	display:none !important;
}
#adress{
	width:50%;
}
#adress h1{
	font:15px yekan;
	padding:7px;
}
#loading-center-absolute{
	margin-top: -60px;
    margin-left: -52px;
}
.loader {
    width: 5px;
    height: 35px;
    margin-right: 3px;
}
.ct_tt_logo_img {
    width: 120px;
    height: 130px;
	margin-right:48px;
}
nav.tabs ul li{
	width:50% !important;
}
.social_icon {
	visibility:hidden;
}
#main_header h1, #mainHeader h1 {
    font-size: 14px;
    margin-left: 76px;
    margin-top: -42px;
    height: 35px;
}
#logo_parma{
	padding-top:50px;
}

}
