/******************** GRID SYSTEM ********************/

/*  SECTIONS  */
.section {
  clear: both;
  margin: 0px;
  padding: 10px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}
.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.866%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
  width: 100%; 
  }
}

/******************** Youtube Preivew ********************/

.youtube-container { display: block; margin: 20px auto; width: 100%; max-width: 600px; }
.youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; }
img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto }
div.play-button { height: 42px; width: 42px; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; position: absolute; background: url("http://i.imgur.com/TxzC70f.png") no-repeat; background-size: 42px 42px; }


/******************** Apps Grid ********************/

.hidden {
  display: none;
}

.hidden-content {
}

.apps-grid {
  background-color: #f2f2f2;
  display: block;
}

.apps-grid ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

.apps-grid li {
    float: left;
    width: 20%;
    height: 175px;
    list-style: none;
}

.apps-grid.tab {
  float: left;
  width: 100%;
}

.apps-grid.right li {
    float: right;
}

@media only screen and (max-width: 720px) {
  .apps-grid li {
    width: 33%;
  }
}

.apps-grid li a {
    display: block;
    color: #333;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/******************** Other ********************/

*{margin:0 auto;}

body{ background:#cacaca;
	font-family: arial;
	font-size:14px;}
.container {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 10px #747474;
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
.container-inner {
  padding: 0 30px;
  display: table;
  width: 90%;
}

.header {
  background: #389bb8 none repeat scroll 0 0;
  float: left;
  width: 100%;
}

#logo {
  margin: 10px;
}

.logo p {
  color: #000;
  font-size: 24px;
  margin: 0;
}

.head-div {
  display: table-cell;
  vertical-align: middle;
}

.head-div.right {
  text-align: right;
}

.head-div.left {
  text-align: left;
}

.news-table {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 3px;
  width: 95%;
  margin: 10px;
}

.news-table td {
  padding-top: 5px;
  padding-right: 7px;
  padding-left: 7px;
  color: #858585;
}

.news-table.right {
  direction: rtl;
  float: right;
}

.news-link a {
  text-decoration: none;
  font-weight: 600;
  color: black;
}

.right-head {
  float: left;
  text-align: right;
  width: 60%;
}

.header .title-white {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 17px 0;
}

.sub-title {
  background: rgba(0, 0, 0, 0) url("/assets/img/bg1.png") repeat-x scroll 0 0;
 float: left;
  min-height: 50px;
  width: 100%;
}
.sub-title h2 {
  color: #cacaca;
  direction: rtl;
  font-size: 30px;
  font-weight: normal;
  padding: 6px 0;
  text-align: center;
}
.main-content {
  float: left;
  margin: 30px 0;
  width: 100%;
}
/*------side-bar-css--*/
.side-bar {
  float: right;
  padding-right: 2%;
  width: 20%;
}

.fb-plugin > img{
	width:100%;
}

.google_adverts {
  margin: 20px 0;
}

.google_adverts h3 {
  background: #0066cc none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  padding:5px;
}

.google_adverts > img {
  margin: 10px 0 0;
  width: 100%;
}

.side-info-box {
  border: 1px solid;
  float: left;
  padding: 10px;
}
.info-title1 {
  direction: rtl;
  font-size: 18px;
  padding: 0 0 10px 15px;
  text-align: right;
}
.info-btn-1 {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  width: 100%;
  text-decoration:none;
}
.info-btn-1 i.fa {
  background: #0066cc none repeat scroll 0 0;
  color: #fff;
  font-size: 24px;
  padding: 5px 13px;
  border-radius: 3px;
}
.info-btn-1 i.fa:hover{
	background:#389bb8
	}
.info-btn-1 span {
  color: #3b5998;
  direction: rtl;
  float: right;
  padding: 10px 10px 0 0;
}
.info-link1 {
  color: #3b5998;
  direction: rtl;
  display: block;
  float: left;
  padding: 50px 0 0;
  text-decoration: none;
}

.side-info2 {
  direction: rtl;
  float: left;
  margin: 20px 0 0;
  text-align: center;
  width:100%;
}
.side-info2 > h3 {
  direction: rtl;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
}
.side-info2 ul {
  list-style: outside none none;
  padding: 0;
}
.side-info2 ul li {
  float: left;
  padding: 0 0 10px;
  width: 100%;
}
.side-info2 a {
  color: #0066cc;
  text-decoration: none;
}
.side-info2 a:hover {
	color:#389bb8;
	}
	.side-info2 .continue-btn {
  text-align: center;
  width: 70%;
}

/*************** Right Content *********/
.right-content {
  float: right;
  width: 78%;
}
.main-title {
  height: 50px;
  float: left;
  font-size: 24px;
  margin-left: 0px;
  margin-right: 20px;
}

.main-title.right{
  direction: rtl;
  float: right;
  margin-left: 20px;
  margin-right: 0px;
}

.main-title i.fa {
  font-size: 24px;
  margin: 10px;
}

.continue-btn.right {
  direction: rtl;
  float: right;
}

.continue-btn {
  color: #0066cc;
  float: left;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
}
.main-add > img {
  margin: 10px 0 0;
  width: 100%;
}
.video-gallary {
  margin: 30px 0 0;
  float:left;
  width:100%;

}
.video-gallry-inner {
  background: #f2f2f2 none repeat scroll 0 0;
  float: left;
  margin: 20px 0 0;
  padding: 20px 0;
  width: 100%;
}
.video-gallry-inner > ul {
  list-style: outside none none;
  padding: 10px 25px;
}
.video-gallry-inner ul li iframe {
  height: 125px;
  width: 100%;
}
.video-gallry-inner > ul li:first-child, .video-gallry-inner > ul li:nth-child(4){margin-left:0;
}
.video-gallry-inner > ul li{ 
  width: 31%;
	float: left;
	height: 250px;
	margin: 5px;
}
.video-gallry-inner .right {
  float: right;
}

.video-gallry-inner p {
  direction: rtl;
  float: left;
  font-weight: bold;
}
.tabs-outer {
  margin: 30px 0;
   float:left;
  width:100%;
}
.tabs-head {
  float: left;
  width: 100%;
}
.tabs-menu {
  height: 50px;
  list-style: outside none none;
  margin: 0 20px 0 0;
  padding: 0;
}

.tabs-menu li {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
}

.tabs-menu.right li {
  float: right;
}

.tabs-menu li.current {
  background-color: #f2f2f2;
  position: relative;
  z-index: 5;
}

.tabs-menu li a {
  color: #0066cc;
  font-size: 24px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: none;
}

.tabs-menu .current a {
  color: #000;
}

.tab {
  display: none;
}

.tab.current {
  display: inherit;
}

.tab-content {
    width: 100%;
    padding:0;
    display: none;
}

#tab-1 {
 display: block;
}

