/* Global reset
   http://meyerweb.com/eric/tools/css/reset/
*****************************************************************/
html { margin:0; padding:0; border:0; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	padding: 0;
	background:#fff;
	margin:0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-y: scroll;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles
*****************************************************************/

body {
	color: #606060;
	font-size: 14px;
	font-family: 'B yekan',"Segoe UI","Tahoma","Verdana","Arial","sans-serif";
}

p strong {
	font-weight: 700;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
	font-family: 'B yekan',"Segoe UI Semibold";
	font-weight: bold;
}
a, a:link, a:active, a:visited {
	outline: none;
	text-decoration:none;
}

object {
	max-width: 100%;
	display: block;
	height: auto;
}
p {
	margin:1em 0;
	font-size: 14px;
	line-height: 24px;
	color: #606060;
}


input:focus, textarea:focus {
    /*outline: none;*/
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

/* selection */
::-moz-selection { background: #4a8cca; color: #fff; text-shadow: none; }
::selection { background: #4a8cca; color: #fff; text-shadow: none; }


/* --------------------------------------------------------------

   common/base.css

-------------------------------------------------------------- */

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
  font-family: 'B yekan', 'Segoe UI Light';
  font-weight: normal;

  margin:1.4em 0 .7em;

  color: #252525;
  }

h1 { font-size: 42px; line-height: 1.25; }
h2 { font-size: 37px; }
h3 { font-size: 27px; line-height: 1.25; }
h4 { font-size: 22px; line-height: 1.25; }
h5 { font-size: 18px; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
  }



/* Headings
-------------------------------------------------------------- */
.center {
  text-align: center;
  }
.data {
  width: 45%;
  }
.data-full {
  width: 100%;
  }
.data-max-full {
  max-width: 100%;
}
.toright {
  margin-left: 55%;
  }
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
a {
  color: #20c8d5;
  }
a:hover {
  color: #ff8200;
  }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1em 1em 0; padding-left: 1em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1em;}

.important-list{
  font-size: 14px;
  line-height: 1.3;
  }
.important-list li{
  margin-bottom: .5em;
  }

.article .contacts{
  list-style:none;
  }

.info-list{
  font-size: 13px;

  list-style:none;
  }
.info-list li{
  margin-bottom: .3em;
  }


/* Tables
-------------------------------------------------------------- */
table       {width:100%;  margin-bottom: 1.4em; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

.ta-c,
.center{
  text-align:center !important;
  }
.nwrp{white-space:nowrap;}


.ui-tabs-hide{
  display:none;
  }



/** pull left /right
**/

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hidden {
  display: none;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after{
  display: block;
  visibility: hidden;
  clear: both;
  overflow:hidden;

  height: 0;

  content: '\0020';
  }
.clearfix{display: block;}

.text-overflow {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;

  -ms-word-break: break-all;
  word-break: break-all;
  /* webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* Regular clearing
   apply to column that should drop below previous ones. */
.clear {
  clear: both;

  width: 100%;
  height: 100px;
  }
.clear1 {
  clear: both;

  height: 1px;
  }