.tab-inner{padding:0;
	list-style:none;
	}
.tab-inner > li {
  float: left;
  margin: 0 0 20px;
  text-align: center;
  width: 25%;
}
.tab-inner a {
  color: #000;
  direction: rtl;
  text-decoration: none;
}

footer {
  background: #e5e5e5 none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.foot-nav {
  width: 300px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.foot-nav > li {
  float: left;
  padding: 10px 8px;
}
.foot-nav a {
  color: #858585;
  text-decoration: none;
}

.fb-mobile{display:none;}

@media (max-width:959px){

.container{ width:94%;}
.content1-inner p { font-size:12px;}
.header .title-white{ font-size:24px;}
.info-title1{ font-size:14px; padding:0 0 10px;}
.info-btn-1 i.fa{ font-size: 16px;
    padding: 4px 7px;}
.info-btn-1 span{ font-size: 11px;
    padding: 7px 7px 0 0;}
}

@media (max-width:768px){

.container-inner {
  padding: 0 10px;
}
.header .title-white {
  font-size: 17px;
  padding: 6px 0 0;
}

.header{padding:10px 0;}
.logo {
  float: right;
  margin: 0;
  width: 40px;
}
.logo img{ width:100%;}
.logo span {
  display: none;
}
.right-head {
  float: left;
  text-align: left;
  width: 80%;
}
.header .title-white {
  font-size: 19px;
  letter-spacing: -1px;
  padding: 6px 0 0;
}
.sub-title {
  min-height: 30px;
}
.sub-title h2{ font-size:14px;
	 letter-spacing: -1px;
	 }

.main-content {
  margin: 2px 0;
}
.right-content {
  float: none;
  margin: 0;
  width: 100%;
}
.main-title {
  background: rgba(0, 0, 0, 0) url("/assets/img/title-bg.png") repeat-x scroll 0 0;
  float: left;
  font-size: 18px;
  margin-left: -10px;
  padding: 3px 10px 6px;
  width: 100%;
}
.main-title i.fa {
  font-size: 18px;
  margin: 0 0 0 10px;
}
.content1-inner {
  margin: 0 0 0 -10px;
  padding: 10px;
}

.content1-inner p {
  font-size: 11px;
  letter-spacing: -1px;
}

.hide-mob {
  display: none;
}
.main-add > img {
  margin: 1px 0 0;
  width: 100%;
}
.fb-mobile{display:block;}
.fb-mobile > img {
  width: 100%;
}
.video-gallary {
  margin: 5px 0 0;
}
.video-gallry-inner {
  margin: 0 0 0 -10px;
  padding: 0 10px;
}
.video-gallry-inner > ul {
  list-style: outside none none;
  padding: 10px 0;
}
.video-gallry-inner ul li {
  margin: 0 0 10px !important;
  width: 100% !important;
}
.video-gallry-inner iframe {
  float: right;
  width: 50% !important;
}
.video-gallry-inner p {
  font-size: 18px;
  width: 40%;
}
.tabs-menu {
  display: none;
}
.tabs-outer {
  margin: 5px 0 0 -10px;
  padding: 0 10px;
}
.continue-btn{ 
  clear:both;
	padding:10px;
}
.side-bar {
  float: none;
  padding-right: 0;
  width: 100%;
}
.fb-plugin {
  display: none;
}
.info-title1 {
  font-size: 18px;
  padding: 0 0 10px;
  text-align: center;
}
.info-btn-1 i.fa {
  font-size: 30px;
  padding: 6px 18px;
}
.info-btn-1 span {
  font-size: 18px;
  padding: 7px 16px 0 0;
}

.side-info2 ul li {
  float: right;
  padding: 10px 5px;
  width: auto;
}
.side-info2 .continue-btn {
  text-align: left;
  width: 70%;
}
.foot-nav{width:290px;}

}

.app-icon {
  width: 100px;
  border: 2px solid #F9F9F9;
  border-radius: 25px;
}

.maillist-input {
  width: 80%;
  float: right;
  background: rgba(0,0,0,0);
  border: none;
  height: 30px;
}
